Add missing libc_hidden_weak to stub if_nameindex, if_freenameindex.
[glibc.git] / ChangeLog
blob051a7c4c56948520a55afc3d1ccf6f5bea4daa7e
1 2015-01-23  Roland McGrath  <roland@hack.frob.com>
3         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
4         (if_freenameindex): Likewise.
6         * resource/getrlimit64.c: Add missing libc_hidden_def.
8 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
10         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
11         __label__.
12         (_FP_FMA): Likewise.
13         (_FP_TO_INT_ROUND): Likewise.
14         (_FP_FROM_INT): Likewise.
16 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18         [BZ #16418]
19         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
20         Make code racy and cancel safe.
22 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
24         * sysdeps/arm/unwind-resume.h: Fix copyright year.
25         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
26         attribution.
28         * pwd/tst-getpw.c: Rewrite.
30         [BZ #17702]
31         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
32         (modules-names): Add moddummy1 and moddummy2.
33         ($(objpfx)tst-rec-dlopen): Define.
34         * dlfcn/moddummy1.c: New file.
35         * dlfcn/moddummy2.c: New file.
36         * dlfcn/tst-rec-dlopen.c: New file.
37         * elf/dl-cache.c (_dl_load_cache_lookup):
38         Return char*. Copy result with alloca/strcpy/strdup.
39         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
40         returns char*. Free cached. If not saving realname
41         free cached.
42         * elf/dl-open.c (dl_open_worker): Do not assert that
43         _r_debug->r_state is RT_CONSISTENT.
44         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
45         returns char*.
47 2015-01-21  Torvald Riegel  <triegel@redhat.com>
48             Carlos O'Donell  <carlos@redhat.com>
50         [BZ #12674]
51         * nptl/sem_waitcommon.c: New file.
52         * nptl/sem_wait.c: Include sem_waitcommon.c.
53         (__sem_wait_cleanup, do_futex_wait): Remove.
54         (__new_sem_wait): Adapt.
55         (__new_sem_trywait): New function.
56         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
57         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
58         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
59         (sem_timedwait): Adapt.
60         * nptl/sem_post.c (__new_sem_post): Adapt.
61         (futex_wake): New function.
62         (__old_sem_post): Add release MO fence.
63         * nptl/sem_open.c (sem_open): Adapt.
64         * nptl/sem_init.c (__new_sem_init): Adapt.
65         (futex_private_if_supported): New function.
66         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
67         (__old_sem_getvalue): Add using previous code.
68         * sysdeps/nptl/internaltypes.h: Adapt.
69         * nptl/tst-sem13.c (do_test): Adapt.
70         * nptl/tst-sem11.c (main): Adapt.
71         * nptl/sem_trywait.c: Remove.
72         * nptl/DESIGN-sem.txt: Remove.
73         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
74         (gen-as-const-headers): Remove structsem.sym.
75         * nptl/structsem.sym: Remove.
76         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
77         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
78         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
79         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
80         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
81         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
82         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
83         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
84         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
85         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
86         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
87         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
88         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
89         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
90         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
91         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
92         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
93         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
94         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
95         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
96         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
97         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
99 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
101         * INSTALL: Regenerated.
103         * po/libc.pot: Regenerated.
105 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
106             Sandra Loosemore  <sandra@codesourcery.com>
107             Andrew Jenner  <andrew@codesourcery.com>
108             Joseph Myers  <joseph@codesourcery.com>
109             Nathan Sidwell  <nathan@codesourcery.com>
111         * NEWS: Mention new Nios II port.
112         * sysdeps/nios2/Implies: New file.
113         * sysdeps/nios2/Makefile: New file.
114         * sysdeps/nios2/Subdirs: New file.
115         * sysdeps/nios2/Versions: New file.
116         * sysdeps/nios2/__longjmp.S: New file.
117         * sysdeps/nios2/abort-instr.h: New file.
118         * sysdeps/nios2/backtrace.c: New file.
119         * sysdeps/nios2/bits/endian.h: New file.
120         * sysdeps/nios2/bits/fenv.h: New file.
121         * sysdeps/nios2/bits/link.h: New file.
122         * sysdeps/nios2/bits/setjmp.h: New file.
123         * sysdeps/nios2/bsd-_setjmp.S: New file.
124         * sysdeps/nios2/bsd-setjmp.S: New file.
125         * sysdeps/nios2/configure: New generated file.
126         * sysdeps/nios2/configure.ac: New file.
127         * sysdeps/nios2/crti.S: New file.
128         * sysdeps/nios2/crtn.S: New file.
129         * sysdeps/nios2/dl-init.c: New file.
130         * sysdeps/nios2/dl-machine.h: New file.
131         * sysdeps/nios2/dl-sysdep.h: New file.
132         * sysdeps/nios2/dl-tls.h: New file.
133         * sysdeps/nios2/dl-trampoline.S: New file.
134         * sysdeps/nios2/gccframe.h: New file.
135         * sysdeps/nios2/gmp-mparam.h: New file.
136         * sysdeps/nios2/jmpbuf-offsets.h: New file.
137         * sysdeps/nios2/jmpbuf-unwind.h: New file.
138         * sysdeps/nios2/ldsodefs.h: New file.
139         * sysdeps/nios2/libc-tls.c: New file.
140         * sysdeps/nios2/libm-test-ulps: New file.
141         * sysdeps/nios2/machine-gmon.h: New file.
142         * sysdeps/nios2/math-tests.h: New file.
143         * sysdeps/nios2/math_private.h: New file.
144         * sysdeps/nios2/memusage.h: New file.
145         * sysdeps/nios2/nptl/Makefile: New file.
146         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
147         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
148         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
149         * sysdeps/nios2/nptl/pthreaddef.h: New file.
150         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
151         * sysdeps/nios2/nptl/tls.h: New file.
152         * sysdeps/nios2/preconfigure: New file.
153         * sysdeps/nios2/s_fma.c: New file.
154         * sysdeps/nios2/s_fmaf.c: New file.
155         * sysdeps/nios2/setjmp.S: New file.
156         * sysdeps/nios2/sfp-machine.h: New file.
157         * sysdeps/nios2/sotruss-lib.c: New file.
158         * sysdeps/nios2/stackguard-macros.h: New file.
159         * sysdeps/nios2/stackinfo.h: New file.
160         * sysdeps/nios2/start.S: New file.
161         * sysdeps/nios2/sysdep.h: New file.
162         * sysdeps/nios2/tls-macros.h: New file.
163         * sysdeps/nios2/tst-audit.h: New file.
164         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
165         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
166         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
167         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
168         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
169         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
170         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
171         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
172         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
173         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
174         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
175         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
176         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
177         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
178         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
179         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
180         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
181         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
182         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
183         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
184         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
185         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
186         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
187         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
188         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
189         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
190         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
191         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
192         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
193         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
194         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
195         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
196         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
197         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
198         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
199         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
200         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
201         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
202         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
203         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
204         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
205         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
206         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
207         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
209 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
211         [BZ #17844]
212         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
213         (getutent): Use weak_alias in non SHARED case
214         and default_symbol_version in SHARED case.
215         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
216         (getutent_r, pututline): Likewise.
217         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
218         (getutid): Likewise.
219         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
220         (getutid_r): Likewise.
221         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
222         (getutline): Likewise.
223         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
224         (getutline_r): Likewise.
225         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
226         (updwtmp): Likewise.
228 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
230         [BZ #17848]
231         * sysdeps/s390/s390-32/memcmp.S
232         (memcmp_g5): Rename to __memcmp_g5.
233         * sysdeps/s390/s390-32/memcpy.S
234         (memcpy_g5): Rename to __memcpy_g5.
235         Jump to __memcpy_mvcle instead of memcpy_mvcle.
236         (memcpy_mvcle) Rename to __memcpy_mvcle.
237         * sysdeps/s390/s390-32/memset.S
238         (memset_g5): Rename to __memset_g5.
239         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
240         (IFUNC_RESOLVE): Prefix ifunc-resolve function
241         and use prefixed functions.
242         * sysdeps/s390/s390-32/multiarch/memcmp.S
243         (memcmp_z196): Rename to __memcmp_z196.
244         (memcmp_z10): Rename to __memcmp_z10.
245         (memcmp): Set alias to __memcmp_g5.
246         (bcmp): Set alias to __memcmp_g5.
247         * sysdeps/s390/s390-32/multiarch/memcpy.S
248         (memcpy_z196): Rename to __memcpy_z196.
249         Jump to __memcpy_mvcle instead of memcpy_mvcle.
250         (memcpy_z10): Rename to __memcpy_z10.
251         Jump to __memcpy_mvcle instead of memcpy_mvcle.
252         (memcpy): Set alias to __memcpy_g5.
253         * sysdeps/s390/s390-32/multiarch/memset.S
254         (memset_z196): Rename to __memset_z196.
255         Jump to __memset_mvcle instead of memset_mvcle.
256         (memset_z10): Rename to __memset_z10.
257         Jump to __memset_mvcle instead of memset_mvcle.
258         (memset_mvcle) Rename to __memset_mvcle.
259         (memset): Set alias to __memset_g5.
260         * sysdeps/s390/s390-64/memcmp.S
261         (memcmp_z900): Rename to __memcmp_z900.
262         * sysdeps/s390/s390-64/memcpy.S
263         (memcpy_z900): Rename to __memcpy_z900.
264         Jump to __memcpy_mvcle instead of memcpy_mvcle.
265         (memcpy_mvcle) Rename to __memcpy_mvcle.
266         * sysdeps/s390/s390-64/memset.S
267         (memset_z900): Rename to __memset_z900.
268         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
269         (IFUNC_RESOLVE): Prefix ifunc-resolve function
270         and use prefixed functions.
271         * sysdeps/s390/s390-64/multiarch/memcmp.S
272         (memcmp_z196): Rename to __memcmp_z196.
273         (memcmp_z10): Rename to __memcmp_z10.
274         (memcmp): Set alias to __memcmp_z900.
275         (bcmp): Set alias to __memcmp_z900.
276         * sysdeps/s390/s390-64/multiarch/memcpy.S
277         (memcpy_z196): Rename to __memcpy_z196.
278         Jump to __memcpy_mvcle instead of memcpy_mvcle.
279         (memcpy_z10): Rename to __memcpy_z10.
280         Jump to __memcpy_mvcle instead of memcpy_mvcle.
281         (memcpy): Set alias to __memcpy_z900.
282         * sysdeps/s390/s390-64/multiarch/memset.S
283         (memset_z196): Rename to __memset_z196.
284         Jump to __memset_mvcle instead of memset_mvcle.
285         (memset_z10): Rename to __memset_z10.
286         Jump to __memset_mvcle instead of memset_mvcle.
287         (memset_mvcle) Rename to __memset_mvcle.
288         (memset): Set alias to __memset_z900.
290 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
292         [BZ #17748]
293         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
294         __fesetenv instead of fesetenv.
296 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
298         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
299         macro.
301 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
303         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
304         regression on LE.
306         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
307         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
308         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
309         strncmp-power8 object.
310         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
311         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
312         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
313         * NEWS: Update.
315 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
316             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
318         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
319         trailing byte check.
321 2015-01-13  David S. Miller  <davem@davemloft.net>
323         * include/signal.h (__sigreturn): Guard with __USE_MISC.
325 2015-01-13  Roland McGrath  <roland@hack.frob.com>
327         * login/logout.c (logout): Use memset rather than bzero.
328         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
329         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
330         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
331         (_gethtbyaddr): Likewise.
332         * locale/programs/simple-hash.c (bcopy): Macro removed.
334 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
336         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
337         Add strcmp-power8 object.
338         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
339         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
340         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
341         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
342         __strcmp_power8 implementation.
343         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
344         * NEWS: Update.
346         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
347         Add strncpy-power8 and stpncpy-power8 objects.
348         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
349         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
350         implementations.
351         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
352         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
353         __stpncpy_power8 implementation.
354         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
355         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
356         __strncpy_power8 implementation.
357         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
358         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
359         * NEWS: Update.
361         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
362         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
363         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
365         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
366         strncat-power8 object.
367         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
368         __strcat_power8 implementation.
369         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
370         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
371         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
372         optimized strcat for power8.
374         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
375         strcpy-power8 and stpcpy-power8 objects.
376         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
377         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
378         implementations.
379         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
380         multiarch stpcpy implementation for POWER8.
381         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
382         multiarch strcpy implementation for POWER8.
383         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
384         __strcpy_power8 function.
385         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
386         stpcpy for POWER8.
387         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
388         strcpy for POWER8.
389         * NEWS: Update.
391 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
393         [BZ #16009]
394         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
395         weights and rules. Use do_xfrm_cached if data fits in cache,
396         do_xfrm otherwise.  Moved former main loop to...
397         * (do_xfrm_cached): New function.
398         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
399         find_idx, find_position and stack_push.
400         * (find_idx): New function.
401         * (find_position): Likewise.
402         * localedata/sort-test.sh: Added test run for do_xfrm.
403         * localedata/xfrm-test.c (main): Added command line option
404         -nocache to run the test with strings that are too large for
405         the STRXFRM cache.
407 2015-01-13  Torvald Riegel  <triegel@redhat.com>
409         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
410         variable to lll_futex_wake call, not the value itself.
412 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
414         [BZ #17803]
415         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
416         twom64.  Adjust value to 0x1p-64L.
417         (__scalblnl): Only return standard underflowing result for K <=
418         -64 not K <= -63; adjust exponent for underflowing result by 64
419         not 63.
420         * math/libm-test.inc (scalbn_test_data): Add more tests.
421         (scalbln_test_data): Likewise.
423         [BZ #17834]
424         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
425         0x1p63L.
426         (__scalblnl): Get new exponent of adjusted subnormal value from ES
427         not HX.
428         * math/libm-test.inc (scalbn_test_data): Add more tests.
429         (scalbln_test_data): Likewise.
431 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
432             Stefani Seibold  <stefani@seibold.net>
434         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
435         (sysdep_routines): Add dl-vdso here, ...
436         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
437         (sysdep_routines): ... not here.
438         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
439         fallback when vDSO is not presented.
440         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
441         Define with libc_hidden_proto/libc_hidden_data_def definitions.
442         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
443         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
444         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
445         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
446         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
447         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
448         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
449         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
450         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
451         fallback configurable symbol when vDSO is not available.
452         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
453         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
454         be able to redefine fallback symbol when vDSO is not available.
455         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
456         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
458 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
460         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
461         (TLS_INIT_TP): Add tm_capable initialization.
462         (TLS_DEFINE_INIT_TP): Likewise.
463         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
464         TCB.
465         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
466         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
467         calculation.
468         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
469         transactoion is lock elision is built and TCB tm_capable is set.
470         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
472         (INTERNAL_SYSCALL_NCS): Likewise.
473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
474         (INTERNAL_SYSCALL_NCS): Likewise.
475         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
477         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
478         for powerpc.
479         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
480         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
481         and remove it for 32 bits case.
482         [pthread_rwlock_t] (__rwelision): New field for lock elision.
483         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
484         initialization.
485         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
486         Disable lock elision with rdlocks if elision is not available.
488         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
489         (sysdep_routines): Add lock elision objects.
490         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
491         [pthread_mutex_t] (__spins): Rework to add lock elision field.
492         [pthread_mutex_t] (__elision): Add field.
493         [__PTHREAD_SPINS]: Adjust to init lock elision field.
494         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
495         elision definitions for powerpc.
496         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
497         implementation of lock elision for powerpc.
498         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
499         implementation of timed lock elision for powerpc.
500         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
501         implementation of trylock with lock elision for powerpc.
502         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
503         implementaion of unlock for lock elision for powerpc.
504         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
505         automatic enable lock elision for mutexes.
506         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
507         transaction execution definitions for powerpc.
508         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
509         definitions.
510         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
511         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
512         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
513         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
514         * NEWS: Update.
516 2015-01-09  Roland McGrath  <roland@hack.frob.com>
518         * sysdeps/posix/shm-directory.c: Use <> rather than ""
519         for #include of <shm-directory.h>.
521 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
523         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
524         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
526 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
528         [BZ #17791]
529         * NEWS: Mention bug fix.
530         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
531         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
532         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
534 2015-01-09  Torvald Riegel <triegel@redhat.com>
536         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
538 2015-01-09  Torvald Riegel <triegel@redhat.com>
540         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
542 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
544         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
545         pointer and cast to uintptr_t.
547 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
549         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
550         removed.
551         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
553 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
555         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
556         of 0.
558 2015-01-08  Roland McGrath  <roland@hack.frob.com>
560         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
561         <nptl/pthreadP.h> instead.
562         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
564         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
565         already defined.
566         [__SIGRTMIN] (init): Function removed.
567         [__SIGRTMIN] (initialized): Variable removed.
568         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
569         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
570         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
571         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
572         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
573         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
574         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
575         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
576         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
577         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
578         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
579         * sysdeps/nptl/allocrtsig.c: New file.
580         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
581         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
582         * sysdeps/generic/testrtsig.h: File removed.
584         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
585         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
587         * nptl/nptl-init.c (pthread_functions): Conditionalize
588         .ptr__nptl_setxid initialization on [SIGSETXID].
590         * sysdeps/nptl/sys/procfs.h: New file.
591         * nptl_db/Makefile (headers): Add it.
592         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
594         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
595         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
596         * nptl/pthread_attr_setaffinity.c: Include it.
597         * nptl/pthread_setattr_default_np.c: Likewise.
598         * nptl/check-cpuset.h: New file.
600 2015-01-08  Richard Henderson  <rth@redhat.com>
602         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
603         (CFLAGS-tst-execstack-prog.c): Likewise.
604         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
606 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
607             Sandra Loosemore  <sandra@codesourcery.com>
608             Andrew Jenner  <andrew@codesourcery.com>
609             Joseph Myers  <joseph@codesourcery.com>
610             Nathan Sidwell  <nathan@codesourcery.com>
612         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
613         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
614         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
615         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
616         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
617         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
618         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
619         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
620         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
621         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
622         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
623         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
624         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
625         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
626         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
627         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
628         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
630 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
632         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
633         timespec struct member in syscall macro.
634         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
635         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
636         first timeval struct member in syscall macro.
637         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
639 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
641         [BZ #17748]
642         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
643         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
644         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
645         __feupdateenv and define as weak alias of __feupdateenv.  Use
646         libm_hidden_weak.
647         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
648         libm_hidden_def.
649         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
650         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
651         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
652         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
653         libm_hidden_def.
654         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
655         __feupdateenv and define as weak alias of __feupdateenv.  Use
656         libm_hidden_weak.
657         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
658         libm_hidden_def.
659         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
660         __feupdateenv and define as weak alias of __feupdateenv.  Use
661         libm_hidden_weak.
662         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
663         libm_hidden_def.
664         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
665         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
666         (__feupdateenv): Likewise.
667         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
668         __feupdateenv and define as weak alias of __feupdateenv.  Use
669         libm_hidden_weak.
670         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
671         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
672         libm_hidden_def.
673         * sysdeps/tile/math_private.h (__feupdateenv): New inline
674         function.
675         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
676         libm_hidden_def.
677         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
678         __feupdateenv instead of feupdateenv.
679         (default_libc_feupdateenv_test): Likewise.
680         (libc_feresetround_ctx): Likewise.
682 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
684         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
685         prototype.
687 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
689         * posix/regcomp.c (parse_bracket_exp): Initialize type to
690         COLL_SYM in a couple of places to avoid uninitialized variable
691         wanings on tilegx gcc 4.8.2.
693 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
695         * sysdeps/aarch64/strcpy.S: New file.
696         * sysdeps/aarch64/stpcpy.S: New file.
697         * NEWS: Updated.
699 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
701         * sysdeps/aarch64/strrchr.S: New file.
702         * NEWS: Updated.
704 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
706         [BZ #17658]
707         * stdlib/setenv.c: Fix memory leak when setting large,
708         duplicate string.
710 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
712         [BZ #17273]
713         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
714         and tabs from buffer before parsing fstab entry.
715         * misc/tst-mntent.c (main): Add test for mount entry with
716         trailing spaces and tabs.
718 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
720         [BZ #17748]
721         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
722         * math/fesetround.c (fesetround): Rename to __fesetround and
723         define as weak alias of __fesetround.  Use libm_hidden_weak.
724         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
725         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
726         * sysdeps/arm/fesetround.c (fesetround): Likewise.
727         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
728         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
729         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
730         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
731         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
732         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
733         __fesetround_inline.
734         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
735         __fesetround_inline instead of __fesetround.
736         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
737         __fesetround and define as weak alias of __fesetround.  Use
738         libm_hidden_weak.  Call __fesetround_inline instead of
739         __fesetround.
740         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
741         __fesetround and define as weak alias of __fesetround.  Use
742         libm_hidden_weak.
743         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
744         Likewise.
745         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
746         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
747         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
748         * sysdeps/tile/math_private.h (__fesetround): New inline function.
749         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
750         __fesetround and define as weak alias of __fesetround.  Use
751         libm_hidden_weak.
752         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
753         __fesetround instead of fesetround.
754         (default_libc_feholdexcept_setround): Likewise.
755         (libc_feholdsetround_ctx): Likewise.
756         (libc_feholdsetround_noex_ctx): Likewise.
758         [BZ #17748]
759         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
760         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
761         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
762         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
763         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
764         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
765         define as weak alias of __fesetenv.  Use libm_hidden_weak.
766         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
767         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
768         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
769         define as weak alias of __fesetenv.  Use libm_hidden_weak.
770         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
771         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
772         define as weak alias of __fesetenv.  Use libm_hidden_weak.
773         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
774         libm_hidden_def.
775         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
776         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
777         Likewise.
778         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
779         define as weak alias of __fesetenv.  Use libm_hidden_weak.
780         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
781         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
782         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
783         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
784         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
785         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
786         __fesetenv instead of fesetenv.
787         (libc_feresetround_noex_ctx): Likewise.
788         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
789         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
790         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
791         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
792         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
793         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
794         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
795         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
796         (__feupdateenv): Likewise.
797         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
798         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
799         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
800         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
802 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
804         [BZ #17806]
805         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
806         addresses have been freed.
808 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
810         * resolv/res_init.c (__res_vinit): Improve comments about nserv
811         and nservall.
813 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
815         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
816         Clean up check_pf allocation pattern. addresses
818 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
820         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
821         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
822         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
823         * nptl/pthread_exit.c (__pthread_exit): Likewise.
824         * nptl/pthread_join.c (pthread_join): Likewise.
825         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
826         * sysdeps/posix/waitid.c (__waitid): Likewise.
827         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
828         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
829         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
830         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
831         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
832         Likewise.
833         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
834         (__libc_pread64): Likewise.
835         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
836         (__libc_pwrite): Likewise.
837         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
838         (__libc_pwrite64): Likewsie.
839         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
840         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
841         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
842         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
843         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
844         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
845         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
847         Likewise.
848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
849         (__libc_pread64): Likewise.
850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
851         Likewise.
852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
853         (__libc_pwrite64): Likewise.
854         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
855         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
856         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
857         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
858         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
859         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
860         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
861         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
862         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
863         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
864         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
865         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
866         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
867         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
868         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
869         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
870         Likewise.
872 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
874         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
875         (CFLAGS-test-double.c): Likewise.
876         (CFLAGS-test-ldouble.c): Likewise.
877         (CPPFLAGS-test-ifloat.c): Likewise.
878         (CPPFLAGS-test-idouble.c): Likewise.
879         (CPPFLAGS-test-ildoubl.c): Likewise.
880         (CFLAGS-test-test-fenv.c): Remove variable.
881         (CFLAGS-test-misc.c): Likewise.
883 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
885         [BZ #17797]
886         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
887         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
888         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
889         CLOCKS_PER_SEC == 1000000.
890         * time/clocktest.c (main): Replace %ld with %jd and cast to
891         intmax_t.
893 2015-01-05  Roland McGrath  <roland@hack.frob.com>
895         * sysdeps/generic/unwind-resume.h: New file.
896         * sysdeps/gnu/unwind-resume.c: Include it.
897         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
898         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
899         argument list.
900         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
901         global rather than static.
902         (_Unwind_Resume): Update user.
903         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
904         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
905         rather than static.  Add __attribute__ ((cold)).
906         (_Unwind_Resume, __gcc_personality_v0): Update callers.
907         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
908         * sysdeps/arm/arm-unwind-resume.S: New file.
909         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
910         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
911         * sysdeps/arm/Makefile [$(subdir) = csu]
912         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
913         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
914         Add rt-arm-unwind-resume.
915         [$(subdir) = nptl]
916         (libpthread-sysdep_routines, libpthread-shared-only-routines):
917         Add pt-arm-unwind-resume.
918         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
919         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
921 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
923         [BZ #17748]
924         * include/fenv.h (__feholdexcept): Declare.  Use
925         libm_hidden_proto.
926         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
927         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
928         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
929         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
930         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
931         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
932         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
933         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
934         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
935         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
936         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
937         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
938         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
939         (feholdexcept): Likewise.
940         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
941         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
942         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
943         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
944         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
945         __feholdexcept instead of feholdexcept.
946         (default_libc_feholdexcept_setround): Likewise.
948 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
950         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
951         to avoid using stl/str to align destination.
953 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
955         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
957 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
959         [BZ #17796]
960         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
961         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
962         Define as weak alias not strong alias.
964 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
966         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
967         bltzal with addiupc.
968         (RTLD_START): Ditto.
970 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
972         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
973         for __vdso_* functions in declarations.
974         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
975         definitions.
976         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
977         INTERNAL_VSYSCALL): Use struct return types to check for error.
979         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
980         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
981         function with cast from llround().
982         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
983         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
984         Define.
986 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
988         [BZ #17793]
989         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
990         Define as weak alias not strong alias.
992         [BZ #17635]
993         * ctype/ctype-c99.c: New file.  isblank implementation moved from
994         ...
995         * ctype/ctype-extn.c: ... here.
996         (__isblank_l): Move to ...
997         * ctype/ctype-c99_l.c: ... here.  New file.
998         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
999         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1000         Remove variable.
1001         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1002         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1003         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1004         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1005         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1007         [BZ #17777]
1008         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1009         (posix_fadvise64): Define as weak alias not strong alias.
1010         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1011         (posix_fallocate64): Likewise.
1012         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1013         Remove variable.
1014         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1015         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1016         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1017         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1018         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1020 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1022         [BZ #16191]
1023         * NEWS: Mention bug fix.
1024         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1025         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1026         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1027         (HOST_STACK_END_ADDR): Likewise.
1029 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1031         [BZ #17748]
1032         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1033         * math/fegetround.c (fegetround): Rename to __fegetround and
1034         define as weak alias of __fegetround.  Use libm_hidden_weak.
1035         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1036         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1037         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1038         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1039         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1040         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1041         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1042         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1043         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1044         Undefine after rather than before function definition; use
1045         parentheses around function name in definition.
1046         (__fegetround): Also undefine macro after function definition.
1047         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1048         __fegetround and define as weak alias of __fegetround.  Use
1049         libm_hidden_weak.  Do not undefine as macro.
1050         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1051         Likewise.
1052         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1053         __fegetround and define as weak alias of __fegetround.  Use
1054         libm_hidden_weak.
1055         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1056         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1057         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1058         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1059         __fegetround and define as weak alias of __fegetround.  Use
1060         libm_hidden_weak.
1061         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1062         __fegetround instead of fegetround.
1064         [BZ #17782]
1065         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1066         Condition macro definition on [__USE_MISC].
1068         [BZ #17781]
1069         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1070         (struct sigaction): Change type of sa_flags field to int.
1072         [BZ #17780]
1073         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1074         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1075         __glibc_reserved0.
1077         * nptl/version.c (banner): Use single year in copyright notice.
1079         * NEWS: Update copyright dates.
1080         * catgets/gencat.c (print_version): Likewise.
1081         * csu/version.c (banner): Likewise.
1082         * debug/catchsegv.sh: Likewise.
1083         * debug/pcprofiledump.c (print_version): Likewise.
1084         * debug/xtrace.sh (do_version): Likewise.
1085         * elf/ldconfig.c (print_version): Likewise.
1086         * elf/ldd.bash.in: Likewise.
1087         * elf/pldd.c (print_version): Likewise.
1088         * elf/sotruss.sh: Likewise.
1089         * elf/sprof.c (print_version): Likewise.
1090         * iconv/iconv_prog.c (print_version): Likewise.
1091         * iconv/iconvconfig.c (print_version): Likewise.
1092         * locale/programs/locale.c (print_version): Likewise.
1093         * locale/programs/localedef.c (print_version): Likewise.
1094         * login/programs/pt_chown.c (print_version): Likewise.
1095         * malloc/memusage.sh (do_version): Likewise.
1096         * malloc/memusagestat.c (print_version): Likewise.
1097         * malloc/mtrace.pl: Likewise.
1098         * manual/libc.texinfo: Likewise.
1099         * nptl/version.c (banner): Likewise.
1100         * nscd/nscd.c (print_version): Likewise.
1101         * nss/getent.c (print_version): Likewise.
1102         * nss/makedb.c (print_version): Likewise.
1103         * posix/getconf.c (main): Likewise.
1104         * scripts/test-installation.pl: Likewise.
1105         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1107 2015-01-02  Will Newton  <will.newton@linaro.org>
1109         * sysdeps/arm/armv7/configure: Removed.
1110         * sysdeps/arm/armv7/configure.ac: Likewise.
1112 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1114         * All files with FSF copyright notices: Update copyright dates
1115         using scripts/update-copyrights.
1116         * intl/plural.c: Regenerated.
1117         * locale/programs/charmap-kw.h: Likewise.
1118         * locale/programs/locfile-kw.h: Likewise.
1120 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1122         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1124 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1126         [BZ #17748]
1127         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1128         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1129         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1130         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1131         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1132         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1133         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1134         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1135         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1136         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1137         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1138         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1139         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1140         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1141         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1142         libm_hidden_def.
1143         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1144         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1145         Likewise.
1146         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1147         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1148         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1149         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1150         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1151         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1152         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1153         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1154         __fegetenv instead of fegetenv.
1155         (libc_feholdsetround_noex_ctx): Likewise.
1157 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1159         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1160         (Elf_MIPS_ABIFlags_v0): New structure.
1161         (EF_MIPS_FP64): Define.
1162         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1163         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1164         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1165         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1166         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1167         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1168         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1169         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1170         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1171         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1172         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1173         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1174         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1175         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1176         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1177         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1178         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1179         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1180         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1181         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1182         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1183         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1184         field.
1185         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1186         EF_MIPS_FP64.
1187         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1188         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1189         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1190         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1191         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1192         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1193         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1194         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1195         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1196         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1197         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1198         record the current FP ABI extension.
1199         (mips-mode-switch): Define to show if kernel headers support mode
1200         switching.
1201         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1202         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1203         supported SYSV ABI version to 3.
1204         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1205         feature.
1207 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1208             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1210         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1211         path.
1212         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1214 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1216         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1217         __fegetround and redefine to call __fegetround.  Remove condition
1218         on [!__NO_MATH_INLINES].
1219         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1220         function.
1221         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1222         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1223         Remove macro.
1224         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1225         instead of <fenv_libc.h>.
1226         (__llrintl): Call fegetround instead of __fegetround.
1227         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1228         instead of <fenv_libc.h>.
1229         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1230         (__lrintl): Call fegetround instead of __fegetround.
1231         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1232         instead of <fenv_libc.h>.
1233         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1234         (__rintl): Call fegetround instead of __fegetround.
1236 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1238         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1239         arrays.
1241 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1243         [BZ #17775]
1244         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1245         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1246         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1248 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1250         * sysdeps/i386/tls-macros.h: Include <features.h>.
1251         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1252         (TLS_IE): Likewise.
1253         (TLS_LD): Likewise.
1254         (TLS_GD): Likewise.
1255         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1256         define for GCC >= 5.0.
1258 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1260         * math/test-fenv.c (test_single_exception, set_single_exc,
1261         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1262         feexcp_mask_test, feenable_test, fe_single_test): Add
1263         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1264         case where they are not used.
1265         * math/libm-test.inc: Likewise.
1266         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1267         unused in the absence of FP rounding/exception support.
1268         * stdio-common/tst-printf-round.c: Likewise.
1269         * stdlib/tst-strtod-round.c: Likewise.
1270         * stdlib/tst-strtod-underflow.c: Likewise.
1272 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1274         [BZ #17723]
1275         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1276         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1277         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1278         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1279         libm_hidden_weak.
1280         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1281         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1282         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1283         libm_hidden_def.
1284         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1285         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1286         libm_hidden_weak.
1287         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1288         Likewise.
1289         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1290         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1291         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1292         libm_hidden_weak.
1293         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1294         libm_hidden_def.
1295         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1296         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1297         (__feraiseexcept): Likewise.
1298         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1299         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1300         libm_hidden_weak.
1301         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1302         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1303         libm_hidden_def.
1304         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1305         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1306         Use libm_hidden_def.
1307         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1308         libm_hidden_def.
1309         (feraiseexcept): Define as weak not strong alias.  Use
1310         libm_hidden_weak.
1311         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1312         New inline function.  Factored out of ...
1313         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1314         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1315         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1316         feraiseexcept.
1317         * math/w_acos.c (__acos): Likewise.
1318         * math/w_asin.c (__asin): Likewise.
1319         * math/w_ilogb.c (__ilogb): Likewise.
1320         * math/w_j0.c (y0): Likewise.
1321         * math/w_j1.c (y1): Likewise.
1322         * math/w_jn.c (yn): Likewise.
1323         * math/w_log.c (__log): Likewise.
1324         * math/w_log10.c (__log10): Likewise.
1325         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1326         * sysdeps/aarch64/fpu/math_private.h
1327         (libc_feupdateenv_test_aarch64): Likewise.
1328         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1329         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1330         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1331         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1332         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1333         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1334         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1335         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1336         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1337         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1339 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1341         [BZ #17732]
1342         * io/test-utime.c (main): Replace %ld with %jd and cast to
1343         intmax_t.
1344         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1345         * nptl/tst-mutex5.c: Include <stdint.h>.
1346         (do_test): Replace %ld with %jd and cast to intmax_t.
1347         * posix/tst-regex.c (run_test): Likewise.
1348         (run_test_backwards): Likewise.
1349         * rt/tst-clock.c: Include <stdint.h>.
1350         (clock_test): Replace %ld with %jd and cast to intmax_t.
1351         * rt/tst-cpuclock1.c: Include <stdint.h>.
1352         (do_test): Replace %lu with %ju and cast to uintmax_t.
1353         * rt/tst-cpuclock2.c: Include <stdint.h>.
1354         (do_test): Replace %lu with %ju and cast to uintmax_t.
1355         * rt/tst-mqueue1.c: Include <stdint.h>.
1356         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1357         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1358         intmax_t.
1359         * rt/tst-mqueue4.c (do_test): Likewise.
1360         * rt/tst-timer4.c: Include <stdint.h>.
1361         (check_ts): Replace %ld with %jd and cast to intmax_t.
1362         (do_test): Likewise.
1363         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1364         and cast to intmax_t.
1365         * sysdeps/pthread/tst-timer.c (main): Likewise.
1366         * time/clocktest.c (main): Likewise.
1367         * time/tst-posixtz.c (do_test): Likewise.
1368         * timezone/tst-timezone.c (main): Likewise.
1370 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1371             H.J. Lu  <hongjiu.lu@intel.com>
1373         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1374         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1375         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1376         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1377         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1378         version if bit_Fast_Unaligned_Load is set.
1379         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1380         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1381         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1382         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1383         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1384         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1385         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1386         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1387         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1388         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1389         to 4.
1390         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1391         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1392         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1393         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1395 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1397         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1398         instead of #if to avoid a Wundef warning.
1399         * stdlib/tst-limits.c (do_test): Likewise.
1401         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1402         parallel other exception macros.
1403         (fegetenv): Convert from macro to extern inline so that it applies
1404         retroactively to inline functions already seen by the compiler.
1405         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1407         * posix/Makefile (before-compile): Use $(objpfx) for
1408         posix-conf-vars-def.h.
1410 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1412         * posix/getconf.c (main): Use size_t for type of I.
1413         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1414         NSPEC.
1416         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1417         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1418         * posix/posix-envs.def: Likewise.
1419         * sysdeps/posix/sysconf.c: Likewise.
1420         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1421         (specs): Remove array.
1422         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1423         array.
1425         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1426         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1427         (__sysconf): Use CONF_IS_* macros.
1429         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1430         ($(objpfx)posix-conf-vars-def.h): New target.
1431         * posix/posix-conf-vars.list: New file.
1432         * posix/posix-conf-vars.h: New file.
1433         * posix/confstr.c: Include posix-conf-vars.h.
1434         (confstr): Use CONF_IS_* macros.
1435         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1436         CONF_IS_* macros.
1437         * scripts/gen-posix-conf-vars.awk: New file.
1439 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1441         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1442         fegetround): Add no-op macros to avoid linknamespace issues.
1444         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1445         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1447         * sysdeps/unix/sysv/linux/tile/sysdep.h
1448         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1449         assembly-specific section to avoid a redefinition warning.
1451         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1452         long before casting to pointer to avoid a cast warning.
1454 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1456         * sysdeps/tile/tilegx/Implies: New file.
1458 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1460         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1462 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1464         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1466 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1468         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1469         not define.
1470         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1471         <kernel-features.h>.
1472         (__utimes) [__NR_utimes]: Make code unconditional.
1473         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1474         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1475         (__ASSUME_UTIMES): Do not undefine.
1476         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1477         (__ASSUME_UTIMES): Likewise.
1478         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1479         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1480         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1481         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1483 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1485         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1487 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1489         [BZ #17747]
1490         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1491         alias to weak alias for j0l, y0l.
1492         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1493         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1495         [BZ #17746]
1496         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1497         conversion.
1499 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1501         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1502         to zero if not already defined.
1504 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1506         [BZ #17724]
1507         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1508         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1509         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1510         (char *) casts added.
1511         * sysdeps/ieee754/k_standardf.c: New file.
1512         * sysdeps/ieee754/k_standardl.c: Likewise.
1513         * math/Makefile (libm-support): Remove k_standard.
1514         (libm-calls): Add k_standard.
1516 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1518         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1519         Optimize to avoid an unnecessary FPCR read.
1521 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1523         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1524         Optimize to reduce FPCR/FPSR accesses.
1526 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1528         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1529         Call libc_fetestexcept_aarch64.
1531 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1533         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1534         Call libc_fesetround_aarch64.
1536 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1538         [BZ #17733]
1539         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1540         (__bind): Do not define as weak alias.
1541         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1542         define.
1543         (__getsockname): Do not define as weak alias.
1545 2014-12-22  Will Newton  <will.newton@linaro.org>
1547         * manual/install.texi: Document that we require bison 2.7
1548         or above.
1549         * INSTALL: Regenerate.
1550         * configure.ac: Use AC_CHECK_PROG_VER instead of
1551         AC_PATH_PROG when checking for bison and check for
1552         version 2.7 or above.
1553         * configure: Regenerate.
1555 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1557         [BZ #17745]
1558         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1559         * sysdeps/tile/ffsll.c (ffsll): To here.
1561         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1563 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1565         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1566         if not defined.
1567         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1568         definition.
1569         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1570         hidden ___tls_get_addr.
1571         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1572         hidden __tls_get_addr.
1573         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1574         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1575         Likewise.
1577 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
1579         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1580         _dl_init call.
1582 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1584         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1585         from "call _dl_init@PLT".
1586         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
1588 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
1590         * manual/search.texi: (Array Sort Function): Clarify stable sorting
1591         guarantees.
1593 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
1595         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1597 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1599         [BZ #17744]
1600         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1601         strnlen.
1603 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1605         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1606         of multu on MIPSr6.
1607         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1608         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1609         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1610         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1611         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
1613 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1615         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
1616         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
1617         (PTR_SUBU): Use subu for mips32r6/mips64r6.
1618         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
1619         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
1620         mips32r6/mips64r6.
1621         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
1623 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
1625         * string/strncat.c (STRNCAT): Simplify implementation.
1627 2014-12-19  David S. Miller  <davem@davemloft.net>
1629         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
1630         access the quad as both a long double and as a series of 4 words.
1632         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
1633         link_map->l_info array access.
1635 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1637         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
1639         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
1640         * math/atest-exp2.c (TIMEOUT): Likewise.
1641         * math/atest-sincos.c (TIMEOUT): Likewise.
1643 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1645         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
1646         -Wno-error with -fno-builtin-lround.
1648 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1650         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
1651         Contains futex constants and functions moved over from ...
1652         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
1653         <lowlevellock-futex.h>.
1654         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1655         (lll_timedwait_tid): Add comments and parentheses around macro
1656         arguments.
1658 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1660         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
1661         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
1662         (__lll_private_flag): Remove.
1663         (lll_futex_wait): Likewise.
1664         (lll_futex_timed_wait): Likewise.
1665         (lll_futex_wake): Likewise.
1666         (lll_futex_requeue): Likewise.
1667         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1668         (__lll_timedwait_tid): Spell out argument names.
1669         (lll_timedwait_tid): Add comments and parentheses around macro
1670         arguments.
1671         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
1672         LLL_SHARED and LLL_PRIVATE usable from assembly code.
1674 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1676         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
1677         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1678         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1679         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
1680         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
1681         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
1682         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
1683         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1684         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
1685         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
1686         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
1687         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
1688         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
1689         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
1690         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
1691         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
1692         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
1693         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
1694         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
1696 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1698         * sysdeps/x86_64/x32/Makefile: New file.
1700 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1702         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
1703         1L with (mp_limb_t) 1.
1705 2014-12-17  Roland McGrath  <roland@hack.frob.com>
1707         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
1708         * nptl/libc_pthread_init.c: ... here.
1709         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
1710         * nptl/register-atfork.c: ... here.
1712         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
1713         Use pthread_sigmask rather than INTERNAL_SYSCALL.
1714         Use assert_perror to check its return value.
1715         (__gai_create_helper_thread): Likewise.
1717         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
1719         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
1721 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
1723         [BZ #17725]
1724         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
1725         __profil_counter.
1726         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
1727         Likewise.
1728         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1729         Likewise.
1730         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
1731         Likewise.
1732         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
1733         (profil_counter): Likewise.
1734         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
1735         (profil_counter): Likewise.
1736         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
1737         Likewise.
1738         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
1739         Likewise.
1740         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
1741         (profil_counter): Likewise.
1742         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
1743         Likewise.
1744         [!__profil_counter] (profil_counter): Define as weak alias of
1745         __profil_counter.
1746         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
1747         (profil_counter): Rename to __profil_counter.
1748         [!__profil_counter] (profil_counter): Define as weak alias of
1749         __profil_counter.
1750         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
1751         (profil_counter): Rename to __profil_counter.
1752         [!__profil_counter] (profil_counter): Define as weak alias of
1753         __profil_counter.
1754         * sysdeps/posix/profil.c: Update comment referring to
1755         profil_counter.
1756         (__profil): Use __profil_counter instead of profil_counter.
1757         * sysdeps/posix/sprofil.c (profil_counter): Rename to
1758         __profil_counter.  Use __profil_counter_ushort and
1759         __profil_counter_uint in definitions.
1760         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
1761         instead of profil_counter_uint and profil_counter_ushort.
1763         [BZ #17722]
1764         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
1765         define as weak alias of __inet_makeaddr.
1766         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
1767         as weak alias of __inet_addr.
1768         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
1769         as weak alias of __inet_pton.  Use libc_hidden_weak.
1770         * include/arpa/inet.h (__inet_pton): Declare.  Use
1771         libc_hidden_proto.
1772         (inet_makeaddr): Don't use libc_hidden_proto.
1773         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
1774         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
1775         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
1776         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
1777         Remove variable.
1778         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1779         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1781 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
1783         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
1785 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1787         * stdio-common/bug-vfprintf-nargs.c (do_test):
1788         Cast value to intptr_t to avoid format warning
1789         for usage with PRIdPTR printing macro.
1791 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1793         * libio/tst-widetext.c (do_test):
1794         Use format type %td instead of %Zd for ptrdiff_t
1795         in order to avoid format warning.
1797 2014-12-17  Andreas Schwab  <schwab@suse.de>
1799         * nscd/mem.c (gc): Add size_t cast to match printf format.
1801 2014-12-16  Roland McGrath  <roland@hack.frob.com>
1803         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
1804         (init): Apply PTR_MANGLE to pointers before storing them.
1805         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
1806         before using them.
1808 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
1810         [BZ #17719]
1811         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
1812         define as weak alias of __memrchr.
1813         (__memrchr): Do not define as strong alias of memrchr.
1814         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
1815         Remove variable.
1816         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1817         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1818         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1820         [BZ #17717]
1821         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
1822         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
1823         (if_indextoname): Rename to __if_indextoname and define as weak
1824         alias of __if_indextoname.  Use libc_hidden_weak.
1825         (if_freenameindex): Rename to __if_freenameindex and define as
1826         weak alias of __if_freenameindex.
1827         (if_nameindex): Rename to __if_nameindex and define as weak alias
1828         of __if_nameindex.
1829         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
1830         __if_nametoindex and define as weak alias of __if_nametoindex.
1831         Use libc_hidden_weak.
1832         (if_freenameindex): Rename to __if_freenameindex and define as
1833         weak alias of __if_freenameindex.
1834         (if_nameindex): Rename to __if_nameindex and define as weak alias
1835         of __if_nameindex.
1836         (if_indextoname): Rename to __if_indextoname and define as weak
1837         alias of __if_indextoname.  Use libc_hidden_weak.
1838         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
1839         __if_nametoindex and define as weak alias of __if_nametoindex.
1840         Use libc_hidden_weak.
1841         (if_freenameindex): Rename to __if_freenameindex and define as
1842         weak alias of __if_freenameindex.  Use libc_hidden_weak.
1843         (if_nameindex_netlink): Use __if_freenameindex instead of
1844         if_freenameindex.
1845         (if_nameindex): Rename to __if_nameindex and define as weak alias
1846         of __if_nameindex.  Use libc_hidden_weak.
1847         (if_indextoname): Rename to __if_indextoname and define as weak
1848         alias of __if_indextoname.  Use libc_hidden_weak.
1849         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
1850         libc_hidden_proto.
1851         [!_ISOMAC] (__if_freenameindex): Likewise.
1852         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
1853         if_nametoindex.
1854         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
1855         variable.
1856         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1857         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1858         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1859         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1860         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1861         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1862         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1864         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
1865         Remove variable.
1866         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1867         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1869 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1871         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
1872         subscript above bounds'
1874         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
1875         bounds.
1877 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
1879         * libio/tst-fopenloc.c: Use test-skeleton.c.
1881         * stdlib/tst-bsearch.c: Use test-skeleton.c.
1882         (entry): Rename to ITEM.
1883         (do_test, comp): Adjust.
1885         * stdio-common/tst-fseek.c: Use test-skeleton.c.
1887 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1889         * string/tester.c: Include <libc-internal.h>.
1890         (test_memset): Ignore -Wmemset-transposed-args.
1892 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1894         * misc/tst-mntent2.c (do_test): Fix warning.
1896 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1898         * elf/tst-unique4lib.cc(a): Mark as used.
1900 2014-12-16  Florian Weimer  <fweimer@redhat.com>
1902         [BZ #17630]
1903         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
1904         names.
1906 2014-12-16  Allan McRae  <allan@archlinux.org>
1908         * stdio-common/Makefile (tests): Re-add bug26.
1910 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
1912         [BZ #17657]
1913         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
1914         static array.
1916 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
1918         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
1919         (__lll_lock_wait): Likewise.
1920         (__lll_timedlock_wait): Likewise.
1921         (__lll_timedwait_tid): Likewise.
1922         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
1923         (__lll_robust_timedlock_wait): Likewise.
1924         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
1925         (lll_cond_trylock): Likewise.
1926         (__lll_lock): Likewise.
1927         (__lll_robust_lock): Likewise.
1928         (__lll_cond_lock): Likewise.
1929         (lll_robust_cond_lock): Likewise.
1930         (__lll_timedlock): Likewise.
1931         (__lll_robust_timedlock): Likewise.
1932         (__lll_unlock): Likewise.
1933         (__lll_robust_unlock): Likewise.
1934         (lll_wait_tid): Likewise.
1935         (lll_timedwait_tid): Likewise.
1937 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1939         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
1941 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1943         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
1945 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
1947         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
1948         * stdio-common/tst-sprintf.c: Likewise.
1950 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1952         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
1954 2014-12-15  Jeff Law  <law@redhat.com>
1956         [BZ #16617]
1957         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
1958         on the heap.  (CVE-2012-3406)
1959         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
1960         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
1961         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
1963 2014-12-15  Will Newton  <will.newton@linaro.org>
1965         * manual/install.texi: Bump required version of texinfo
1966         to 4.7 from 4.5.
1967         * INSTALL: Regenerated.
1968         * configure.ac: Check for makeinfo version 4.7 and above.
1969         * configure: Regenerated.
1971 2014-12-12  Roland McGrath  <roland@hack.frob.com>
1973         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
1974         PREFIX, string constant to insert between directory and name.
1975         * sysdeps/posix/shm_open.c: Update caller.
1976         * sysdeps/posix/shm_unlink.c: Likewise.
1977         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
1978         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
1979         (SEM_SHM_PREFIX): New macro.
1980         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
1981         [$(have-thread-library) = no].
1982         * nptl/Makefile (libpthread-routines): Add shm-directory.
1983         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
1984         * sysdeps/nptl/shm-directory.h: New file.
1985         * sysdeps/posix/shm-directory.c
1986         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
1987         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
1988         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
1989         INTERNAL_SYSCALL.
1990         (__where_is_shmfs): Function removed.
1991         (mountpoint, defaultmount, defaultdir, __namedsem_once):
1992         Variables removed.
1993         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
1994         Use SHM_GET_NAME.
1995         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
1997         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
1998         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
1999         unconditional for use inside libpthread.
2000         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2002 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2004         * nptl/pthread_getaffinity.c: New file.
2005         * nptl/pthread_setaffinity.c: New file.
2006         * nptl/pthread_getname.c: New file.
2007         * nptl/pthread_setname.c: New file.
2009         * nptl/pthread_create.c (START_THREAD_DEFN)
2010         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2012 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2013             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2015         * resolv/res_send.c (send_vc): Disable warning resplen may
2016         be used uninitialized.
2018 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2020         * nptl/tst-mutex6.c
2021         (ATTR_NULL): New define checks ATTR against NULL.
2022         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2023         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2025 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2027         [BZ #17581]
2028         * malloc/hooks.c
2029         (mem2mem_check): Revert my previous change.
2030         (malloc_check_get_size): Revert my previous change.
2031         (mem2chunk_check): Revert my previous change.
2033 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2035         * sysdeps/posix/shm-directory.c: New file.
2036         * sysdeps/posix/shm-directory.h: New file.
2037         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2038         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2039         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2040         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2041         Transmute EPERM to EACCES.
2042         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2043         from ...
2044         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2045         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2047 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2049         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2050         pointer and cast to uintptr_t.
2051         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2052         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2053         Add cast to avoid warning.
2054         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2056 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2058         * nptl/semaphore.h: Move to ...
2059         * sysdeps/pthread/semaphore.h: ... here.
2060         * Makefile (installed-headers): Change nptl/semaphore.h to
2061         sysdeps/pthread/semaphore.h.
2063 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2065         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2066         generated error format strings.
2068         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2069         -Wformat-extra-args warnings for scanf formats.
2070         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2071         test of zero-length format (duh).
2072         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2073         corner-case scanf format test.
2074         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2075         generated fprintf format string.
2076         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2077         corner-case sprintf format tests.
2078         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2079         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2080         -Wformat-extra-args warnings throughout.
2081         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2082         (CFLAGS-scanf4.c): Likewise.
2083         (CFLAGS-scanf7.c): Likewise.
2084         (CFLAGS-tst-sprintf.c): Likewise.
2085         (CFLAGS-tst-printf.c): Likewise.
2086         (CFLAGS-tst-printfsz.c): Likewise.
2088 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2090         * include/cpio.h: New file.
2091         * include/fmtmsg.h: Likewise.
2093         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2094         corresponding format argument to size_t.
2095         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2096         arguments.
2097         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2098         corresponding format argument to size_t.
2099         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2100         arguments.
2101         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2102         corresponding format argument to size_t.
2103         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2104         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2105         (CFLAGS-tst-mbswcs2.c): Likewise.
2106         (CFLAGS-tst-mbswcs3.c): Likewise.
2107         (CFLAGS-tst-mbswcs4.c): Likewise.
2108         (CFLAGS-tst-mbswcs5.c): Likewise.
2109         (CFLAGS-tst-trans.c): Likewise
2111 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2113         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2114         rather than assuming they won't contain any '%'s.
2116 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2118         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2119         inhibit_loop_to_libcall to avoid recursive calls.
2120         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2121         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2123 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2125         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2126         prototype.
2128 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2130         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2131         integer value instead of boolean.
2133 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2135         * malloc/malloc.c: Fix powerof2 check.
2137 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2139         * locale/programs/locfile.h (maybe_swap_uint32):
2140         Remove inline and add unused attribute.
2142 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2144         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2145         Truncating assembler expression to a .long expression.
2147 2014-12-11  Andreas Schwab  <schwab@suse.de>
2149         * elf/rtld.c (struct map_args): Constify str member.
2150         (do_preload): Constify fname argument.
2152 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2154         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2155         constants definition.
2157 2014-12-11  Andreas Schwab  <schwab@suse.de>
2159         [BZ #16657]
2160         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2161         FORCE_ELISION instead of DO_ELISION.
2162         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2163         Remove.
2164         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2165         Likewise.
2167         * iconvdata/gconv-modules: Remove duplicate entry.
2169 2014-12-11  Will Newton  <will.newton@linaro.org>
2171         Merge gettext 0.19.3 into intl/.
2173         This involves a number of cosmetic changes to comments
2174         and ANSI function definitions and prototypes throughout
2175         all the files. The gettext copyright header is used but
2176         with the date ranges taken from the glibc copy.
2178         * NEWS: Add gettext merge to 2.21.
2179         * intl/bindtextdom.c: Switch to gettext copyright.
2180         Use ANSI definitions and prototypes.
2181         Use gl_* locking primitives rather than __libc_* ones.
2182         Use __builtin_expect rather than __glibc_likely/unlikely.
2183         * intl/dcgettext.c: Switch to gettext copyright.
2184         Use ANSI definitions and prototypes.
2185         * intl/dcigettext.c: Switch to gettext copyright.
2186         Use ANSI definitions and prototypes.
2187         (INTDIV0_RAISES_SIGFPE): New define.
2188         Use gl_* locking primitives rather than __libc_* ones.
2189         Include eval-plural.h instead of plural-eval.c.
2190         Use __builtin_expect rather than __glibc_likely/unlikely.
2191         * intl/dcngettext.c: Switch to gettext copyright.
2192         Use ANSI definitions and prototypes.
2193         * intl/dgettext.c: Likewise.
2194         * intl/dngettext.c: Likewise.
2195         * intl/plural-eval.c: Renamed to...
2196         * intl/eval-plural.h: ...this.
2197         * intl/explodename.c: Switch to gettext copyright.
2198         Use ANSI definitions and prototypes.
2199         (_nl_explode_name): Use strchr instead of __rawmemchr.
2200         * intl/finddomain.c: Switch to gettext copyright.
2201         Use ANSI definitions and prototypes.
2202         Use gl_* locking primitives rather than __libc_* ones.
2203         (_nl_find_domain): Use malloc rather than alloca for
2204         allocation of temporary locale name.
2205         * intl/gettext.c: Switch to gettext copyright.
2206         Use ANSI definitions and prototypes.
2207         * intl/gettextP.h: Switch to gettext copyright.
2208         Use ANSI definitions and prototypes.
2209         Use gl_* locking primitives rather than __libc_* ones.
2210         * intl/gmo.h: Switch to gettext copyright.
2211         (struct sysdep_string): Move struct segment_pair outside of
2212         struct definition.
2213         * intl/hash-string.c: Use ANSI definitions and prototypes.
2214         * intl/hash-string.h: Switch to gettext copyright.
2215         Use ANSI definitions and prototypes.
2216         * intl/l10nflist.c: Switch to gettext copyright.
2217         Use ANSI definitions and prototypes.
2218         (_nl_normalize_codeset): Avoid integer overflow.
2219         * intl/loadinfo.h: Switch to gettext copyright.
2220         Use ANSI definitions and prototypes.
2221         (LIBINTL_DLL_EXPORTED): New define.
2222         (PATH_SEPARATOR): New define.
2223         * intl/loadmsgcat.c: Switch to gettext copyright.
2224         * intl/localealias.c: Switch to gettext copyright.
2225         Use ANSI definitions and prototypes.
2226         (_nl_expand_alias): Use PATH_SEPARATOR.
2227         * intl/ngettext.c: Switch to gettext copyright.
2228         Use ANSI definitions and prototypes.
2229         * intl/plural-exp.c: Likewise.
2230         * intl/plural-exp.h: Switch to gettext copyright.
2231         Use ANSI definitions and prototypes.
2232         (struct expression): Move definition of enum operator outside
2233         of struct definition.
2234         * intl/plural.c: Regenerate.
2235         * intl/plural.y: Switch to gettext copyright.
2236         Use ANSI definitions and prototypes.
2237         Port to bison 3.0.
2238         * intl/textdomain.c: Switch to gettext copyright.
2239         Use ANSI definitions and prototypes.
2240         Use gl_* locking primitives rather than __libc_* ones.
2242 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2244         * debug/warning-nop.c: Add used atrribute.
2246 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2248         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2250         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2251         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2252         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2254 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2255             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2257         [BZ #17634]
2258         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2259         Undefine after defining function.  Define as weak alias of
2260         __wcschr.  Use libc_hidden_weak.
2261         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2262         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2263         (libc_hidden_def): Also define __GI___wcschr alias.
2264         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2265         __wcschr and define as weak alias of __wcschr.
2266         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2267         __wcschr.
2268         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2269         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2270         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2271         libc_hidden_weak.  Do not use libc_hidden_def.
2272         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2273         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2274         __GI___wcschr alias.
2275         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2276         [IS_IN (libc)] (wcschr): Define as macro expanding to
2277         __redirect_wcschr.
2278         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2279         [IS_IN (libc)] (__wcschr_power6): Likewise.
2280         [IS_IN (libc)] (__wcschr_power7): Likewise.
2281         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2282         instead of wcschr.
2283         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2284         __libc_wcschr.
2285         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2286         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2287         __wcschr and define as weak alias of __wcschr.  Use
2288         libc_hidden_builtin_def.
2289         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2290         as weak alias of __wcschr.  Use libc_hidden_weak.
2291         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2292         wcschr.
2293         * time/era.c (_nl_init_era_entries): Likewise.
2294         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2295         variable.
2296         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2297         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2299 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2301         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2302         format for long int variable.
2304 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2306         [BZ #10672]
2307         * manual/search.texi: (Array Sort Function): Remove claim how to make
2308         qsort stable.
2310 2014-12-10  Andreas Schwab  <schwab@suse.de>
2312         [BZ #12847]
2313         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2314         user-controlled locks.
2316 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2318         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2319         register.
2321 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2323         * configure.ac (--disable-werror): New configure option.
2324         (enable_werror): New AC_SUBST.
2325         * configure: Regenerated.
2326         * config.make.in (enable-werror): New variable.
2327         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2328         -Wno-error=undef.
2329         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2330         * manual/install.texi (Configuring and compiling): Document
2331         --disable-werror.
2332         * INSTALL: Regenerated.
2333         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2334         (CFLAGS-tst-chk2.c): Likewise.
2335         (CFLAGS-tst-chk3.c): Likewise.
2336         (CFLAGS-tst-chk4.cc): Likewise.
2337         (CFLAGS-tst-chk5.cc): Likewise.
2338         (CFLAGS-tst-chk6.cc): Likewise.
2339         (CFLAGS-tst-lfschk1.c): Likewise.
2340         (CFLAGS-tst-lfschk2.c): Likewise.
2341         (CFLAGS-tst-lfschk3.c): Likewise.
2342         (CFLAGS-tst-lfschk4.cc): Likewise.
2343         (CFLAGS-tst-lfschk5.cc): Likewise.
2344         (CFLAGS-tst-lfschk6.cc): Likewise.
2346         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2347         (main): Disable -Wdeprecated-declarations around calls to
2348         register_printf_function.
2350         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2351         (do_test): Disable -Wdiv-by-zero around some calls to
2352         fwrite_unlocked and fread_unlocked.
2354         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2355         (DIAG_POP_NEEDS_COMMENT): Likewise.
2356         (_DIAG_STR1): Likewise.
2357         (_DIAG_STR): Likewise.
2358         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2359         * stdio-common/bug21.c: Include <libc-internal.h>.
2360         (do_test): Disable -Wformat around call to sscanf.
2361         * stdio-common/scanf14.c: Include <libc-internal.h>.
2362         (main): Disable -Wformat around some calls to scanf functions.
2364 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2366         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2368 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2370         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2371         stack variable alignment.
2373 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2375         [BZ #17682]
2376         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2377         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2378         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2379         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2380         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2381         __getrlimit instead of getrlimit.
2382         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2383         __gettimeofday instead of gettimeofday.
2384         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2385         Likewise.
2386         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2387         Likewise.
2388         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2389         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2390         Remove variable.
2391         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2392         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2394 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2396         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2397         for wide-character tests.
2399 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2401         * io/openat64.c: #include <libc-internal.h>
2402         (__openat64): Prototypify.  Use ignore_value on MODE.
2403         * io/openat.c: Likewise.
2404         * misc/reboot.c: #include <libc-internal.h>
2405         (reboot): Prototypify.  Use ignore_value on HOWTO.
2406         * misc/ptrace.c: #include <libc-internal.h>
2407         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2409 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2411         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2412         XPG4, UNIX98 and XOPEN2K.
2413         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2414         Remove variable.
2415         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2417 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2419         * libio/fileops.c: Use ISO C style for function definitions.
2420         * libio/iofopen.c: Likewise.
2421         * libio/wfileops.c: Likewise.
2423         [BZ #17653]
2424         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2425         offset on EOF.
2426         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2427         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2428         (fgets_func): Function pointer to fgets and fgetws.
2429         (do_ftell_test): Add test to verify ftell value after read
2430         EOF.
2431         (do_test): Set fgets_func.
2433         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2434         O_TRUNC flag for w and w+ modes.
2435         (do_rewind_test): Likewise.
2436         (do_ftell_test): Likewise.
2437         (do_write_test): Likewise.
2439         [BZ #17647]
2440         * libio/fileops.c (do_ftell): Seek only when there are
2441         unflushed writes.
2442         * libio/wfileops.c (do_ftell_wide): Likewise.
2443         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2444         test case.
2445         (do_one_test): Call it.
2447 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2449         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2450         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2451         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2452         Remove variable.
2453         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2454         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2455         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2457 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2459         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2460         Remove variable.
2461         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2463         [BZ #17668]
2464         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2465         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2466         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2467         __freeifaddrs.  Use libc_hidden_weak.
2468         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2469         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2470         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2471         __freeifaddrs.  Use libc_hidden_weak.
2472         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2473         __getifaddrs and define as weak alias of __getifaddrs.  Use
2474         libc_hidden_weak.
2475         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2476         __freeifaddrs.  Use libc_hidden_weak.
2477         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2478         Remove variable.
2479         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2480         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2482 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2484         [BZ #17601]
2485         * sysdeps/mips/start.S (__start): Use indirect jump to call
2486         __libc_start_main.
2488 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2490         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2492         * nptl/tst-mutex1.c: Include <stdbool.h>.
2493         [!ATTR] (ATTR_NULL): New macro.
2494         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2495         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2496         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2498         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2499         to char *.
2501         [BZ #17665]
2502         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2503         Change conditional to [__USE_MISC].
2505         [BZ #17664]
2506         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2507         fgets_unlocked.
2508         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2509         __fgets_unlocked.
2510         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2511         fgets_unlocked.
2512         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2513         Remove variable.
2514         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2515         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2516         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2517         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2518         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2519         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2520         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2521         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2522         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2524         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2526 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2528         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2529         Remove strpbrk objects.
2530         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2531         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2532         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2533         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2534         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2535         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2537         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2538         Remove strcspn objects.
2539         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2540         (__libc_ifunc_impl_list): Remove strcspn implementation.
2541         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2542         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2543         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2544         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2546         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2547         Remove strspn objetcs.
2548         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2549         (__libc_ifunc_impl_list): Remove strspn implementation.
2550         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2551         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2552         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2553         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2555 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2557         [BZ #17581]
2558         * malloc/hooks.c
2559         (mem2mem_check): Add a terminator to the chain of checking blocks.
2560         (malloc_check_get_size): Use it here.
2561         (mem2chunk_check): Ditto.
2563 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2565         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2566         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2568 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
2570         * bits/ioctl-types.h: Indent preprocessor directives correctly.
2572         * nptl/nptl-init.c: Include libc-internal.h.
2573         (__pthread_initialize_minimal_internal): Use ROUND_UP.
2575         * elf/ldconfig.c (search_dir): Expand comment.
2577 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
2579         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2580         variable.
2581         (linknamespace-symlist-stdlibs-tests): Likewise.
2582         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2583         instead of $(objpfx)symlist-stdlibs.
2584         (linknamespace-libs-isoc): New variable.
2585         (linknamespace-libs): Use $(linknamespace-libs-isoc).
2586         (linknamespace-libs-ISO): New variable.
2587         (linknamespace-libs-ISO99): Likewise.
2588         (linknamespace-libs-ISO11): Likewise.
2589         (linknamespace-libs-XPG3): Likewise.
2590         (linknamespace-libs-XPG4): Likewise.
2591         (linknamespace-libs-POSIX): Likewise.
2592         (linknamespace-libs-UNIX98): Likewise.
2593         (linknamespace-libs-XOPEN2K): Likewise.
2594         (linknamespace-libs-POSIX2008): Likewise.
2595         (linknamespace-libs-XOPEN2K8): Likewise.
2596         ($(objpfx)symlist-stdlibs): Replace by
2597         $(linknamespace-symlist-stdlibs-tests).  Use
2598         $(linknamespace-libs-$*) as set of libraries.
2599         ($(linknamespace-header-tests)): Update dependencies.  Use
2600         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2601         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2602         * conform/linknamespace.pl: Remove comment about considering
2603         definitions of symbols from irrelevant libraries.
2605 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2607         [BZ #13862]
2608         * elf/dl-tls.c: Include <atomic.h>.
2609         (oom): Remove #ifdef SHARED/#endif.
2610         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2611         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
2612         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
2613         big enough.
2614         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
2615         * nptl/Makefile (tests): Add tst-stack4.
2616         (modules-names): Add tst-stack4mod.
2617         ($(objpfx)tst-stack4): New.
2618         (tst-stack4mod.sos): Likewise.
2619         ($(objpfx)tst-stack4.out): Likewise.
2620         ($(tst-stack4mod.sos)): Likewise.
2621         (clean): Likewise.
2622         * nptl/tst-stack4.c: New file.
2623         * nptl/tst-stack4mod.c: Likewise.
2625 2014-11-27  J. Brown  <jb999@gmx.de>
2627         * sysdeps/x86/bits/string.h: Add recent CPUs.
2629 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2631         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
2632         sigblock.
2634         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
2635         feof.
2637         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
2638         variable.
2640 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
2642         * nscd/connections.c: Include libc-internal.h because of macro
2643         usage ignore_value.
2645 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2647         * string/bits/string3.h (__warn_memset_zero_len): Don't
2648         declare for gcc newer than 5.0.
2649         (memset): Don't test for zero-length __LEN for gcc newer than
2650         5.0.
2652 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2654         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
2655         size_t for %zu format.
2657         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
2658         difference, not %ju.
2660 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2662         * include/libc-internal.h (ignore_value): New macro.
2663         * nscd/connections.c (restart): Wrap calls to setuid and setgid
2664         with ignore_value.
2666         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
2667         definition.
2669         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
2670         pthread_cleanup_push to void *.
2672         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
2673         Undefine.
2675         [BZ #16619]
2676         [BZ #16740]
2677         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
2678         instead of 1L << 52.
2680         * libio/bug-rewind.c (do_test): Check fwscanf return values.
2681         * libio/bug-rewind2.c (do_test): Likewise.
2683         * debug/test-stpcpy_chk-ifunc.c: Remove file.
2684         * debug/test-strcpy_chk-ifunc.c: Likewise.
2685         * wcsmbs/test-wcschr-ifunc.c: Likewise.
2686         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
2687         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
2688         * wcsmbs/test-wcslen-ifunc.c: Likewise.
2689         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
2690         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
2691         * Rules [$(multi-arch) = no] (tests): Do not filter out
2692         $(tests-ifunc).
2693         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
2694         * debug/Makefile (tests-ifunc): Remove variable.
2695         (tests): Do not add $(tests-ifunc).
2696         * wcsmbs/Makefile (tests-ifunc): Remove variable.
2697         (tests): Do not add $(tests-ifunc).
2698         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
2699         [TEST_IFUNC]: Remove conditionals.
2700         * string/test-string.h (TEST_IFUNC): Remove macro.
2701         [TEST_IFUNC]: Remove conditionals.
2703         * string/test-strchr.c [!WIDE] (L): New macro.
2704         [WIDE] (L): Likewise.
2705         (check1): Use CHAR instead of char.  Use L on string and character
2706         constants.
2708 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
2710         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
2711         tests.
2712         * sysdeps/powerpc/bits/atomic.h
2713         (__arch_atomic_exchange_and_add_32_acq): Add definition.
2714         (__arch_atomic_exchange_and_add_32_rel): Likewise.
2715         (atomic_exchange_and_add_acq): Likewise.
2716         (atomic_exchange_and_add_rel): Likewise.
2717         * sysdeps/powerpc/powerpc32/bits/atomic.h
2718         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2719         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2720         * sysdeps/powerpc/powerpc64/bits/atomic.h
2721         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2722         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2724 2014-11-26  Torvald Riegel  <triegel@redhat.com>
2726         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
2727         Change synchronization of __sched_fifo_min_prio and
2728         __sched_fifo_max_prio.
2729         * nptl/pthread_mutexattr_getprioceiling.c
2730         (pthread_mutexattr_getprioceiling): Likewise.
2731         * nptl/pthread_mutexattr_setprioceiling.c
2732         (pthread_mutexattr_setprioceiling): Likewise.
2733         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
2734         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
2735         Likewise.
2737 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2739         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
2740         void.
2742 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2744         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
2745         third argument const.
2747 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2749         fnmatch: work around GCC compiler warning bug with uninit var
2750         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
2751         This works around a bug with x86-64 GCC 4.9.2 and earlier
2752         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
2753         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
2754         used uninitialized in this function [-Wmaybe-uninitialized]".
2756 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2758         * posix/bug-regex31.c (main): Return RES not 0.
2760 2014-11-25  Anton Blanchard <anton@samba.org>
2762         * sysdeps/powerpc/bits/atomic.h
2763         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
2765 2014-11-24  Sterling Augustine  <saugustine@google.com>
2767         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
2769 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
2771         [BZ #17608]
2772         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
2774 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
2776         [BZ #17633]
2777         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
2778         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
2779         variable.
2780         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2781         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2783 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2785         * string/strncpy.c (strncpy): Improve performance by using memset.
2787 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2789         * string/strcpy.c (strcpy):
2790         Improve performance by using strlen and memcpy.
2792 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
2794         * string/strcoll_l.c (get_next_seq): __always_inline.
2795         * string/strcoll_l.c (do_compare): __always_inline.
2797 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2799         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
2800         defined.
2801         * include/mqueue.h: Likewise.
2802         * include/stdlib.h: Likewise.
2804         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
2805         (get_null_defines): Adjust.
2806         * sunrpc/Makefile: Adjust comment.
2807         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
2808         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
2809         (CFLAGS-interp.c): Likewise.
2810         (CFLAGS-ldconfig.c): Likewise.
2811         (CPPFLAGS-.os): Likewise.
2812         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2813         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2814         * extra-modules.mk (extra-modules.mk): Likewise.
2815         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
2816         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
2817         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
2818         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
2819         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
2820         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
2821         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
2822         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
2823         * iconvdata/Makefile (CPPFLAGS): Likewise.
2824         (cpp-srcs-left): Add libof for all iconvdata routines.
2825         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
2826         * include/assert.h: Likewise.
2827         * include/ctype.h: Likewise.
2828         * include/errno.h: Likewise.
2829         * include/libc-symbols.h: Likewise.
2830         * include/math.h: Likewise.
2831         * include/netdb.h: Likewise.
2832         * include/resolv.h: Likewise.
2833         * include/stdio.h: Likewise.
2834         * include/stdlib.h: Likewise.
2835         * include/string.h: Likewise.
2836         * include/sys/stat.h: Likewise.
2837         * include/wctype.h: Likewise.
2838         * intl/l10nflist.c: Likewise.
2839         * libidn/idn-stub.c: Likewise.
2840         * libio/libioP.h: Likewise.
2841         * nptl/libc_multiple_threads.c: Likewise.
2842         * nptl/pthreadP.h: Likewise.
2843         * posix/regex_internal.h: Likewise.
2844         * resolv/res_hconf.c: Likewise.
2845         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
2846         * sysdeps/arm/memmove.S: Likewise.
2847         * sysdeps/arm/sysdep.h: Likewise.
2848         * sysdeps/generic/_itoa.h: Likewise.
2849         * sysdeps/generic/symbol-hacks.h: Likewise.
2850         * sysdeps/gnu/errlist.awk: Likewise.
2851         * sysdeps/gnu/errlist.c: Likewise.
2852         * sysdeps/i386/i586/memcpy.S: Likewise.
2853         * sysdeps/i386/i586/memset.S: Likewise.
2854         * sysdeps/i386/i686/memcpy.S: Likewise.
2855         * sysdeps/i386/i686/memmove.S: Likewise.
2856         * sysdeps/i386/i686/mempcpy.S: Likewise.
2857         * sysdeps/i386/i686/memset.S: Likewise.
2858         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
2859         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
2860         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
2861         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
2862         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
2863         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
2864         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
2865         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
2866         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
2867         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2868         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2869         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2870         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2871         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2872         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2873         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2874         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
2875         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
2876         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
2877         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
2878         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
2879         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
2880         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
2881         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
2882         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
2883         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
2884         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
2885         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
2886         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
2887         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
2888         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
2889         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
2890         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
2891         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
2892         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
2893         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
2894         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
2895         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
2896         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2897         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2898         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
2899         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
2900         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2901         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
2902         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
2903         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2904         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
2905         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
2906         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
2907         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
2908         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
2909         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
2910         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
2911         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
2912         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
2913         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
2914         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
2915         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
2916         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
2917         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
2918         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
2919         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
2920         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
2921         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2922         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2923         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
2924         * sysdeps/posix/closedir.c: Likewise.
2925         * sysdeps/posix/opendir.c: Likewise.
2926         * sysdeps/posix/readdir.c: Likewise.
2927         * sysdeps/posix/rewinddir.c: Likewise.
2928         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
2929         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
2930         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
2931         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2932         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2933         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
2934         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
2935         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
2936         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
2937         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
2938         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
2939         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
2940         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
2941         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
2942         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
2943         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
2944         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
2945         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
2946         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
2947         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
2948         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
2949         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
2950         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
2951         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
2952         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
2953         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
2954         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
2955         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
2956         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
2957         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
2958         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
2959         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
2960         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
2961         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
2962         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
2963         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
2964         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
2965         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2966         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
2967         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
2968         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
2969         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
2970         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
2971         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
2972         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
2973         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
2974         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
2975         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
2976         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
2977         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
2978         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
2979         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
2980         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
2981         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
2982         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
2983         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
2984         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
2985         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
2986         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
2987         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
2988         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
2989         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
2990         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
2991         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
2992         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
2993         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
2994         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
2995         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
2996         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
2997         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
2998         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
2999         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3000         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3001         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3002         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3003         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3004         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3005         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3006         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3007         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3008         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3009         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3010         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3011         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3012         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3013         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3014         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3015         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3016         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3017         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3018         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3019         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3020         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3021         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3022         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3023         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3024         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3025         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3026         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3027         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3028         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3029         * sysdeps/unix/alpha/sysdep.S: Likewise.
3030         * sysdeps/unix/alpha/sysdep.h: Likewise.
3031         * sysdeps/unix/make-syscalls.sh: Likewise.
3032         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3033         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3034         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3035         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3036         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3037         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3038         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3039         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3040         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3041         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3042         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3043         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3044         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3045         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3046         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3047         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3048         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3049         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3050         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3051         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3052         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3053         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3054         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3055         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3056         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3057         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3058         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3061         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3062         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3063         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3064         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3065         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3066         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3067         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3068         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3069         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3070         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3071         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3072         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3073         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3074         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3075         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3076         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3077         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3078         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3079         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3080         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3081         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3082         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3083         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3084         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3085         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3086         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3087         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3088         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3089         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3090         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3091         * sysdeps/x86_64/memcpy.S: Likewise.
3092         * sysdeps/x86_64/memmove.c: Likewise.
3093         * sysdeps/x86_64/memset.S: Likewise.
3094         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3095         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3096         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3097         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3098         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3099         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3100         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3101         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3102         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3103         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3104         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3105         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3106         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3107         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3108         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3109         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3110         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3111         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3112         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3113         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3114         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3115         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3116         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3117         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3118         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3119         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3120         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3121         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3122         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3123         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3124         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3125         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3126         * sysdeps/x86_64/strcmp.S: Likewise.
3128         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3130         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3131         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3132         * elf/rtld-Rules: Likewise.
3133         * elf/setup-vdso.h: Likewise.
3134         * include/assert.h: Likewise.
3135         * include/bits/stdlib-float.h: Likewise.
3136         * include/errno.h: Likewise.
3137         * include/sys/stat.h: Likewise.
3138         * include/unistd.h: Likewise.
3139         * sysdeps/aarch64/setjmp.S: Likewise.
3140         * sysdeps/alpha/setjmp.S: Likewise.
3141         * sysdeps/arm/__longjmp.S: Likewise.
3142         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3143         * sysdeps/arm/setjmp.S: Likewise.
3144         * sysdeps/arm/sysdep.h: Likewise.
3145         * sysdeps/generic/_itoa.h: Likewise.
3146         * sysdeps/generic/dl-sysdep.h: Likewise.
3147         * sysdeps/generic/ldsodefs.h: Likewise.
3148         * sysdeps/i386/dl-tls.h: Likewise.
3149         * sysdeps/i386/setjmp.S: Likewise.
3150         * sysdeps/m68k/setjmp.c: Likewise.
3151         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3152         * sysdeps/mach/hurd/opendir.c: Likewise.
3153         * sysdeps/posix/getcwd.c: Likewise.
3154         * sysdeps/posix/opendir.c: Likewise.
3155         * sysdeps/posix/profil.c: Likewise.
3156         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3157         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3158         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3159         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3160         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3161         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3162         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3163         * sysdeps/s390/dl-tls.h: Likewise.
3164         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3165         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3166         * sysdeps/sh/sh3/setjmp.S: Likewise.
3167         * sysdeps/sh/sh4/setjmp.S: Likewise.
3168         * sysdeps/unix/alpha/sysdep.h: Likewise.
3169         * sysdeps/unix/arm/sysdep.S: Likewise.
3170         * sysdeps/unix/i386/sysdep.S: Likewise.
3171         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3172         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3173         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3174         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3175         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3176         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3177         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3178         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3179         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3180         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3181         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3182         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3183         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3186         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3187         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3188         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3189         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3190         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3191         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3192         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3193         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3194         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3195         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3196         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3197         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3198         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3199         * sysdeps/x86_64/setjmp.S: Likewise.
3201         * include/math.h: Use IS_IN instead of IS_IN_libm.
3202         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3203         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3204         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3205         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3206         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3207         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3208         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3209         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3210         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3211         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3212         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3213         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3214         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3215         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3216         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3217         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3218         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3219         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3220         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3221         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3222         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3223         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3224         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3225         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3226         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3227         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3228         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3229         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3230         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3231         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3232         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3233         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3234         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3235         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3236         Likewise.
3237         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3238         Likewise.
3239         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3240         Likewise.
3241         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3242         Likewise.
3243         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3244         Likewise.
3245         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3246         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3247         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3248         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3249         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3250         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3256         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3257         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3258         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3259         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3260         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3261         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3262         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3263         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3264         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3265         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3266         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3267         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3268         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3269         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3270         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3271         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3273         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3274         * nptl/pthreadP.h: Likewise.
3275         * nptl_db/structs.def: Likewise.
3276         * sysdeps/arm/sysdep.h: Likewise.
3277         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3278         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3279         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3280         * sysdeps/unix/alpha/sysdep.h: Likewise.
3281         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3282         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3283         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3284         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3285         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3286         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3287         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3288         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3289         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3290         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3291         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3292         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3293         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3294         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3297         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3298         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3299         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3300         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3301         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3302         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3303         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3304         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3305         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3306         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3308         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3309         * nptl/pthreadP.h: Likewise.
3310         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3311         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3312         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3313         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3314         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3315         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3316         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3317         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3318         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3319         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3320         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3321         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3323         Likewise.
3324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3325         Likewise.
3326         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3327         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3328         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3329         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3330         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3331         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3332         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3333         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3335         * dlfcn/dladdr.c: Use IS_IN.
3336         * dlfcn/dladdr1.c: Likewise.
3337         * dlfcn/dlclose.c: Likewise.
3338         * dlfcn/dlerror.c: Likewise.
3339         * dlfcn/dlinfo.c: Likewise.
3340         * dlfcn/dlmopen.c: Likewise.
3341         * dlfcn/dlopen.c: Likewise.
3342         * dlfcn/dlsym.c: Likewise.
3343         * dlfcn/dlvsym.c: Likewise.
3345         * include/ifaddrs.h: Use IS_IN.
3346         * inet/check_pf.c: Likewise.
3347         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3348         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3350         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3351         IS_IN_ldconfig.
3352         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3353         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3355         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3356         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3357         IS_IN (libc).
3359         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3361         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3362         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3363         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3364         * include/libc-symbols.h (IS_IN_LIB): New macro.
3365         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3366         * include/netdb.h: Likewise.
3367         * include/stap-probe.h: Remove all uses of IN_LIB.
3369         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3370         instead of IN_MODULE.
3371         * include/libc-symbols.h (IN_MODULE): Define using
3372         MODULE_NAME.
3373         (PASTE_NAME, PASTE_NAME1): New macros.
3374         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3375         of IN_LIB.
3376         (STAP_PROBE_ASM): Likewise.
3378 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3380         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3381         __mach_init in dlopened libc.
3383 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3385         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3386         * sysdeps/arm/preconfigure: Regenerate.
3388 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3390         * nptl/pthread_create.c (__pthread_create_2_1): Set
3391         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3392         when copying values from IATTR into PD.
3394 2014-11-21  Will Newton  <will.newton@linaro.org>
3395             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3397         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3398         Refactor inline-asm.  Also add comment.
3400         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3401         ElfW macro instead of hardcoded Elf64 types.
3402         (la_aarch64_gnu_pltenter): Likewise.
3403         * sysdeps/aarch64/dl-machine.h
3404         (elf_machine_runtime_setup): Use ElfW(Addr).
3406         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3407         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3408         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3409         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3410         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3411         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3412         (R_AARCH64_TLS_DTPMOD): This.
3413         (R_AARCH64_TLS_DTPREL64): Rename to ...
3414         (R_AARCH64_TLS_DTPREL): This.
3415         (R_AARCH64_TLS_TPREL64): Rename to ...
3416         (R_AARCH64_TLS_TPREL): This.
3417         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3418         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3419         R_AARCH64_TLS_TPREL64.
3420         (elf_machine_rela): Likewise.
3422 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3424         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3425         by setting it to 0.  64b atomics are not supported currently.
3427 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3429         [BZ #16469]
3430         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3431         search domain names.
3433 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3435         [BZ #16469]
3436         * NEWS: Update.
3437         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3438         trailing dot.
3439         * posix/tst-getaddrinfo5.c: New.
3440         * posix/Makefile (tests): Add it.
3442 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3444         [BZ #14498]
3445         * NEWS: Fixed.
3446         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3447         after parsing line but before break_if_match.
3448         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3449         if there is a protocol mismatch.
3451 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3453         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3454         because the potential race is on the user-supplied stream.
3456 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3458         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3459         string literal if not passed a buffer.
3460         * manual/job.texi (ctermid): Update reasoning, note deviation
3461         from posix, suggest mtasurace when not passed a buffer, for
3462         future non-preliminary safety notes.
3464 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3466         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3467         of not passing it a buffer.
3468         Reported by Peng Haitao.
3470 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3472         * manual/Makefile ($(objpfx)stamp-summary): Require
3473         check-safety.sh to pass.
3474         * manual/check-safety.sh: Wish for verification that every
3475         @deftypefn and @deftypefun is followed by a @safety remark.
3477 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3479         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3481         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3482         PTHREAD_CANCEL_ASYNCHRONOUS.
3483         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3484         send SIGCANCEL.
3486         * nptl/default-sched.h: New file.
3487         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3488         * nptl/pthread_create.c: Include it.
3489         (__pthread_create_2_1): Use collect_default_sched instead of making
3490         Linux syscalls here directly.
3492 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3494         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3495         __pthread_once): Use C11 atomics.
3497 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3499         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3501 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3503         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3504         atomic_thread_fence_acquire, atomic_thread_fence_release,
3505         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3506         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3507         atomic_compare_exchange_weak_relaxed,
3508         atomic_compare_exchange_weak_acquire,
3509         atomic_compare_exchange_weak_release,
3510         atomic_exchange_acquire, atomic_exchange_release,
3511         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3512         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3513         atomic_fetch_and_acquire,
3514         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3516 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3518         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3519         USE_ATOMIC_COMPILER_BUILTINS): Define.
3520         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3521         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3522         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3523         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3524         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3525         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3526         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3527         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3528         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3529         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3530         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3531         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3532         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3533         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3534         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3535         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3536         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3537         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3538         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3539         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3540         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3541         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3542         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3543         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3544         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3545         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3546         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3547         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3548         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3549         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3550         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3551         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3552         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3553         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3554         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3555         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3556         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3557         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3558         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3559         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3561 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3563         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3564         the sched_priority value here.  It was already checked when the user
3565         called pthread_attr_setschedparam.
3567         * nptl/tst-bad-schedattr.c: New file.
3568         * nptl/Makefile (tests): Add it.
3570 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
3571             Florian Weimer  <fweimer@redhat.com>
3572             Joseph Myers  <joseph@codesourcery.com>
3573             Adam Conrad  <adconrad@0c3.net>
3574             Andreas Schwab  <schwab@suse.de>
3575             Brooks  <bmoses@google.com>
3577         [BZ #17625]
3578         * wordexp-test.c (__dso_handle): Add prototype.
3579         (__register_atfork): Likewise.
3580         (__app_register_atfork): New function.
3581         (registered_forks): New global.
3582         (register_fork): New function.
3583         (test_case): Add 3 new tests for WRDE_CMDSUB.
3584         (main): Call __app_register_atfork.
3585         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3586         fork count is non-zero fail the test.
3587         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3588         is set.
3589         (parse_dollars): Remove check for WRDE_NOCMD.
3590         (parse_dquote): Likewise.
3592 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3594         * Makeconfig (built-modules): List non-library modules to be
3595         built.
3596         (module-cppflags): Include libc-modules.h for
3597         everything except shlib-versions.v.i.
3598         (CPPFLAGS): Use it.
3599         (before-compile): Add libc-modules.h.
3600         ($(common-objpfx)libc-modules.h,
3601         $(common-objpfx)libc-modules.stmp): New targets.
3602         (common-generated): Add libc-modules.h and libc-modules.stmp.
3603         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3604         * include/libc-symbols.h: Don't include libc-modules.h.
3605         * include/libc-modules.h: Remove file.
3606         * scripts/gen-libc-modules.awk: New script to generate
3607         libc-modules.h.
3608         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3609         Depend on libc-modules.stmp.
3611         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
3613         * Makeconfig (in-module): Get value of libof set for the
3614         translation unit.
3615         (CPPFLAGS): Use $(in-module).
3616         * Makerules: Don't suffix routine names for nonlib.
3617         * include/libc-modules.h: New file.
3618         * include/libc-symbols.h: Include libc-modules.h
3619         (IS_IN): New macro to replace IS_IN_* macros.
3620         * elf/Makefile: Set libof-* for each routine.
3621         * elf/rtld-Rules: Likewise.
3622         * extra-modules.mk: Likewise.
3623         * iconv/Makefile: Likewise.
3624         * iconvdata/Makefile: Likewise.
3625         * locale/Makefile: Likewise.
3626         * malloc/Makefile: Likewise.
3627         * nss/Makefile: Likewise.
3628         * sysdeps/gnu/Makefile: Likewise.
3629         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
3630         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3631         * sysdeps/s390/s390-64/Makefile: Likewise.
3632         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
3633         CPPFLAGS for nscd instead of nonlib.
3635 2014-11-18  Roland McGrath  <roland@hack.frob.com>
3637         * nptl/createthread.c: New file.
3639         * nptl/createthread.c: Moved ...
3640         * sysdeps/unix/sysv/linux/createthread.c: ... here.
3642         * nptl/createthread.c: Add proper top-line comment.
3643         (do_clone): Folded into ...
3644         (create_thread): ... here.  Take new arguments STOPPED_START and
3645         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
3646         increment __nptl_threads, do event-reporting logic, do
3647         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
3648         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
3649         resource cleanup if sched_setaffinity or sched_setscheduler fails,
3650         just send SIGCANCEL.
3651         * nptl/pthread_create.c: Forward-declare create_thread before
3652         including createthread.c.
3653         (start_thread): Use new macro START_THREAD_DEFN to replace defining
3654         declaration, and new macro START_THREAD_SELF to replace argument.
3655         Remove return statement.
3656         (report_thread_creation): New function.
3657         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
3658         synchronization logic, and __nptl_nthreads increment here, around
3659         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
3660         PD->parent_cancelhandling here, before create_thread.  When
3661         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
3662         __deallocate_stack, and ENOMEM translation here.
3664 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
3666         [BZ #17616]
3667         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
3668         (mptwo): Rename to __mptwo.
3669         (__inv): Use __mptwo instead of mptwo.
3670         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
3671         (mptwo): Rename to __mptwo.
3672         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
3673         of mpone and __mptwo instead of mptwo.
3674         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
3675         instead of mpone.
3676         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
3677         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
3678         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
3679         of mpone and __mptwo instead of mptwo.
3680         (__mpranred): Use __mpone instead of mpone.
3681         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
3682         variable.
3683         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3684         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3685         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3686         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3687         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3688         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3689         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3690         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3691         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3692         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3693         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3694         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3695         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3696         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3697         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3698         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
3699         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
3700         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
3701         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
3703 2014-11-18  Tom de Vries  <tom@codesoucery.com>
3705         * manual/signal.texi (Primitives Interrupted by Signals): In section,
3706         replace BSD Handler xref with BSD Signal Handling.
3708 2014-11-17  Richard Henderson  <rth@redhat.com>
3710         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
3711         (_FP_PACK_RAW_2): Remove.
3712         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
3713         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
3714         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
3715         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
3716         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
3717         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
3718         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
3719         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
3720         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
3721         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
3722         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
3723         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
3724         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
3725         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
3726         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
3727         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
3729 2014-11-14  Roland McGrath  <roland@hack.frob.com>
3731         * signal/signal.h [__USE_MISC]
3732         (struct sigvec): Remove type.
3733         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
3734         (sigvec): Remove declaration.
3735         * sysdeps/posix/sigvec.c: Moved ...
3736         * signal/sigvec.c: ... here, replacing old file.
3737         (struct sigvec): New type, copied from old signal.h definition.
3738         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
3739         (__sigvec): Convert definition to prototype.
3740         (sigvec): Replace weak_alias with compat_symbol.
3741         * signal/Versions (libc: GLIBC_2.21): New version set.
3742         * include/signal.h: Remove __sigvec declaration.
3743         * sysdeps/unix/bsd/sigvec.c: Remove file.
3744         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
3745         * manual/signal.texi (BSD Handler): Remove subsection.
3746         Move siginterrupt up to ...
3747         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
3748         (Blocking in BSD): Fold subsection into its parent.
3749         * NEWS: Mention sigvec removal.
3751 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3753         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
3754         (DLA_FMS): Make definition conditional only on [__FMA4__].
3755         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
3756         definition.
3758         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
3759         Make definition conditional only on [PROF].
3760         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
3761         definition.
3762         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
3763         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
3765         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
3766         !__GNUC__].
3767         * include/signal.h (__sigpause): Move declaration above call to
3768         libc_hidden_proto.
3769         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
3770         variable.
3771         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3772         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3774 2014-11-14  David S. Miller  <davem@davemloft.net>
3776         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
3777         Define before including <string/memcpy.c> and <string/mempcpy.c>.
3779 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3781         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
3782         * configure: Regenerated.
3783         * manual/install.texi (Tools for Compilation): Document a
3784         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
3785         compiler verified to work.
3786         * INSTALL: Regenerated.
3788         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
3789         redeclare with asm name.
3790         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
3791         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
3792         including <string.h>.
3793         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3794         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
3795         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3796         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
3797         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3798         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
3799         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3801 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
3803         * stdlib/strtol.c (__strtol): Use prototype definition.
3805         [BZ #17594]
3806         * stdlib/strtol.c (SYM__): New macro.
3807         (SYM__1): Likewise.
3808         (__strtol): Likewise.
3809         (strtol): Rename to __strtol and define as weak alias of
3810         __strtol.  Use libc_hidden_weak.
3812 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3814         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
3815         Use numbered labels in inline assembly.
3817 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3819         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
3820         Add setjmp LIBC_PROBE.
3821         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
3822         Likewise.
3823         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
3824         Add longjmp, longjmp_target LIBC_PROBE.
3825         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
3826         Likewise.
3828 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3830         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
3831         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
3832         to get rid of unused variable warning.
3834 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3836         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
3837         Check for unwind_backtrace ==  NULL only in SHARED case.
3838         (__backchain_backtrace): Compile only in SHARED case.
3839         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
3840         Likewise.
3841         (__backchain_backtrace): Declare as static.
3843 2014-11-12  Roland McGrath  <roland@hack.frob.com>
3845         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
3846         (__libc_multiple_threads_ptr): Variable moved ...
3847         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
3849 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
3851         * conform/GlibcConform.pm: New file.
3852         * conform/conformtest.pl: Use GlibcConform module.
3853         * conform/linknamespace.pl: New file.
3854         * conform/list-header-symbols.pl: Likewise.
3855         * conform/Makefile (linknamespace-symlists-base): New variable.
3856         (linknamespace-symlists-tests): Likewise.
3857         (linknamespace-header-base): Likewise.
3858         (linknamespace-header-tests): Likewise.
3859         (tests-special): Add new tests.
3860         ($(linknamespace-symlists-tests)): New rule.
3861         (linknamespace-libs): New variable.
3862         ($(objpfx)symlist-stdlibs): New rule.
3863         ($(linknamespace-header-tests)): Likewise.
3864         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
3865         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
3866         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
3867         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
3868         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
3869         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
3870         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
3871         (test-xfail-ISO/math.h/linknamespace): Likewise.
3872         (test-xfail-ISO/signal.h/linknamespace): Likewise.
3873         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
3874         (test-xfail-ISO/time.h/linknamespace): Likewise.
3875         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3876         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
3877         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3878         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3879         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3880         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3881         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3882         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3883         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3884         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3885         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3886         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3887         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3888         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
3889         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
3890         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3891         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
3892         (test-xfail-XPG3/search.h/linknamespace): Likewise.
3893         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
3894         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3895         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
3896         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
3897         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3898         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
3899         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
3900         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
3901         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
3902         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
3903         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3904         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
3905         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3906         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
3907         (test-xfail-XPG4/search.h/linknamespace): Likewise.
3908         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
3909         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
3910         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
3911         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
3912         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
3913         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3914         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
3915         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
3916         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
3917         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
3918         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
3919         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3920         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
3921         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
3922         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
3923         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3924         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
3925         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3926         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3927         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
3928         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
3929         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3930         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3931         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
3932         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
3933         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
3934         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3935         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3936         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3937         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
3938         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
3939         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3940         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3941         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
3942         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3943         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
3944         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
3945         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
3946         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
3947         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3948         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3949         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
3950         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3951         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
3952         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
3953         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
3954         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
3955         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3956         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
3957         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
3958         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
3959         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
3960         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
3961         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3962         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3963         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3964         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
3965         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
3966         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
3967         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3968         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
3969         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
3970         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3971         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
3972         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
3973         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
3974         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3975         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3976         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
3977         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
3978         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3979         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3980         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
3981         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
3982         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
3983         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
3984         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3985         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3986         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
3987         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3988         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
3989         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3990         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3991         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3992         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
3993         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3994         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
3995         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
3996         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
3997         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3998         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3999         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4000         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4001         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4002         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4003         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4004         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4005         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4006         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4007         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4008         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4009         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4010         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4011         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4012         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4013         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4014         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4015         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4016         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4017         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4018         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4019         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4020         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4021         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4022         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4023         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4024         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4026         [BZ #17589]
4027         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4028         of fgets_unlocked.
4030         [BZ #17585]
4031         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4032         (memmem): Rename to __memmem and define as weak alias of
4033         __memmem.  Use libc_hidden_weak.
4034         (__memmem): Use libc_hidden_def.
4035         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4036         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4037         memmem.
4039         [BZ #17582]
4040         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4041         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4042         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4043         and define as weak alias of __fgets_unlocked.  Use
4044         libc_hidden_weak.
4045         (__fgets_unlocked): Use libc_hidden_def.
4046         * include/stdio.h (__fgets_unlocked): Declare.  Use
4047         libc_hidden_proto.
4048         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4049         __fgets_unlocked instead of fgets_unlocked.
4050         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4051         (GET_NPROCS_CONF_PARSER): Likewise.
4052         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4053         (GET_NPROCS_CONF_PARSER): Likewise.
4055         [BZ #17574]
4056         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4057         weak alias of __wmemset.  Use libc_hidden_weak.
4058         (__wmemset): Use libc_hidden_def.
4059         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4060         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4061         of wmemset.
4063         [BZ #17573]
4064         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4065         with asm name __mempcpy.
4066         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4068         [BZ #17572]
4069         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4070         and define as weak alias of __rawmemchr.
4071         (__rawmemchr): Do not define as strong alias of rawmemchr.
4073         [BZ #17571]
4074         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4075         alias of __qsort_r.
4076         (qsort): Call __qsort_r instead of qsort_r.
4077         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4078         (__qsort_r): Declare.  Call libc_hidden_proto.
4079         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4080         instead of qsort_r.
4081         * nscd/gai.c (__qsort_r): Define to qsort_r.
4082         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4083         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4084         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4086         [BZ #17570]
4087         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4088         define as weak alias of __malloc_info.
4090         [BZ #17584]
4091         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4092         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4093         (__rewinddir): Use libc_hidden_def.
4094         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4095         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4096         (__rewinddir): Use libc_hidden_def.
4097         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4098         weak alias of __rewinddir.  Don't use libc_hidden_def.
4099         (__rewinddir): Use libc_hidden_def.
4100         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4101         (__rewinddir): Use libc_hidden_proto.
4102         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4103         rewinddir.
4104         (__getcwd): Use __rewinddir instead of rewinddir.
4106         [BZ #17583]
4107         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4108         alias of __fileno.  Use libc_hidden_weak.
4109         (__fileno): Use libc_hidden_def.
4110         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4111         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4112         alias of __ftello.
4113         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4114         __ftello.
4115         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4116         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4117         libc_hidden_def.
4118         (fread_unlocked): Don't use libc_hidden_ver.
4119         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4120         and define as weak alias of __fread_unlocked.  Don't use
4121         libc_hidden_def.
4122         (__fread_unlocked): Use libc_hidden_def.
4123         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4124         (ftello): Don't use libc_hidden_proto.
4125         (__ftello): Declare.  Use libc_hidden_proto.
4126         (fread_unlocked): Don't use libc_hidden_proto.
4127         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4128         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4129         and __ftello instead of fileno, fread_unlocked and ftello.
4131 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4133         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4134         GOT12.
4135         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4136         Likewise.
4137         (_dl_start_user): Likewise.
4138         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4140 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4141             Siddhesh Poyarekar  <siddhesh@redhat.com>
4143         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4144         Move argv and envp down instead of moving argc up.
4145         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4147 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4149         [BZ #17506]
4150         * test-skeleton.c (main): Return successful if one of
4151         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4152         * string/tst-strcoll-overflow.c: Define expected status.
4154 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4156         [BZ #17475]
4157         * locale/iso-639.def: Define Bhili and Tulu language codes.
4159 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4161         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4163 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4165         [BZ #17555]
4166         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4168 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4170         * configure.ac: Updated check of minimal required version to
4171         2.22.
4172         * manual/install.texi (Tools for Compilation): Updated version
4173         number.
4174         * configure: Regenerated.
4175         * INSTALL: Likewise.
4177 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4179         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4180         __tls_get_addr.
4182 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4184         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4185         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4186         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4187         libc_hidden_weak.
4188         (waitpid): Define as alias of __waitpid.
4189         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4190         __waitpid.
4191         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4192         libc_hidden_weak.
4193         (waitpid): Define as alias of __waitpid.
4194         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4195         __libc_waitpid alias.
4196         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4197         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4198         Likewise.
4199         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4200         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4201         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4202         alias.
4203         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4204         __waitpid.
4205         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4206         libc_hidden_weak.
4207         (waitpid): Define as alias of __waitpid.
4209 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4211         * manual/llio.texi: Add comment that write safety has been
4212         fixed in Linux.
4214         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4215         (localplt-build-dso): Add elf/ld.so.
4216         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4217         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4218         and free for ld.so.
4219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4220         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4222         Likewise.
4223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4224         Likewise.
4225         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4226         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4227         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4228         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4229         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4230         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4231         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4232         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4233         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4234         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4235         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4237 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4239         [BZ #14132]
4240         * include/libc-symbols.h (INTUSE): Remove macro.
4241         (INTDEF): Likewise.
4242         (INTVARDEF): Likewise.
4243         (_INTVARDEF): Likewise.
4244         (INTDEF2): Likewise.
4245         (INTVARDEF2): Likewise.
4246         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4247         rtld_hidden_def instead of INTVARDEF.
4248         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4249         (_dl_starting_up_internal): Remove declaration.
4250         (_dl_starting_up): Use rtld_hidden_proto.
4251         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4252         declaration.
4253         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4254         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4255         _dl_starting_up.
4256         * elf/dl-writev.h (_dl_writev): Likewise.
4257         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4258         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4259         _dl_starting_up_internal.
4261 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4263         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4264         test-skeleton.c.
4266 2014-11-05  Will Newton  <will.newton@linaro.org>
4268         * benchtests/Makefile: (bench-malloc): Add malloc thread
4269         scalability benchmark.
4270         * benchtests/bench-malloc-threads.c: New file.
4272 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4274         * sysdeps/aarch64/strchrnul.S: New file.
4276 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4278         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4279         definition.
4280         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4281         Likwise.
4282         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4283         Likewise.
4284         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4285         Likewise.
4286         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4287         Likewise.
4288         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4289         Likewise.
4291 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4293         * catgets/test-gencat.c: Use test-skeleton.c.
4294         * catgets/tst-catgets.c: Likewise.
4295         * csu/tst-empty.c: Likewise.
4296         * elf/tst-audit2.c: Likewise.
4297         * elf/tst-global1.c: Likewise.
4298         * elf/tst-pathopt.c: Likewise.
4299         * elf/tst-piemod1.c: Likewise.
4300         * elf/tst-tls10.c: Likewise.
4301         * elf/tst-tls11.c: Likewise.
4302         * elf/tst-tls12.c: Likewise.
4303         * gnulib/tst-gcc.c: Likewise.
4304         * iconvdata/tst-e2big.c: Likewise.
4305         * iconvdata/tst-loading.c: Likewise.
4306         * iconv/tst-iconv1.c: Likewise.
4307         * iconv/tst-iconv2.c: Likewise.
4308         * inet/test-inet6_opt.c: Likewise.
4309         * inet/tst-gethnm.c: Likewise.
4310         * inet/tst-network.c: Likewise.
4311         * inet/tst-ntoa.c: Likewise.
4312         * intl/tst-codeset.c: Likewise.
4313         * intl/tst-gettext2.c: Likewise.
4314         * intl/tst-gettext3.c: Likewise.
4315         * intl/tst-ngettext.c: Likewise.
4316         * intl/tst-translit.c: Likewise.
4317         * io/test-stat.c: Likewise.
4318         * libio/test-fmemopen.c: Likewise.
4319         * libio/tst-freopen.c: Likewise.
4320         * libio/tst-sscanf.c: Likewise.
4321         * libio/tst-ungetwc1.c: Likewise.
4322         * libio/tst-ungetwc2.c: Likewise.
4323         * libio/tst-widetext.c: Likewise.
4324         * localedata/tst-ctype.c: Likewise.
4325         * localedata/tst-digits.c: Likewise.
4326         * localedata/tst-leaks.c: Likewise.
4327         * localedata/tst-mbswcs1.c: Likewise.
4328         * localedata/tst-mbswcs2.c: Likewise.
4329         * localedata/tst-mbswcs3.c: Likewise.
4330         * localedata/tst-mbswcs4.c: Likewise.
4331         * localedata/tst-mbswcs5.c: Likewise.
4332         * localedata/tst-setlocale.c: Likewise.
4333         * localedata/tst-trans.c: Likewise.
4334         * localedata/tst-wctype.c: Likewise.
4335         * localedata/tst-xlocale1.c: Likewise.
4336         * login/tst-grantpt.c: Likewise.
4337         * malloc/tst-calloc.c: Likewise.
4338         * malloc/tst-malloc.c: Likewise.
4339         * malloc/tst-mallocstate.c: Likewise.
4340         * malloc/tst-mcheck.c: Likewise.
4341         * malloc/tst-mtrace.c: Likewise.
4342         * malloc/tst-obstack.c: Likewise.
4343         * math/atest-exp2.c: Likewise.
4344         * math/atest-exp.c: Likewise.
4345         * math/atest-sincos.c: Likewise.
4346         * math/test-matherr.c: Likewise.
4347         * math/test-misc.c: Likewise.
4348         * math/test-powl.c: Likewise.
4349         * math/tst-definitions.c: Likewise.
4350         * misc/tst-dirname.c: Likewise.
4351         * misc/tst-efgcvt.c: Likewise.
4352         * misc/tst-fdset.c: Likewise.
4353         * misc/tst-hsearch.c: Likewise.
4354         * misc/tst-mntent2.c: Likewise.
4355         * nptl/tst-sem7.c: Likewise.
4356         * nptl/tst-sem8.c: Likewise.
4357         * nptl/tst-sem9.c: Likewise.
4358         * nss/test-netdb.c: Likewise.
4359         * posix/tst-fnmatch.c: Likewise.
4360         * posix/tst-getlogin.c: Likewise.
4361         * posix/tst-gnuglob.c: Likewise.
4362         * posix/tst-mmap.c: Likewise.
4363         * pwd/tst-getpw.c: Likewise.
4364         * resolv/tst-inet_ntop.c: Likewise.
4365         * rt/tst-timer.c: Likewise.
4366         * stdio-common/test-fseek.c: Likewise.
4367         * stdio-common/test-popen.c: Likewise.
4368         * stdio-common/test-vfprintf.c: Likewise.
4369         * stdio-common/tst-cookie.c: Likewise.
4370         * stdio-common/tst-fileno.c: Likewise.
4371         * stdio-common/tst-gets.c: Likewise.
4372         * stdio-common/tst-obprintf.c: Likewise.
4373         * stdio-common/tst-perror.c: Likewise.
4374         * stdio-common/tst-sprintf2.c: Likewise.
4375         * stdio-common/tst-sprintf3.c: Likewise.
4376         * stdio-common/tst-sprintf.c: Likewise.
4377         * stdio-common/tst-swprintf.c: Likewise.
4378         * stdio-common/tst-tmpnam.c: Likewise.
4379         * stdio-common/tst-unbputc.c: Likewise.
4380         * stdio-common/tst-wc-printf.c: Likewise.
4381         * stdlib/tst-environ.c: Likewise.
4382         * stdlib/tst-fmtmsg.c: Likewise.
4383         * stdlib/tst-limits.c: Likewise.
4384         * stdlib/tst-rand48-2.c: Likewise.
4385         * stdlib/tst-rand48.c: Likewise.
4386         * stdlib/tst-random2.c: Likewise.
4387         * stdlib/tst-random.c: Likewise.
4388         * stdlib/tst-strtol.c: Likewise.
4389         * stdlib/tst-strtoll.c: Likewise.
4390         * stdlib/tst-tls-atexit.c: Likewise.
4391         * stdlib/tst-xpg-basename.c: Likewise.
4392         * string/test-ffs.c: Likewise.
4393         * string/tst-bswap.c: Likewise.
4394         * string/tst-inlcall.c: Likewise.
4395         * string/tst-strtok.c: Likewise.
4396         * string/tst-strxfrm.c: Likewise.
4397         * sysdeps/x86_64/tst-audit10.c: Likewise.
4398         * sysdeps/x86_64/tst-audit3.c: Likewise.
4399         * sysdeps/x86_64/tst-audit4.c: Likewise.
4400         * sysdeps/x86_64/tst-audit5.c: Likewise.
4401         * time/tst-ftime_l.c: Likewise.
4402         * time/tst-getdate.c: Likewise.
4403         * time/tst-mktime3.c: Likewise.
4404         * time/tst-mktime.c: Likewise.
4405         * time/tst-posixtz.c: Likewise.
4406         * time/tst-strptime2.c: Likewise.
4407         * time/tst-strptime3.c: Likewise.
4408         * wcsmbs/tst-btowc.c: Likewise.
4409         * wcsmbs/tst-mbrtowc.c: Likewise.
4410         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4411         * wcsmbs/tst-wchar-h.c: Likewise.
4412         * wcsmbs/tst-wcpncpy.c: Likewise.
4413         * wcsmbs/tst-wcrtomb.c: Likewise.
4414         * wcsmbs/tst-wcsnlen.c: Likewise.
4415         * wcsmbs/tst-wcstof.c: Likewise.
4417 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4419         [BZ #14132]
4420         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4421         INTDEF.
4422         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4423         declaration.
4424         (_dl_mcount): Use rtld_hidden_proto.
4425         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4426         _dl_mcount.
4427         * elf/rtld.c (_rtld_global_ro): Likewise.
4429         [BZ #14132]
4430         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4431         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4432         of _dl_init_internal.
4433         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4434         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4435         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4436         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4437         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4438         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4439         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4440         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4441         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4442         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4443         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4444         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4445         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4446         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4447         * sysdeps/tile/dl-start.S (_start): Likewise.
4448         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4449         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4451         [BZ #14132]
4452         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4453         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4454         (rtld_progname): Make macro definition unconditional.
4455         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4456         INTDEF.
4457         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4458         (dl_main): Likewise.
4459         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4460         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4461         instead of _dl_argv_internal.
4462         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4463         __GI__dl_argv instead of INTUSE(_dl_argv).
4464         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4465         __GI__dl_argv instead of _dl_argv_internal.
4467         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4468         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4469         macro.
4470         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4471         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4472         New macro.
4473         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4474         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4475         macro.
4476         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4477         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4479 2014-11-04  Andreas Schwab  <schwab@suse.de>
4481         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4483 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4485         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4486         mtvsrd instruction in binary form.
4488 2014-11-03  Andreas Schwab  <schwab@suse.de>
4490         [BZ #17522]
4491         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4492         for less than MB_LEN_MAX use a local buffer of that size.
4493         * libio/tst-fputws.c: New file.
4494         * libio/Makefile (tests): Add tst-fputws.
4496 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4498         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4499         the size of the fpu_fr.fpu_dregs[] array.
4501 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4503         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4504         (__nanosleep): Do not define as alias.
4505         (nanosleep): Define as alias of __nanosleep.
4506         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4507         __libc_nanosleep name.
4509 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4511         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4512         install.texi in comment.
4514 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4516         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4517         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4518         ... add here and use lwsync or sync ...
4519         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4520         ... and add here using lwsync.
4522 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4524         * elf/dl-machine-reject-phdr.h: New file.
4525         * elf/dl-load.c: #include that.
4526         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4527         if that returned true.
4529 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4531         [BZ #17496]
4532         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4533         gen-as-const-headers chunk.  Add a big scare comment after the last
4534         safe place to touch before-compile.
4536 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4538         * manual/install.texi (Tools for Compilation): Update autoconf
4539         version requirements.
4540         * INSTALL: Regenerated.
4542         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4543         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4544         (__libc_pselect): Likewise.
4546         [BZ #14138]
4547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4552 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4554         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4555         correct barrier instruction.
4556         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4557         Likewise.
4558         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4559         Likewise.
4561 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4563         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4564         after defining inlines.  Instead, just use parens to defeat macro
4565         expansion of __isctype in its declaration.
4567 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4569         * include/sys/uio.h (__libc_readv): Remove declaration.
4570         (__libc_writev): Likewise.
4571         * misc/readv.c (__libc_readv): Rename to __readv.
4572         (__readv): Do not define as alias.
4573         (readv): Define as alias of __readv.
4574         * misc/writev.c (__libc_writev): Rename to __writev.
4575         (__writev): Do not define as alias.
4576         (writev): Define as alias of __writev.
4577         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4578         (__readv): Do not define as alias.
4579         (readv): Define unconditionally as alias of __readv.
4580         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4581         (__writev): Do not define as alias.
4582         (writev): Define unconditionally as alias of __writev.
4583         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4584         name.
4585         (writev): Do not define __libc_writev name.
4587 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4589         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4590         (convert_charseq): New function, broken out of ...
4591         (use_from_charmap): ... here.  Call it.
4592         (use_to_charmap): Use convert_charseq and free instead of duplicating
4593         its code with a variable-length stack struct.
4595 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4597         * include/fcntl.h (__libc_creat): Remove declaration.
4598         * io/creat.c (__libc_creat): Rename to creat.
4599         (creat): Do not define as alias.
4600         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4601         of creat instead of __libc_creat.
4602         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4603         to creat.
4604         (creat): Do not define as alias.
4605         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4606         __libc_creat.
4607         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4608         __libc_creat name.
4609         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4610         Likewise.
4612 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
4614         * manual/llio.texi: Add comments discussing why write() may be
4615         considered MT-unsafe on Linux.
4617 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
4619         * dl-load.c (local_strdup): Remove.
4620         (expand_dynamic_string_token): Use __strdup.
4621         (decompose_rpath): Likewise.
4622         (_dl_map_object): Likewise.
4624 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
4626         [BZ #14132]
4627         * sysdeps/generic/unwind-dw2-fde.c
4628         (__register_frame_info_bases_internal): Do not declare.
4629         (__register_frame_info_table_bases_internal): Likewise.
4630         (__deregister_frame_info_bases_internal): Likewise.
4631         (__register_frame_info_bases): Declare and use hidden_proto before
4632         definition.  Use hidden_def instead of INTDEF.
4633         (__register_frame_info_table_bases): Likewise.
4634         (__deregister_frame_info_bases): Likewise.
4635         (__register_frame_info): Do not use INTUSE.
4636         (__register_frame): Likewise.
4637         (__register_frame_info_table): Likewise.
4638         (__register_frame_table): Likewise.
4639         (__deregister_frame_info): Likewise.
4640         (__deregister_frame): Likewise.
4642 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
4644         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4645         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
4646         not undefine.
4647         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
4648         Likewise.
4649         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
4650         Likewise.
4652 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
4654         [BZ #14138]
4655         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
4656         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
4657         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
4658         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
4659         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
4660         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
4661         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
4662         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
4663         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
4664         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
4665         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
4666         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
4667         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
4668         syscall.
4669         (setfsuid): Likewise.
4670         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
4671         (setfsuid): Likewise.
4672         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
4673         (setfsuid): Likewise.
4674         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
4675         Likewise.
4676         (setfsuid): Likewise.
4677         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
4678         (setfsuid): Likewise.
4679         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
4680         Likewise.
4681         (setfsuid): Likewise.
4683 2014-10-27  Andreas Schwab  <schwab@suse.de>
4685         [BZ #17501]
4686         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
4687         check for Slow_SSE4_2 feature bit.
4688         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
4689         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
4690         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
4691         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
4693 2014-10-24  Roland McGrath  <roland@hack.frob.com>
4695         * configure.ac: Validate compiler version with a empirical test of
4696         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
4697         $CC -v output.
4698         * configure: Regenerated.
4700         * inet/htons.c (htons): Prototypify.
4701         * inet/htonl.c (htonl): Likewise.
4703 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4705         * string/strncat.c (strncat): Improve performance by using strlen.
4707 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4709         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
4711 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4713         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
4714         Call libc_fetestexcept_aarch64.
4716 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4718         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
4719         Call libc_feholdexcept_aarch64.
4721 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4723         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
4724         Call get_rounding_mode.
4726 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4728         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4729         Simplify logic.
4731 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4733         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
4734         Simplify logic.
4736 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
4738         [BZ #14138]
4739         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
4740         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
4741         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
4742         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
4743         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
4744         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
4745         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
4746         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
4747         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
4748         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
4749         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4750         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4751         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4752         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
4753         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
4754         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
4755         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
4756         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
4757         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
4758         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
4759         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
4760         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
4761         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
4762         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
4763         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
4764         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
4765         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
4766         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
4767         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
4768         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
4769         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
4770         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
4771         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
4772         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
4773         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
4774         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
4775         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
4776         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
4777         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
4778         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
4779         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
4780         syscall.
4781         (geteuid): Likewise.
4782         (getgid): Likewise.
4783         (getuid): Likewise.
4784         (getresgid): Likewise.
4785         (getresuid): Likewise.
4786         (getgroups): Likewise.
4787         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
4788         (geteuid): Likewise.
4789         (getgid): Likewise.
4790         (getuid): Likewise.
4791         (getresgid): Likewise.
4792         (getresuid): Likewise.
4793         (getgroups): Likewise.
4794         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
4795         (geteuid): Likewise.
4796         (getgid): Likewise.
4797         (getuid): Likewise.
4798         (getresgid): Likewise.
4799         (getresuid): Likewise.
4800         (getgroups): Likewise.
4801         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
4802         Likewise.
4803         (geteuid): Likewise.
4804         (getgid): Likewise.
4805         (getuid): Likewise.
4806         (getresgid): Likewise.
4807         (getresuid): Likewise.
4808         (getgroups): Likewise.
4809         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
4810         (geteuid): Likewise.
4811         (getgid): Likewise.
4812         (getuid): Likewise.
4813         (getresgid): Likewise.
4814         (getresuid): Likewise.
4815         (getgroups): Likewise.
4816         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
4817         Likewise.
4818         (geteuid): Likewise.
4819         (getgid): Likewise.
4820         (getuid): Likewise.
4821         (getgroups): Likewise.
4823         [BZ #14138]
4824         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
4825         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
4826         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
4827         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
4828         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
4829         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
4830         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
4831         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
4832         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
4833         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
4834         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
4835         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
4836         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
4837         __chown.
4838         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
4839         (lchown): Likewise.
4840         (fchown): Likewise.
4841         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
4842         Likewise.
4843         (lchown): Likewise.
4844         (fchown): Likewise.
4845         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
4846         (lchown): Likewise.
4847         (fchown): Likewise.
4848         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
4849         Likewise.
4850         (lchown): Likewise.
4851         (fchown): Likewise.
4853 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4855         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
4856         Simplify logic.
4858 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4860         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4861         Cleanup logic.
4863 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4865         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4866         Remove unused include.
4868 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4870         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
4871         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
4872         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
4873         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
4875 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
4876             Helge Deller <deller@gmx.de>
4878         [BZ #17508]
4879         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
4880         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
4881         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
4883 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
4885         [BZ #14132]
4886         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
4887         Remove macro definition.
4888         (__ashrdi3_v_glibc20): Likewise.
4889         (__lshrdi3_v_glibc20): Likewise.
4890         (__cmpdi2_v_glibc20): Likewise.
4891         (__ucmpdi2_v_glibc20): Likewise.
4892         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
4893         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
4894         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
4895         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
4896         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
4897         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
4899 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4901         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
4902         old GNU extension [0] syntax.
4903         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
4904         alloca rather than an array member with variable length.
4905         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
4906         * nscd/nscd.c (invalidate_db): New function, broken out of ...
4907         (parse_opt): ... here.  Likewise use alloca there.
4908         Validate the -i argument before checking for rootness.
4909         (send_shutdown): New function, broken out of ...
4910         (parse_opt): ... here.
4912 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4914         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
4915         macro to get at the _rt_local_ro field.
4916         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
4917         ([PIC] case) or _dl_hwcap ([!PIC] case).
4918         * sysdeps/arm/setjmp.S: Likewise.
4920         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
4921         * sysdeps/arm/configure.ac: New check to define it.
4922         * sysdeps/arm/configure: Regenerated.
4923         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
4924         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
4925         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
4926         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
4927         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
4928         Use move/movt pair instead of a load.
4929         (LDST_GLOBAL): Macro removed.
4930         (LDR_GLOBAL): New macro replaces it.
4931         (LDR_HIDDEN): New macro.
4932         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
4933         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
4935         * setjmp/tst-setjmp-static.c: New file.
4936         * setjmp/Makefile (tests): Add it.
4937         (tests-static): New variable.
4939 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
4941         [BZ #17485]
4942         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
4944 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
4946         [BZ #14132]
4947         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
4949 2014-10-21  Roland McGrath  <roland@hack.frob.com>
4951         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
4953 2014-10-20  Roland McGrath  <roland@hack.frob.com>
4955         * io/fts.c (dirent_not_directory): New function.
4956         (fts_build): Call it.
4958 2014-10-20  Roland McGrath  <roland@hack.frob.com>
4960         * nptl/version.c (__nptl_main): Use normal __write rather than
4961         INTERNAL_SYSCALL.
4962         (banner): Update copyright years.
4964         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
4965         gettimeofday.
4966         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4967         * nptl/pthread_cond_timedwait.c: Likewise.
4968         * nptl/pthread_mutex_timedlock.c: Likewise.
4969         * nptl/sem_timedwait.c: Likewise.
4971         * sysdeps/nptl/bits/libc-lock.h
4972         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
4973         (__libc_lock_init_recursive): Return void, not 0.
4974         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
4975         (__libc_rwlock_init): Likewise.
4976         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
4978 2014-10-20  Torvald Riegel  <triegel@redhat.com>
4980         [BZ #15215]
4981         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
4982         (__pthread_once_slow): ... here.
4983         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
4984         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
4986 2014-10-20  Torvald Riegel  <triegel@redhat.com>
4988         [BZ #15215]
4989         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
4990         __PTHREAD_ONCE_FORK_GEN_INCR): New.
4991         * sysdeps/nptl/fork.c (__libc_fork): Use them.
4992         * nptl/pthread_once.c (__pthread_once): Likewise.
4993         Update comments.
4995 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
4997         [BZ #14138]
4998         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
4999         name.
5000         (writev): Use __libc_writev as strong name.
5001         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5002         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5004 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5006         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5008         * sysdeps/i386/nptl/tls.h
5009         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5010         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5011         New macros.
5012         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5013         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5014         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5015         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5016         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5017         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5019         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5020         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5021         on [__NR_futex].
5022         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5023         broken out of ...
5024         (__pthread_mutex_init): ... here.  Call it.
5025         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5026         Conditionalize PI cases on [__NR_futex].
5027         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5028         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5029         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5031         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5032         conditional on [SIGSETXID].
5033         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5034         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5035         is defined.  Likewise for SIGSETXID.
5036         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5037         Conditionalize definitions on [SIGSETXID].
5038         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5039         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5040         unblocking on [SIGCANCEL].
5042         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5043         [__NR_set_robust_list].
5045 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5047         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5048         (do_compare): Likewise.
5050 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5052         [BZ #15884]
5053         * string/strcoll_l.c: Don't include stdio.h.
5054         (coll_seq): Remove members idxarr and rulearr.
5055         (get_next_seq_cached): Remove function.
5056         (get_next_seq): Likewise.
5057         (get_next_seq_nocache): Rename to get_next_seq.
5058         (do_compare): Remove function.
5059         (do_compare_nocache): Rename to do_compare.
5060         (STRCOLL): Remove weight and rules cache.
5062 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5064         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5065         * sysdeps/arm/sfp-machine.h: ... to here.
5066         * sysdeps/arm/Implies: Remove arm/soft-fp.
5068 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5070         * conform/data/sys/utsname.h-data (*_t): Allow.
5071         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5072         [POSIX] (WEXITED): Do not expect constant.
5073         [POSIX] (WSTOPPED): Likewise.
5074         [POSIX] (WNOHANG): Likewise.
5075         [POSIX] (WNOWAIT): Likewise.
5076         [POSIX] (siginfo_t): Do not expect type or elements.
5077         [POSIX] (pid_t): Do not expect type.
5078         [POSIX] (signal.h): Do not allow header.
5079         [POSIX] (sys/resource.h): Likewise.
5080         [POSIX] (si_*): Do not allow pattern.
5081         [POSIX] (W*): Likewise.
5082         [POSIX] (P_*): Likewise.
5083         [POSIX] (BUS_*): Likewise.
5084         [POSIX] (CLD_*): Likewise.
5085         [POSIX] (FPE_*): Likewise.
5086         [POSIX] (ILL_*): Likewise.
5087         [POSIX] (POLL_*): Likewise.
5088         [POSIX] (SEGV_*): Likewise.
5089         [POSIX] (SI_*): Likewise.
5090         [POSIX] (TRAP_*): Likewise.
5091         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5092         variable.
5094 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5096         [BZ #12926]
5097         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5098         infinite loop when __recvmsg returns 0.
5100 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5102         * CANCEL-FCT-WAIVE: Remove file.
5103         * CANCEL-FILE-WAIVE: Likewise.
5105         [BZ #14132]
5106         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5107         instead of INTVARDEF.
5108         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5109         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5110         rtld_hidden_data_def instead of INTVARDEF.
5111         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5112         * elf/dl-deps.c (expand_dst): Likewise.
5113         * elf/dl-load.c (_dl_dst_count): Likewise.
5114         (_dl_dst_substitute): Likewise.
5115         (decompose_rpath): Likewise.
5116         (_dl_init_paths): Likewise.
5117         (open_path): Likewise.
5118         (_dl_map_object): Likewise.
5119         * elf/rtld.c (dl_main): Likewise.
5120         (process_dl_audit): Likewise.
5121         (process_envvars): Likewise.
5122         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5123         Remove declaration.
5124         (__libc_enable_secure): Use rtld_hidden_proto.
5126 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5128         * elf/dl-load.c
5129         (add_path): New function broken out of _dl_rtld_di_serinfo.
5130         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5132 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5134         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5135         parentheses around macro arguments.
5136         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5137         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5138         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5139         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5140         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5141         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5142         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5143         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5144         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5145         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5146         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5147         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5148         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5149         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5150         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5151         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5152         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5153         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5154         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5155         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5156         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5157         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5158         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5159         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5160         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5161         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5162         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5163         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5164         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5165         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5166         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5167         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5168         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5169         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5170         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5171         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5172         Likewise.
5173         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5174         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5175         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5176         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5177         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5178         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5179         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5180         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5181         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5182         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5183         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5184         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5185         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5186         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5187         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5188         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5189         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5190         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5191         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5192         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5193         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5194         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5195         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5196         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5197         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5198         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5199         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5200         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5201         (_FP_FRAC_SRS_1): Likewise.
5202         (_FP_FRAC_CLZ_1): Likewise.
5203         (_FP_MUL_MEAT_1_imm): Likewise.
5204         (_FP_MUL_MEAT_1_wide): Likewise.
5205         (_FP_MUL_MEAT_1_hard): Likewise.
5206         (_FP_SQRT_MEAT_1): Likewise.
5207         (_FP_FRAC_ASSEMBLE_1): Likewise.
5208         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5209         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5210         (__FP_CLZ_2): Likewise.
5211         (_FP_MUL_MEAT_2_wide): Likewise.
5212         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5213         (_FP_MUL_MEAT_2_gmp): Likewise.
5214         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5215         (_FP_SQRT_MEAT_2): Likewise.
5216         (_FP_FRAC_ASSEMBLE_2): Likewise.
5217         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5218         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5219         (_FP_FRAC_CLZ_4): Likewise.
5220         (_FP_MUL_MEAT_4_wide): Likewise.
5221         (_FP_MUL_MEAT_4_gmp): Likewise.
5222         (_FP_SQRT_MEAT_4): Likewise.
5223         (_FP_FRAC_ASSEMBLE_4): Likewise.
5224         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5225         * soft-fp/op-common.h (_FP_CMP): Likewise.
5226         (_FP_CMP_EQ): Likewise.
5227         (_FP_CMP_UNORD): Likewise.
5228         (_FP_TO_INT): Likewise.
5229         (_FP_FROM_INT): Likewise.
5230         [!__FP_CLZ] (__FP_CLZ): Likewise.
5231         (_FP_DIV_HELP_imm): Likewise.
5232         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5233         Likewise.
5234         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5235         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5236         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5237         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5238         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5239         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5240         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5241         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5242         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5243         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5244         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5245         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5246         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5247         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5248         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5249         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5250         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5251         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5252         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5253         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5254         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5255         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5256         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5257         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5258         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5259         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5260         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5261         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5262         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5263         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5264         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5265         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5266         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5267         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5268         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5269         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5270         (FP_UNPACK_RAW_SP): Likewise.
5271         (FP_PACK_RAW_S): Likewise.
5272         (FP_PACK_RAW_SP): Likewise.
5273         (FP_UNPACK_S): Likewise.
5274         (FP_UNPACK_SP): Likewise.
5275         (FP_UNPACK_SEMIRAW_S): Likewise.
5276         (FP_UNPACK_SEMIRAW_SP): Likewise.
5277         (FP_PACK_S): Likewise.
5278         (FP_PACK_SP): Likewise.
5279         (FP_PACK_SEMIRAW_S): Likewise.
5280         (FP_PACK_SEMIRAW_SP): Likewise.
5281         (_FP_SQRT_MEAT_S): Likewise.
5282         (FP_CMP_S): Likewise.
5283         (FP_CMP_EQ_S): Likewise.
5284         (FP_CMP_UNORD_S): Likewise.
5285         (FP_TO_INT_S): Likewise.
5286         (FP_FROM_INT_S): Likewise.
5288         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5290         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5291         (FP_EX_INVALID_IMZ): Likewise.
5292         (FP_EX_INVALID_IMZ_FMA): Likewise.
5293         (FP_EX_INVALID_ISI): Likewise.
5294         (FP_EX_INVALID_ZDZ): Likewise.
5295         (FP_EX_INVALID_IDI): Likewise.
5296         (FP_EX_INVALID_SQRT): Likewise.
5297         (FP_EX_INVALID_CVI): Likewise.
5298         (FP_EX_INVALID_VC): Likewise.
5299         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5300         "invalid" exceptions.
5301         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5302         (_FP_ADD_INTERNAL): Likewise.
5303         (_FP_MUL): Likewise.
5304         (_FP_FMA): Likewise.
5305         (_FP_DIV): Likewise.
5306         (_FP_CMP_CHECK_NAN): Likewise.
5307         (_FP_SQRT): Likewise.
5308         (_FP_TO_INT): Likewise.
5309         (FP_EXTEND): Likewise.
5311 2014-10-09  Allan McRae  <allan@archlinux.org>
5313         * po/fr.po: Update French translation from translation project.
5315 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5317         [BZ #14132]
5318         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5319         of INTDEF.
5320         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5321         (__cxa_atexit): Use libc_hidden_proto.
5322         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5324         [BZ #14132]
5325         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5326         declaration.
5327         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5328         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5329         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5330         [!_ISOMAC] (__iswctype_internal): Likewise.
5331         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5332         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5333         alias.
5334         (fcntl): Remove __fcntl_internal alias.
5335         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5336         __connect_internal alias.
5337         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5338         Likewise.
5340         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5341         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5342         FP_DENORM_ZERO.
5343         (_FP_CHECK_FLUSH_ZERO): New macro.
5344         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5345         (_FP_CMP): Likewise.
5346         (_FP_CMP_EQ): Likewise.
5347         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5348         FP_DENORM_ZERO.
5349         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5350         (FP_TRUNC): Likewise.
5352         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5353         treated as invalid conversion, not as normal exponent.
5355         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5356         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5357         (_FP_CMP_EQ): Likewise.
5358         (_FP_CMP_UNORD): Likewise.
5359         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5360         (FP_CMP_EQ_D): Likewise.
5361         (FP_CMP_UNORD_D): Likewise.
5362         * soft-fp/extended.h (FP_CMP_E): Likewise.
5363         (FP_CMP_EQ_E): Likewise.
5364         (FP_CMP_UNORD_E): Likewise.
5365         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5366         (FP_CMP_EQ_Q): Likewise.
5367         (FP_CMP_UNORD_Q): Likewise.
5368         * soft-fp/single.h (FP_CMP_S): Likewise.
5369         (FP_CMP_EQ_S): Likewise.
5370         (FP_CMP_UNORD_S): Likewise.
5371         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5372         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5373         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5374         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5375         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5376         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5377         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5378         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5379         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5380         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5381         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5382         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5383         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5384         to FP_CMP_Q.
5385         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5386         FP_CMP_Q.
5387         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5388         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5389         FP_CMP_EQ_Q.
5390         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5391         FP_CMP_Q.
5392         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5393         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5394         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5395         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5396         FP_CMP_EQ_Q.
5397         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5398         FP_CMP_Q.
5399         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5400         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5401         FP_CMP_EQ_Q.
5402         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5403         FP_CMP_Q.
5404         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5405         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5406         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5407         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5408         FP_CMP_EQ_Q.
5410         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5411         a subnormal result, set the underflow exception if trapping on
5412         underflow is enabled.
5413         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5414         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5415         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5416         redefine to 0.
5417         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5418         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5419         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5420         * soft-fp/extendxftf2.c (__extendxftf2): Use
5421         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5423         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5424         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5425         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5426         FP_HANDLE_EXCEPTIONS.
5427         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5428         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5429         FP_HANDLE_EXCEPTIONS.
5430         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5431         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5432         FP_HANDLE_EXCEPTIONS.
5433         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5434         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5435         FP_HANDLE_EXCEPTIONS.
5437 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5439         [BZ #14132]
5440         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5441         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5442         use INTUSE.
5443         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5444         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5445         Remove alias.
5446         (__adjtimex): Define using libc_hidden_ver.
5447         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5448         Remove declaration.
5449         (ntp_gettime): Call __adjtimex directly.
5450         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5451         Remove declaration.
5452         (ntp_gettimex): Call __adjtimex directly.
5453         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5454         __adjtimex_internal alias.
5456 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5458         [BZ #17460]
5459         * nscd/nscd.c (more_help): Rewrite list of tables collection
5460         using xstrdup and asprintf.
5462         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5464 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5465             Roland McGrath  <roland@hack.frob.com>
5467         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5468         (do_lookup_unique): ... local function 'enter' here; update callers.
5470 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5472         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5473         compat_symbol calls on [SHARED].
5474         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5475         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5476         Remove.
5477         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5478         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5479         (oldsetrlimit): Remove.
5480         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5482         (lchown): New syscall entry.
5483         (oldsetrlimit): Remove.
5484         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5485         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5486         (oldsetrlimit): Remove.
5487         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5489         [BZ #14138]
5490         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5491         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5492         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5493         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5494         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5495         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5496         (fchown): Likewise.
5497         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5498         (fchown): Likewise.
5499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5500         Likewise.
5502 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5504         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5505         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5506         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5507         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5508         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5509         Likewise.
5510         (__old_sem_post): Likewise.
5512 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5514         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5515         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5516         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5517         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5518         Use INLINE_VSYSCALL macro.
5519         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5520         __vdso_clock_gettime.
5521         * sysdeps/unix/sysv/linux/tile/init-first.c
5522         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5523         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5524         __vdso_clock_gettime.
5526         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5527         to set up frame more cleanly.
5529         * sysdeps/tile/memcmp.c: New file.
5531         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5533         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5534         * sysdeps/tile/tilegx/strcasestr.c: New file.
5535         * sysdeps/tile/tilegx/strnlen.c: New file.
5536         * sysdeps/tile/tilegx/strstr.c: New file.
5538         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5540 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5542         * nptl/tst-setuid3.c: Write errors to stdout.
5544 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5546         * elf/dl-deps.c
5547         (preload): New functions broken out of _dl_map_object_deps.
5548         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5550 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5552         [BZ #14138]
5553         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5554         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5556 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5558         * sysdeps/mips/strcmp.S: New.
5560 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5562         [BZ #14138]
5563         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5564         (linkat): Likewise.
5565         (mkdirat): Likewise.
5566         (readlinkat): Likewise.
5567         (renameat): Likewise.
5568         (symlinkat): Likewise.
5569         (unlinkat): Likewise.
5570         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5571         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5572         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5573         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5574         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5575         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5576         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5578 2014-09-30  Will Newton  <will.newton@linaro.org>
5580         * math/math.h: Define long double math functions if
5581         _LIBC_TEST is defined.
5582         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5584         * localedata/Makefile: Move assignment to tests-special
5585         into an ifdef testing run-built-tests.
5586         * timezone/Makefile: Likewise.
5588 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
5590         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5591         with $(BASH) not $(SHELL).
5593 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
5594             Matthew LeGendre  <legendre1@llnl.gov>
5596         [BZ #17411]
5597         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5598         l_reloc_result.
5600 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5602         * stdio-common/printf_fp.c
5603         (hack_digit): New function, broken out of ...
5604         (__printf_fp): ... local function here.  Update call sites.
5605         hack_digit now takes an additional parameter that is a pointer
5606         to a struct of the referenced locals.  Those locals moved inside
5607         the struct and references updated.
5609 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
5611         * aclocal.m4: Require autoconf 2.69.
5612         * configure: Regenerated.
5613         * sysdeps/aarch64/configure: Likewise.
5614         * sysdeps/alpha/configure: Likewise.
5615         * sysdeps/arm/armv7/configure: Likewise.
5616         * sysdeps/arm/configure: Likewise.
5617         * sysdeps/ia64/configure: Likewise.
5618         * sysdeps/mach/configure: Likewise.
5619         * sysdeps/mips/configure: Likewise.
5620         * sysdeps/s390/configure: Likewise.
5621         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
5624         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
5625         file.
5626         * sysdeps/ia64/configure.ac: Likewise.
5628 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
5630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
5631         specify symbol version for ld.so.  Do not include entry for
5632         libpthread.
5633         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5634         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5635         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5637         [BZ #14171]
5638         * Makeconfig [$(build-shared) = yes]
5639         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
5640         makefiles.
5641         [$(build-shared) = yes && $(soversions.mk-done) = t]
5642         ($(common-objpfx)gnu/lib-names.h): Remove rule.
5643         [$(build-shared) = yes && $(soversions.mk-done) = t]
5644         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
5645         to Makerules.
5646         [$(build-shared) = yes && $(soversions.mk-done) = t]
5647         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
5648         here.
5649         [$(build-shared) = yes && $(soversions.mk-done) = t]
5650         (common-generated): Don't append gnu/lib-names.h and
5651         gnu/lib-names.stmp here.
5652         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
5653         (lib-names-h-abi): New variable.
5654         [$(build-shared) = yes && $(soversions.mk-done) = t]
5655         (lib-names-stmp-abi): Likewise.
5656         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5657         abi-variants] (before-compile): Append
5658         $(common-objpfx)$(lib-names-h-abi).
5659         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5660         abi-variants] (common-generated): Append gnu/lib-names.h.
5661         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5662         abi-variants] (install-others-nosubdir): Depend on
5663         $(inst_includedir)/$(lib-names-h-abi).
5664         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5665         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
5666         [$(build-shared) = yes && $(soversions.mk-done) = t]
5667         ($(common-objpfx)$(lib-names-h-abi)): New rule.
5668         [$(build-shared) = yes && $(soversions.mk-done) = t]
5669         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
5670         [$(build-shared) = yes && $(soversions.mk-done) = t]
5671         (common-generated): Append $(lib-names-h-abi) and
5672         $(lib-names-stmp-abi).
5673         * scripts/lib-names.awk: Do not handle multi being set.
5674         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
5675         Remove variable.
5676         (abi-lp64_be-ld-soname): Likewise.
5677         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
5678         Likewise.
5679         (abi-hard-ld-soname): Likewise.
5680         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
5681         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
5682         Remove variable.
5683         (abi-o32_hard-ld-soname): Likewise.
5684         (abi-o32_soft_2008-ld-soname): Likewise.
5685         (abi-o32_hard_2008-ld-soname): Likewise.
5686         (abi-n32_soft-ld-soname): Likewise.
5687         (abi-n32_hard-ld-soname): Likewise.
5688         (abi-n32_soft_2008-ld-soname): Likewise.
5689         (abi-n32_hard_2008-ld-soname): Likewise.
5690         (abi-n64_soft-ld-soname): Likewise.
5691         (abi-n64_hard-ld-soname): Likewise.
5692         (abi-n64_soft_2008-ld-soname): Likewise.
5693         (abi-n64_hard_2008-ld-soname): Likewise.
5694         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
5695         Likewise.
5696         (abi-64-v2-ld-soname): Likewise.
5697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
5698         ld.so entries.
5699         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
5700         variable.
5701         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
5702         entry.
5703         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
5704         variable.
5705         (abi-64-ld-soname): Likewise.
5706         (abi-x32-ld-soname): Likewise.
5707         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
5708         entry.
5709         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5711 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
5713         [BZ #14138]
5714         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
5715         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
5716         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
5717         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
5718         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
5719         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
5720         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
5721         syscall entry for GLIBC_2.2 symbol version.
5722         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
5723         Likewise.
5724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5725         (setrlimit): Likewise.
5726         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
5727         Likewise.
5729 2014-09-23  Will Newton  <will.newton@linaro.org>
5731         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
5732         _LINUX_ARM_SYSDEP_H include guard too.
5733         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
5734         define.
5736 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5738         * sysdeps/unix/sysv/linux/eventfd.c:
5739         Make first argument unsigned.
5740         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
5741         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
5743 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
5745         * socket/recvmmsg.c (recvmmsg): Drop const argument.
5746         * socket/sys/socket.h: Likewise
5747         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
5749 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5751         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
5753 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
5755         * time/tst-ftime.c: New test.
5756         * time/Makefile (tests): Add tst-ftime.
5758 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
5760         * soft-fp/extended.h: Fix comment formatting.
5761         * soft-fp/op-1.h: Likewise.
5762         * soft-fp/op-2.h: Likewise.
5763         * soft-fp/op-4.h: Likewise.
5764         * soft-fp/op-8.h: Likewise.
5765         * soft-fp/op-common.h: Likewise.
5766         * soft-fp/soft-fp.h: Likewise.
5768         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
5770 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
5772         [BZ #6652]
5773         * Makeconfig (soversions-default-setname): Remove variable.
5774         ($(common-objpfx)soversions.i): Don't pass default_setname to
5775         soversions.awk.
5776         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
5777         oldest_abi to abi-versions.awk.
5778         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
5779         * config.make.in (oldest-abi): Remove variable.
5780         * configure.ac (--enable-oldest-abi): Remove configure option.
5781         * configure: Regenerated.
5782         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
5783         text.
5784         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
5785         * scripts/soversions.awk: Do not handle default_setname variable.
5786         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
5787         variable.
5788         * sysdeps/mach/hurd/configure: Regenerated.
5789         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
5790         variable.
5791         * sysdeps/unix/sysv/linux/configure: Regenerated.
5793 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5795         * elf/Makefile (CFLAGS-interp.c): Remove.
5796         ($(elf-objpfx)runtime-linker.h): Generate header with linker
5797         path string.
5798         * elf/interp.c: Include generated runtime-linker.h
5800         * Makerules (lib%.so): Don't include $(+interp) in
5801         prerequisites.
5802         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
5803         * dlfcn/eval.c: Remove file.
5805         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
5806         macros.
5808         [BZ #17266]
5809         * misc/sys/cdefs.h: Define __extern_always_inline for clang
5810         4.2 and newer.
5812         [BZ #17370]
5813         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
5815 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5816             Jakub Jelinek  <jakub@redhat.com>
5818         [BZ #17266]
5819         * libio/stdio.h: Check definition of __fortify_function
5820         instead of __extern_always_inline to include bits/stdio2.h.
5821         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
5822         check if __extern_always_inline is defined.
5823         [__USE_MISC || __USE_XOPEN]: Likewise.
5824         [__USE_ISOC99] Likewise.
5825         * misc/sys/cdefs.h (__fortify_function): Define only if
5826         __extern_always_inline is defined.
5827         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
5828         __extern_always_inline and __extern_inline only for g++-4.3
5829         and newer or a compatible gcc.
5831 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
5833         [BZ #17371]
5834         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5835         last change to handle zero prefix length.
5837 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5839         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
5840         _SC_REGEX_VERSION.
5842         * posix/getconf.c (vars): Add _POSIX_IPV6 and
5843         _POSIX_RAW_SOCKETS.
5845 2014-09-13  Allan McRae  <allan@archlinux.org>
5847         * po/ru.po: Update Russian translation from translation project.
5849 2014-09-12  Roland McGrath  <roland@hack.frob.com>
5851         * locale/programs/locale.c (show_locale_vars): Inline local function
5852         into its sole call site.  Clean up some style nits.
5853         (print_item): New function, broken out of ...
5854         (show_info): ... local function here.  Clean up style nits.
5856         * locale/programs/ld-ctype.c (set_one_default): New function, broken
5857         out of ...
5858         (set_class_defaults): ... local function set_default here.
5859         Define set_default as a macro locally to pass constant parameters.
5860         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
5861         rather than a shared local.
5863         * stdlib/rpmatch.c (try): New function, broken out of ...
5864         (rpmatch): ... local function here.  Also, prototypify definition.
5866 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
5868         * scripts/soversions.awk: Do not handle configuration names.
5869         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
5870         vendor and os variables to soversions.awk.
5871         * configure.ac: Do not modify gnu-* host_os.
5872         * configure: Regenerated
5873         * shlib-versions: Remove first column with configuration names.
5874         * nptl/shlib-versions: Likewise.
5875         * nptl_db/shlib-versions: Likewise.
5876         * sysdeps/hppa/shlib-versions: Likewise.
5877         * sysdeps/m68k/shlib-versions: Likewise.
5878         * sysdeps/mach/hurd/shlib-versions: Likewise.
5879         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
5880         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
5881         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
5882         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
5883         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
5884         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
5885         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
5886         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
5887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5888         Likewise.
5889         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5890         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5891         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5892         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5893         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5894         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
5895         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5896         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
5899         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
5900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5901         Regenerated.
5902         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
5903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5904         Condition symbol version definitions on [HAVE_ELFV2_ABI].
5906         * shlib-versions: Remove OS-specific entries.  Moved to files in
5907         sysdeps.
5908         * sysdeps/mach/hurd/shlib-versions: New file.
5909         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5911         * nptl/shlib-versions: Remove architecture-specific entries.
5912         Moved to files in sysdeps.
5913         * shlib-versions: Likewise.
5914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
5915         file.
5916         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5917         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5918         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5919         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5921         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
5922         (UDP_NO_CHECK6_RX): Likewise.
5924 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5926         * sysdeps/posix/sysconf.c (__sysconf): Spell
5927         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
5929 2014-08-12  Florian Weimer  <fweimer@redhat.com>
5931         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
5932         loading.
5933         * iconv/Versions (__gconv_transliterate): Export for use from
5934         gconv modules.
5935         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
5936         (struct __gconv_trans_data, __gconv_trans_fct,
5937         __gconv_trans_context_fct, __gconv_trans_query_fct,
5938         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
5939         definitions.
5940         (struct __gconv_step_data): Remove __trans member.
5941         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
5942         longer hidden.  Remove unused trans_data argument.
5943         * iconv/gconv_int.h (struct trans_struct): Remove definition.
5944         (__gconv_translit_find): Remove declaration.
5945         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
5946         prototype.
5947         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
5948         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
5949         trans_data argument.  Add hidden definition.
5950         (__gconv_translit_find): Remove.
5951         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
5952         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
5953         * iconv/skeleton.c: Remove transliteration initialization.
5954         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
5955         __gconv_step_data initialization.
5956         * libio/iofwide.c (__libio_translit_): Remove.
5957         (_IO_fwide): Adjust struct __gconv_step_data initialization.
5958         * wcsmbs/btowc.c (__btowc): Likewise.
5959         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
5960         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
5961         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
5962         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
5963         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
5964         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
5965         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
5966         * wcsmbs/wctob.c (wctob): Likewise.
5968 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5970         [BZ #16194]
5971         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
5972         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
5973         register usage.
5974         * sysdeps/x86/Makefile: Adjust.
5976 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5977             Roland McGrath  <roland@hack.frob.com>
5979         * locale/weight.h: Add include guard.
5980         (findidx): Make static rather than auto; take new parameters
5981         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
5982         * locale/weightwc.h: Likewise.
5983         * posix/fnmatch_loop.c
5984         (FCT): Change type of EXTRA from int32_t to wint_t.
5985         Don't include either header inside the function.
5986         Call FINDIDX rather than findidx, and pass new arguments.
5987         #undef FINDIDX at the end of the file.
5988         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
5989         FINDIDX before including fnmatch_loop.c for the non-wide version.
5990         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
5991         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
5992         for the wide version.
5993         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
5994         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
5995         Pass new arguments to findidx.
5996         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
5997         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
5998         Don't #include it inside the function.  Pass new arguments to findidx.
5999         * posix/regex_internal.h
6000         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6001         (re_string_elem_size_at): Don't #include it inside the function.
6002         Pass new arguments to findidx.
6003         * string/strcoll_l.c: #include WEIGHT_H at top level.
6004         (get_next_seq): Don't #include it inside the function.
6005         Pass new arguments to findidx.
6006         (get_next_seq_nocache): Likewise.
6007         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6008         (STRXFRM): Don't #include it inside the function.
6009         Pass new arguments to findidx.
6011 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6013         [BZ #17344]
6014         * malloc/malloc.c (unlink): Turn asserts into a call to
6015         malloc_printerr.
6017 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6019         [BZ #17370]
6020         * libio/wfileops (do_ftell_wide): Free OUT.
6022 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6024         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6026 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6028         [BZ #17363]
6029         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6030         group if the current group is empty.
6032 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6034         * benchtests/bench-memset.c (test_main): Add more test from size
6035         from 32 to 512 bytes.
6036         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6037         Add POWER8 memset object.
6038         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6039         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6040         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6041         implementation.
6042         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6043         Likewise.
6044         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6045         multiarch POWER8 memset optimization.
6046         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6047         POWER8 memset optimization.
6049         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6050         Remove bzero multiarch objects.
6051         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6052         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6053         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6054         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6055         Remove define.
6056         [__bzero]: Redefine to specific name.
6057         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6058         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6059         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6060         define.
6061         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6062         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6064 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6066         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6067         warnings into errors.
6069         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6070         __cxa_thread_atexit_impl prototype.
6072 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6074         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6075         Fix capitalization of error message.
6077 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6079         * sysdeps/mips/preconfigure: Modify ABI tests.
6081 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6083         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6085 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6086             Carlos O'Donell  <carlos@systemhalted.org>
6088         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6089         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6090         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6091         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6092         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6093         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6094         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6095         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6096         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6097         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6098         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6099         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6100         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6101         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6102         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6103         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6104         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6105         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6106         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6107         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6108         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6109         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6110         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6111         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6112         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6113         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6114         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6115         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6116         Deconditionalize the code that was previously under [RESET_PID].
6117         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6118         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6119         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6120         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6121         include sysdep.h.
6123 2014-09-08  Allan McRae  <allan@archlinux.org>
6125         * version.h (RELEASE): Set to "development".
6126         (VERSION): Set to "2.20.90"
6128 2014-09-07  Allan McRae  <allan@archlinux.org
6130         * version.h (RELEASE): Set to "stable".
6131         (VERSION): Set to "2.20"
6132         * include/features.h (__GLIBC_MINOR__): Set to 20.
6134         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6135         Liebler.
6137         * po/ko.po: Update Korean translation from translation project.
6139 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6141         [BZ #17354]
6142         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6143         macro for handling signed relocations.
6145 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6147         [BZ #17325]
6148         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6149         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6150         assert.
6151         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6152         * iconvdata/ibm935.c (BODY): Likewise.
6153         * iconvdata/ibm937.c (BODY): Likewise.
6154         * iconvdata/ibm939.c (BODY): Likewise.
6155         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6156         assert.
6157         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6158         script.
6159         * iconvdata/run-iconv-test.sh: New test loop for checking for
6160         decoder crashers.
6162 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6164         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6165         libm_hidden_ver.
6167 2014-09-01  Allan McRae  <allan@archlinux.org>
6169         * po/eo.po: Update Esperanto translation from translation project.
6171         * po/ca.po: Update Catalan translation from translation project.
6173 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6175         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6176         __proc_dostop call.
6178 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6180         [BZ #17319]
6181         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6182         to call set_thread_area instead of hand written asm.
6183         (__NR_set_thread_area): Removed define.
6184         (TLS_FLAG_WRITABLE): Likewise.
6185         (__ASSUME_SET_THREAD_AREA): Remove check.
6186         (TLS_EBX_ARG): Remove define.
6187         (TLS_LOAD_EBX): Likewise.
6189 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6191         Simplify atomicity of socket creation in bind.
6193         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6194         looking up the name after linking the file.
6196 2014-08-27  Allan McRae  <allan@archlinux.org>
6198         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6200 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6202         [BZ #17187]
6203         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6204         trans_compare, open_translit, __gconv_translit_find):
6205         Remove module loading code.
6207 2014-08-26  Allan McRae  <allan@archlinux.org>
6209         * po/vi.po: Update Vietnamese translation from translation project.
6211         * po/uk.po: Update Ukrainian translation from translation project.
6213         * po/fr.po: Update French translation from translation project.
6215         * po/ru.po: Update Russian translation from translation project.
6217         * po/pl.po: Update Polish translation from translation project.
6219         * po/cs.po: Update Czech translation from translation project.
6221         * po/de.po: Update German translation from translation project.
6223         * po/bg.po: Update Bulgarian translation from translation project.
6225         * po/sv.po: Update Sweedish translation from translation project.
6227         * po/nl.po: Update Dutch translation from translation project.
6229         * po/es.po: Update Spanish translation from translation project.
6231 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6233         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6235         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6236         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6237         (CPPFLAGS-iconvconfig): Likewise.
6238         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6240         * include/libc-symbols.h: Remove unnecessary check for
6241         NOT_IN_libc.
6242         * nptl/pthreadP.h: Likewise.
6243         * sysdeps/aarch64/setjmp.S: Likewise.
6244         * sysdeps/alpha/setjmp.S: Likewise.
6245         * sysdeps/arm/sysdep.h: Likewise.
6246         * sysdeps/i386/setjmp.S: Likewise.
6247         * sysdeps/m68k/setjmp.c: Likewise.
6248         * sysdeps/posix/getcwd.c: Likewise.
6249         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6250         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6251         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6252         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6253         * sysdeps/sh/sh3/setjmp.S: Likewise.
6254         * sysdeps/sh/sh4/setjmp.S: Likewise.
6255         * sysdeps/unix/alpha/sysdep.h: Likewise.
6256         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6257         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6258         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6259         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6262         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6263         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6264         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6265         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6266         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6267         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6268         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6269         * sysdeps/x86_64/setjmp.S: Likewise.
6271 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6273         [BZ #17263]
6274         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6275         <stdint.h>.
6276         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6277         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6279 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6281         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6283         [BZ #17262]
6284         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6285         and __x86_64__ when disabling x87 inline functions.
6287 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6289         [BZ #17259]
6290         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6291         asm statement with __cpuid_count.
6293 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6295         * configure.ac: Change __ehdr_start code to dereference the struct.
6296         Run readelf on the output to look for relocations.
6297         * configure: Regenerated.
6299 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6301         [BZ #17261]
6302         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6303         value to 0.
6304         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6306 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6308         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6310 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6312         [BZ #16892]
6313         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6314         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6316 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6318         * malloc/malloc.c: Fix typo in comment.
6320 2014-08-09  Allan McRae  <allan@archlinux.org>
6322         * Regenerate libc.po.
6324 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6326         * intl/tst-gettext2.sh: Check every lang file for creation.
6328 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6330         * sysdeps/aarch64/fpu/math_private.h
6331         (libc_feholdsetround_noex_aarch64_ctx): New function.
6333 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6335         * sysdeps/arm/armv6/strcpy.S (strcpy):
6336         Fix performance issue in misaligned cases.
6338 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6340         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6341         Move definition from termios.h.
6342         (struct termio): Likewise.
6343         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6344         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6345         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6346         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6347         Likewise.
6348         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6349         Move definition to ioctl-types.h
6350         (struct termio): Likewise.
6351         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6352         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6353         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6354         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6355         Likewise.
6357 2014-08-05  Richard Henderson  <rth@redhat.com>
6359         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6360         exceptions.
6361         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6362         Add fraiseexcpt.
6363         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6364         Use __feraiseexcept.
6365         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6366         Protect libm symbols with IS_IN_libm.
6368         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6370 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6372         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6374 2014-08-04  Will Newton  <will.newton@linaro.org>
6376         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6377         file.
6379 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6381         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6382         variants for each function.
6384 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6386         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6387         appended ...
6388         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6389         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6390         appended ...
6391         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6392         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6393         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6394         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6395         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6396         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6397         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6398         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6399         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6400         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6401         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6402         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6403         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6404         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6405         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6406         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6407         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6408         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6409         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6410         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6411         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6413         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6414         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6415         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6416         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6417         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6418         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6421         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6422         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6423         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6424         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6425         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6426         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6427         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6428         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6429         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6430         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6431         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6432         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6433         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6434         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6435         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6436         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6437         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6438         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6439         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6440         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6441         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6442         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6443         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6444         Update #include.
6445         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6446         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6448 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6450         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6451         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6452         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6453         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6454         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6455         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6457 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6459         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6460         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6461         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6462         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6464 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6466         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6467         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6468         (__libc_vfork): Define function under this name.
6469         (__vfork): Define as an alias.
6470         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6471         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6473 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6475         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6476         that was previously under [RESET_PID].
6477         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6479 2014-08-04  Andreas Schwab  <schwab@suse.de>
6481         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6483 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6485         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6486         (main): Likewise.
6488 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6490         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6492 2014-08-01  Richard Henderon  <rth@redhat.com>
6494         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6495         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6496         typo in exact zero test.
6497         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6498         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6499         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6501 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6503         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6504         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6505         * sysdeps/arm/sysdep.h: ... here.
6506         [!__ASSEMBLER__]: Include <stdint.h>.
6508 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6510         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6511         (HAVE_WCTYPE_H): Likewise.
6512         (HAVE_ISWCTYPE): Likewise.
6513         (ENABLE_NLS): Likewise.
6514         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6515         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6517         * posix/regex_internal.c: Check if DEBUG is defined and is
6518         set.
6520         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6521         (HAVE_MBSRTOWCS): Likewise.
6522         * posix/fnmatch.c: Include string.h unconditionally.
6524 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6526         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6527         reversal.
6529 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6531         * sysdeps/generic/safe-fatal.h: New file.
6532         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6533         * nptl/forward.c: Include it.
6534         (__pthread_unwind): Use __safe_fatal as default action, rather
6535         than a bogus use of INTERNAL_SYSCALL that could never work.
6537         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6538         * configure.ac (libc_cv_builtin_trap): New test.
6539         * configure: Regenerated.
6540         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6541         (ABORT_INSTRUCTION): Define using __builtin_trap.
6543         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6544         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6545         * sysdeps/nptl/nptl-signals.h: New file.
6546         * nptl/pthreadP.h: Include <nptl-signals.h>.
6548 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6550         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6551         (ONE_DIRECTION): Define.
6552         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6553         (ONE_DIRECTION): Define.
6554         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6555         (ONE_DIRECTION): Define.
6557 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6559         * sysdeps/s390/Makefile: Delete file.
6560         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6561         * sysdeps/s390/__longjmp.c: Delete file.
6562         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6563         Remove fields __flags and __reserved.
6564         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6565         and add versioning.
6566         * sysdeps/s390/rtld-__longjmp.c: Delete file.
6567         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6568         * sysdeps/s390/rtld-setjmp.S: Likewise.
6569         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6570         * sysdeps/s390/s390-32/__longjmp.c: ... here.
6571         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6572         * sysdeps/s390/s390-32/setjmp.S: ... here.
6573         Add versioning.
6574         (__sigsetjmp): Remove setting __flags field.
6575         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6576         * sysdeps/s390/s390-64/__longjmp.c: ... here.
6577         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6578         * sysdeps/s390/s390-64/setjmp.S: ... here.
6579         Add versioning.
6580         (__sigsetjmp): Remove setting __flags field.
6581         * sysdeps/s390/setjmp.S: Delete file.
6582         * sysdeps/s390/sigjmp.c: Likewise.
6583         * sysdeps/s390/v1-longjmp.c: Likewise.
6584         * sysdeps/s390/v1-setjmp.h: Likewise.
6585         * sysdeps/s390/v1-sigjmp.c: Likewise.
6586         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6587         Remove v1-longjmp_chk.
6588         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6589         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6590         Include debug/longjmp_chk.c and add versioning.
6591         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6592         Include nptl/pt-longjmp.c and add versioning.
6593         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6594         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6595         Include __longjmp.c.
6596         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6597         Move to ...
6598         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6599         (__getcontext): Remove setting __flags field.
6600         Add versioning.
6601         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6602         Don't restore upper high grps.
6603         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6604         Likewise.
6605         (__swapcontext): Remove setting uc_flags field.
6606         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6607         Delete file.
6608         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6609         Include __longjmp.c.
6610         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6611         Move to ...
6612         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
6613         (__getcontext): Remove setting __flags field.
6614         Add versioning.
6615         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
6616         (__swapcontext): Remove setting uc_flags field.
6617         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
6618         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
6619         Remove fields uc_high_gprs and __reserved.
6620         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
6621         New file with reverted content.
6622         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
6623         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
6624         Regenerated.
6625         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
6626         Regenerated.
6628 2014-07-31  Andreas Schwab  <schwab@suse.de>
6630         * config.h.in (HAVE_IFUNC): Define to 0.
6631         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
6632         definedness.
6634 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
6636         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6637         memmove-avx-unaligned, memcpy-avx-unaligned and
6638         mempcpy-avx-unaligned.
6639         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6640         Add tests for AVX memcpy functions.
6641         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
6642         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
6643         memcpy_chk.
6644         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
6645         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
6646         memmove_chk.
6647         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
6648         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
6649         mempcpy_chk.
6650         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
6651         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
6652         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
6654 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6656         [BZ #17213]
6657         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
6658         powerpc64le.
6660 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
6662         [BZ #16839]
6663         * manual/llio.texi: Add section about open file description locks.
6664         * manual/examples/ofdlocks.c: Example of open file description
6665         lock usage.
6666         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
6667         F_OFD_SETLK, and F_OFD_SETLKW.
6669 2014-07-23  Allan McRae  <allan@archlinux.org>
6671         * po/es.po: Update Spanish translation from translation project.
6673 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
6675         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
6677 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
6679         [BZ #17078]
6680         * sysdeps/arm/dl-machine.h (elf_machine_rela)
6681         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
6682         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
6684 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
6686         [BZ #17088]
6687         * math/fesetenv.c (__fesetenv)
6688         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
6689         * math/feupdateenv.c (__feupdateenv)
6690         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
6692         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
6693         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6694         (__ASSUME_SOCKETCALL): Do not define.
6696         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
6697         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
6698         (__ASSUME_SOCKETCALL): Do not define.
6699         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
6700         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6701         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6702         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6703         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6704         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
6705         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6706         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6708         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
6709         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
6710         (__ASSUME_SOCKETCALL): Do not define.
6711         (__ASSUME_IPC64): Define unconditionally.
6712         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6713         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6714         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6715         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6716         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
6717         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6718         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
6719         Likewise.
6721         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
6722         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
6723         (__ASSUME_SOCKETCALL): Do not define.
6724         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
6725         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6726         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6727         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
6728         (__ASSUME_REQUEUE_PI): Define unconditionally.
6729         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
6730         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
6731         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6732         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
6733         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6734         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6736         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
6737         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
6738         (__ASSUME_SOCKETCALL): Do not define.
6739         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
6740         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6741         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6742         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
6743         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6744         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6746         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
6747         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
6748         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6749         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
6750         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6751         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
6752         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6753         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
6754         (__ASSUME_GETCPU_SYSCALL): Likewise.
6756         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
6757         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
6758         cases for individual architectures.
6759         * sysdeps/gnu/configure: Regenerated.
6760         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
6761         LIBC_SLIBDIR_RTLDDIR.
6762         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
6763         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
6764         LIBC_SLIBDIR_RTLDDIR.
6765         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
6766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
6767         LIBC_SLIBDIR_RTLDDIR.
6768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6769         Regenerated.
6770         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
6771         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
6772         file.
6773         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
6774         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
6775         file.
6776         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
6777         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
6778         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
6779         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
6781         * sysdeps/aarch64/shlib-versions: Move to ...
6782         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
6783         * sysdeps/alpha/shlib-versions: Move to ...
6784         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
6785         * sysdeps/arm/shlib-versions: Move to ...
6786         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
6787         * sysdeps/hppa/shlib-versions: Move all contents except for
6788         libgcc_s entry to ...
6789         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
6790         entry from ...
6791         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
6792         * sysdeps/ia64/shlib-versions: Move to ...
6793         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
6794         entry from ...
6795         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
6796         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
6797         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
6798         * sysdeps/microblaze/shlib-versions: Move to ...
6799         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
6800         * sysdeps/mips/shlib-versions: Move to ...
6801         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
6802         entry from ...
6803         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
6804         * sysdeps/tile/shlib-versions: Move to ...
6805         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
6806         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
6807         from ...
6808         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
6809         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
6810         entry from ...
6811         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
6813 2014-07-17  Will Newton  <will.newton@linaro.org>
6815         * sysdeps/arm/bits/atomic.h
6816         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
6817         (__arch_compare_and_exchange_bool_16_int): Likewise.
6818         (__arch_compare_and_exchange_bool_64_int): Likewise.
6820         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
6821         into an #else block.
6823 2014-07-16  Roland McGrath  <roland@hack.frob.com>
6825         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
6826         just Linux configurations.  Test empirically that the compiler sets
6827         __ARM_EABI__, rather than using the tuple to decide.
6828         * sysdeps/arm/preconfigure: Regenerated.
6829         * sysdeps/unix/sysv/linux/arm/configure: File removed.
6830         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
6831         contents appended ...
6832         * sysdeps/arm/configure.ac: ... here.
6833         * sysdeps/arm/configure: Regenerated.
6835 2014-07-15  Roland McGrath  <roland@hack.frob.com>
6837         * nptl/pthread_kill.c: New file.
6838         * nptl/pthread_sigmask.c: New file.
6839         * nptl/pthread_sigqueue.c: New file.
6841         * sysdeps/nptl/lowlevellock.h: New file.
6842         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
6843         * sysdeps/nptl/lowlevellock-futex.h: New file.
6845         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
6846         Remove dead declarations.
6848 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
6850         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
6851         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
6852         config-cflags-avx2.
6853         * sysdeps/x86_64/configure.ac: Likewise.
6854         * sysdeps/i386/configure: Regenerated.
6855         * sysdeps/x86_64/configure: Likewise.
6856         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6857         memset-avx2 only if config-cflags-avx2 is yes.
6858         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6859         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
6860         defined.
6861         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
6862         only if HAVE_AVX2_SUPPORT is defined.
6863         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6865 2014-07-14  Alan Modra  <amodra@gmail.com>
6867         [BZ #17153]
6868         * elf/elf.h (DT_PPC64_NUM): Correct value.
6869         * NEWS: Add to fixed bug list.
6871 2014-07-13  Jim Meyering  <meyering@fb.com>
6873         [BZ 17150]
6874         regex: don't deref NULL upon heap allocation failure
6875         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
6876         failure in one more place.
6877         To trigger the segfault, configure grep -with-included-regex,
6878         build it, and run these commands:
6879         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
6881 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
6883         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
6885 2014-07-11  Richard Henderson  <rth@redhat.com>
6887         * sysdeps/aarch64/libm-test-ulps: Update.
6889 2014-07-10  Florian Weimer  <fweimer@redhat.com>
6891         [BZ #17135]
6892         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
6893         * nptl/allocatestack.c (__nptl_setxid_error): New function.
6894         (__nptl_setxid): Initialize error member.  Call
6895         __nptl_setxid_error.
6896         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
6897         * nptl/descr.h (struct xid_command): Add error member.
6898         * nptl/tst-setuid3.c: New file.
6899         * nptl/Makefile (tests): Add it.
6901 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6903         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
6904         New define.
6905         (__lll_trylock): Use __lll_base_trylock.
6906         (__lll_cond_trylock): Likewise.
6908 2014-07-10  Roland McGrath  <roland@hack.frob.com>
6910         * nptl/pthread_create.c (start_thread): Use atomic_or and
6911         lll_futex_wake directly rather than lll_robust_dead.
6912         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6913         (lll_robust_dead): Macro removed.
6914         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
6915         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6916         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6917         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6918         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6919         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6920         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6921         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6922         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6923         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6924         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6925         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6926         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6927         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6928         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6930         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
6931         Use atomic_compare_and_exchange_val_acq directly rather than
6932         lll_robust_trylock.
6933         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6934         (__lll_robust_trylock, lll_robust_trylock): Removed.
6935         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6936         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6937         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6938         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6939         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6940         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6941         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6942         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6943         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6944         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6945         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6946         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6947         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6948         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6950 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6952         * manual/locale.texi (Locale Names): New section documenting
6953         locale name syntax.  Adjust menu and node chaining accordingly.
6954         (Choosing Locale): Reference Locale Names, Locale Categories.
6955         Mention setting LC_ALL=C.  Reflect that name syntax is now
6956         documented.
6957         (Locale Categories): New section title.  Reference Locale Names.
6958         LC_ALL is an environment variable, but not a category.
6959         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
6960         description, now in Locale Name.  Reference that section.  Locale
6961         name syntax is now documented.
6963 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6965         [BZ #17137]
6966         * locale/findlocale.c (name_present, valid_locale_name): New
6967         functions.
6968         (_nl_find_locale): Use the loc_name variable to store name
6969         candidates.  Call name_present and valid_locale_name to check and
6970         validate locale names.  Return an error if the locale is invalid.
6972 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6974         * locale/setlocale.c (setlocale): Use strdup for allocating
6975         composite name copy.
6977 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6979         Sync up with gnulib.
6980         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
6981         [!_LIBC && ENABLE_NLS]: Include gettext.h.
6982         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
6983         and _GL_ARG_NONNULL.
6984         [USE_UNLOCKED_IO]: Include unlocked-io.h.
6985         [!_LIBC]: Include code for Windows and Cygwin.
6986         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
6987         Include prototype for int strerror_r.
6988         [!_LIBC] (is_open): New function.
6989         (flush_stdout): New function.
6990         (print_errno_message): Use it.
6991         (error): Likewise.
6992         (error_at_line): Likewise.
6993         (error_tail) Add function attribute macros.  Use
6994         __builtin_expect.
6996         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
6998         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7000         * io/ftw.c: Include sys/param.h unconditionally.
7002         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7004         [BZ #17125]
7005         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7006         libc_freeres_ptr.
7007         (freecache): New function to free CACHE on exit.
7009         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7010         initialization.
7012 2014-07-09  David S. Miller  <davem@davemloft.net>
7014         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7016         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7017         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7018         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7019         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7020         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7021         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7022         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7023         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7024         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7025         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7026         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7027         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7028         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7030 2014-07-09  Andreas Schwab  <schwab@suse.de>
7032         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7033         output.
7034         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7035         (do_test): Likewise.
7037         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7039 2014-07-09  Will Newton  <will.newton@linaro.org>
7041         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7042         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7043         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7044         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7045         * sysdeps/hppa/start.S (_start): Likewise.
7047 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7049         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7051         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7052         defined.
7054 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7056         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7057         after checking that it is non-NULL.
7059         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7061 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7063         * sysdeps/powerpc/memmove.c: Remove file.
7064         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7065         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7066         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7067         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7068         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7069         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7070         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7071         string memmove instead of removed powerpc one.
7073         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7074         [weak_alias]: Fix compiler warning due trailing data.
7075         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7076         [weak_alias]: Likewise.
7077         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7078         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7080         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7081         (__libc_ifunc_impl_list): Add memmove functions.
7083 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7085         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7086         Remove code.
7087         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7088         Likewise
7089         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7090         Likewise
7091         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7092         Likewise
7093         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7094         Likewise
7095         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7096         Likewise
7097         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7098         Likewise
7099         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7100         Likewise
7101         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7102         Likewise
7103         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7104         Likewise
7105         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7106         Likewise
7107         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7108         Likewise
7109         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7110         Likewise
7111         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7112         Likewise
7113         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7114         Likewise
7115         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7116         Likewise
7117         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7118         Likewise
7120 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7122         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7123         to avoid alignment traps in non-cacheable memory.
7124         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7126         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7127         multiarch objects.
7128         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7129         file: multiarch power7 memmove.
7130         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7131         multiarch default memmove.
7132         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7133         multiarch memove for powerpc32/power4.
7135         * string/bcopy.c: Use full path to include memmove.c.
7136         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7137         multiarch objects.
7138         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7139         bcopy for powerpc64.
7140         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7141         bcopy for powerpc64.
7142         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7143         and memmove implementations.
7144         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7145         optimized multiarch memmove for POWER7/powerpc64.
7146         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7147         default multiarch memmove for powerpc64.
7148         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7149         multiarch for powerpc64.
7150         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7151         for POWER7/powerpc64.
7152         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7153         memmove for POWER7/powerpc64.
7155         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7156         glibc default one.
7158         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7159         __ELF_NATIVE_CLASS equal to 64.
7161 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7163         * sysdeps/nptl/lowlevellock.h: File removed.
7165         * NEWS: NPTL is no longer an add-on!
7166         * nptl/internaltypes.h: Moved ...
7167         * sysdeps/nptl/internaltypes.h: ... here.
7168         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7169         * sysdeps/nptl/fork.c: Likewise.
7170         * sysdeps/nptl/gai_misc.h: Likewise.
7171         * sysdeps/nptl/librt-cancellation.c: Likewise.
7172         * sysdeps/nptl/jmp-unwind.c: Likewise.
7173         * sysdeps/nptl/setxid.h: Likewise.
7174         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7175         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7176         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7177         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7178         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7179         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7180         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7181         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7182         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7183         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7184         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7185         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7186         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7187         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7188         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7189         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7190         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7191         * nptl/Makeconfig: Moved ...
7192         * sysdeps/nptl/Makeconfig: ... here.
7193         * nptl/configure: File removed.
7194         * nptl/ANNOUNCE: File removed.
7195         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7196         * sysdeps/unix/sysv/linux/configure: Regenerated.
7198         * nptl/Makefile (routines): Add libc_pthread_init,
7199         libc_multiple_threads, register-atfork and unregister-atfork.
7200         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7201         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7202         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7203         pthread-pi-defines.sym, structsem.sym.
7204         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7205         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7206         [$(subdir) = nptl] (tests): Add tst-setgetname.
7207         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7208         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7209         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7210         [!LIBC_SIGACTION]: Remove aliases.
7211         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7212         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7213         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7214         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7215         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7216         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7217         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7218         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7219         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7220         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7221         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7222         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7223         __libc_allocate_rtsig_private.
7224         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7225         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7226         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7227         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7228         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7229         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7230         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7231         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7232         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7233         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7234         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7235         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7236         * nptl/internaltypes.h: ... here.
7237         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7238         * sysdeps/nptl/jmp-unwind.c: ... here.
7239         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7240         * nptl/libc-lowlevellock.c: ... here.
7241         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7242         * nptl/libc_multiple_threads.c: ... here.
7243         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7244         * nptl/libc_pthread_init.c: ... here.
7245         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7246         * nptl/lowlevelbarrier.sym: ... here.
7247         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7248         * nptl/lowlevelcond.sym: ... here.
7249         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7250         * nptl/lowlevellock.c: ... here.
7251         * nptl/lowlevellock.h: Moved ...
7252         * sysdeps/nptl/lowlevellock.h: ... here.
7253         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7254         * nptl/lowlevelrobustlock.c: ... here.
7255         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7256         * nptl/lowlevelrobustlock.sym: ... here.
7257         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7258         * nptl/lowlevelrwlock.sym: ... here.
7259         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7260         * nptl/pt-fork.c: ... here.
7261         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7262         * nptl/pthread-pi-defines.sym: ... here.
7263         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7264         * nptl/pthread_attr_getaffinity.c: ... here.
7265         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7266         * nptl/pthread_attr_setaffinity.c: ... here.
7267         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7268         * nptl/pthread_mutex_cond_lock.c: ... here.
7269         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7270         Update #include.
7271         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7272         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7273         * nptl/pthread_once.c: ... here, replacing old file.
7274         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7275         * nptl/pthread_yield.c: ... here.
7276         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7277         * nptl/register-atfork.c: ... here.
7278         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7279         * nptl/sem_post.c: ... here.
7280         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7281         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7282         * nptl/sem_timedwait.c: ... here.
7283         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7284         * nptl/sem_trywait.c: ... here.
7285         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7286         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7287         * nptl/sem_wait.c: ... here.
7288         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7289         * nptl/structsem.sym: ... here.
7290         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7291         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7292         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7293         * nptl/unregister-atfork.c: ... here.
7294         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7295         * nptl/unwindbuf.sym: ... here.
7296         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7297         * sysdeps/nptl/fork.c: ... here.
7298         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7299         * sysdeps/nptl/fork.h: ... here.
7300         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7301         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7302         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7303         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7304         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7305         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7306         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7307         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7308         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7309         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7310         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7311         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7312         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7313         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7314         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7315         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7316         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7317         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7318         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7319         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7320         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7321         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7322         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7323         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7324         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7325         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7326         * sysdeps/unix/sysv/linux/raise.c: ... here.
7327         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7328         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7329         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7330         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7331         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7332         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7333         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7334         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7335         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7336         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7337         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7338         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7339         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7340         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7341         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7343 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7345         * sysdeps/generic/memcopy.h: Add comment for
7346         MEMCPY_OK_FOR_FWD_MEMMOVE.
7348 2014-07-04  Will Newton  <will.newton@linaro.org>
7350         * string/memchr.c: Merge from gnulib.
7351         [_LIBC]: Remove conditionals.
7352         (__ptr_t): Remove define.
7353         (LONG_MAX_32_BITS): Likewise.
7354         (LONG_MAX): Likewise.
7355         (MEMCHR): Use ANSI prototype and optimize algorithm.
7357         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7359 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7361         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7362         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7364         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7365         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7366         in a bare environment with no <stdlib.h> installed.
7367         * sysdeps/nptl/configure: Regenerated.
7369         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7371         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7372         AC_EGREP_CPP for kernel header checks, so they only succeed if
7373         including <linux/version.h> actually works right.
7374         * sysdeps/unix/sysv/linux/configure: Regenerated.
7376         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7377         value so it's not diagnosed as unused.
7379         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7380         thing) with "ifeq ($(subdir),rt)".
7382 2014-07-03  Richard Henderson  <rth@redhat.com>
7384         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7385         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7386         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7388         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7389         (math_force_eval): New.
7391         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7392         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7394         * sysdeps/alpha/fpu/s_round.c: Remove file.
7395         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7397         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7398         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7399         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7400         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7401         (_dl_start, print_statistics): Likewise.
7402         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7403         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7405         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7406         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7407         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7408         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7409         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7410         (HP_SMALL_TIMING_AVAIL): Define.
7411         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7412         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7413         (HP_SMALL_TIMING_AVAIL): Define.
7414         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7415         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7417         * sysdeps/aarch64/hp-timing.h: New file.
7419         * sysdeps/generic/hp-timing.h: Remove dead comment.
7420         * sysdeps/generic/hp-timing-common.h: New file.
7421         * sysdeps/alpha/hp-timing.h: Include it.
7422         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7423         * sysdeps/i386/i686/hp-timing.h: Likewise.
7424         * sysdeps/ia64/hp-timing.h: Likewise.
7425         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7426         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7427         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7428         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7429         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7430         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7431         (hp_timing_t): New.
7433         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7434         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7435         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7436         * elf/rtld.c (_dl_start_final): Likewise.
7437         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7438         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7439         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7440         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7441         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7442         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7443         (HP_TIMING_DIFF_INIT): Remove.
7444         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7445         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7446         (HP_TIMING_DIFF_INIT): Remove.
7447         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7448         * sysdeps/i386/i686/hp-timing.c: Remove file.
7449         * sysdeps/x86_64/hp-timing.c: Remove file.
7450         * sysdeps/ia64/hp-timing.c: Remove file.
7451         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7452         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7453         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7454         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7456         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7457         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7458         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7459         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7460         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7461         (HP_TIMING_ACCUM): Remove.
7462         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7463         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7464         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7466         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7467         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7468         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7469         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7470         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7471         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7472         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7473         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7475         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7477 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7479         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7481 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7483         Sync up with gettext.
7484         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7485         [_MSC_VER]: Include malloc.h
7486         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7487         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7488         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7489         TEMP_FAILURE_RETRY.  Cast return of alloca.
7490         [!_LIBC] Call gl_rwlock_init.
7491         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7493 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7495         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7496         before checking its value.
7498 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7500         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7502         * debug/memcpy_chk.c: Don't include pagecopy.h.
7503         * debug/mempcpy_chk.c: Likewise.
7504         * string/memcpy.c: Likewise.
7505         * string/memmove.c: Likewise.
7506         * sysdeps/powerpc/memmove.c: Likewise.
7507         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7508         definition of PAGE_COPY_FWD_MAYBE here...
7509         * sysdeps/generic/pagecopy.h: ... from here.
7510         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7512 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7513             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7515         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7516         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7517         optimizations.
7518         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7519         (__libc_ifunc_impl_list): Likewise.
7520         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7521         multiarch strcat for PPC64.
7522         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7523         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7525 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7527         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7529 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7531         * intl/loadmsgcat.c: Remove declaration of
7532         get_sysdep_segment_value.
7533         (get_sysdep_segment_value): Use ISO C style.
7534         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7535         semicolon.  Fix typo and formatting in comment.
7536         (_nl_unload_domain): Use ISO C style.
7538         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7540 2014-07-02  Will Newton  <will.newton@linaro.org>
7542         * malloc/obstack.c: Merge from gnulib master.
7543         [HAVE_CONFIG_H]: Remove conditional code.
7544         [!_LIBC]: Include config.h.
7545         [!ELIDE_CODE]: Don't include inttypes.h, include
7546         stdint.h unconditionally.
7547         (print_and_abort): Mark as _Noreturn.
7548         (_obstack_allocated_p): Mark as __attribute_pure__.
7549         (obstack_free): Rename to __obstack_free.
7550         [!__attribute__]: Remove conditional code.
7551         * malloc/obstack.h: Merge from gnulib master.
7552         [__cplusplus]: Move conditional down.
7553         [!__attribute_pure__]: Define __attribute_pure__ here
7554         if it is not already defined.
7555         (_obstack_memory_used): Mark as __attribute_pure__.
7556         [!__obstack_free]: Define as obstack_free.
7557         [__GNUC__]: Remove check for ancient NeXT gcc.
7559 2014-07-02  Will Newton  <will.newton@linaro.org>
7560             Paul Eggert  <eggert@cs.ucla.edu>
7562         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7564 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7566         * resolv/gethnamaddr.c: Add comment warning that the file is
7567         not maintained.
7569 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
7571         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7572         entries.
7574         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7575         entry for aio_cancel and aio_cancel64.
7576         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7577         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7578         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7579         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7580         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7581         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7582         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7583         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7584         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7585         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7586         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7587         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7588         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7590 2014-07-01  Roland McGrath  <roland@hack.frob.com>
7592         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7593         * nptl/pthread_mutex_lock.c: Likewise.
7594         * nptl/pthread_mutex_timedlock.c: Likewise.
7595         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7597 2014-07-01  Richard henderson  <rth@redhat.com>
7599         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7600         (__isnan, __isnanl): Remove.
7601         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7603         * sysdeps/alpha/fpu/libm-test-ulps: Update.
7605 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7607         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7609 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7611         * resolv/nss_dns/dns-host.c (getanswer_r)
7612         [MULTI_PTRS_ARE_ALIASES]: Remove code.
7614 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
7616         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7617         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
7618         undefine.
7619         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
7620         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
7622 2014-07-01  Roland McGrath <roland@hack.frob.com>
7624         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
7625         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
7627         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
7628         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
7630         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
7631         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
7632         ... here.
7633         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
7634         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
7636         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
7637         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
7638         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
7639         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
7641         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
7642         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
7643         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
7644         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
7645         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
7646         Moved ...
7647         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
7648         ... here.
7649         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
7650         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
7651         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
7652         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
7653         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
7654         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
7655         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
7656         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
7657         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
7658         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
7659         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
7660         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
7661         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
7662         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
7663         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
7664         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
7665         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
7666         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
7667         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
7668         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
7669         ... here.
7670         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
7671         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
7672         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
7673         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
7674         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
7675         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
7676         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
7677         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
7679 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
7681         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
7682         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
7683         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
7684         Add sysdep.
7686 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7690 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7692         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
7693         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7695         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
7697         * sysdeps/arm/libm-test-ulps: Regenerated.
7699 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7700             Roland McGrath <roland@hack.frob.com>
7702         * test-skeleton.c (signal_handler): Kill the whole process group
7703         before killing the child individually.
7704         (main): Report any failure on `setpgid'.
7706 2014-06-30  Roland McGrath  <roland@hack.frob.com>
7708         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
7709         from _TLS_H to _ARM_NPTL_TLS_H.
7710         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
7711         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
7713 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7715         [BZ #16539]
7716         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
7717         (__expm1l): Return argument unchanged when small but not
7718         subnormal.
7720         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
7721         include macro name.
7722         (_FP_UNPACK_RAW_1_P): Likewise.
7723         (_FP_PACK_RAW_1): Likewise.
7724         (_FP_PACK_RAW_1_P): Likewise.
7725         (_FP_MUL_MEAT_1_wide): Likewise.
7726         (_FP_MUL_MEAT_DW_1_hard): Likewise.
7727         (_FP_MUL_MEAT_1_hard): Likewise.
7728         (_FP_DIV_MEAT_1_imm): Likewise.
7729         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
7730         (_FP_DIV_MEAT_1_udiv): Likewise.
7731         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
7732         (_FP_UNPACK_RAW_2): Likewise.
7733         (_FP_UNPACK_RAW_2_P): Likewise.
7734         (_FP_PACK_RAW_2): Likewise.
7735         (_FP_PACK_RAW_2_P): Likewise.
7736         (_FP_MUL_MEAT_DW_2_wide): Likewise.
7737         (_FP_MUL_MEAT_2_wide): Likewise.
7738         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
7739         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7740         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
7741         (_FP_MUL_MEAT_2_gmp): Likewise.
7742         (_FP_DIV_MEAT_2_udiv): Likewise.
7743         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
7744         (_FP_FRAC_SRL_4): Likewise.
7745         (_FP_FRAC_SRST_4): Likewise.
7746         (_FP_FRAC_SRS_4): Likewise.
7747         (_FP_UNPACK_RAW_4): Likewise.
7748         (_FP_UNPACK_RAW_4_P): Likewise.
7749         (_FP_PACK_RAW_4): Likewise.
7750         (_FP_PACK_RAW_4_P): Likewise.
7751         (_FP_MUL_MEAT_DW_4_wide): Likewise.
7752         (_FP_MUL_MEAT_4_wide): Likewise.
7753         (_FP_MUL_MEAT_4_gmp): Likewise.
7754         (umul_ppppmnnn): Likewise.
7755         (_FP_DIV_MEAT_4_udiv): Likewise.
7756         (__FP_FRAC_ADD_4): Likewise.
7757         (__FP_FRAC_SUB_3): Likewise.
7758         (__FP_FRAC_SUB_4): Likewise.
7759         (__FP_FRAC_DEC_3): Likewise.
7760         (__FP_FRAC_DEC_4): Likewise.
7761         (__FP_FRAC_ADDI_4): Likewise.
7762         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
7763         (_FP_FRAC_SRL_8): Likewise.
7764         (_FP_FRAC_SRS_8): Likewise.
7766         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
7767         include macro name.
7768         (FP_UNPACK_RAW_EP): Likewise.
7769         (FP_PACK_RAW_E): Likewise.
7770         (FP_PACK_RAW_EP): Likewise.
7771         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
7772         (_FP_ISSIGNAN): Likewise.
7773         (_FP_ADD_INTERNAL): Likewise.
7774         (_FP_FMA): Likewise.
7775         (_FP_CMP): Likewise.
7776         (_FP_SQRT): Likewise.
7777         (_FP_TO_INT): Likewise.
7778         (_FP_FROM_INT): Likewise.
7779         (FP_EXTEND): Likewise.
7780         (_FP_DIV_MEAT_N_loop): Likewise.
7782 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7784         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
7785         throughout.
7787 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
7789         [BZ #17097]
7790         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
7791         result with correct sign in case of exponents that produce
7792         overflow except for X very close to 1.
7794 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
7796         mktime: merge #if/#ifdef usage from glibc
7797         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
7798         as that works with both Glibc's and Gnulib's style.
7799         See thread starting at Siddhesh Poyarekar's bug report at:
7800         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
7802 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7804         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
7805         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
7806         * sysdeps/tile/tilegx/memmove.c: Remove file.
7808 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7810         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
7811         abi-name definition.
7812         * scripts/soversions.awk: Do not handle or generate ABI lines.
7813         * shlib-versions: Remove ABI entries.
7814         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
7815         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
7817 2014-06-27  Roland McGrath  <roland@hack.frob.com>
7819         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
7820         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
7821         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
7822         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
7823         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
7824         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
7825         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
7826         Moved ...
7827         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
7828         ... here.
7829         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
7830         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
7831         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
7832         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
7833         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
7834         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
7835         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
7836         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
7837         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
7838         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
7839         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
7840         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
7841         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
7842         Moved ...
7843         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
7844         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
7845         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
7846         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
7847         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
7848         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
7849         Moved ...
7850         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
7851         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
7852         Moved ...
7853         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
7854         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
7855         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
7856         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
7857         Moved ...
7858         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
7859         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
7860         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
7861         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
7862         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
7863         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
7864         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
7865         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
7866         Moved ...
7867         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
7868         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
7869         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
7870         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
7871         Moved ...
7872         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
7873         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
7874         Moved ...
7875         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
7876         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
7877         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
7878         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
7879         Moved ...
7880         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
7881         ... here.
7882         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
7883         Identical file removed.
7884         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
7885         Moved ...
7886         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
7887         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
7888         Identical file removed.
7889         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
7890         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
7891         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
7892         Moved ...
7893         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
7894         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
7895         Identical file removed.
7896         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
7897         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
7898         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
7899         Identical file removed.
7900         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
7901         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
7902         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
7903         Identical file removed.
7904         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
7905         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
7906         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
7907         Identical file removed.
7908         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
7909         Moved ...
7910         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
7911         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
7912         Identical file removed.
7913         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
7914         Moved ...
7915         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
7916         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
7917         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
7918         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
7919         Identical file removed.
7920         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
7921         Moved ...
7922         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
7923         ... here.
7924         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
7925         Identical file removed.
7926         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
7927         Moved ...
7928         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
7929         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
7930         Identical file removed.
7931         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
7932         Moved ...
7933         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
7934         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
7935         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
7936         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
7937         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
7938         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
7939         Moved ...
7940         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
7941         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
7942         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
7944         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
7945         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
7946         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
7947         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
7948         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
7950 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
7952         [BZ #17092]
7953         * nscd/nscd.c (monitor_child): Return exit status of child
7954         instead of return value from wait syscall.
7956 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7958         * configure.ac (libc_commonpagesize): Remove variable.
7959         (libc_relro_required): Likewise.
7960         (libc_cv_z_relro): Remove configure test.
7961         * configure: Regenerated.
7962         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
7963         variable.
7964         (libc_relro_required): Likewise.
7965         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
7966         (libc_relro_required): Likewise.
7967         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
7968         (libc_relro_required): Likewise.
7969         * sysdeps/arm/preconfigure: Regenerated.
7970         * sysdeps/ia64/preconfigure: Remove file.
7971         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
7972         variable.
7973         (libc_relro_required): Likewise.
7975         [BZ #16561]
7976         [BZ #16562]
7977         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
7978         (__ieee754_yn): Set FE_TONEAREST mode internally and then
7979         recompute overflowing results in original rounding mode.
7980         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
7981         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
7982         recompute overflowing results in original rounding mode.
7983         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
7984         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7985         recompute overflowing results in original rounding mode.
7986         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
7987         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7988         recompute overflowing results in original rounding mode.
7989         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
7990         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7991         recompute overflowing results in original rounding mode.
7992         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
7993         (libc_feholdsetround_ctx): New macro.
7994         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
7995         * sysdeps/i386/fpu/libm-test-ulps: Update.
7996         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
7998 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8000         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8001         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8002         corresponding .cpsetup call.
8004 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8006         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8007         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8008         * sysdeps/arm/Makefile [$(subdir) = csu]
8009         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8010         (static-only-routines): Add aeabi_read_tp here.
8011         (shared-only-routines): Add libc-aeabi_read_tp here.
8012         (CFLAGS-libc-start.c): Add -fexceptions here.
8013         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8014         (sysdep_routines, static-only-routines, shared-only-routines):
8015         Don't add to these here.
8016         (CFLAGS-libc-start.c): Likewise.
8018         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8019         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8020         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8021         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8022         * sysdeps/arm/Makefile [$(subdir) = rt]
8023         (librt-sysdep_routines, librt-shared-only-routines):
8024         Append rt-aeabi_unwind_cpp_pr1 here.
8025         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8026         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8027         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8028         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8029         Append nptl-aeabi_unwind_cpp_pr1 here.
8030         (tests): Filter out tst-cleanupx4 here.
8031         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8032         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8033         Don't do those here.
8035 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8037         * scripts/list-sources.sh: Do not handle ports specially.
8039 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8041         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8042         * sysdeps/arm/feupdateenv.c: Likewise.
8044         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8046 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8048         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8049         trailing whitespace removed.
8050         * scripts/config.guess: Update to version 2014-03-23.
8051         * scripts/config.sub: Update to version 2014-05-01
8052         * scripts/install-sh: Update to version 2013-12-25.23.
8053         * scripts/move-if-change: Update from gnulib.
8055 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8057         * debug/memmove_chk.c: Remove pagecopy.h include.
8059 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8061         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8062         identical to gnulib mktime.
8064 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8066         * configure.ac: Do not test for machine being rs6000.  Do not test
8067         for powerpc*-*soft.
8068         * configure: Regenerated.
8070         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8071         test.
8072         * configure: Regenerated.
8073         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8074         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8075         Remove configure test.
8076         * sysdeps/arm/configure: Regenerated.
8077         * sysdeps/nptl/configure.ac: Do not check
8078         libc_cv_asm_cfi_directives.
8079         * sysdeps/nptl/configure: Regenerated.
8080         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8081         * sysdeps/x86_64/nptl/configure: Remove generated file.
8082         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8083         unconditional.
8084         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8086 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8088         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8089         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8090         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8091         it is defined.
8093         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8094         instead of whether it is defined.
8095         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8096         * sysdeps/hppa/dl-machine.h: Likewise.
8097         * sysdeps/ia64/dl-machine.h: Likewise.
8098         * sysdeps/m68k/dl-machine.h: Likewise.
8099         * sysdeps/microblaze/dl-machine.h: Likewise.
8100         * sysdeps/mips/dl-machine.: Likewise.
8101         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8102         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8103         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8104         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8105         * sysdeps/sh/dl-machine.h: Likewise.
8106         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8107         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8108         * sysdeps/tile/dl-machine.h: Likewise.
8109         * sysdeps/x86_64/dl-machine.h: Likewise.
8111         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8112         code.
8113         (verify_persistent_db): Likewise.
8115 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8118         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8119         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8120         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8121         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8122         Moved ...
8123         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8124         ... here.
8125         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8126         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8127         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8128         Identical file removed.
8129         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8130         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8131         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8132         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8133         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8134         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8135         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8136         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8137         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8138         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8139         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8140         Moved ...
8141         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8142         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8143         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8144         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8145         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8146         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8147         Moved ...
8148         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8149         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8150         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8151         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8152         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8153         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8154         Identical file removed.
8155         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8156         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8157         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8158         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8159         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8160         Moved ...
8161         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8162         ... here.
8163         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8164         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8165         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8166         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8167         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8168         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8169         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8170         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8171         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8172         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8173         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8174         Moved ...
8175         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8176         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8177         Moved ...
8178         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8179         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8180         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8181         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8182         Moved ...
8183         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8184         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8185         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8187         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8188         folded into ...
8189         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8190         * sysdeps/unix/sysv/linux/s390/Versions
8191         (libpthread: GLIBC_2.19): New version set.
8192         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8193         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8194         (librt: GLIBC_2.3.3): New version set.
8195         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8196         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8197         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8198         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8199         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8200         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8201         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8202         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8203         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8204         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8205         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8206         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8207         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8208         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8209         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8210         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8211         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8212         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8213         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8214         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8215         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8216         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8217         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8218         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8219         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8220         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8221         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8222         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8223         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8224         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8225         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8226         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8227         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8228         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8229         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8230         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8231         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8232         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8233         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8234         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8235         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8236         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8237         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8238         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8239         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8241         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8242         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8243         (__libc_vfork): Define the function under this name.
8244         [!NOT_IN_libc] (__vfork): Make this an alias.
8245         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8246         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8247         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8248         (__libc_vfork): Define the function under this name.
8249         [!NOT_IN_libc] (__vfork): Make this an alias.
8250         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8251         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8252         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8253         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8254         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8255         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8257         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8258         code that was previously under [RESET_PID].
8259         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8260         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8261         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8263         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8264         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8265         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8266         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8267         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8268         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8269         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8270         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8271         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8272         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8273         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8274         Moved ...
8275         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8276         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8277         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8278         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8279         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8280         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8281         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8282         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8283         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8284         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8285         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8286         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8287         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8288         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8289         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8290         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8291         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8292         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8293         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8294         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8295         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8296         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8297         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8298         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8299         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8300         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8301         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8302         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8303         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8305 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8307         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8308         that was previously under [RESET_PID].
8309         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8311 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8313         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8314         not undefine and redefine.
8315         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8316         [O_CLOEXEC]: Make code unconditional.
8317         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8318         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8319         <kernel-features.h>.
8320         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8321         conditional variable definition.
8322         (shm_open) [O_CLOEXEC]: Make code unconditional.
8323         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8324         code.
8326         * configure.ac (USE_REGPARMS): Don't define here.
8327         * configure: Regenerated.
8328         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8329         * sysdeps/i386/configure: Regenerated.
8331         * nptl/createthread.c: Don't include kernel-features.h.
8332         * nptl/pthread_cancel.c: Likewise.
8333         * nptl/pthread_condattr_setclock.c: Likewise.
8334         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8335         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8336         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8337         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8338         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8339         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8340         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8341         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8342         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8343         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8344         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8345         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8346         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8347         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8348         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8349         * nscd/gai.c: Likewise.
8350         * nss/nss_db/db-open.c: Likewise.
8351         * sysdeps/generic/ldsodefs.h: Likewise.
8352         * sysdeps/sh/nptl/tls.h: Likewise.
8353         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8354         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8355         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8356         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8357         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8358         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8359         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8360         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8361         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8362         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8363         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8364         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8365         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8366         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8367         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8368         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8369         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8370         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8371         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8372         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8373         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8374         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8375         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8376         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8377         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8378         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8379         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8380         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8381         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8382         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8383         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8384         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8385         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8386         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8387         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8388         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8389         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8390         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8391         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8392         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8393         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8394         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8395         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8396         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8397         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8398         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8399         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8400         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8401         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8402         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8403         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8404         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8405         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8406         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8407         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8408         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8409         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8410         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8433         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8434         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8435         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8436         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8437         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8438         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8439         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8440         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8441         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8442         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8443         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8444         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8445         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8446         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8447         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8448         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8449         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8450         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8451         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8452         * sysdeps/unix/sysv/linux/system.c: Likewise.
8453         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8454         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8455         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8456         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8457         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8458         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8459         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8461         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8462         * configure: Regenerated.
8463         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8465         * configure.ac (base_machine): Do not set specially for particular
8466         machines here.
8467         * configure: Regenerated.
8468         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8469         settings from configure.ac.
8470         * sysdeps/i386/preconfigure: New file.
8471         * sysdeps/s390/preconfigure: Likewise.
8472         * sysdeps/sh/preconfigure: Likewise.
8473         * sysdeps/sparc/preconfigure: Likewise.
8475 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8477         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8478         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8479         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8480         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8481         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8482         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8483         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8484         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8485         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8486         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8487         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8488         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8489         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8490         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8491         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8492         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8493         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8494         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8495         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8497         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8498         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8499         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8500         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8501         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8502         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8503         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8504         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8505         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8506         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8507         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8508         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8509         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8510         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8511         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8512         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8513         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8514         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8515         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8516         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8517         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8518         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8519         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8520         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8521         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8522         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8523         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8524         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8525         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8526         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8527         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8528         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8529         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8530         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8531         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8532         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8533         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8534         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8536         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8537         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8538         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8539         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8540         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8541         Moved ...
8542         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8543         ... here.
8544         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8545         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8546         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8547         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8548         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8549         Moved ...
8550         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8551         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8552         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8553         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8554         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8555         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8556         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8557         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8558         Moved ...
8559         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8560         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8561         Moved ...
8562         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8563         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8564         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8565         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8566         Moved ...
8567         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8568         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8569         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8570         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8571         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8572         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8573         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8574         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8575         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8577         Moved ...
8578         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8579         ... here.
8580         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8581         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8582         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8583         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8584         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8585         Moved ...
8586         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8587         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8588         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8589         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8590         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8591         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8592         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8593         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8594         Moved ...
8595         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8596         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8597         Moved ...
8598         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8599         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8600         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8601         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8602         Moved ...
8603         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8604         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8605         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8606         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8607         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8609 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8611         * timezone/checktab.awk: Update from tzcode 2014e.
8612         * timezone/private.h: Likewise.
8613         * timezone/tzfile.h: Likewise.
8614         * timezone/zdump.c: Likewise.
8615         * timezone/zic.c: Likewise.
8617         * sysdeps/unix/sysv/linux/kernel-features.h
8618         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
8619         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
8620         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
8621         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8622         Remove conditional code.
8624 2014-06-25  Will Newton  <will.newton@linaro.org>
8626         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
8627         (_dl_arm_cap_flags): Add HWCAP2 values.
8628         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
8629         (_DL_HWCAP_COUNT): Increase to 37.
8630         (_DL_HWCAP_LAST): New define.
8631         (_DL_HWCAP2_LAST): New define.
8632         (_dl_procinfo): Add support for printing
8633         AT_HWCAP2 entries.
8634         (_dl_string_hwcap): Use _dl_hwcap_string.
8636 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8638         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8640 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8642         * README: Do not mention ports directory.
8644         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
8645         Remove macro.
8646         * sysdeps/unix/sysv/linux/futimes.c: Do not include
8647         <kernel-features.h>.
8648         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
8649         conditional variable definition.
8650         (__futimes): Update comment.
8651         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
8652         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
8654         [BZ #16560]
8655         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
8656         arguments close to 0.
8657         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
8658         Likewise.
8659         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
8660         Likewise.
8661         * math/auto-libm-test-in: Add more tests of exp10.
8662         * math/auto-libm-test-out: Regenerated.
8663         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8665         * sysdeps/unix/sysv/linux/kernel-features.h
8666         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
8667         * sysdeps/unix/sysv/linux/readv.c: Do not include
8668         <kernel-features.h>.
8669         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8670         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8671         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8672         unconditional.
8673         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8674         conditional code.
8675         * sysdeps/unix/sysv/linux/writev.c: Do not include
8676         <kernel-features.h>.
8677         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8678         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8679         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8680         unconditional.
8681         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8682         conditional code.
8684 2014-06-25  Will Newton  <will.newton@linaro.org>
8686         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
8687         comment changes throughout the file.  Remove checks
8688         for HAVE_*_H definitions that are not required.
8689         (__gen_tempname): Call abort if an unknown kind value is
8690         passed.
8692 2014-06-25  Andreas Schwab  <schwab@suse.de>
8694         [BZ #17086]
8695         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
8696         scalbln, scalblnf, scalblnl in libc.
8698 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
8700         [BZ #17086]
8701         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
8702         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8703         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8705 2014-06-24  Roland McGrath  <roland@hack.frob.com>
8707         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
8708         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
8709         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
8710         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
8711         Update #include.
8712         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
8713         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
8714         Update #include.
8715         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
8716         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
8717         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
8718         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
8719         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
8720         * sysdeps/x86/bits/pthreadtypes.h: ... here.
8721         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
8722         * sysdeps/x86/bits/semaphore.h: ... here.
8723         * sysdeps/x86/nptl/elide.h: Moved ...
8724         * sysdeps/x86/elide.h: ... here.
8725         * sysdeps/x86_64/nptl/Implies: File removed.
8726         * sysdeps/i386/nptl/Implies: File removed.
8728 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
8730         [BZ #16539]
8731         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
8732         return the argument for normal arguments with exponent below -64.
8733         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
8734         Likewise.
8735         * math/auto-libm-test-in: Add another test of expm1.
8736         * math/auto-libm-test-out: Regenerated.
8738         [BZ #16287]
8739         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
8740         calling __erfcl for arguments at least 16.
8741         * math/auto-libm-test-in: Add more tests of erf.
8742         * math/auto-libm-test-out: Regenerated.
8744         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
8745         individual architectures.
8746         * sysdeps/unix/sysv/linux/configure: Regenerated.
8747         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
8748         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
8749         * sysdeps/unix/sysv/linux/powerpc/configure.ac
8750         (ldd_rewrite_script): Define variable.
8751         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
8752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
8753         file.
8754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
8755         generated file.
8756         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
8757         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
8758         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
8759         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
8760         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
8761         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
8762         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
8763         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
8765 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8767         [BZ #17084]
8768         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
8769         Rename member __data.d to __data.__elision_data.
8771 2014-06-24  Wilco  <wdijkstr@arm.com>
8773         * NEWS: Add 16918 to fixed bug list.
8775 2014-06-24  Wilco  <wdijkstr@arm.com>
8777         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
8779 2014-06-24  Wilco  <wdijkstr@arm.com>
8781         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
8782         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
8783         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
8784         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
8785         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
8786         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
8787         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
8788         Use _FPU_MASK_RM.
8790 2014-06-24  Wilco  <wdijkstr@arm.com>
8792         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
8794 2014-06-24  Wilco  <wdijkstr@arm.com>
8796         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
8797         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
8798         * sysdeps/arm/fesetround.c (fesetround): Remove space.
8799         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
8801 2014-06-24  Wilco  <wdijkstr@arm.com>
8803         [BZ #16918]
8804         * sysdeps/arm/feupdateenv.c (feupdateenv):
8805         Rewrite to reduce FPSCR accesses and fix return value.
8807 2014-06-24  Wilco  <wdijkstr@arm.com>
8809         * sysdeps/arm/fclrexcpt.c (feclearexcept):
8810         Optimize to avoid unnecessary FPSCR writes.
8811         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
8812         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
8813         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
8814         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
8816 2014-06-24  Wilco  <wdijkstr@arm.com>
8818         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
8819         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
8820         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
8821         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
8822         Call libc_fetestexcept_vfp.
8823         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
8824         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
8825         __SOFTFP__ ifdef so that they can be built for softfp.
8827 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8829         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
8830         argument type signed char.
8832         * Makerules (check-abi): Dump diff of symlist if the test
8833         fails.
8835 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8837         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
8838         using abort.
8840         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8841         Remove unused variable ST.
8843 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8845         [BZ #16354]
8846         [BZ #17061]
8847         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
8848         small arguments before calling __expm1.
8849         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
8850         small arguments before calling __expm1f.
8851         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
8852         small arguments before calling __expm1l.
8853         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
8854         Likewise.
8855         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
8856         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
8857         spurious underflow for some cosh tests.
8858         * math/auto-libm-test-out: Regenerated.
8859         * sysdeps/i386/fpu/libm-test-ulps: Update.
8861         [BZ #17050]
8862         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
8863         (__ieee754_y1): Set errno if return value overflows.
8864         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
8865         (__ieee754_y1f): Set errno if return value overflows.
8866         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
8867         (__ieee754_y1l): Set errno if return value overflows.
8868         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
8869         (__ieee754_y1l): Set errno if return value overflows.
8870         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
8871         * math/auto-libm-test-out: Regenerated.
8873         * math/gen-auto-libm-tests.c: Document use of
8874         ignore-zero-inf-sign.
8875         (input_flag_type): Add value flag_ignore_zero_inf_sign.
8876         (input_flags): Add ignore-zero-inf-sign.
8877         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
8878         * math/gen-libm-test.pl (generate_testfile): Handle
8879         ignore-zero-inf-sign.
8880         * math/auto-libm-test-in: Mark some cpow tests with
8881         ignore-zero-inf-sign and some with xfail-rounding.
8882         * math/auto-libm-test-out: Regenerated.
8883         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
8884         * sysdeps/i386/fpu/libm-test-ulps: Update.
8885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8887         [BZ #16315]
8888         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
8889         overflowing or underflowing operations take place with sign of
8890         result.
8891         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8892         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8893         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
8894         (__ieee754_pow): Recompute overflowing and underflowing results in
8895         original rounding mode.
8896         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
8897         (__powl_helper): Allow negative argument X and scale negated value
8898         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
8899         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
8900         overflowing or underflowing operations take place with sign of
8901         result.
8902         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
8903         Include <math.h>.
8904         * math/auto-libm-test-in: Add more tests of pow.
8905         * math/auto-libm-test-out: Regenerated.
8906         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
8907         (pow_tonearest_test_data): Remove.
8908         (pow_test_tonearest): Likewise.
8909         (pow_towardzero_test_data): Likewise.
8910         (pow_test_towardzero): Likewise.
8911         (pow_downward_test_data): Likewise.
8912         (pow_test_downward): Likewise.
8913         (pow_upward_test_data): Likewise.
8914         (pow_test_upward): Likewise.
8915         (main): Don't call removed functions.
8916         * sysdeps/i386/fpu/libm-test-ulps: Update.
8917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8919 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
8922         Moved ...
8923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
8924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8925         Moved ...
8926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
8927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
8928         Moved ...
8929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
8930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
8931         Moved ...
8932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
8933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
8934         File removed.
8935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
8936         File removed.
8937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
8938         File removed.
8939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
8940         File removed.
8941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
8942         File removed.
8943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
8944         File removed.
8945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
8946         File removed.
8947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
8948         File removed.
8949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
8950         File removed.
8951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
8952         File removed.
8953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
8954         File removed.
8955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
8956         File removed.
8957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
8958         Moved ...
8959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
8960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
8961         Moved ...
8962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
8963         ... here.
8964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
8965         Moved ...
8966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
8967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
8968         Moved ...
8969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
8970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
8971         Moved ...
8972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
8973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
8974         Moved ...
8975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
8976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
8977         Moved ...
8978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
8979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
8980         Moved ...
8981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
8982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
8983         Moved ...
8984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
8985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
8986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
8987         ... here.
8988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
8989         Moved ...
8990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
8991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
8992         Moved ...
8993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
8994         ... here.
8995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
8996         Moved ...
8997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
8998         ... here.
8999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9000         Moved ...
9001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9002         ... here.
9003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9004         Moved ...
9005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9007         Moved ...
9008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9012         Moved ...
9013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9014         ... here.
9015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9016         Moved ...
9017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9018         ... here.
9019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9020         Moved ...
9021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9023         Moved ...
9024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9026         Moved ...
9027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9029         Moved ...
9030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9032         Moved ...
9033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9034         ... here.
9035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9036         Moved ...
9037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9039         Moved ...
9040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9042         Moved ...
9043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9045         Moved ...
9046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9050         Moved ...
9051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9053         Moved ...
9054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9056         Moved ...
9057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9058         ... here.
9059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9060         Moved ...
9061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9062         ... here.
9063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9064         Moved ...
9065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9066         ... here.
9067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9068         Moved ...
9069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9071         Moved ...
9072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9074         Moved ...
9075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9077         Moved ...
9078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9079         ... here.
9080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9081         Moved ...
9082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9083         ... here.
9084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9085         Moved ...
9086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9087         ... here.
9088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9089         Moved ...
9090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9092         Moved ...
9093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9095 2014-06-23  Will Newton  <will.newton@linaro.org>
9096             Wilco  <wdijkstr@arm.com>
9098         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9099         implementation.  Include get-rounding-mode.h.
9100         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9101         [!libc_feholdsetround_noex_ctx]: Define
9102         libc_feholdsetround_noex_ctx.
9103         [!libc_feholdsetround_noexf_ctx]: Define
9104         libc_feholdsetround_noexf_ctx.
9105         [!libc_feholdsetround_noexl_ctx]: Define
9106         libc_feholdsetround_noexl_ctx.
9107         (libc_feholdsetround_ctx): New function.
9108         (libc_feresetround_ctx): New function.
9109         (libc_feholdsetround_noex_ctx): New function.
9110         (libc_feresetround_noex_ctx): New function.
9112 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9114         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9115         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9116         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9117         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9118         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9119         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9121         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9122         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9123         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9124         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9125         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9126         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9127         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9128         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9129         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9130         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9131         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9132         Moved ...
9133         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9134         ... here.
9135         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9136         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9137         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9138         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9139         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9140         Moved ...
9141         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9142         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9143         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9144         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9145         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9146         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9147         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9148         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9149         Moved ...
9150         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9151         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9152         Moved ...
9153         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9154         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9155         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9156         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9157         Moved ...
9158         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9159         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9160         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9161         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9162         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9163         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9164         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9165         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9166         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9167         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9168         Moved ...
9169         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9170         ... here.
9171         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9172         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9173         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9174         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9175         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9176         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9177         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9178         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9179         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9180         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9181         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9182         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9183         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9184         Moved ...
9185         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9186         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9187         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9188         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9189         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9190         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9191         Moved ...
9192         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9193         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9194         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9195         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9196         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9198         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9199         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9200         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9201         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9202         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9203         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9204         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9205         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9206         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9207         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9208         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9209         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9210         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9211         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9212         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9213         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9214         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9215         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9216         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9217         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9218         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9219         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9220         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9221         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9222         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9223         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9224         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9225         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9227 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9229         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9230         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9231         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9232         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9233         (IPV6_PMTUDISC_INTERFACE): Likewise.
9234         (IPV6_PMTUDISC_OMIT): Likewise.
9236 2014-06-23  Andreas Schwab  <schwab@suse.de>
9238         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9239         Remove unused errout label.
9241 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9243         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9244         macro: hardware supports Vector Crypto instructions.
9246 2014-06-23  Will Newton  <will.newton@linaro.org>
9248         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9249         rather than __builtin_expect.
9251         * elf/dl-lookup.c (undefined_msg): Remove variable.
9252         (_dl_lookup_symbol_x): Replace undefined_msg with string
9253         literal.
9255         * elf/dl-lookup.c (do_lookup_unique): New function.
9256         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9257         to a separate function.
9259 2014-06-23  Andreas Schwab  <schwab@suse.de>
9261         [BZ #17079]
9262         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9263         before reading the next line.
9265 2014-06-23  Will Newton  <will.newton@linaro.org>
9267         * test-skeleton.c (signal_handler): Use printf and %m
9268         rather than perror.  Use printf rather than fprintf to
9269         stderr.  Use puts rather than fputs to stderr.
9270         (main): Likewise.
9272 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9274         * nscd/nscd.c (thread_info_t): Remove typedef.
9275         (thread_info): Remove variable.
9277 2014-06-21  Allan McRae  <allan@archlinux.org>
9279         * NEWS: Mention CVE-2014-4043.
9281 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9283         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9284         * nptl/smp.h: ... here.
9286         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9288         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9289         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9290         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9291         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9293         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9294         * nptl/stack-aliasing.h: New file.
9295         * sysdeps/i386/i686/stack-aliasing.h: New file.
9296         * sysdeps/i386/i686/nptl/Makefile: File removed.
9297         * sysdeps/x86_64/stack-aliasing.h: New file.
9298         * sysdeps/x86_64/nptl/Makefile
9299         (CFLAGS-pthread_create.c): Variable removed.
9301         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9302         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9303         old file.
9304         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9305         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9306         old file.
9308 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9310         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9311         (__ASSUME_SIGFRAME_V2): Remove macro.
9312         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9313         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9314         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9315         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9316         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9317         Declare as function.  Remove conditional macro definitions.
9318         (__default_rt_sa_restorer): Likewise.
9319         (__default_sa_restorer_v1): Remove declaration.
9320         (__default_sa_restorer_v2): Likewise.
9321         (__default_rt_sa_restorer_v1): Likewise.
9322         (__default_rt_sa_restorer_v2): Likewise.
9323         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9324         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9325         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9327 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9329         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9330         (libpthread-routines): Add sysdep.
9331         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9332         * sysdeps/unix/sysv/linux/sparc/Versions
9333         (libpthread: GLIBC_2.3.3): New version set.
9334         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9335         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9336         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9337         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9338         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9339         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9340         Moved ...
9341         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9342         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9343         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9344         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9345         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9346         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9347         * sysdeps/sparc/nptl/sem_init.c: ... here.
9348         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9349         * sysdeps/sparc/nptl/sem_post.c: ... here.
9350         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9351         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9352         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9353         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9355         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9356         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9357         (libpthread-routines): Add cpu_relax.
9358         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9359         File removed.
9360         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9361         (librt: GLIBC_2.3.3): New version set.
9362         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9363         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9364         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9365         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9366         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9367         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9368         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9369         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9370         Moved ...
9371         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9372         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9373         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9374         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9375         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9376         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9377         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9378         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9379         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9380         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9381         Moved ...
9382         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9383         Update #include.
9384         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9385         Moved ...
9386         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9387         Update #include.
9388         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9389         Moved ...
9390         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9391         Update #include.
9392         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9393         Moved ...
9394         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9395         Update #include.
9396         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9397         Moved ...
9398         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9399         Update #include.
9400         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9401         Moved ...
9402         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9403         Update #include.
9404         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9405         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9406         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9407         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9408         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9409         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9410         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9411         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9412         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9413         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9414         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9415         Moved ...
9416         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9417         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9418         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9419         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9420         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9422 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9424         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9425         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9426         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9427         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9428         * nscd/nscd.c: Likewise.
9429         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9430         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9431         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9432         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9434         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9435         <kernel-features.h>.
9436         (init_mq_netlink): Remove conditional have_sock_cloexec
9437         definitions.  Remove code conditional on have_sock_cloexec < 0.
9438         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9439         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9440         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9441         <kernel-features.h>.
9442         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9443         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9445 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9447         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9448         Add tests for memset_chk and memset.
9450         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9451         with AVX2_Usable.
9453 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9455         [BZ #16046]
9456         * elf/tst-dl-iter-static.c: New file.
9457         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9459         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9460         error.
9462 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9464         * sysdeps/unix/sysv/linux/kernel-features.h
9465         (__ASSUME_F_GETOWN_EX): Remove macro.
9466         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9467         <kernel-features.h>.
9468         (miss_F_GETOWN_EX): Remove variable or macro.
9469         (do_fcntl): Do not check miss_F_GETOWN_EX.
9470         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9472         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9473         Remove macro.
9474         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9475         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9476         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9478         * sysdeps/unix/sysv/linux/kernel-features.h
9479         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9480         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9481         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9482         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9484 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9486         [BZ #17075]
9487         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9488         Fix calculation of the symbol's value.
9489         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9490         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9491         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9492         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9493         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9494         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9495         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9496         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9497         (modules-names): Add `tst-armtlsdescmod',
9498         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9499         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9500         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9501         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9502         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9503         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9504         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9505         ($(objpfx)tst-armtlsdescloc): New dependency.
9506         ($(objpfx)tst-armtlsdescextnow): Likewise.
9507         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9508         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9509         TLS scheme support.
9510         * sysdeps/arm/configure: Regenerate.
9512 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9514         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9515         (__atfct_seterrno_2): Likewise.
9516         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9517         <kernel-features.h>.
9518         (__ASSUME_ATFCTS): Do not undefine and redefine.
9519         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9520         (__have_atfcts): Remove conditional definition.
9521         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9522         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9523         unreachable if [__ASSUME_ATFCTS].
9524         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9525         not undefine and redefine.
9526         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9527         <kernel-features.h>.
9528         (faccessat) [__NR_faccessat]: Make code unconditional.
9529         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9530         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9531         <kernel-features.h>.
9532         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9533         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9534         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9535         <kernel-features.h>.
9536         (fchownat) [__NR_fchownat]: Make code unconditional.
9537         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9538         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9539         <kernel-features.h>.
9540         (futimesat) [__NR_futimesat]: Make code unconditional.
9541         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9542         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9543         <kernel-features.h>.
9544         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9545         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9546         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9547         <kernel-features.h>.
9548         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9549         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9550         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9551         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9552         <kernel-features.h>.
9553         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9554         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9555         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9556         <kernel-features.h>.
9557         (linkat) [__NR_linkat]: Make code unconditional.
9558         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9559         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9560         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9561         <kernel-features.h>.
9562         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9563         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9564         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9565         <kernel-features.h>.
9566         (mkdirat) [__NR_mkdirat]: Make code unconditional.
9567         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9568         * sysdeps/unix/sysv/linux/openat.c: Do not include
9569         <kernel-features.h>.
9570         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9571         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9572         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9573         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9574         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9575         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9576         <kernel-features.h>.
9577         (readlinkat) [__NR_readlinkat]: Make code unconditional.
9578         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
9579         result of INLINE_SYSCALL directly, not via int variable.
9580         * sysdeps/unix/sysv/linux/renameat.c: Do not include
9581         <kernel-features.h>.
9582         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9583         (renameat) [__NR_renameat]: Make code unconditional.
9584         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9585         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9586         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9587         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9588         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9589         (__ASSUME_ATFCTS): Do not undefine and redefine.
9590         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9591         <kernel-features.h>.
9592         (symlinkat) [__NR_symlinkat]: Make code unconditional.
9593         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9594         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9595         <kernel-features.h>.
9596         (unlinkat) [__NR_unlinkat]: Make code unconditional.
9597         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9598         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9599         (__ASSUME_ATFCTS): Do not undefine and redefine.
9600         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9601         <kernel-features.h>.
9602         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9603         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9604         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9605         <kernel-features.h>.
9606         (__xmknodat) [__NR_mknodat]: Make code unconditional.
9607         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9609 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9611         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
9613 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
9615         [BZ #17069]
9616         * posix/regcomp.c (parse_reg_exp): Deallocate partially
9617         constructed tree before returning error.
9618         * posix/bug-regexp36.c: Expand test case.
9620 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
9622         [BZ #6803]
9623         * math/libm-test.inc (scalbln_test_date):
9624         Add errno expectations.
9625         * math/w_scalblnf.c: New File.
9626         Add wrapper which checks for setting errno to ERANGE.
9627         Add weak_alias for corresponding scalbln function.
9628         * math/w_scalbln.c: Likewise.
9629         * math/w_scalblnl.c: Likewise.
9630         * math/Makefile (libm-calls): Add w_scalbln.
9631         * sysdeps/ieee754/flt-32/s_scalblnf.c:
9632         Remove weak_alias for corresponding scalbln function.
9633         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9634         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9635         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9636         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9637         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
9638         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9639         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
9640         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9641         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
9642         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
9643         Remove long_double_symbol for scalblnl function in libm, libc.
9644         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
9645         Add wrapper which checks for setting errno to ERANGE.
9646         Add long_double_symbol for scalblnl function in libm, libc.
9647         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
9648         Remove long_double_symbol for scalblnl in libm.
9649         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
9650         Add wrapper which checks for setting errno to ERANGE.
9651         Add long_double_symbol for scalblnl function in libm.
9652         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
9653         Do not use wrapper because of own implementation.
9655 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
9657         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
9658         3 bytes for __pad1 for x32.
9659         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
9661 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
9662             H.J. Lu  <hongjiu.lu@intel.com>
9664         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
9665         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
9666         * sysdeps/x86_64/multiarch/memset.S: Likewise.
9667         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9668         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
9670 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
9672         [BZ #17069]
9673         * posix/regcomp.c (parse_expression): Deallocate partially
9674         constructed tree before returning error.
9675         * posix/Makefile.c (tests): Add bug-regex36.
9676         (generated): Add bug-regex36.mtrace.
9677         (tests-special): Add $(objpfx)bug-regex36-mem.out
9678         (bug-regex36-ENV): New variable.
9679         ($(objpfx)bug-regex36-mem.out): New rule.
9680         * posix/bug-regex36.c: New file.
9682 2014-06-19  Will Newton  <will.newton@linaro.org>
9684         * malloc/malloc.c (systrim): If extra is zero then return
9685         early.
9687 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9689         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
9691 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
9693         * sysdeps/aarch64/strchr.S: New file.
9695 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9697         [BZ #17022]
9698         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
9699         from arguments -2 or below.
9700         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9701         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
9703 2014-06-18  Andreas Schwab  <schwab@suse.de>
9705         [BZ #17062]
9706         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
9707         of a bracket expr not to run off the end of the string.
9708         * posix/Makefile (tests): Add tst-fnmatch3.
9709         * posix/tst-fnmatch3.c: New file.
9711 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9713         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
9714         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9715         [$(cross-compiling) = no]: Likewise.
9716         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9717         [$(cross-compiling) = no]: Likewise.
9719 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9721         [BZ #17031]
9722         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
9723         double, adjusted for any remainder from the high double.
9724         * math/libm-test.inc (nearbyint): Add tests.
9725         (rint): Likewise.
9727 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9729         * nptl/sysdeps/powerpc/Makefile: Moved ...
9730         * sysdeps/powerpc/nptl/Makefile: ... here.
9731         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
9732         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
9733         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
9734         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
9735         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
9736         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
9737         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
9738         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
9739         * nptl/sysdeps/powerpc/tls.h: Moved ...
9740         * sysdeps/powerpc/nptl/tls.h: ... here.
9742 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
9744         [BZ #16681]
9745         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
9746         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
9747         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
9748         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
9749         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
9750         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
9751         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
9752         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
9753         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
9755 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
9757         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9759 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
9761         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
9762         defined operator.
9764         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
9765         $TIMEOUTFACTOR.
9767 2014-06-16  Florian Weimer  <fweimer@redhat.com>
9769         [BZ #17058]
9770         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
9771         non-executed part of the test.
9773 2014-06-16  Andreas Schwab  <schwab@suse.de>
9775         * string/bits/string2.h (strdup, strndup): Update feature guard.
9777 2014-06-14  David S. Miller  <davem@davemloft.net>
9779         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9781 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9783         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
9784         that was previously under [RESET_PID].
9785         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
9787         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
9788         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
9789         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
9790         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9791         (__libc_vfork): New strong alias.
9792         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
9794 2014-06-14 Andi Kleen  <ak@linux.intel.com>
9796         * sysdeps/generic/elide.h: New file.
9798 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9800         * Makefile (installed-headers): Adjust path of pthread.h header.
9802 2014-06-13  Roland McGrath  <roland@hack.frob.com>
9804         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
9805         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
9806         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
9807         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
9809         * nptl/sysdeps/s390/Makefile: Moved ...
9810         * sysdeps/s390/nptl/Makefile: ... here.
9811         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
9812         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
9813         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
9814         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
9815         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
9816         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
9817         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
9818         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
9819         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
9820         * sysdeps/s390/nptl/pthreaddef.h: ... here.
9821         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
9822         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
9823         * nptl/sysdeps/s390/tls.h: Moved ...
9824         * sysdeps/s390/nptl/tls.h: ... here.
9826         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
9827         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
9829 2014-06-13  David S. Miller  <davem@davemloft.net>
9831         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
9832         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
9833         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
9834         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
9835         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
9836         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
9837         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
9838         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
9839         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
9840         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
9841         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
9842         Remove RESET_PID cpp guards.
9843         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
9844         Remove RESET_PID cpp guards.
9845         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
9847 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
9849         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
9850         __sp to uintptr_t.
9852 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9854         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
9855         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
9856         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
9857         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
9858         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
9859         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
9860         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
9861         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
9862         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
9863         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
9864         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
9865         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
9866         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
9867         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
9868         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
9869         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
9870         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
9871         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
9872         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
9873         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
9875         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
9876         (pthread_rwlock_rdlock): Add elision.
9877         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
9878         (pthread_rwlock_wrlock): Add elision.
9879         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
9880         (pthread_rwlock_trywrlock): Add elision.
9881         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
9882         (pthread_rwlock_tryrdlock): Add elision.
9883         * nptl/pthread_rwlock_unlock.c: Include elide.h.
9884         (pthread_rwlock_tryrdlock): Add elision unlock.
9885         * nptl/sysdeps/pthread/pthread.h:
9886         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
9887         (PTHREAD_RWLOCK_INITIALIZER,
9888         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
9889         Handle new elision field.
9890         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
9891         * sysdeps/arm/nptl/bits/pthreadtypes.h
9892         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9893         * sysdeps/sh/nptl/bits/pthreadtypes.h
9894         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9895         * sysdeps/tile/nptl/bits/pthreadtypes.h
9896         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9897         * sysdeps/a/nptl/bits/pthreadtypes.h
9898         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9899         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
9900         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9901         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
9902         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9903         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
9904         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9905         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
9906         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9907         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
9908         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9909         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
9910         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9911         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
9912         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9913         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
9914         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9915         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
9916         (elision_init): Set try_xbegin to zero when no RTM.
9917         * sysdeps/x86/nptl/bits/pthreadtypes.h
9918         (pthread_rwlock_t): Change __pad1 to __rwelision.
9919         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9921 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9923         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
9924         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
9925         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
9926         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
9928 2014-06-13  Meador Inge  <meadori@codesourcery.com>
9930         [BZ #16996]
9931         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
9932         that the cached result has been set before returning it.
9934 2014-06-12  Roland McGrath  <roland@hack.frob.com>
9936         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
9937         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
9938         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
9939         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
9940         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
9941         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
9943         * nptl/sysdeps/sparc/Makefile: Moved ...
9944         * sysdeps/sparc/nptl/Makefile: ... here.
9945         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
9946         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
9947         * nptl/sysdeps/sparc/tls.h: Moved ...
9948         * sysdeps/sparc/nptl/tls.h: ... here.
9949         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
9950         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
9951         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
9952         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
9953         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
9954         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
9955         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
9956         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
9957         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
9958         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
9959         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
9960         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
9961         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
9962         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
9963         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
9964         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
9965         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
9966         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
9967         Update #include.
9968         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
9969         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
9970         Update #include.
9971         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
9972         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
9973         Update #include.
9974         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
9975         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
9976         Update #include.
9978         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
9980         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
9981         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
9983         * sysdeps/pthread/posix-timer.h: Include <list.h>.
9984         (struct list_links): Type removed.
9985         (struct thread_node, struct timer_node): Replace struct list_links
9986         with struct list_head.
9987         (list_unlink_ip): Likewise.
9988         * sysdeps/pthread/timer_routines.c
9989         (timer_free_list, thread_free_list, thread_active_list): Likewise.
9990         (list_append, list_insbefore): Likewise.
9991         (list_init): Function removed.
9992         (thread_init, init_module): Use INIT_LIST_HEAD instead.
9993         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
9994         * sysdeps/pthread/Makefile: ... here, new file.
9996         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
9997         * sysdeps/nptl/Implies: ... here.
9998         * sysdeps/unix/sysv/linux/Implies: Add nptl.
9999         * nptl/sysdeps/pthread/list.h: Moved ...
10000         * include/list.h: ... here.
10001         * nptl/sysdeps/pthread/createthread.c: Moved ...
10002         * nptl/createthread.c: ... here.
10003         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10004         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10005         * nptl/pt-longjmp.c: ... here.
10006         * nptl/sysdeps/pthread/Makefile: Moved ...
10007         * sysdeps/nptl/Makefile: ... here.
10008         * nptl/sysdeps/pthread/Subdirs: Moved ...
10009         * sysdeps/nptl/Subdirs: ... here.
10010         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10011         * sysdeps/nptl/aio_misc.h: ... here.
10012         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10013         * sysdeps/nptl/bits/libc-lock.h: ... here.
10014         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10015         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10016         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10017         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10018         * nptl/sysdeps/pthread/configure: Moved ...
10019         * sysdeps/nptl/configure: ... here.
10020         * nptl/sysdeps/pthread/configure.ac: Moved ...
10021         * sysdeps/nptl/configure.ac: ... here.
10022         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10023         * sysdeps/nptl/gai_misc.h: ... here.
10024         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10025         * sysdeps/nptl/librt-cancellation.c: ... here.
10026         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10027         * sysdeps/nptl/malloc-machine.h: ... here.
10028         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10029         * sysdeps/nptl/pthread-functions.h: ... here.
10030         * nptl/sysdeps/pthread/pthread.h: Moved ...
10031         * sysdeps/nptl/pthread.h: ... here.
10032         * nptl/sysdeps/pthread/setxid.h: Moved ...
10033         * sysdeps/nptl/setxid.h: ... here.
10034         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10035         * sysdeps/nptl/sigfillset.c: ... here.
10036         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10037         * sysdeps/nptl/tcb-offsets.h: ... here.
10038         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10039         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10040         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10041         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10042         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10043         * sysdeps/pthread/allocalim.h: ... here.
10044         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10045         * sysdeps/pthread/bits/sigthread.h: ... here.
10046         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10047         * sysdeps/pthread/flockfile.c: ... here.
10048         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10049         * sysdeps/pthread/ftrylockfile.c: ... here.
10050         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10051         * sysdeps/pthread/funlockfile.c: ... here.
10052         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10053         * sysdeps/pthread/posix-timer.h: ... here.
10054         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10055         * sysdeps/pthread/timer_create.c: ... here.
10056         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10057         * sysdeps/pthread/timer_delete.c: ... here.
10058         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10059         * sysdeps/pthread/timer_getoverr.c: ... here.
10060         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10061         * sysdeps/pthread/timer_gettime.c: ... here.
10062         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10063         * sysdeps/pthread/timer_routines.c: ... here.
10064         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10065         * sysdeps/pthread/timer_settime.c: ... here.
10066         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10067         * sysdeps/pthread/tst-timer.c: ... here.
10068         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10069         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10071         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10072         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10074         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10075         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10076         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10077         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10078         Update #include target.
10079         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10080         * sysdeps/i386/i686/nptl/Makefile: ... here.
10081         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10082         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10083         Update #include target.
10084         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10085         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10086         * nptl/sysdeps/i386/Makefile: Moved ...
10087         * sysdeps/i386/nptl/Makefile: ... here.
10088         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10089         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10090         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10091         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10092         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10093         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10094         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10095         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10096         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10097         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10098         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10099         * nptl/sysdeps/i386/tls.h: Moved ...
10100         * sysdeps/i386/nptl/tls.h: ... here.
10102         * sysdeps/sh/Makefile [$(subdir) = csu]
10103         (gen-as-const-headers): Add tcb-offsets.sym.
10104         * nptl/sysdeps/sh/Makefile: File removed.
10105         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10106         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10107         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10108         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10109         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10110         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10111         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10112         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10113         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10114         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10115         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10116         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10117         * nptl/sysdeps/sh/tls.h: Moved ...
10118         * sysdeps/sh/nptl/tls.h: ... here.
10119         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10120         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10121         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10122         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10124         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10125         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10126         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10127         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10128         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10129         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10130         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10131         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10132         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10133         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10134         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10135         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10136         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10137         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10138         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10139         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10140         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10141         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10142         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10143         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10144         Moved ...
10145         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10147         Moved ...
10148         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10149         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10150         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10151         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10152         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10153         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10154         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10155         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10156         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10157         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10158         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10159         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10160         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10161         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10162         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10163         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10164         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10165         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10166         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10168 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10170         * posix/spawn_faction_addopen.c: Include string.h.
10172 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10174         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10175         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10176         * nptl/sysdeps/x86_64/Makefile: Moved ...
10177         * sysdeps/x86_64/nptl/Makefile: ... here.
10178         * nptl/sysdeps/x86_64/configure: Moved ...
10179         * sysdeps/x86_64/nptl/configure: ... here.
10180         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10181         * sysdeps/x86_64/nptl/configure.ac: ... here.
10182         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10183         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10184         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10185         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10186         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10187         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10188         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10189         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10190         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10191         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10192         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10193         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10194         * nptl/sysdeps/x86_64/tls.h: Moved ...
10195         * sysdeps/x86_64/nptl/tls.h: ... here.
10196         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10197         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10198         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10199         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10201         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10203 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10205         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10207 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10209         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10210         type.
10211         [POSIX] (off_t): Likewise.
10212         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10213         [POSIX] (S_ISBLK): Require macro.
10214         [POSIX] (S_ISCHR): Likewise.
10215         [POSIX] (S_ISDIR): Likewise.
10216         [POSIX] (S_ISFIFO): Likewise.
10217         [POSIX] (S_ISREG): Likewise.
10218         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10219         optional-macro.
10220         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10221         type.
10222         [POSIX] (time_t): Likewise.
10223         [POSIX] (timer_t): Likewise.
10225 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10227         [BZ #17048]
10228         * posix/spawn_int.h (struct __spawn_action): Make the path string
10229         non-const to support deallocation.
10230         * posix/spawn_faction_addopen.c
10231         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10232         * posix/spawn_faction_destroy.c
10233         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10234         path in all spawn_do_open actions.
10235         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10236         posix_spawn_file_actions_addopen.
10238 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10240         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10241         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10242         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10243         conditional code always true.
10244         (__libc_vfork): New alias.
10246 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10248         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10249         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10251         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10253         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10254         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10256         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10257         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10259         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10260         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10262 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10264         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10265         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10266         multiarch strcmp for PPC64.
10267         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10268         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10269         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10270         multiarch optimizations.
10271         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10272         (__libc_ifunc_impl_list): Likewise.
10274 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10276         * benchtests/scripts/validate_benchout.py: New script.
10277         * benchtests/Makefile (bench-func): Call it.
10278         * benchtests/scripts/benchout.schema.json: New file.
10280 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10282         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10283         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10284         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10285         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10286         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10287         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10288         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10289         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10290         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10291         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10292         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10293         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10294         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10295         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10296         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10297         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10299         Moved ...
10300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10301         ... here.
10302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10303         Moved ...
10304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10305         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10306         Moved ...
10307         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10308         ... here.
10309         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10310         Moved ...
10311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10312         ... here.
10313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10314         Moved ...
10315         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10316         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10317         Moved ...
10318         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10319         ... here.
10320         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10321         Moved ...
10322         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10323         ... here.
10324         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10325         Moved ...
10326         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10327         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10328         Moved ...
10329         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10330         ... here.
10331         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10332         Moved ...
10333         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10334         ... here.
10335         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10336         Moved ...
10337         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10338         ... here.
10339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10340         Moved ...
10341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10342         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10343         Moved ...
10344         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10345         ... here.
10346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10347         Moved ...
10348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10349         ... here.
10350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10351         Moved ...
10352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10353         ... here.
10354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10355         Moved ...
10356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10358         Moved ...
10359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10360         ... here.
10361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10362         Moved ...
10363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10364         ... here.
10365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10366         Moved ...
10367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10369         Moved ...
10370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10371         ... here.
10372         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10373         Moved ...
10374         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10375         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10376         Moved ...
10377         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10378         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10379         Moved ...
10380         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10381         ... here.
10382         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10383         Moved ...
10384         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10385         ... here.
10386         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10387         Moved ...
10388         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10389         ... here.
10390         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10391         Moved ...
10392         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10393         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10394         Moved ...
10395         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10396         ... here.
10397         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10398         Moved ...
10399         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10400         ... here.
10401         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10402         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10403         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10404         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10405         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10406         Moved ...
10407         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10408         ... here.
10409         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10410         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10411         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10412         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10413         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10414         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10415         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10416         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10417         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10418         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10419         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10420         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10421         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10422         Moved ...
10423         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10424         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10425         Moved ...
10426         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10427         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10428         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10429         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10430         Moved ...
10431         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10432         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10433         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10434         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10435         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10436         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10437         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10439 2014-06-10  Wilco  <wdijkstr@arm.com>
10441         * math/test-fenv-return.c: New file.
10442         * math/Makefile: Add new test test-fenv-return.
10444 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10446         [BZ #17042]
10447         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10448         when x - 1 is zero.
10449         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10450         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10451         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10452         0.0L for an argument of 1.0L.
10453         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10454         Likewise.
10455         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10456         value when x - 1 is zero.
10457         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10458         * sysdeps/i386/fpu/libm-test-ulps: Update.
10459         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10461 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10463         [BZ #15119]
10464         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10466 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10468         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10469         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10471 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10473         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10474         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10476         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10477         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10479         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10480         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10482         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10483         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10485         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10486         if not already defined.
10487         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10488         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10489         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10490         (TLS_INIT_TP): Use it.
10491         (TLS_DEFINE_INIT_TP): New macro.
10492         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10494 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10496         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10497         constant.
10498         [POSIX] (IXANY): Likewise.
10499         [POSIX] (OLCUC): Likewise.
10500         [POSIX || POSIX2008] (CBAUD): Do not allow.
10501         [POSIX || POSIX2008] (DEFECHO): Likewise.
10502         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10503         [POSIX || POSIX2008] (ECHOKE): Likewise.
10504         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10505         [POSIX || POSIX2008] (EXTA): Likewise.
10506         [POSIX || POSIX2008] (EXTB): Likewise.
10507         [POSIX || POSIX2008] (FLUSHO): Likewise.
10508         [POSIX || POSIX2008] (LOBLK): Likewise.
10509         [POSIX || POSIX2008] (PENDIN): Likewise.
10510         [POSIX || POSIX2008] (SWTCH): Likewise.
10511         [POSIX || POSIX2008] (VDISCARD): Likewise.
10512         [POSIX || POSIX2008] (VDSUSP): Likewise.
10513         [POSIX || POSIX2008] (VLNEXT): Likewise.
10514         [POSIX || POSIX2008] (VREPRINT): Likewise.
10515         [POSIX || POSIX2008] (VSTATUS): Likewise.
10516         [POSIX || POSIX2008] (VWERASE): Likewise.
10517         (B*): Change to B[0123456789]*.
10518         * conform/data/time.h-data [POSIX || UNIX98]
10519         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10520         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10521         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10522         [POSIX] (tm_*): Do not allow.
10524 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10526         * Makefile (install): Don't set LANGUAGE.
10527         * Makefile.in (install): Likewise.
10528         * assert/Makefile (test-assert-ENV): Remove variable.
10529         (test-assert-perr-ENV): Likewise.
10530         * elf/Makefile (neededtest4-ENV): Likewise.
10531         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10532         [$(cross-compiling) = no]: Don't set LANGUAGE.
10533         * io/ftwtest-sh (LANG): Remove variable.
10534         * libio/Makefile (tst-widetext-ENV): Likewise.
10535         * manual/install.texi (Running make install): Don't refer to
10536         environment settings for make install.
10537         * INSTALL: Regenerated.
10538         * nptl/tst-tls6.sh: Don't set LANG.
10539         * posix/globtest.sh (LANG): Remove variable.
10540         * string/Makefile (tester-ENV): Likewise.
10541         (inl-tester-ENV): Likewise.
10542         (noinl-tester-ENV): Likewise.
10543         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10544         [$(cross-compiling) = no]: Don't set LANGUAGE.
10545         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10546         without explicit environment settings.
10548 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10550         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10551         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10552         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10553         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10555 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10557         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10558         other files in the crypt directory.
10559         * crypt/crypt.c: Remove duplicate includes.
10560         * crypt/crypt-entry.c: Likewise.
10561         * crypt/crypt_util.c: Likewise.
10563 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10565         * Makeconfig (run-program-env): New variable.
10566         (run-program-prefix-before-env): Likewise.
10567         (run-program-prefix-after-env): Likewise.
10568         (run-program-prefix): Define in terms of new variables.
10569         (built-program-cmd-before-env): New variable.
10570         (built-program-cmd-after-env): Likewise.
10571         (built-program-cmd): Define in terms of new variables.
10572         (test-program-prefix-before-env): New variable.
10573         (test-program-prefix-after-env): Likewise.
10574         (test-program-prefix): Define in terms of new variables.
10575         (test-program-cmd-before-env): New variable.
10576         (test-program-cmd-after-env): Likewise.
10577         (test-program-cmd): Define in terms of new variables.
10578         * Rules (make-test-out): Use $(run-program-env).
10579         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10580         (help): Do not mention environment variables.  Mention
10581         --timeoutfactor option.
10582         (timeoutfactor): New variable.
10583         (blacklist_exports): Remove function.
10584         (exports): Remove variable.
10585         (command): Do not include ${exports}.
10586         * manual/install.texi (Configuring and compiling): Do not mention
10587         test wrappers preserving environment variables.  Mention that last
10588         assignment to a variable must take precedence.
10589         * INSTALL: Regenerated.
10590         * benchtests/Makefile (run-bench): Use $(run-program-env).
10591         * catgets/Makefile ($(objpfx)test1.cat): Use
10592         $(built-program-cmd-before-env), $(run-program-env) and
10593         $(built-program-cmd-after-env).
10594         ($(objpfx)test2.cat): Do not specify environment variables
10595         explicitly.
10596         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10597         $(run-program-env) and $(built-program-cmd-after-env).
10598         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10599         $(run-program-env) and $(test-program-cmd-after-env).
10600         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10601         explicitly.
10602         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10603         run_program_env and test_program_cmd_after_env arguments.
10604         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10605         * elf/tst-pathopt.sh: Use run_program_env argument.
10606         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10607         $(test-wrapper-env) and $(run-program-env).
10608         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10609         run_program_env arguments.
10610         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10611         * intl/Makefile ($(objpfx)tst-gettext.out): Use
10612         $(test-program-prefix-before-env), $(run-program-env) and
10613         $(test-program-prefix-after-env).
10614         ($(objpfx)tst-gettext2.out): Likewise.
10615         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
10616         run_program_env and test_program_prefix_after_env arguments.
10617         * intl/tst-gettext2.sh: Likewise.
10618         * intl/tst-gettext4.sh: Do not set environment variables
10619         explicitly.
10620         * intl/tst-gettext6.sh: Likewise.
10621         * intl/tst-translit.sh: Likewise.
10622         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
10623         $(test-program-prefix-before-env), $(run-program-env) and
10624         $(test-program-prefix-after-env).
10625         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
10626         run_program_env and test_program_prefix_after_env arguments.
10627         * math/Makefile (run-regen-ulps): Use $(run-program-env).
10628         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
10629         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
10630         explicitly with each use of ${test_wrapper_env}.
10631         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
10632         $(test-program-prefix-before-env), $(run-program-env) and
10633         $(test-program-prefix-after-env).
10634         * posix/tst-getconf.sh: Do not set environment variables
10635         explicitly.
10636         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
10637         run_program_env and test_program_prefix_after_env arguments.
10638         * stdio-common/tst-printf.sh: Do not set environment variables
10639         explicitly.
10640         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
10641         $(test-program-prefix-before-env), $(run-program-env) and
10642         $(test-program-prefix-after-env).
10643         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
10644         run_program_env and test_program_prefix_after_env arguments.
10645         Split $test calls into $test_pre and $test.
10646         * timezone/Makefile (build-testdata): Use
10647         $(built-program-cmd-before-env), $(run-program-env) and
10648         $(built-program-cmd-after-env).
10650 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10652         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
10653         strlen for non SHARED builds.
10655 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10657         * nptl/allocatestack.c (check_list): Inlined function...
10658         (__reclaim_stacks): ... here.
10660 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10662         [BZ #15698]
10663         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
10664         memory overrun.
10666 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
10668         * Rules (make-test-out): Include
10669         LOCPATH=$(common-objpfx)localedata in default environment.
10670         * debug/Makefile (tst-chk1-ENV): Remove variable.
10671         (tst-chk2-ENV): Likewise.
10672         (tst-chk3-ENV): Likewise.
10673         (tst-chk4-ENV): Likewise.
10674         (tst-chk5-ENV): Likewise.
10675         (tst-chk6-ENV): Likewise.
10676         (tst-lfschk1-ENV): Likewise.
10677         (tst-lfschk2-ENV): Likewise.
10678         (tst-lfschk3-ENV): Likewise.
10679         (tst-lfschk4-ENV): Likewise.
10680         (tst-lfschk5-ENV): Likewise.
10681         (tst-lfschk6-ENV): Likewise.
10682         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
10683         (tst-iconv7-ENV): Likewise.
10684         * intl/Makefile (LOCPATH-ENV): Likewise.
10685         (tst-codeset-ENV): Likewise.
10686         (tst-gettext3-ENV): Likewise.
10687         (tst-gettext5-ENV): Likewise.
10688         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
10689         (tst-fopenloc-ENV): Likewise.
10690         (tst-fgetws-ENV): Remove variable.
10691         (tst-ungetwc1-ENV): Likewise.
10692         (tst-ungetwc2-ENV): Likewise.
10693         (bug-ungetwc2-ENV): Likewise.
10694         (tst-swscanf-ENV): Likewise.
10695         (bug-ftell-ENV): Likewise.
10696         (tst-fgetwc-ENV): Likewise.
10697         (tst-fseek-ENV): Likewise.
10698         (tst-ftell-partial-wide-ENV): Likewise.
10699         (tst-ftell-active-handler-ENV): Likewise.
10700         (tst-ftell-append-ENV): Likewise.
10701         * posix/Makefile (tst-fnmatch-ENV): Likewise.
10702         (tst-regexloc-ENV): Likewise.
10703         (bug-regex1-ENV): Likewise.
10704         (tst-regex-ENV): Likewise.
10705         (tst-regex2-ENV): Likewise.
10706         (bug-regex5-ENV): Likewise.
10707         (bug-regex6-ENV): Likewise.
10708         (bug-regex17-ENV): Likewise.
10709         (bug-regex18-ENV): Likewise.
10710         (bug-regex19-ENV): Likewise.
10711         (bug-regex20-ENV): Likewise.
10712         (bug-regex22-ENV): Likewise.
10713         (bug-regex23-ENV): Likewise.
10714         (bug-regex25-ENV): Likewise.
10715         (bug-regex26-ENV): Likewise.
10716         (bug-regex30-ENV): Likewise.
10717         (bug-regex32-ENV): Likewise.
10718         (bug-regex33-ENV): Likewise.
10719         (bug-regex34-ENV): Likewise.
10720         (bug-regex35-ENV): Likewise.
10721         (tst-rxspencer-ENV): Likewise.
10722         (tst-rxspencer-no-utf8-ENV): Likewise.
10723         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
10724         (tst-sscanf-ENV): Likewise.
10725         (tst-swprintf-ENV): Likewise.
10726         (tst-swscanf-ENV): Likewise.
10727         (test-vfprintf-ENV): Likewise.
10728         (scanf13-ENV): Likewise.
10729         (bug14-ENV): Likewise.
10730         (tst-grouping-ENV): Likewise.
10731         * stdlib/Makefile (tst-strtod-ENV): Likewise.
10732         (tst-strtod3-ENV): Likewise.
10733         (tst-strtod4-ENV): Likewise.
10734         (tst-strtod5-ENV): Likewise.
10735         (testmb2-ENV): Likewise./
10736         * string/Makefile (tst-strxfrm-ENV): Likewise.
10737         (tst-strxfrm2-ENV): Likewise.
10738         (bug-strcoll1-ENV): Likewise.
10739         (test-strcasecmp-ENV): Likewise.
10740         (test-strncasecmp-ENV): Likewise.
10741         * time/Makefile (tst-strptime-ENV): Likewise.
10742         (tst-ftime_l-ENV): Likewise.
10743         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
10744         (tst-mbrtowc-ENV): Likewise.
10745         (tst-wcrtomb-ENV): Likewise.
10746         (tst-mbrtowc2-ENV): Likewise.
10747         (tst-c16c32-1-ENV): Likewise.
10748         (tst-mbsnrtowcs-ENV): Likewise.
10750 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10752         * manual/resource.texi (How to get information about the memory
10753         subsystem?): Fix typo.
10754         Reported by Peon de la Parra Ivan <peon@keba.com>
10756 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
10758         [BZ #16882]
10759         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
10760         (pthread_spin_lock): Branch out of spin loop to proper location.
10761         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
10762         (pthread_spin_lock): Likewise.
10764         * nptl/tst-spin4.c: New test.
10765         * nptl/Makefile (tests): Add tst-spin4.
10767 2014-06-03  Andreas Schwab  <schwab@suse.de>
10769         [BZ #15946]
10770         * resolv/res_send.c (send_dg): Reload file descriptor after
10771         calling reopen.
10773 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
10775         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10777 2014-06-03  Richard Henderson  <rth@redhat.com>
10779         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
10780         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
10781         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
10782         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
10783         in the SAVE_PID block.
10784         (__libc_vfork): New alias.
10785         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
10787         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
10788         child in registers, not on the stack.  Remove RESET_PID conditionals.
10789         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
10791 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10793         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10795 2014-06-03  Wilco  <wdijkstr@arm.com>
10797         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
10798         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
10799         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10800         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
10801         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
10802         Likewise.
10804 2014-06-03  Wilco  <wdijkstr@arm.com>
10806         * sysdeps/aarch64/fpu/math_private.h
10807         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
10808         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
10809         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
10810         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10811         Fix declarations.
10813 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10815         * crypt/crypt-private.h: Include ufc-crypt.h.
10816         (__b64_from_24bit): Declare extern.
10817         * crypt/crypt_util.c(__b64_from_24bit): New function.
10818         (b64t): New static const variable.
10819         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
10820         (b64t): Remove variable.
10821         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
10822         * crypt/sha256-crypt.c: Include crypt-private.h.
10823         (b64t): Remove variable.
10824         (__sha256_crypt_r): Remove b64_from_24bit and replace
10825         with __b64_from_24bit.
10826         * crypt/sha512-crypt.c: Likewise.
10828 2014-06-02  Roland McGrath  <roland@hack.frob.com>
10830         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
10831         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
10832         Label the code __libc_vfork rather than __vfork.
10833         [!NOT_IN_libc] (vfork): Define as weak alias.
10834         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
10835         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
10836         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
10838 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10840         * malloc/malloc.c (malloc_info): Fix format specifier for
10841         n_mmaps.
10843 2014-06-02  Wilco  <wdijkstr@arm.com>
10845         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
10846         FPCR write.
10848 2014-06-02  Wilco  <wdijkstr@arm.com>
10850         [BZ #17009]
10851         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
10852         Rewrite to reduce FPCR/FPSR accesses.
10854 2014-06-01  David S. Miller  <davem@davemloft.net>
10856         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10858 2014-05-31  David S. Miller  <davem@davemloft.net>
10860         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
10861         to occur in round to nearest mode when |x| >= 2.0
10863 2014-05-30  Richard Henderson  <rth@twiddle.net>
10865         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
10866         (PSEUDO_RET_NOERRNO): Remove.
10867         (ret): Don't redefine.
10868         (ret_NOERRNO): Define in terms of ret.
10869         (ret_ERRVAL): Likewise.
10871         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
10872         use of PSEUDO_RET; perform the error check directly.
10874 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
10876         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
10877         with __int128_t.
10879 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10881         * malloc/malloc (malloc_info): Fix formatting.
10883 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10884             Roland McGrath  <roland@hack.frob.com>
10886         * malloc/malloc (malloc_info): Also print mmapped statistics.
10888 2014-05-30  Roland McGrath  <roland@hack.frob.com>
10890         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
10891         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
10893 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
10895         * malloc/malloc.c (malloc_info): Inline mi_arena.
10897 2014-05-29  Richard Henderson  <rth@twiddle.net>
10899         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
10900         Remove comma before expanding ASM_ARGS_##nr.
10901         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
10902         Make _x0 a strict output; make _x8 a strict input; adjust expansion
10903         of ASM_ARGS_##nr.
10904         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
10905         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
10906         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
10907         (ASM_ARGS_1): Add leading comma.
10909         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
10910         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
10911         to __errno_location.
10912         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
10913         Remove the expected plt for __errno_location.
10915         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10916         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
10917         call to __read_tp.
10919         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10920         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
10921         it and break it down.
10922         (DOCARGS_0, DOCARGS_1): Do nothing.
10923         (DOCARGS_2): Update to store into the new stack frame.
10924         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
10925         (UNDOCARGS_1): Update to restore from the new stack frame.
10926         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
10927         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
10929         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10930         (SINGLE_THREAD_P): New parameter for result regno.
10931         (PSEUDO): Update to match; use cbz instead of beq.
10933         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10934         Use ENTRY to define the _nocancel entry point.  Share the syscall
10935         and syscall error check paths with the cancel path.
10936         (PSEUDO_END): New.
10938         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
10939         whitespace; tabs before and after asm mnemonics.
10941 2014-05-29  Eric Wong  <normalperson@yhbt.net>
10943         [BZ #15132]
10944         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10945         Call fstat64 or stat64 internally, depending on arguments passed.
10946         Replace stat buffer argument with file descriptor argument.
10947         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
10948         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10949         Pass fd to __internal_statvfs instead of calling fstat64.
10950         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
10951         Pass fd to __internal_statvfs64 instead of calling fstat64.
10952         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
10953         Pass -1 to __internal_statvfs instead of calling stat64.
10954         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
10955         Pass -1 to __internal_statvfs64 instead of calling stat64.
10957 2014-05-28  Roland McGrath  <roland@hack.frob.com>
10959         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
10960         that was previously under [RESET_PID].
10961         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
10963         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
10964         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
10966 2014-05-27  Roland McGrath  <roland@hack.frob.com>
10968         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
10970         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
10971         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
10973 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
10975         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
10977 2014-05-27  Andreas Schwab  <schwab@suse.de>
10979         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
10980         TLS_INIT_TP macro.
10981         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
10982         * elf/rtld.c (init_tls, dl_main): Likewise.
10983         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
10984         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
10985         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
10986         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
10987         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
10988         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
10989         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
10990         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
10991         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
10992         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
10993         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
10994         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
10995         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
10996         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
10997         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
10998         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
10999         * sysdeps/generic/tls.h: Update description.
11001 2014-05-27  Will Newton  <will.newton@linaro.org>
11003         [BZ #16990]
11004         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11005         and restore r2 rather than just restoring.
11007 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11009         [BZ #16724]
11010         * libio/tst-ftell-append.c: New test case.
11011         * libio/Makefile (tests): Add test case.
11012         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11013         append mode.
11014         * libio/wfileops.c (do_ftell_wide): Likewise.
11016 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11018         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11020         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11021         ...
11022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11024         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11025         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11026         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11027         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11028         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11029         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11030         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11031         Moved ...
11032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11033         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11034         Moved ...
11035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11036         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11037         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11038         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11039         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11040         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11041         ...
11042         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11043         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11044         Moved ...
11045         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11046         here.
11047         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11048         ...
11049         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11050         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11051         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11053         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11054         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11055         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11056         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11058         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11059         merge into ...
11060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11061         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11062         ...
11063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11064         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11065         ...
11066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11067         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11068         Moved ...
11069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11070         here.
11071         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11072         Moved ...
11073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11074         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11075         Moved ...
11076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11079         conditional [RESET_PID].
11080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11081         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11082         removed.
11083         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11084         removed.
11086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11087         <tcb-offsets.h>.
11088         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11089         (__libc_vfork): New strong alias.
11090         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11091         removed.
11092         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11093         Removed.
11095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11096         <tcb-offsets.h>.
11097         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11098         (__libc_vfork): New strong alias.
11099         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11100         removed.
11101         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11102         removed.
11104 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11106         * malloc/malloc.c (mi_arena): New function.
11107         (malloc_info): Remove nested function mi_arena. Call non-nosted
11108         function mi_arena.
11110 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11112         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11113         by insrwi.
11114         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11115         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11116         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11117         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11118         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11119         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11120         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11122 2014-05-26  Andreas Schwab  <schwab@suse.de>
11124         [BZ #16984]
11125         * locale/programs/repertoire.c (repertoire_read): Add slash
11126         between I18NPATH element and file name.
11127         * locale/programs/locfile.c (locfile_read): Likewise.
11129 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11131         * nptl/pthread_mutexattr_settype.c
11132         (__pthread_mutexattr_settype):
11133         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11135 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11137         * nptl/tst-mutex5 (do_test):
11138         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11140 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11142         * benchtests/README: Document 'init' directive.
11143         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11144         BENCH_INIT.
11145         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11146         (parse_file): Recognize 'init' directive.
11148 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11150         [BZ #16796]
11151         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11152         alignment of struct pthread.
11154 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11156         [BZ #16878]
11157         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11158         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11159         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11160         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11162 2014-05-25  Richard Henderson  <rth@twiddle.net>
11164         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11165         (SINGLE_THREAD_P_PIC): Remove.
11166         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11167         (SINGLE_THREAD_P_PIC): Remove.
11169         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11170         branch to syscall error ...
11171         (PSEUDO): ... here.
11172         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11173         from __local_syscall_error to .Lsyscall_error.
11174         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11175         (SYSCALL_ERROR): Update label name.
11177         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11178         Do not use DOARGS/UNDOARGS.
11179         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11180         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11181         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11182         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11183         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11185         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11186         block comment.
11188         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11189         define if !NOT_IN_libc.
11190         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11191         define with non-default symbol versions.
11193 2014-05-23  Richard Henderson  <rth@twiddle.net>
11195         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11196         (vfork, __vfork): Define via compat_symbol.
11198         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11199         [!HAVE_IFUNC] (vfork_compat): Remove.
11200         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11202 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11204         [BZ #16978]
11205         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11206         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11207         variable.
11209 2014-05-23  Richard Henderson  <rth@twiddle.net>
11211         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11212         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11213         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11214         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11216         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11217         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11218         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11219         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11220         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11221         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11222         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11223         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11224         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11225         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11226         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11227         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11228         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11229         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11230         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11231         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11232         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11233         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11234         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11235         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11236         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11237         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11238         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11239         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11240         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11241         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11242         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11243         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11244         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11245         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11246         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11247         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11248         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11249         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11250         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11251         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11252         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11253         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11254         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11255         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11256         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11257         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11258         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11259         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11260         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11261         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11262         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11263         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11264         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11265         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11266         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11267         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11268         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11269         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11270         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11271         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11273         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11274         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11275         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11276         before exiting on error.
11277         (__libc_vfork): New strong alias.
11278         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11279         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11281         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11282         that was previously under [RESET_PID].
11283         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11285         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11287 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11289         [BZ #16977]
11290         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11291         value when x - 1 is zero.
11292         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11293         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11294         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11295         0.0L for an argument of 1.0L.
11296         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11297         Likewise.
11298         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11299         value when x - 1 is zero.
11300         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11301         * sysdeps/i386/fpu/libm-test-ulps: Update.
11302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11304 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11306         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11307         alphasort and versionsort.
11309 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11311         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11312         macro.
11313         [copysignf]: Likewise.
11315 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11317         * crypt/md5-crypt.c: Fix formatting.
11319 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11321         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11322         (b64_from_24bit): New function.
11324 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11326         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11327         libc_hidden_builtin_def to ifunc.
11328         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11329         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11331 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11333         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11334         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11336 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11338         * nscd/Depend (linuxthreads): Remove.
11339         (nptl): Add.
11340         * resolv/Depend (linuxthreads): Remove.
11341         * rt/Depend (linuxthreads): Remove.
11343         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11344         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11345         $(common-objpfx)elf/.
11346         (link-libc-before-gnulib): Likewise.
11347         (elfobjdir): Remove variable.
11348         * Makefile (install): Use $(elf-objpfx) instead of
11349         $(common-objpfx)elf/.
11350         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11351         $(elfobjdir)/.
11352         (link-libc-deps): Likewise.
11353         ($(common-objpfx)libc.so): Likewise.
11354         ($(common-objpfx)linkobj/libc.so): Likewise.
11355         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11356         instead of $(common-objpfx)elf/.
11357         (symbolic-link-list): Likewise.
11358         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11359         [$(cross-compiling) = no]: Likewise.
11360         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11361         $(elfobjdir)/.
11362         (static-gnulib-arch): Likewise.
11363         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11364         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11365         $(common-objpfx)elf/.
11367 2014-05-21  Richard Henderson  <rth@redhat.com>
11369         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11370         (SINGLE_THREAD_P): Use the correct width load.  Fold
11371         into the ldr offset.
11373         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11374         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11376 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11378         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11379         (libgcc_s_resume): Use __attribute_used__.
11380         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11381         Likewise.
11383 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11385         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11386         optimization when used with float constants.
11388         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11390 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11392         [BZ #16915]
11393         * locale/nl_langinfo_l.c: Make direct reference to every
11394         _nl_current_CATEGORY symbol.
11395         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11396         (tests-static): Add tst-langinfo-static.
11397         (tests-special): Add tst-langinfo-static.out.
11398         ($(objpfx)tst-langinfo.out): Redirect output.
11399         ($(objpfx)tst-langinfo-static.out): New.
11400         * localedata/tst-langinfo.sh: Send output to stdout.
11401         * localedata/tst-langinfo-static.c: New file.
11403         [BZ #16965]
11404         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11405         when the shift amount is modulo the limb size.
11407 2014-05-20  Richard Henderson  <rth@redhat.com>
11409         [BZ #16967]
11410         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11411         Change type of sa_flags from unsigned int to int.
11413         [BZ #16966]
11414         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11416         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11418 2014-05-20  Will Newton  <will.newton@linaro.org>
11420         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11421         Test the return value of the system call in the nocancel case.
11423 2014-05-20  Will Newton  <will.newton@linaro.org>
11424             Yvan Roux  <yvan.roux@linaro.org>
11426         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11427         #include of asm/ptrace.h.
11428         (PTRACE_GET_THREAD_AREA): Remove #undef.
11429         (PTRACE_GETHBPREGS): Likewise.
11430         (PTRACE_SETHBPREGS): Likewise.
11431         (struct user_regs_struct): New structure.
11432         (struct user_fpsimd_struct): New structure.
11433         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11434         #include of asm/ptrace.h and second #include of sys/user.h.
11435         (PTRACE_GET_THREAD_AREA): Remove #undef.
11436         (PTRACE_GETHBPREGS): Likewise.
11437         (PTRACE_SETHBPREGS): Likewise.
11438         (ELF_NGREG): Use new struct user_regs_struct.
11439         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11441 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11443         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11444         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11446 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11448         [BZ #16958]
11449         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11450         membar to avoid block loads/stores to overlap previous stores.
11452 2014-05-17  Richard Henderson  <rth@redhat.com>
11454         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11455         Create the __##syscall_name##_nocancel entry point.
11456         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11457         Remove; let the sysdep-cancel.h code create it.
11459 2014-05-17  David S. Miller  <davem@davemloft.net>
11461         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11462         Protect with __USE_GNU.
11463         (TIOCSET_TEMPT): Likewise.
11464         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11465         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11466         these are already provided in bits/ioctl-types.h
11468 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11470         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11471         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11473         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11474         Use wait4 regardless of [__NR_waitpid].
11476 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11478         PR libgcc/60166
11479         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11480         (_FP_NANSIGN_Q): Set the quiet bit.
11482 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11484         * benchtests/Makefile
11485         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11486         not $(common-objpfx)math/libm.so.
11487         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11488         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11489         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11490         $(common-objpfx)dlfcn/libdl.so.
11491         ($(objpfx)tst-audit8): Depend on $(libm), not
11492         $(common-objpfx)math/libm.so.
11493         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11494         not $(common-objpfx)dlfcn/libdl.so.
11495         * math/Makefile
11496         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11497         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11498         [$(build-shared) = yes].
11499         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11500         $(common-objpfx)nptl/libpthread.so.
11501         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11502         $(common-objpfx)math/libm.so$(libm.so-version) or
11503         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11504         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11505         $(common-objpfx)dlfcn/libdl.so.
11506         * setjmp/Makefile (link-libm): Remove variable.
11507         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11508         * stdio-common/Makefile (link-libm): Remove variable.
11509         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11510         * stdlib/Makefile (link-libm): Remove variable.
11511         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11512         ($(objpfx)tst-strtod-round): Likewise.
11513         ($(objpfx)tst-tininess): Likewise.
11514         ($(objpfx)tst-strtod-underflow): Likewise.
11515         ($(objpfx)tst-strtod6): Likewise.
11516         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11517         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11518         $(common-objpfx)dlfcn/libdl.so.
11520 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11522         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11523         BSD terminal modes definitions.
11525 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11527         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11528         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11530         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11531         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11532         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11533         Don't do #include_next.
11534         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11535         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11536         Don't do #include_next.
11537         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11538         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11539         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11540         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11542 2014-05-16  Allan McRae  <allan@archlinux.org>
11544         * po/sv.po: Update Swedish translation from translation project.
11546         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11547         in sed expression.
11549 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11551         [BZ #16917]
11552         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11553         errno if the TIOCGPTN ioctl fails with an error different than
11554         EINVAL.
11555         * login/tst-ptsname.c: New file.
11556         * login/Makefile (tests): Add tst-ptsname.
11558         [BZ #16943]
11559         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11560         and prlimit64.
11562 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11564         [BZ #16849]
11565         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11566         herrno to return EAI_AGAIN.
11568 2014-05-14  Roland McGrath  <roland@hack.frob.com>
11570         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11571         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11572         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11573         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11574         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11575         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11576         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11577         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11578         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11579         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11580         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11581         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11582         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11583         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11584         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11585         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11586         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11587         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11588         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11589         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11590         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11591         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11592         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11593         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11594         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11595         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11596         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11597         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11598         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11599         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11600         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11601         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11602         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11603         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11604         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11605         Moved ...
11606         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11607         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11608         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11609         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11610         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11611         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
11612         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
11613         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
11614         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
11615         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
11616         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
11617         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
11618         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
11619         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
11620         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
11621         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
11622         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
11623         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
11624         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
11625         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
11626         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
11627         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
11628         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
11629         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
11630         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
11631         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
11632         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
11633         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
11634         Moved ...
11635         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
11636         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
11637         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
11638         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
11639         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
11640         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
11641         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
11642         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
11643         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
11644         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
11645         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
11646         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
11647         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
11648         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
11649         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
11650         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
11651         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
11652         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
11653         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
11654         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
11655         Moved ...
11656         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
11657         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
11658         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
11660         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
11661         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
11662         (libpthread-sysdep_routines): Add elision-related stuff here instead.
11663         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
11664         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
11665         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
11666         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
11667         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
11668         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
11669         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
11670         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
11671         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
11672         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
11673         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
11674         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
11675         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
11676         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
11677         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
11678         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
11679         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
11680         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
11681         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
11682         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
11683         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
11684         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
11685         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
11686         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
11687         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
11688         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
11689         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
11690         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
11692         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
11693         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
11695         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
11696         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
11697         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
11698         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
11699         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
11700         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
11701         Moved ...
11702         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
11703         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
11704         Moved ...
11705         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
11706         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
11707         Moved ...
11708         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
11709         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
11710         Moved ...
11711         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
11712         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
11713         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
11714         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
11715         Moved ...
11716         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
11717         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
11718         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
11719         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
11720         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
11721         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
11722         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
11723         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
11724         Moved ...
11725         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
11726         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11727         Moved ...
11728         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11729         ... here.
11730         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
11731         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
11732         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
11733         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
11734         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11735         Moved ...
11736         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11737         ... here.
11738         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
11739         Moved ...
11740         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
11741         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
11742         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
11743         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
11744         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
11745         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
11746         Moved ...
11747         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
11748         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
11749         Moved ...
11750         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
11751         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
11752         Moved ...
11753         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
11754         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
11755         Moved ...
11756         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
11757         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
11758         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
11759         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
11760         Moved ...
11761         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
11762         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
11763         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
11764         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
11765         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
11766         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
11767         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
11768         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
11769         Moved ...
11770         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
11771         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11772         Moved ...
11773         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11774         ... here.
11775         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
11776         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
11777         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
11778         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
11779         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11780         Moved ...
11781         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11782         ... here.
11783         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
11784         Moved ...
11785         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
11786         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
11787         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
11788         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
11789         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
11790         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
11791         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
11792         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
11793         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
11794         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
11795         Moved ...
11796         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
11797         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
11798         Moved ...
11799         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
11800         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
11801         Moved ...
11802         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
11803         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
11804         Moved ...
11805         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
11806         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
11807         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
11808         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
11809         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
11810         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
11811         Moved ...
11812         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
11813         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
11814         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
11815         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
11816         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
11817         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
11818         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
11819         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
11820         Moved ...
11821         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
11822         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11823         Moved ...
11824         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11825         ... here.
11826         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
11827         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
11828         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
11829         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
11830         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11831         Moved ...
11832         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11833         ... here.
11834         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
11835         Moved ...
11836         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
11837         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
11838         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
11839         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
11840         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
11841         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
11842         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
11843         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
11844         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
11845         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
11846         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
11848         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
11849         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
11851         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
11852         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
11854         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
11855         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
11856         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
11857         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
11858         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
11859         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
11860         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
11861         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
11862         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
11863         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
11864         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
11865         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
11866         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
11867         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
11868         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
11869         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
11870         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
11871         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
11872         Moved ...
11873         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
11874         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
11875         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
11876         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
11877         Moved ...
11878         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
11879         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
11880         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
11881         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
11882         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
11883         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
11884         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
11885         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
11886         Moved ...
11887         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
11888         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
11889         Moved ...
11890         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
11891         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
11892         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
11893         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
11894         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
11895         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
11896         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
11897         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
11898         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
11899         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
11900         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
11901         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
11902         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
11903         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
11904         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
11905         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
11906         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
11908         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
11909         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
11910         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
11911         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
11912         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
11914         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
11915         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
11916         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
11917         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
11918         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
11919         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
11920         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
11921         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
11922         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
11923         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
11925         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
11926         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
11928         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
11929         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
11930         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
11931         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
11932         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
11933         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
11934         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
11935         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
11936         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
11937         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
11938         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
11939         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
11940         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
11941         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
11942         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
11943         Update #include.
11944         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
11945         Likewise.
11946         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11947         Likewise.
11948         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11949         Likewise.
11950         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11951         Likewise.
11952         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
11953         Likewise.
11954         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
11955         Likewise.
11956         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11957         Likewise.
11958         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
11959         Likewise.
11960         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
11961         Likewise.
11962         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
11963         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
11964         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
11965         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
11966         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
11967         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
11968         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
11969         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
11970         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
11971         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
11972         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
11973         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
11974         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
11975         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
11976         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
11978         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
11979         that was previously under [RESET_PID].
11980         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
11981         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
11982         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
11984         * sysdeps/i386/nptl/Implies: New file.
11985         * sysdeps/x86_64/nptl/Implies: New file.
11986         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
11987         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
11988         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
11989         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
11991         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
11992         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11993         (__libc_vfork): New strong alias.
11994         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
11995         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
11997         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
11998         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11999         (__libc_vfork): New strong alias.
12000         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12001         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12003         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12004         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12005         (__libc_vfork): New strong alias.
12006         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12007         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12008         * nptl/pt-vfork.c: New file.
12009         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12010         (libpthread: GLIBC_2.20): New version set (empty).
12012 2014-05-14  Will Newton  <will.newton@linaro.org>
12014         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12015         rather than #if.
12017 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12019         [BZ #16564]
12020         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12021         arguments with exponent 65 or above.
12022         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12023         arguments 0x1p113L or above.
12024         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12025         to arguments 0x1p107L or above.
12026         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12027         positive arguments with exponent 65 or above.
12028         * math/auto-libm-test-in: Add more tests of log1p.
12029         * math/auto-libm-test-out: Regenerated.
12031         [BZ #16928]
12032         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12033         non-finite arguments is +0.
12034         * math/s_cacosf.c (__cacosf): Likewise.
12035         * math/s_cacosl.c (__cacosl): Likewise.
12036         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12037         * sysdeps/i386/fpu/libm-test-ulps: Update.
12038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12040         [BZ #16927]
12041         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12042         value.
12043         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12044         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12045         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12046         for explicit high bit of mantissa when testing for argument equal
12047         to 1.
12048         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12049         * sysdeps/i386/fpu/libm-test-ulps: Update.
12050         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12052         [BZ #16516]
12053         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12054         (__erf): Scale by 16 instead of 8 in potentially underflowing
12055         case.  Ensure exception if result actually underflows.
12056         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12057         (__erff): Scale by 16 instead of 8 in potentially underflowing
12058         case.  Ensure exception if result actually underflows.
12059         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12060         (efx8): Remove variable.
12061         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12062         case.  Ensure exception if result actually underflows.
12063         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12064         (efx8): Remove variable.
12065         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12066         case.  Ensure exception if result actually underflows.
12067         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12068         (efx8): Remove variable.
12069         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12070         case.  Ensure exception if result actually underflows.
12071         * math/auto-libm-test-in: Add more tests of erf.
12072         * math/auto-libm-test-out: Regenerated.
12074 2014-05-14  Andreas Schwab  <schwab@suse.de>
12076         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12077         Remove code conditionalized on USE___THREAD.
12079         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12080         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12081         not definedness.
12083 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12085         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12086         Define unconditionally.
12087         (__ASSUME_O_CLOEXEC): Likewise.
12088         (__ASSUME_SOCK_CLOEXEC): Likewise.
12089         (__ASSUME_IN_NONBLOCK): Likewise.
12090         (__ASSUME_PIPE2): Likewise.
12091         (__ASSUME_EVENTFD2): Likewise.
12092         (__ASSUME_SIGNALFD4): Likewise.
12093         (__ASSUME_DUP3): Likewise.
12094         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12095         (__ASSUME_DUP3): Do not define.
12096         (__ASSUME_EVENTFD2): Likewise.
12097         (__ASSUME_IN_NONBLOCK): Likewise.
12098         (__ASSUME_O_CLOEXEC): Likewise.
12099         (__ASSUME_PIPE2): Likewise.
12100         (__ASSUME_SIGNALFD4): Likewise.
12101         (__ASSUME_SOCK_CLOEXEC): Likewise.
12102         (__ASSUME_UTIMES): Undefine.
12103         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12104         (__ASSUME_UTIMES): Do not define.
12105         (__ASSUME_O_CLOEXEC): Likewise.
12106         (__ASSUME_SOCK_CLOEXEC): Likewise.
12107         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12108         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12109         0x020621].
12110         (__ASSUME_PIPE2): Likewise.
12111         (__ASSUME_EVENTFD2): Likewise.
12112         (__ASSUME_SIGNALFD4): Likewise.
12113         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12114         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12115         Do not define.
12116         (__ASSUME_EVENTFD2): Likewise.
12117         (__ASSUME_SIGNALFD4): Likewise.
12118         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12119         (__ASSUME_32BITUIDS): Likewise.
12120         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12121         (__ASSUME_IPC64): Likewise.
12122         (__ASSUME_ST_INO_64_BIT): Likewise.
12123         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12124         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12125         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12126         (__ASSUME_UTIMES): Do not define.
12127         (__ASSUME_PSELECT): Likewise.
12128         (__ASSUME_PPOLL): Likewise.
12129         (__ASSUME_O_CLOEXEC): Likewise.
12130         (__ASSUME_SOCK_CLOEXEC): Likewise.
12131         (__ASSUME_IN_NONBLOCK): Likewise.
12132         (__ASSUME_PIPE2): Likewise.
12133         (__ASSUME_EVENTFD2): Likewise.
12134         (__ASSUME_SIGNALFD4): Likewise.
12135         (__ASSUME_DUP3): Likewise.
12136         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12137         (__ASSUME_UTIMES): Likewise.
12138         (__ASSUME_O_CLOEXEC): Likewise.
12139         (__ASSUME_SOCK_CLOEXEC): Likewise.
12140         (__ASSUME_IN_NONBLOCK): Likewise.
12141         (__ASSUME_PIPE2): Likewise.
12142         (__ASSUME_EVENTFD2): Likewise.
12143         (__ASSUME_SIGNALFD4): Likewise.
12144         (__ASSUME_DUP3): Likewise.
12145         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12146         (__ASSUME_UTIMES): Likewise.
12147         (__ASSUME_O_CLOEXEC): Likewise.
12148         (__ASSUME_SOCK_CLOEXEC): Likewise.
12149         (__ASSUME_IN_NONBLOCK): Likewise.
12150         (__ASSUME_PIPE2): Likewise.
12151         (__ASSUME_EVENTFD2): Likewise.
12152         (__ASSUME_SIGNALFD4): Likewise.
12153         (__ASSUME_DUP3): Likewise.
12154         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12155         Likewise.
12156         (__ASSUME_UTIMES): Likewise.
12157         (__ASSUME_EVENTFD2): Likewise.
12158         (__ASSUME_SIGNALFD4): Likewise.
12159         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12160         (__ASSUME_O_CLOEXEC): Likewise.
12161         (__ASSUME_SOCK_CLOEXEC): Likewise.
12162         (__ASSUME_IN_NONBLOCK): Likewise.
12163         (__ASSUME_PIPE2): Likewise.
12164         (__ASSUME_EVENTFD2): Likewise.
12165         (__ASSUME_SIGNALFD4): Likewise.
12166         (__ASSUME_DUP3): Likewise.
12167         (__ASSUME_UTIMES): Undefine.
12169         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12170         feclearexcept.  Remove symbol versioning code.
12171         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12172         symbol versioning code.
12173         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12174         symbol versioning code.
12175         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12176         feupdateenv.  Remove symbol versioning code.
12177         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12178         fegetexceptflag.  Remove symbol versioning code.
12179         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12180         fesetexceptflag.  Remove symbol versioning code.
12181         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12182         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12183         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12184         (__posix_fadvise64_l32): Remove prototype.
12185         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12186         code.
12188 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12190         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12191         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12192         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12193         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12195 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12197         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12198         current working directory
12200 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12202         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12203         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12204         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12205         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12206         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12207         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12208         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12209         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12210         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12211         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12212         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12213         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12214         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12215         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12216         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12217         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12218         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12219         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12220         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12221         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12222         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12223         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12224         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12225         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12226         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12227         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12228         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12229         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12230         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12231         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12232         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12233         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12234         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12235         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12236         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12237         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12238         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12239         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12240         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12241         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12242         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12243         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12245         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12246         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12248         * sysdeps/unix/sysv/linux/arm/Makefile
12249         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12250         Add rt-aeabi_unwind_cpp_pr1.
12251         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12252         Add nptl-aeabi_unwind_cpp_pr1.
12253         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12254         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12255         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12256         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12257         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12258         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12260         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12261         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12262         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12263         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12265         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12266         Deconditionalize the code that was previously under [RESET_PID].
12267         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12269         * sysdeps/generic/exit-thread.h: New file.
12270         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12271         * include/unistd.h (__exit_thread): Remove declaration.
12272         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12273         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12274         * csu/libc-start.c: Include <exit-thread.h>.
12275         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12276         * nptl/pthread_create.c: Include <exit-thread.h>.
12277         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12278         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12279         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12280         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12281         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12282         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12283         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12284         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12285         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12286         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12287         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12288         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12289         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12290         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12291         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12292         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12293         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12295 2014-05-13  Andreas Schwab  <schwab@suse.de>
12297         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12299 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12301         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12302         (__ASSUME_UTIMES): Do not condition on kernel version.
12303         (__ASSUME_PSELECT): Define unconditionally.
12304         (__ASSUME_PPOLL): Likewise.
12305         (__ASSUME_ATFCTS): Likewise.
12306         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12307         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12308         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12309         (__ASSUME_UTIMENSAT): Define unconditionally.
12310         (__ASSUME_PRIVATE_FUTEX): Likewise.
12311         (__ASSUME_FALLOCATE): Likewise.
12312         (__ASSUME_O_CLOEXEC): Likewise.
12313         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12314         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12315         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12316         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12317         (__ASSUME_IN_NONBLOCK): Likewise.
12318         (__ASSUME_PIPE2): Likewise.
12319         (__ASSUME_EVENTFD2): Likewise.
12320         (__ASSUME_SIGNALFD4): Likewise.
12321         (__ASSUME_DUP3): Likewise.
12322         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12323         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12324         (__ASSUME_AT_RANDOM): Likewise.
12325         (__ASSUME_PREADV): Likewise.
12326         (__ASSUME_PWRITEV): Likewise.
12327         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12328         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12329         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12330         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12331         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12332         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12333         (__ASSUME_O_CLOEXEC): Define unconditionally.
12334         (__ASSUME_PSELECT): Do not undefine conditionally.
12335         (__ASSUME_PPOLL): Likewise.
12336         (__ASSUME_ATFCTS): Likewise.
12337         (__ASSUME_SET_ROBUST_LIST): Likewise.
12338         (__ASSUME_UTIMENSAT): Likewise.
12339         (__ASSUME_FDATASYNC): Define unconditionally.
12340         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12341         (__ASSUME_SIGFRAME_V2): Likewise.
12342         )__ASSUME_EVENTFD2): Likewise.
12343         (__ASSUME_SIGNALFD4): Likewise.
12344         (__ASSUME_PSELECT): Do not undefine conditionally.
12345         (__ASSUME_PPOLL): Likewise.
12346         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12347         (__ASSUME_PSELECT): Define unconditionally.
12348         (__ASSUME_PPOLL): Likewise.
12349         (__ASSUME_O_CLOEXEC): Likewise.
12350         (__ASSUME_SOCK_CLOEXEC): Likewise.
12351         (__ASSUME_IN_NONBLOCK): Likewise.
12352         (__ASSUME_PIPE2): Likewise.
12353         (__ASSUME_EVENTFD2): Likewise.
12354         (__ASSUME_SIGNALFD4): Likewise.
12355         (__ASSUME_DUP3): Likewise.
12356         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12357         (__ASSUME_O_CLOEXEC): Likewise.
12358         (__ASSUME_SOCK_CLOEXEC): Likewise.
12359         (__ASSUME_IN_NONBLOCK): Likewise.
12360         (__ASSUME_PIPE2): Likewise.
12361         (__ASSUME_EVENTFD2): Likewise.
12362         (__ASSUME_SIGNALFD4): Likewise.
12363         (__ASSUME_DUP3): Likewise.
12364         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12365         (__ASSUME_EVENTFD2): Likewise.
12366         (__ASSUME_SIGNALFD4): Likewise.
12367         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12369 2014-05-12  Andreas Schwab  <schwab@suse.de>
12371         [BZ #16932]
12372         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12373         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12374         than maximum RPC packet size.
12375         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12376         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12377         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12378         (_nss_nis_getservbyport_r): Likewise.
12380 2014-05-12  Will Newton  <will.newton@linaro.org>
12382         * malloc/Makefile (tests): Add tst-mallopt.
12383         * malloc/tst-mallopt.c: New file.
12385 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12387         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12388         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12390 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12392         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12393         (tst-tlsmod6.so): Likewise.
12395 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12397         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12399 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12401         [BZ #16064]
12402         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12403         and <dl-procinfo.h>.
12404         (__fegetenv): Save SSE state in envp->__eip if supported.
12405         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12406         envp->__eip if supported.
12407         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12408         and <dl-procinfo.h>.
12409         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12410         __data_offset and __data_selector in environment to 0.  Set SSE
12411         state if supported.
12412         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12413         test-fenv-sse.
12414         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12415         -mfpmath=sse.
12416         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12418 2014-05-09  Will Newton  <will.newton@linaro.org>
12420         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12421         and libc_relro_required for ARM.
12422         * sysdeps/arm/preconfigure: Regenerate.
12424 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12425             Stefan Liebler  <stli@linux.vnet.ibm.com>
12427         * config.make.in (enable-lock-elision): New Makefile variable.
12428         * configure.ac: Likewise.
12429         * configure: Regenerate.
12430         * sysdeps/s390/configure.ac:
12431         Add check for gcc transactions support.
12432         * sysdeps/s390/configure: Regenerate.
12433         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12434         Build elision files if enabled.
12435         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12436         Add lock elision support for s390.
12437         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12438         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12439         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12440         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12441         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12442         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12443         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12444         Likewise.
12445         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12446         Likewise.
12447         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12448         Likewise.
12449         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12450         Likewise.
12451         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12452         (__lll_timedlock_elision, __lll_lock_elision)
12453         (__lll_unlock_elision, __lll_trylock_elision)
12454         (lll_timedlock_elision, lll_lock_elision)
12455         (lll_unlock_elision, lll_trylock_elision): Add.
12456         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12457         (pthread_mutex_t): Add lock elision support for s390.
12459 2014-05-14  Wilco  <wdijkstr@arm.com>
12461         * sysdeps/arm/fclrexcpt.c: Cleanup.
12462         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12463         * sysdeps/arm/feenablxcpt.c: Cleanup.
12464         * sysdeps/arm/fegetenv.c: Cleanup.
12465         * sysdeps/arm/fegetexcept.c: Cleanup.
12466         * sysdeps/arm/fegetround.c: Cleanup.
12467         * sysdeps/arm/feholdexcpt.c: Cleanup.
12468         * sysdeps/arm/fesetenv.c: Cleanup.
12469         * sysdeps/arm/fesetround.c: Cleanup.
12470         * sysdeps/arm/feupdateenv.c: Cleanup.
12471         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12472         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12473         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12474         * sysdeps/arm/ftestexcept.c: Cleanup.
12475         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12476         * sysdeps/arm/setfpucw.c: Cleanup.
12478 2014-05-09  Will Newton  <will.newton@linaro.org>
12480         * sysdeps/arm/armv7/strcmp.S: New file.
12481         * NEWS: Mention addition of ARMv7 optimized strcmp.
12483 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12485         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12486         look for %.ac rather than %.in.
12488         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12489         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12490         * sysdeps/mach/hurd/configure: Regenerated.
12491         * sysdeps/unix/sysv/linux/configure: Regenerated.
12493         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12495 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12497         [BZ# 16922]
12498         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12499         (LONG_SUB): Ditto.
12500         (PTR_SUB): Ditto.
12502 2014-05-07  Andreas Schwab  <schwab@suse.de>
12504         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12505         when skipping over non-matching result from nscd.
12507 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12509         [BZ #16876]
12510         * nptl/sockperf.c (client): Check socket return value.
12512         [BZ #16877]
12513         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12514         nscd security class.
12516 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12518         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12519         * sysdeps/arm/unwind.h: ... here.
12521 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12523         [BZ# 16916]
12524         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12525         Define.
12527 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12529         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12530         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12531         multiarch strncpy for PPC64.
12532         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12533         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12534         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12535         multiarch optimizations.
12536         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12537         (__libc_ifunc_impl_list): Likewise.
12538         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12539         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12540         multiarch stpncpy for PPC64.
12541         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12542         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12544 2014-05-06  Andreas Schwab  <schwab@suse.de>
12546         [BZ #16912]
12547         * gmon/mcount.c (_MCOUNT_DECL): Use
12548         atomic_compare_and_exchange_bool_acq instead of
12549         catomic_compare_and_exchange_bool_acq.
12551 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12553         * elf/Makefile (others, install-bin): Remove pldd.
12554         (pldd-modules): Variable removed.
12555         ($(objpfx)pldd): Target removed.
12556         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12557         (others, install-bin): Append pldd here.
12558         ($(objpfx)pldd): New target.
12560         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12561         to 0, so the first #if test emitted later doesn't see it undefined.
12562         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12563         * sysdeps/gnu/errlist.c: Regenerated.
12565 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12567         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12568         [libc_hidden_builtin_def]: Define to empty value.
12569         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12570         [libc_hidden_builtin_def]: Likewise.
12571         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12572         [libc_hidden_builtin_def]: Likewise.
12573         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12574         [libc_hidden_builtin_def]: Likewise.
12575         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12576         __redirect_memcpy and define ifunc as default hidden symbol.
12577         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12578         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12580 2014-05-04  Adam Conrad  <adconrad@0c3.net>
12582         * locale/iso-4217.def: Reintroduce XDR currency.
12584 2014-05-04  Allan McRae  <allan@archlinux.org>
12586         * po/eo.po: Update Esperanto translation from translation project.
12588 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
12590         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12591         and FEATURE_INDEX_MAX to 1.
12592         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12594 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12596         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12597         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12598         * iconvdata/big5.c (ONE_DIRECTION): Define.
12599         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12600         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12601         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12602         * iconvdata/cp932.c (ONE_DIRECTION): Define.
12603         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12604         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12605         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12606         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12607         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12608         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12609         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12610         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12611         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
12612         * iconvdata/gbk.c (ONE_DIRECTION): Define.
12613         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
12614         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
12615         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
12616         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
12617         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
12618         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
12619         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
12620         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
12621         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
12622         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
12623         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
12624         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
12625         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
12626         * iconvdata/iso646.c (ONE_DIRECTION): Define.
12627         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
12628         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
12629         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
12630         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
12631         * iconvdata/johab.c (ONE_DIRECTION): Define.
12632         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
12633         * iconvdata/sjis.c (ONE_DIRECTION): Define.
12634         * iconvdata/t.61.c (ONE_DIRECTION): Define.
12635         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
12636         * iconvdata/tscii.c (ONE_DIRECTION): Define.
12637         * iconvdata/uhc.c (ONE_DIRECTION): Define.
12638         * iconvdata/unicode.c (ONE_DIRECTION): Define.
12639         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
12640         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
12641         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
12643 2014-05-01  Roland McGrath  <roland@hack.frob.com>
12645         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
12646         (_IO_JUMPS_OFFSET): Define to 0.
12648         * nptl/sysdeps/pthread/bits/libc-lock.h
12649         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12650         (__libc_lock_define_initialized_recursive): Always define using
12651         initializer.  Modern compilers treat uninitialized (implicit zero) and
12652         explicit zero initializers the same (i.e. put the datum in bss).
12654 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12656         * nscd/nscd-client.h: Include <string.h>.
12658 2014-05-01  David S. Miller  <davem@davemloft.net>
12660         [BZ #16885]
12661         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
12662         multiple zero bytes exist at the end of a string.
12663         Reported by Aurelien Jarno <aurelien@aurel32.net>
12665         * string/test-strcmp.c (check): Add explicit test for situations where
12666         there are multiple zero bytes after the first.
12668 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12670         [BZ #16890]
12671         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
12672         when compiling wprintf.
12673         * stdio-common/tstdiomisc.c (t3): New function.
12674         (main): Call it.
12676 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12678         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
12679         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
12680         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
12681         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
12683 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12685         * stdlib/longlong.h: Updated from GCC.
12687 2014-05-01  Will Newton  <will.newton@linaro.org>
12688             Bernard Ogden  <bernie.ogden@linaro.org>
12690         * NEWS: Update fixed bug list.
12692         [BZ #15119]
12693         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
12695 2014-04-30  David S. Miller  <davem@davemloft.net>
12697         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
12698         (libc_feholdexcept_setround_sparc_ctx): New function.
12699         (libc_fesetenv_sparc_ctx): Likewise.
12700         (libc_feupdateenv_sparc_ctx): Likewise.
12701         (libc_feholdsetround_sparc_ctx): Likewise.
12702         (libc_feholdexcept_setround_ctx): Define.
12703         (libc_feholdexcept_setroundf_ctx): Likewise.
12704         (libc_feholdexcept_setroundl_ctx): Likewise.
12705         (libc_fesetenv_ctx): Likewise.
12706         (libc_fesetenvf_ctx): Likewise.
12707         (libc_fesetenvl_ctx): Likewise.
12708         (libc_feupdateenv_ctx): Likewise.
12709         (libc_feupdateenvf_ctx): Likewise.
12710         (libc_feupdateenvl_ctx): Likewise.
12711         (libc_feresetround_ctx): Likewise.
12712         (libc_feresetroundf_ctx): Likewise.
12713         (libc_feresetroundl_ctx): Likewise.
12714         (libc_feholdsetround_ctx): Likewise.
12715         (libc_feholdsetroundf_ctx): Likewise.
12716         (libc_feholdsetroundl_ctx): Likewise.
12718         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12719         with __USE_GNU instead of XOPEN cpp guards.
12721         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
12722         0.
12724         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12725         with XOPEN cpp guards.
12727 2014-04-30  Julian Brown  <julian@codesourcery.com>
12729         [BZ #16888]
12730         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
12731         handling.
12733 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
12735         [BZ #9894]
12736         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
12737         Change to 2.6.32.
12738         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
12739         * sysdeps/unix/sysv/linux/configure: Regenerated.
12740         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
12741         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
12742         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
12743         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
12744         * README: Update reference to required Linux kernel version.
12745         * manual/install.texi (Linux): Update reference to required Linux
12746         kernel headers version.
12747         * INSTALL: Regenerated.
12749         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
12750         header inclusion.
12751         [POSIX] (limits.h): Likewise.
12752         [POSIX] (math.h): Likewise.
12753         [POSIX] (sys/wait.h): Likewise.
12754         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
12755         function.
12756         [POSIX] (stddef.h): Do not allow header inclusion.
12758 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12760         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
12762 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
12764         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
12765         Return immediately after lll_futex_wake.
12767 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12769         [BZ #16791]
12770         * nscd/nscd-client.h (datahead_init_common): Initialize entire
12771         structure.
12772         (datahead_init_pos): Call datahead_init_common early.
12773         (datahead_init_neg): Likewise.
12775         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
12776         datahead_init_neg): New functions.
12777         * nscd/aicache.c (addhstaiX): Use them.
12778         * nscd/grpcache.c (cache_addgr): Likewise.
12779         * nscd/hstcache.c (cache_addhst): Likewise.
12780         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12781         * nscd/netgroupcache.c (do_notfound): Likewise.
12782         (addgetnetgrentX): Likewise.
12783         (addinnetgrX): Likewise.
12784         * nscd/pwdcache.c (cache_addpw): Likewise.
12785         * nscd/servicescache.c (cache_addserv): Likewise.
12787 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12788             Atsushi Onoe  <atsushi@onoe.org>
12790         [BZ #14308]
12791         [BZ #12994]
12792         [BZ #13651]
12793         * resolv/res_query.c (__libc_res_nsearch): Return if at least
12794         one response is valid.
12795         * resolv/res_send.c (send_dg): Check for validity of other
12796         response if the current response is a referral.
12798 2014-04-29  Steve Ellcey  <sellcey@mips.com>
12800         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
12802 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
12804         [BZ #16823]
12805         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
12806         Always divide by positive zero when computing -Inf result.
12807         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12808         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
12810 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12812         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
12813         FPSCR if value do not change.
12814         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
12815         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
12816         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
12817         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
12818         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
12819         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
12820         function.
12822 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
12824         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
12825         * sysdeps/unix/sysv/linux/hppa: Move directory from
12826         ports/systeps/unix/sysv/linux/hppa.
12827         * README: Update listing for hppa-*-linux-gnu.
12829 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
12831         [BZ #16754]
12832         * manual/stdio.texi (Hook functions): Fix types of stream hook
12833         functions.
12834         [BZ #16854]
12835         * socket/sys/socket.h: Fix typo in comment.
12837 2014-04-28  Wilco  <wdijkstr@arm.com>
12839         * sysdeps/arm/fenv_private.h: New file.
12840         * sysdeps/arm/math_private.h: New file.
12841         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
12843 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
12845         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
12846         with __int128_t.
12847         (La_x86_64_retval): Likewise.
12849 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
12851         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
12852         fpsr if value didn't change.
12853         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
12854         to fpcr if value didn't change.
12855         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
12856         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
12857         fpsr or fpcr if value didn't change.
12858         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12859         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
12860         fpcr if value didn't change.
12861         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
12862         to fpsr if value didn't change.
12864 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
12866         * nptl/tst-sem3.c: Use test-skeleton.c
12867         (main): Rename to do_test.  Use return instead of
12868         exit.
12869         * nptl/tst-sem4.c: Use test-skeleton.c
12870         (main): Rename to do_test.
12872 2014-04-22  David S. Miller  <davem@davemloft.net>
12874         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
12875         (struct sigaction): New struct member __glibc_reserved0, change
12876         type of sa_flags to int.
12878 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
12880         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
12881         (COUNT_LEADING_ZEROS_0): Define for AArch64.
12883 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12885         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
12886         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
12888 2014-04-22  Will Newton  <will.newton@linaro.org>
12889             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
12891         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
12892         (__longjmp): Add longjmp and longjmp_target SystemTap
12893         probes.
12894         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
12895         (__sigsetjmp): Add setjmp SystemTap probe.
12897 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
12899         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
12900         match manual order.
12902 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12904         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
12906         * sysdeps/powerpc/fpu/fenv_private.h
12907         (libc_feholdexcept_setroundl_ctx): Define to
12908         libc_feholdexcept_setround_ppc_ctx.
12909         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
12910         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
12911         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
12912         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
12914 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12916         * sysdeps/aarch64/math-tests.h: New file.
12918 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
12920         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
12921         New.
12922         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12923         Check and set bit_AVX2_Usable.
12924         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
12925         macro.
12926         (bit_AVX2): Likewise.
12927         (index_AVX2_Usable): Likewise.
12928         (CPUID_AVX2): Likewise.
12929         (HAS_AVX2): Likewise.
12931 2014-04-17  Will Newton  <will.newton@linaro.org>
12933         * manual/setjmp.texi (System V contexts): Add note that
12934         calling setcontext on a context created by a call to a
12935         signal handler is undefined.  Update text to note that
12936         setcontext from a signal handler is possible but not
12937         recommended.
12939         [BZ #16629]
12940         * stdlib/tst-setcontext.c: Include signal.h.
12941         (main): Check that the signal stack before and
12942         after swapcontext is the same.
12944         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
12945         Re-implement to restore registers in user code and avoid
12946         rt_sigreturn system call.
12948 2014-04-17  Wilco  <wdijkstr@arm.com>
12950         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
12951         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
12952         * math/test-fenv.c: Skip exception trap tests on targets which only
12953         support non-stop mode.
12955 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12956             Wilco Dijkstra  <wilco.dijkstra@arm.com>
12958         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
12959         (libc_feholdsetround_aarch64_ctx)
12960         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
12961         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
12962         (libc_feresetround_ctx, libc_feresetroundf_ctx)
12963         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
12964         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
12965         (libc_feresetround_noexl_ctx): Define.
12967 2014-04-16  Richard Henderson  <rth@redhat.com>
12969         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
12971         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
12972         unwind tables.
12974         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
12975         const from the non-libc, non-ldso copy.
12977         * sysdeps/alpha/libm-test-ulps: Regenerate.
12979 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
12980             Wilco Dijkstra  <wilco.dijkstra@arm.com>
12982         * sysdeps/aarch64/fpu/math_private.h: New file.
12984 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12986         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12988 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
12990         [BZ #16275]
12991         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
12992         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
12993         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
12994         Intel MPX bound registers before _dl_profile_fixup.
12995         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
12996         registers after _dl_profile_fixup.  Save and restore bound
12997         registers bnd0/bnd1 when calling _dl_call_pltexit.
12998         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
12999         (LR_BND_OFFSET): Likewise.
13000         (LRV_BND0_OFFSET): Likewise.
13001         (LRV_BND1_OFFSET): Likewise.
13003 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13005         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13006         to...
13007         * sysdeps/mach/hurd/i386/tls.h: ... here.
13008         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13009         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13010         fields.
13012 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13014         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13016 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13018         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13020 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13022         [BZ #14770]
13023         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13024         * sysdeps/s390/configure: Regenerate.
13026         [BZ #16824]
13027         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13028         Set round-to-nearest internally to reduce error accumulation.
13030 2014-04-16  Alan Modra  <amodra@gmail.com>
13032         [BZ #16740]
13033         [BZ #16619]
13034         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13035         * math/libm-test.inc (frexp_test_data): Add tests.
13036         * NEWS: Update fixed bug list.
13038 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13040         * benchtests/Makefile: Depend on libraries in build directory.
13041         (bench-math): Separate out math tests.
13042         (bench-pthread): Separate out pthread tests.
13043         (bench): Include math and pthread tests.
13045 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13047         [BZ #16831]
13048         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13049         _dl_debug_initialize.
13051         * configure.ac: Remove SELinux header check.
13052         * configure: Regenerate.
13053         * nscd/selinux.c (perms): Array of const char* to permission names.
13054         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13055         default policy. Call string_to_security_class and string_to_av_perm to
13056         translate strings. Enforce default policy and call avs_has_perm with
13057         results of translated strings.
13059 2014-04-13  David S. Miller  <davem@davemloft.net>
13061         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13063 2014-04-12  Allan McRae  <allan@archlinux.org>
13065         [BZ #16838]
13066         * manual/string.texi (Collation Functions): Fix qsort argument
13067         order in example.
13068         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13070 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13072         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13073         Make the test a no-op if there are no exceptions defined.
13075 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13077         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13078         enable-hardcoded-path-in-tests
13080 2014-04-11  Will Newton  <will.newton@linaro.org>
13082         * benchtests/Makefile (extra-objs): Add json-lib.o.
13083         (bench-func): Tidy up JSON output.
13084         * benchtests/bench-skeleton.c: Include json-lib.h.
13085         (main): Use JSON library functions to do output of
13086         benchmark results.
13087         * benchtests/bench-timing-type.c (main): Output the
13088         timing type simply, leaving formatting to the user.
13089         * benchtests/json-lib.c: New file.
13090         * benchtests/json-lib.h: Likewise.
13092 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13094         [BZ #15215]
13095         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13096         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13097         memory barriers.  Add comments.
13098         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13099         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13100         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13101         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13102         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13103         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13105 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13107         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13108         * sysdeps/s390/s390-64/configure.ac: ... this ...
13109         * sysdeps/s390/configure.ac: ... to here.
13110         * sysdeps/s390/s390-32/configure: Delete file.
13111         * sysdeps/s390/s390-64/configure: Delete file.
13112         * sysdeps/s390/configure: Regenerate.
13114 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13116         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13118 2014-04-11  Will Newton  <will.newton@linaro.org>
13120         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13121         to zero if it is not defined elsewhere.  (mtrim): Test
13122         the value of MALLOC_DEBUG with #if rather than #ifdef.
13124 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13126         * benchtests/pthread_once-inputs: New file.
13127         * benchtests/pthread_once-source.c: New file.
13128         * benchtests/README: Update documentation.
13130 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13131             H.J. Lu  <hongjiu.lu@intel.com>
13133         [BZ #16275]
13134         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13135         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13136         * sysdeps/x86_64/configure: Regenerated.
13137         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13138         macro.
13139         (REGISTER_SAVE_RAX): Likewise.
13140         (REGISTER_SAVE_RCX): Likewise.
13141         (REGISTER_SAVE_RDX): Likewise.
13142         (REGISTER_SAVE_RSI): Likewise.
13143         (REGISTER_SAVE_RDI): Likewise.
13144         (REGISTER_SAVE_R8): Likewise.
13145         (REGISTER_SAVE_R9): Likewise.
13146         (REGISTER_SAVE_BND0): Likewise.
13147         (REGISTER_SAVE_BND1): Likewise.
13148         (REGISTER_SAVE_BND2): Likewise.
13149         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13150         bound registers when calling _dl_fixup.
13152 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13154         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13155         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13156         of its definition.
13157         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13158         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13159         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13160         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13161         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13162         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13163         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13165 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13167         [BZ #15514]
13168         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13169         pathconf(_PC_NAME_MAX).
13171 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13173         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13174         Remove macro usage.
13175         (__PTHREAD_SPINS): Move definition to ...
13176         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13177         (__PTHREAD_SPINS): ... here.
13178         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13179         (__PTHREAD_SPIN): Likewise.
13180         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13181         (__PTHREAD_SPIN): Likewise.
13182         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13183         (__PTHREAD_SPIN): Likewise.
13184         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13185         (__PTHREAD_SPIN): Likewise.
13186         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13187         (__PTHREAD_SPIN): Likewise.
13188         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13189         (__PTHREAD_SPIN): Likewise.
13190         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13191         (__PTHREAD_SPIN): Likewise.
13192         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13193         (__PTHREAD_SPIN): Likewise.
13194         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13195         (__PTHREAD_SPIN): Likewise.
13196         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13197         (__PTHREAD_SPIN): Likewise.
13198         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13199         (__PTHREAD_SPIN): Likewise.
13200         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13201         (__PTHREAD_SPIN): Likewise.
13203         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13204         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13205         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13206         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13207         imply folder.
13208         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13209         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13210         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13211         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13212         correct imply path.
13213         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13214         strlen symbol for non multi-arch builds.
13215         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13216         missing hidden_def and weak_alias.
13218 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13220         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13222 2014-04-07  Will Newton  <will.newton@linaro.org>
13224         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13225         and contents.  [!_LIBC] Remove #ifndef and contents.
13226         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13227         * string/memccpy.c (__memccpy): Use ANSI prototype.
13228         * string/memfrob.c (memfrob): Likewise.
13229         * string/strcoll.c (STRCOLL): Likewise.
13230         * string/strlen.c (strlen): Likewise.
13231         * string/strtok.c (STRTOK): Likewise.
13232         * string/strcat.c: Remove unused #include of memcopy.h.
13233         (strcat): Use ANSI prototype.
13234         * string/strchr.c: Remove unused #include of memcopy.h.
13235         (strchr): Use ANSI prototype.
13236         * string/strcmp.c: Remove unused #include of memcopy.h.
13237         (strcmp): Use ANSI prototype.
13238         * string/strcpy.c: Remove unused #include of memcopy.h.
13239         (strcpy): Use ANSI prototype.
13241 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13243         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13244         * config.make.in (config-extra-cppflags): Set it from
13245         libc_extra_cppflags.
13246         * configure.ac (libc_extra_cflags): Make it accumulate over
13247         configure fragments.
13248         (libc_extra_cppflags): New flag.
13249         * configure. Regenerate.
13250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13251         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13252         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13255         [BZ #16815]
13256         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13257         result for FE_DOWNWARD rounding mode.
13258         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13259         Likewise.
13260         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13262 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13264         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13265         in function argument name.
13267 2014-04-03  David Svoboda  <svoboda@cert.org>
13269         [BZ #5666]
13270         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13271         explicitly.
13273 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13275         * elf/dl-unmap-segments.h: New file.
13276         * sysdeps/generic/ldsodefs.h
13277         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13278         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13279         * elf/dl-fptr.c: Likewise.
13280         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13281         * sysdeps/aarch64/tlsdesc.c: Likewise.
13282         * sysdeps/arm/tlsdesc.c: Likewise.
13283         * sysdeps/i386/tlsdesc.c: Likewise.
13284         * sysdeps/tile/dl-runtime.c: Likewise.
13285         * sysdeps/x86_64/tlsdesc.c: Likewise.
13286         * elf/dl-load.h: New file.
13287         * elf/dl-load.c: Include it.
13288         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13289         Macros moved to dl-load.h.
13290         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13291         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13292         Use _dl_unmap_segments in place of __munmap.
13293         Break out segment-mapping loop into ...
13294         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13296 2014-04-03  Will Newton  <will.newton@linaro.org>
13298         * elf/dl-lookup.c (do_lookup_x): Remove comment
13299         referring to nested function and move variable
13300         declarations down to before first use.
13302 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13304         [BZ #16799]
13305         [BZ #16800]
13306         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13307         with 0 numerator.
13308         * math/s_catanf.c (__catanf): Likewise.
13309         * math/s_catanh.c (__catanh): Likewise.
13310         * math/s_catanhf.c (__catanhf): Likewise.
13311         * math/s_catanhl.c (__catanhl): Likewise.
13312         * math/s_catanl.c (__catanl): Likewise.
13313         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13314         by positive zero when computing -Inf result.
13315         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13316         (catanh_test): Likewise.
13317         * sysdeps/i386/fpu/libm-test-ulps: Update.
13318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13320         [BZ #16789]
13321         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13322         instead of using underflowing value in computing result.
13323         * math/s_clog10.c (__clog10): Likewise.
13324         * math/s_clog10f.c (__clog10f): Likewise.
13325         * math/s_clog10l.c (__clog10l): Likewise.
13326         * math/s_clogf.c (__clogf): Likewise.
13327         * math/s_clogl.c (__clogl): Likewise.
13328         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13329         (clog10_test): Likewise.
13330         * sysdeps/i386/fpu/libm-test-ulps: Update.
13331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13333 2014-04-02  Alan Modra  <amodra@gmail.com>
13335         [BZ #16739]
13336         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13337         output when value is near a power of two.  Use int64_t for lx and
13338         remove casts.  Use decimal rather than hex exponent constants.
13339         Don't use long double multiplication when double will suffice.
13340         * math/libm-test.inc (nextafter_test_data): Add tests.
13341         * NEWS: Add 16739 and 16786 to bug list.
13343         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13345         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13347 2014-04-01  Will Newton  <will.newton@linaro.org>
13349         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13350         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13352 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13354         [BZ #13347]
13355         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13356         * nptl/tst-setuid2.c: New file.
13357         * nptl/Makefile (xtests): Add tst-setuid2.
13359 2014-04-01  Alan Modra  <amodra@gmail.com>
13361         [BZ #16786]
13362         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13364 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13366         [BZ #6803]
13367         [BZ #6804]
13368         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13369         set errno as appropriate.
13370         * math/w_scalbf.c (__scalbf): Likewise.
13371         * math/w_scalbl.c (__scalbl): Likewise.
13372         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13373         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13374         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13375         Add more NaN tests.
13377         [BZ #16349]
13378         * math/w_atan2.c: Include <errno.h>.
13379         (__atan2): Set errno for result underflowing to zero.
13380         * math/w_atan2f.c: Include <errno.h>.
13381         (__atan2f): Set errno for result underflowing to zero.
13382         * math/w_atan2l.c: Include <errno.h>.
13383         (__atan2l): Set errno for result underflowing to zero.
13384         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13385         tests.
13386         * math/auto-libm-test-out: Regenerated.
13388 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13390         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13391         Encode instruction correctly in little endian.
13392         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13393         Likewise.
13394         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13395         Likewise.
13396         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13397         Likewise.
13398         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13399         Likewise.
13401 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13403         [BZ #9894]
13404         * sysdeps/unix/sysv/linux/kernel-features.h
13405         [__sparc__ && !__arch64__ && !__sparc_v9__]
13406         (__ASSUME_SET_ROBUST_LIST): Do not define.
13407         [__sparc__ && !__arch64__ && !__sparc_v9__]
13408         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13409         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13410         Likewise.
13411         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13412         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13413         (__ASSUME_REQUEUE_PI): Likewise.
13414         (__ASSUME_SET_ROBUST_LIST): Likewise.
13415         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13416         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13417         Undefine.
13418         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13419         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13420         Likewise.
13421         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13422         Likewise.
13423         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13424         Likewise.
13425         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13426         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13427         Undefine.
13428         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13429         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13430         Likewise.
13432         [BZ #16648]
13433         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13434         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13435         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13437 2014-03-31  Will Newton  <will.newton@linaro.org>
13439         * benchtests/Makefile (bench): Add ffs and ffsll to list
13440         of tests.
13441         * benchtests/ffs-inputs: New file.
13442         * benchtests/ffsll-inputs: Likewise.
13444 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13446         [BZ #16770]
13447         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13448         too large before casting to int.
13449         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13450         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13451         * math/libm-test.inc (scalb_test_data): Add more tests.
13453 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13455         * benchtests/Makefile (DETAILED_OPT): New make option.
13456         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13457         set.
13458         * benchtests/bench-skeleton.c: Include stdbool.h.
13459         (main): Store and print timings per input.
13460         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13461         member to each argument value.
13462         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13463         (_print_arg_data): Initialize per-input timing to 0.
13465         * benchtests/Makefile (timing-type): New binary.
13466         (bench-clean): Also remove bench-timing-type.
13467         (bench): New target for timing-type.
13468         (bench-func): Print output in JSON format.
13469         * benchtests/bench-skeleton.c (main): Print output in JSON
13470         format.
13471         * benchtests/bench-timing-type.c: New file.
13472         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13473         (TIMING_PRINT_STATS): Remove.
13474         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13475         name separately.
13477         * benchtests/bench-modf.c: Remove.
13478         * benchtests/modf-inputs: New inputs file.
13480 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13482         [BZ #16362]
13483         * math/s_clog10.c (M_PI_LOG10E): New macro.
13484         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13485         imaginary parts are 0.
13486         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13487         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13488         imaginary parts are 0.
13489         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13490         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13491         imaginary parts are 0.
13492         * math/libm-test.inc (clog10_test_data): Update expected results
13493         for when real and imaginary parts are 0.
13495 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13497         * elf/dl-load.c: Finish conversion of __builtin_expect into
13498         __glibc_{un}likely.
13500 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13502         [BZ #16348]
13503         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13504         1+x for argument with exponent below -67.
13505         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13506         Likewise.
13507         * math/auto-libm-test-in: Add more tests of exp.
13508         * math/auto-libm-test-out: Regenerated.
13510 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13512         [BZ #16759]
13513         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13514         (nscd_getnetgrent): Use it.
13516         [BZ #16760]
13517         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13518         of stpcpy.
13520 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13522         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13523         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13524         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13525         (lll_robust_unlock): Remove out of line section. Use cfi
13526         intrinsics.
13527         (LLL_STUB_UNWIND_INFO*): Remove.
13528         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13529         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13530         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13531         (lll_robust_unlock): Remove out of line section. Use cfi
13532         intrinsics.
13533         (LLL_STUB_UNWIND_INFO*): Remove.
13535 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13537         [BZ #16758]
13538         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13539         blank values.
13541 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13543         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13545 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13547         [BZ #16198]
13548         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13549         fnstenv.
13550         * math/test-fenv-preserve.c: New file.
13551         * math/Makefile (tests): Add test-fenv-preserve.
13553 2014-03-26  Will Newton <will.newton@linaro.org>
13555         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13557 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13559         * scripts/versionlist.awk: Partition the version sets and emit all
13560         GLIBC_* (sorted) before all others (sorted).
13562 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13564         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13565         GLIBC_2.2.5 version.
13567 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13569         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13570         calls.
13572         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13573         previous change.
13575         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13577 2014-03-25  Andreas Schwab  <schwab@suse.de>
13579         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13580         label to be used after in6ailist is initialized.
13582 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13584         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13585         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13587 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13589         [BZ #16357]
13590         [BZ #16599]
13591         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13592         min_plus_half.
13593         (fp_formats): Update initializers.
13594         (init_fp_formats): Initialize new field.
13595         (output_for_one_input_case): Allow underflow for results up to
13596         min_plus_half.
13597         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13598         * math/auto-libm-test-in: Don't mark some underflows from asin and
13599         atanh as spurious.
13600         * math/auto-libm-test-out: Regenerated.
13601         * sysdeps/i386/fpu/libm-test-ulps: Update.
13602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13604 2014-03-25  Andreas Schwab  <schwab@suse.de>
13606         * libio/Makefile (tst-ftell-partial-wide-ENV)
13607         (tst-ftell-active-handler-ENV): Define.
13609 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
13611         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
13613 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13615         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
13617 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13619         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
13620         * sysdeps/x86_64/fpu/multiarch/e_exp.c
13621         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
13623 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13625         [BZ #16634]
13626         * elf/dl-load.c (open_verify): Add mode parameter.
13627         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
13628         (open_path): Change from boolean 'secure' to complete flag 'mode'
13629         (_dl_map_object): Adjust.
13630         * elf/Makefile (tests): Add tst-dlopen-aout.
13631         * elf/tst-dlopen-aout.c: New test.
13633 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
13635         [BZ #16714]
13636         * sysdeps/unix/sysv/linux/s390/bits/stat.h
13637         (struct stat): Rename member pad0 to __glibc_reserved0.
13639         [BZ #16712]
13640         * sysdeps/s390/s390-32/bits/wordsize.h
13641         (__WORDSIZE32_SIZE_ULONG): New define.
13642         * sysdeps/s390/s390-64/bits/wordsize.h
13643         (__WORDSIZE32_SIZE_ULONG): Likewise.
13644         * sysdeps/generic/stdint.h (SIZE_MAX):
13645         Define as UL if __WORDSIZE32_SIZE_ULONG.
13647         [BZ #16713]
13648         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
13649         (__glibc_reserved0): New variable.
13650         (sa_flags): Change type to int.
13652         * posix/Makefile (before-compile): Use += before-compile instead
13653         of a :=.
13655         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13656         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13658 2014-03-20  Andreas Schwab  <schwab@suse.de>
13660         [BZ #16743]
13661         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
13662         non-matching result from nscd.
13664 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
13666         * scripts/bench.py: Moved to ...
13667         * benchtests/scripts/bench.py: ... here.
13668         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
13670 2014-03-24  Andreas Schwab  <schwab@suse.de>
13672         [BZ #16002]
13673         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
13674         alloca_account and account alloca use for struct in6ailist.
13676 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13678         [BZ #16284]
13679         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
13680         rounding mode to recompute results that overflow to infinity or
13681         underflow to zero.
13682         * math/auto-libm-test-in: Don't mark tests as expected to fail for
13683         bug 16284.
13684         * math/auto-libm-test-out: Regenerated.
13685         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
13686         (ccosh_test): Likewise.
13687         (csin_test_data): Use plus_oflow.
13688         (csin_test): Use ALL_RM_TEST.
13689         (csinh_test_data): Use plus_oflow.
13690         (csinh_test): Use ALL_RM_TEST.
13691         * sysdeps/i386/fpu/libm-test-ulps: Update.
13692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13694 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
13696         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
13697         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
13698         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
13700         [BZ #16731]
13701         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
13702         when x - 1 is zero.
13703         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
13704         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
13705         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13706         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
13707         argument is 1.
13708         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
13709         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
13710         zero.
13711         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
13712         * sysdeps/i386/fpu/libm-test-ulps: Update.
13713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13715 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13717         * scripts/bench.pl: Remove file.
13718         * scripts/bench.py: New benchmark script.
13719         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
13720         * benchtests/README: Mention python dependency.
13721         * scripts/pylintrc: New file.
13722         * scripts/pylint: New file.
13724         * bits/mathdef.h: Use #ifdef instead of #if.
13725         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
13726         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13727         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
13728         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13729         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
13730         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13732 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13733             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13735         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
13736         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
13737         and strpbrk-ppc64 objects.
13738         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13739         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
13740         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
13741         multiarch strpbrk for POWER7.
13742         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
13743         multiarch strpbrk for PPC64.
13744         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
13745         ifunc selector.
13746         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
13747         strpbrk for POWER7.
13749 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13751         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
13752         (atan_test): Likewise.
13753         (atanh_test_data): Use NO_TEST_INLINE for two tests.
13754         (atanh_test): Use ALL_RM_TEST.
13755         (atan2_test_data): Likewise.
13756         (cabs_test): Likewise.
13757         (cacosh_test): Likewise.
13758         (carg_test): Likewise.
13759         (casin_test): Likewise.
13760         (casinh_test): Likewise.
13761         (cbrt_test): Likewise.
13762         (csqrt_test): Likewise.
13763         (erf_test): Likewise.
13764         (erfc_test): Likewise.
13765         (pow10_test): Likewise.
13766         (exp2_test): Likewise.
13767         (hypot_test): Likewise.
13768         (j0_test): Likewise.
13769         (j1_test): Likewise.
13770         (lgamma_test): Likewise.
13771         (gamma_test): Likewise.
13772         (sincos_test): Likewise.
13773         (tanh_test): Likewise.
13774         (y0_test): Likewise.
13775         (y1_test): Likewise.
13776         * sysdeps/i386/fpu/libm-test-ulps: Update.
13777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13779 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13781         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
13782         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
13783         and strcspn-ppc64 objects.
13784         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13785         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
13786         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
13787         multiarch strcspn for POWER7.
13788         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
13789         multiarch strcspn for PPC64.
13790         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
13791         ifunc selector.
13792         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
13793         strcspn for POWER7.
13795 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13797         * math/gen-libm-test.pl (generate_testfile): Expect only function
13798         name as argument to AUTO_TESTS_* and pass results for all rounding
13799         modes to parse_args.
13800         (parse_auto_input): Separate inputs of automatic tests from
13801         outputs before storing in %auto_tests.
13802         * math/libm-test.inc (acos_test_data): Update call to
13803         AUTO_TESTS_f_f.
13804         (acos_test): Use ALL_RM_TEST.
13805         (acos_tonearest_test_data): Remove.
13806         (acos_test_tonearest): Likewise.
13807         (acos_towardzero_test_data): Likewise.
13808         (acos_test_towardzero): Likewise.
13809         (acos_downward_test_data): Likewise.
13810         (acos_test_downward): Likewise.
13811         (acos_upward_test_data): Likewise.
13812         (acos_test_upward): Likewise.
13813         (acosh_test_data): Update call to AUTO_TESTS_f_f.
13814         (asin_test_data): Likewise.
13815         (asin_test): Use ALL_RM_TEST.
13816         (asin_tonearest_test_data): Remove.
13817         (asin_test_tonearest): Likewise.
13818         (asin_towardzero_test_data): Likewise.
13819         (asin_test_towardzero): Likewise.
13820         (asin_downward_test_data): Likewise.
13821         (asin_test_downward): Likewise.
13822         (asin_upward_test_data): Likewise.
13823         (asin_test_upward): Likewise.
13824         (asinh_test_data): Update call to AUTO_TESTS_f_f.
13825         (atan_test_data): Likewise.
13826         (atanh_test_data): Likewise.
13827         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
13828         (cabs_test_data): Update call to AUTO_TESTS_c_f.
13829         (carg_test_data): Likewise.
13830         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
13831         (ccos_test_data): Update call to AUTO_TESTS_c_c.
13832         (ccosh_test_data): Likewise.
13833         (cexp_test_data): Likewise.
13834         (clog_test_data): Likewise.
13835         (clog10_test_data): Likewise.
13836         (cos_test_data): Update call to AUTO_TESTS_f_f.
13837         (cos_test): Use ALL_RM_TEST.
13838         (cos_tonearest_test_data): Remove.
13839         (cos_test_tonearest): Likewise.
13840         (cos_towardzero_test_data): Likewise.
13841         (cos_test_towardzero): Likewise.
13842         (cos_downward_test_data): Likewise.
13843         (cos_test_downward): Likewise.
13844         (cos_upward_test_data): Likewise.
13845         (cos_test_upward): Likewise.
13846         (cosh_test_data): Update call to AUTO_TESTS_f_f.
13847         (cosh_test): Use ALL_RM_TEST.
13848         (cosh_tonearest_test_data): Remove.
13849         (cosh_test_tonearest): Likewise.
13850         (cosh_towardzero_test_data): Likewise.
13851         (cosh_test_towardzero): Likewise.
13852         (cosh_downward_test_data): Likewise.
13853         (cosh_test_downward): Likewise.
13854         (cosh_upward_test_data): Likewise.
13855         (cosh_test_upward): Likewise.
13856         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
13857         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
13858         (ctan_test_data): Likewise.
13859         (ctan_test): Use ALL_RM_TEST.
13860         (ctan_tonearest_test_data): Remove.
13861         (ctan_test_tonearest): Likewise.
13862         (ctan_towardzero_test_data): Likewise.
13863         (ctan_test_towardzero): Likewise.
13864         (ctan_downward_test_data): Likewise.
13865         (ctan_test_downward): Likewise.
13866         (ctan_upward_test_data): Likewise.
13867         (ctan_test_upward): Likewise.
13868         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
13869         (ctanh_test): Use ALL_RM_TEST.
13870         (ctanh_tonearest_test_data): Remove.
13871         (ctanh_test_tonearest): Likewise.
13872         (ctanh_towardzero_test_data): Likewise.
13873         (ctanh_test_towardzero): Likewise.
13874         (ctanh_downward_test_data): Likewise.
13875         (ctanh_test_downward): Likewise.
13876         (ctanh_upward_test_data): Likewise.
13877         (ctanh_test_upward): Likewise.
13878         (erf_test_data): Update call to AUTO_TESTS_f_f.
13879         (erfc_test_data): Likewise.
13880         (exp_test_data): Likewise.
13881         (exp_test): Use ALL_RM_TEST.
13882         (exp_tonearest_test_data): Remove.
13883         (exp_test_tonearest): Likewise.
13884         (exp_towardzero_test_data): Likewise.
13885         (exp_test_towardzero): Likewise.
13886         (exp_downward_test_data): Likewise.
13887         (exp_test_downward): Likewise.
13888         (exp_upward_test_data): Likewise.
13889         (exp_test_upward): Likewise.
13890         (exp10_test_data): Update call to AUTO_TESTS_f_f.
13891         (exp10_test): Use ALL_RM_TEST.
13892         (exp10_tonearest_test_data): Remove.
13893         (exp10_test_tonearest): Likewise.
13894         (exp10_towardzero_test_data): Likewise.
13895         (exp10_test_towardzero): Likewise.
13896         (exp10_downward_test_data): Likewise.
13897         (exp10_test_downward): Likewise.
13898         (exp10_upward_test_data): Likewise.
13899         (exp10_test_upward): Likewise.
13900         (exp2_test_data): Update call to AUTO_TESTS_f_f.
13901         (expm1_test_data): Likewise.
13902         (expm1_test): Use ALL_RM_TEST.
13903         (expm1_tonearest_test_data): Remove.
13904         (expm1_test_tonearest): Likewise.
13905         (expm1_towardzero_test_data): Likewise.
13906         (expm1_test_towardzero): Likewise.
13907         (expm1_downward_test_data): Likewise.
13908         (expm1_test_downward): Likewise.
13909         (expm1_upward_test_data): Likewise.
13910         (expm1_test_upward): Likewise.
13911         (fma_test_data): Update call to AUTO_TESTS_fff_f.
13912         (fma_test): Use ALL_RM_TEST.
13913         (fma_towardzero_test_data): Remove.
13914         (fma_test_towardzero): Likewise.
13915         (fma_downward_test_data): Likewise.
13916         (fma_test_downward): Likewise.
13917         (fma_upward_test_data): Likewise.
13918         (fma_test_upward): Likewise.
13919         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
13920         (j0_test_data): Update call to AUTO_TESTS_f_f.
13921         (j1_test_data): Likewise.
13922         (jn_test_data): Update call to AUTO_TESTS_if_f.
13923         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
13924         (log_test_data): Update call to AUTO_TESTS_f_f.
13925         (log10_test_data): Likewise.
13926         (log1p_test_data): Likewise.
13927         (log2_test_data): Likewise.
13928         (pow_test_data): Update call to AUTO_TESTS_ff_f.
13929         (pow_tonearest_test_data): Likewise.
13930         (sin_test_data): Update call to AUTO_TESTS_f_f.
13931         (sin_test): Use ALL_RM_TEST.
13932         (sin_tonearest_test_data): Remove.
13933         (sin_test_tonearest): Likewise.
13934         (sin_towardzero_test_data): Likewise.
13935         (sin_test_towardzero): Likewise.
13936         (sin_downward_test_data): Likewise.
13937         (sin_test_downward): Likewise.
13938         (sin_upward_test_data): Likewise.
13939         (sin_test_upward): Likewise.
13940         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
13941         (sinh_test_data): Update call to AUTO_TESTS_f_f.
13942         (sinh_test): Use ALL_RM_TEST.
13943         (sinh_tonearest_test_data): Remove.
13944         (sinh_test_tonearest): Likewise.
13945         (sinh_towardzero_test_data): Likewise.
13946         (sinh_test_towardzero): Likewise.
13947         (sinh_downward_test_data): Likewise.
13948         (sinh_test_downward): Likewise.
13949         (sinh_upward_test_data): Likewise.
13950         (sinh_test_upward): Likewise.
13951         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
13952         (sqrt_test): Use ALL_RM_TEST.
13953         (sqrt_tonearest_test_data): Remove.
13954         (sqrt_test_tonearest): Likewise.
13955         (sqrt_towardzero_test_data): Likewise.
13956         (sqrt_test_towardzero): Likewise.
13957         (sqrt_downward_test_data): Likewise.
13958         (sqrt_test_downward): Likewise.
13959         (sqrt_upward_test_data): Likewise.
13960         (sqrt_test_upward): Likewise.
13961         (tan_test_data): Update call to AUTO_TESTS_f_f.
13962         (tan_test): Use ALL_RM_TEST.
13963         (tan_tonearest_test_data): Remove.
13964         (tan_test_tonearest): Likewise.
13965         (tan_towardzero_test_data): Likewise.
13966         (tan_test_towardzero): Likewise.
13967         (tan_downward_test_data): Likewise.
13968         (tan_test_downward): Likewise.
13969         (tan_upward_test_data): Likewise.
13970         (tan_test_upward): Likewise.
13971         (tanh_test_data): Update call to AUTO_TESTS_f_f.
13972         (tgamma_test_data): Likewise.
13973         (y0_test_data): Likewise.
13974         (y1_test_data): Likewise.
13975         (yn_test_data): Update call to AUTO_TESTS_if_f.
13976         (main): Do not call removed functions.
13978 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
13980         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
13981         (ldexp_test_data): Remove.
13982         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
13983         scalbn_test_data.
13984         (scalb_test): Use ALL_RM_TEST.
13986 2014-03-19  Andreas Schwab  <schwab@suse.de>
13988         * nscd/nscd.service: Also invalidate netgroup cache on reload.
13990 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
13992         [BZ #16649]
13993         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13994         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
13995         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
13996         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13997         (__ASSUME_PREADV): Undefine.
13998         (__ASSUME_PWRITEV): Likewise.
14000 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14002         * bits/mman-linux.h: Add comment about non-Linux use.
14003         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14004         bits/mman-linux.h resting place.
14006         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14007         * bits/mman-linux.h: ... here.
14009 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14011         * conform/conformtest.pl: Add standard definition when calling C
14012         preprocessor on data files.
14013         (checknamespace): Remove unused variable.
14015 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14017         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14018         minus_oflow, plus_uflow and minus_uflow in expected results.
14019         * math/libm-test.inc (scalbn_test_data): Add more tests of
14020         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14021         minus_uflow.
14022         (scalbn_test): Use ALL_RM_TEST.
14023         (scalbln_test_data): Add more tests of negative arguments.  Use
14024         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14025         (scalbln_test): Use ALL_RM_TEST.
14027 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14029         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14031 2014-03-18  Will Newton  <will.newton@linaro.org>
14033         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14034         inaccurate comment.
14036 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14038         * Makerules [!subdir] (check-abi): Exit with error status if a
14039         test failed.
14041 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14043         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14044         for rint.  Include results for all rounding modes.
14045         (nearbyint_test): Use ALL_RM_TEST.
14046         (rint_test_data): Include all tests used for nearbyint.
14048 2014-03-17  Will Newton  <will.newton@linaro.org>
14050         * nptl/sysdeps/pthread/pthread.h: Revert previous
14051         change.
14053         * sysdeps/generic/ldsodefs.h: Revert previous
14054         change.
14056         * libio/genops.c: Revert previous change.
14057         * libio/libioP.h: Likewise.
14058         * stdio-common/vfprintf.c: Likewise.
14060         * sysdeps/generic/math_private.h: Revert previous
14061         change.
14063         * sysdeps/generic/math_private.h: Check whether
14064         HAVE_RM_CTX is defined with #ifdef rather
14065         than #if.
14067         * argp/argp-fmtstream.h: Check whether
14068         __STRICT_ANSI__ is defined with #ifdef rather
14069         than #if.
14070         * argp/argp.h: Likewise.
14072         * libio/genops.c: Check whether
14073         _IO_JUMPS_OFFSET is defined with #ifdef rather
14074         than #if.
14075         * libio/libioP.h: Likewise.
14076         * stdio-common/vfprintf.c: Likewise.
14078         * sysdeps/generic/ldsodefs.h: Check whether
14079         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14080         than #if.
14082         * nptl/sysdeps/pthread/pthread.h: Check
14083         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14084         its value.
14086 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14088         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14089         setting O_APPEND.
14090         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14091         test case.
14093         [BZ #16680]
14094         * libio/fileops.c (_IO_file_open): Seek to end of file but
14095         don't cache the offset.
14096         (get_file_offset): Remove function.
14097         (do_ftell): Use cached offset when available.
14098         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14099         don't cache the offset.
14100         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14101         case.
14102         (do_one_test): Call it.
14103         (do_ftell_test): Fix up expected old offset for a+ mode.
14104         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14105         available.
14107         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14108         up test status with function return status.
14109         (do_write_test): Likewise.
14110         (do_append_test): Likewise.
14112         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14113         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14114         Remove.
14116 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14118         * math/gen-libm-test.pl (parse_args): Handle results specified for
14119         each rounding mode separately.
14120         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14121         tests and results from lrint_tonearest_test_data,
14122         lrint_towardzero_test_data, lrint_downward_test_data and
14123         lrint_upward_test_data.
14124         (lrint_test): Use ALL_RM_TEST.
14125         (lrint_tonearest_test_data): Remove.
14126         (lrint_test_tonearest): Likewise.
14127         (lrint_towardzero_test_data): Likewise.
14128         (lrint_test_towardzero): Likewise.
14129         (lrint_downward_test_data): Likewise.
14130         (lrint_test_downward): Likewise.
14131         (lrint_upward_test_data): Likewise.
14132         (lrint_test_upward): Likewise.
14133         (llrint_test_data): Merge in per-rounding-mode tests and results
14134         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14135         llrint_downward_test_data and llrint_upward_test_data.
14136         (llrint_test): Use ALL_RM_TEST.
14137         (llrint_tonearest_test_data): Remove.
14138         (llrint_test_tonearest): Likewise.
14139         (llrint_towardzero_test_data): Likewise.
14140         (llrint_test_towardzero): Likewise.
14141         (llrint_downward_test_data): Likewise.
14142         (llrint_test_downward): Likewise.
14143         (llrint_upward_test_data): Likewise.
14144         (llrint_test_upward): Likewise.
14145         (rint_test_data): Merge in per-rounding-mode tests and results
14146         from rint_tonearest_test_data, rint_towardzero_test_data,
14147         rint_downward_test_data and rint_upward_test_data.  Add
14148         per-rounding-mode results for tests not in those arrays.
14149         (rint_test): Use ALL_RM_TEST.
14150         (rint_tonearest_test_data): Remove.
14151         (rint_test_tonearest): Likewise.
14152         (rint_towardzero_test_data): Likewise.
14153         (rint_test_towardzero): Likewise.
14154         (rint_downward_test_data): Likewise.
14155         (rint_test_downward): Likewise.
14156         (rint_upward_test_data): Likewise.
14157         (rint_test_upward): Likewise.
14158         (main): Don't call removed functions.
14160 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14162         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14163         "Compiled on ..." crapola.  It is anti-useful.
14165 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14167         * scripts/evaluate-test.sh: Handle fourth argument to determine
14168         whether test run should stop on failure.
14169         * Makeconfig (stop-on-test-failure): New variable.
14170         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14171         $(stop-on-test-failure).
14172         * Makefile (tests): Give a summary of results from testing and
14173         exit with failure status if they include an ERROR or FAIL.
14174         (xtests): Likewise.
14175         * manual/install.texi (Configuring and compiling): Mention
14176         stop-on-test-failure=y.
14177         * INSTALL: Regenerated.
14179 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14181         * scripts/versionlist.awk: New file.
14182         * Makerules [$(build-shared) = yes]
14183         (postclean-generated): Add Versions.def, not Versions.def.v and
14184         Versions.def.v.i.
14185         ($(common-objpfx)Versions.def.v.i): Target removed.
14186         ($(common-objpfx)Versions.def): New target.
14187         ($(common-objpfx)Versions.all): Depend on that rather that
14188         $(common-objpfx)Versions.def.v.
14189         * Versions.def: File removed.
14191         * Makeconfig (+gccwarn): Add -Wundef.
14192         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14193         a dl-sysdep.h breaking its contract.
14194         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14195         * include/stackinfo.h: New file.
14196         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14197         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14198         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14199         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14200         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14201         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14202         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14203         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14204         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14205         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14206         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14207         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14208         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14209         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14210         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14212 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14214         [BZ #16707]
14215         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14216         implementation.
14217         * math/libm-test.inc (round_test_data): Add more tests.
14219         [BZ #16706]
14220         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14221         implementation.
14222         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14224         [BZ #16701]
14225         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14226         implementation.
14227         * math/libm-test.inc (ceil_test_data): Add more tests.
14229         * math/libm-test.inc (trunc_test_data): Add more tests related to
14230         BZ#16414.
14232 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14234         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14235         with #if rather than #ifdef.
14236         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14238 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14240         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14241         first.  Disable AVX-512 GCC support if assembler doesn't support
14242         it.
14243         * sysdeps/x86_64/configure: Regenerated.
14245 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14247         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14248         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14249         (__old_pthread_attr_setstack): Likewise.
14250         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14251         [!_STACK_GROWS_DOWN]: Likewise.
14253 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14255         * config.make.in (have-bash2): Delete.
14256         * configure.ac (libc_cv_have_bash2): Delete.
14257         * configure: Regenerate.
14258         * elf/Makefile (common-ldd-rewrite): Rename to ...
14259         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14260         (sh-ldd-rewrite): Delete.
14261         (bash-ldd-rewrite): Delete.
14262         (have-bash2): Delete checks.
14263         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14264         ldd-rewrite.
14266         * config.make.in (have-ksh): Delete.
14267         (KSH): Delete.
14268         * configure.ac (libc_cv_have_ksh): Delete.
14269         * configure: Regenerate.
14271         * elf/Makefile: Delete $(have-ksh) check.
14272         ($(objpfx)sotruss): Change KSH to BASH.
14273         * elf/sotruss.ksh: Rename to ...
14274         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14275         function style to match POSIX.  Drop ksh vim mode setting.
14277         * manual/time.texi (Specifying the Time Zone with TZ): Change
14278         Tuesday to Thursday.
14280         * debug/tst-longjmp_chk2.c: Update header comment.
14281         (stackoverflow_handler): Add comment.  Call assert on pass value.
14283 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14285         [BZ #16194]
14286         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14287         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14288         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14289         (La_x86_64_vector): Add zmm.
14290         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14291         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14292         ($(objpfx)tst-audit10): New target.
14293         ($(objpfx)tst-audit10.out): Likewise.
14294         (tst-audit10-ENV): New.
14295         (AVX512-CFLAGS): Likewise.
14296         (CFLAGS-tst-audit10.c): Likewise.
14297         (CFLAGS-tst-auditmod10a.c): Likewise.
14298         (CFLAGS-tst-auditmod10b.c): Likewise.
14299         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14300         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14301         * sysdeps/x86_64/configure: Regenerated.
14302         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14303         AVX-512 zmm register support.
14304         (_dl_x86_64_save_sse): Likewise.
14305         (_dl_x86_64_restore_sse): Likewise.
14306         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14307         size vector registers.
14308         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14309         (ZMM_SIZE): Likewise.
14310         * sysdeps/x86_64/tst-audit10.c: New file.
14311         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14312         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14314 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14316         * configure.ac (HAVE_EHDR_START): New check.
14317         * configure: Regenerated.
14318         * config.h.in (HAVE_EHDR_START): New #undef.
14319         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14320         assuming the lowest-addressed segment maps the start of the file.
14322 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14324         * INSTALL: Regenerated.
14326 2014-03-13  Will Newton  <will.newton@linaro.org>
14328         * manual/setjmp.texi (System V contexts): Improve
14329         clarity and grammar of documentation.
14331 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14333         [BZ #16381]
14334         * elf/Makefile (tests): Add tst-pie2.
14335         (tests-pie): Add tst-pie2.
14336         * elf/tst-pie2.c: New file.
14337         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14338         for ET_EXEC.
14339         * elf/rtld.c (map_doit): Load executable as lt_executable.
14340         (dl_main): Likewise.
14342 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14344         [BZ #16642]
14345         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14346         (__ASSUME_PSELECT): Undefine.
14348 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14350         [BZ #16689]
14351         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14352         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14353         static build.
14354         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14355         selector for static builds.
14357 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14359         [BZ #16695]
14360         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14361         key in the buffer.
14363 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14365         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14366         IFUNC selector for static builds.
14368 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14370         * sysdeps/mips/math_private.h [__mips_hard_float]
14371         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14372         libc_feresetround_mips_ctx.
14373         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14374         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14375         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14377         [BZ #16677]
14378         * math/s_nextafter.c (__nextafter): Do not return value from
14379         overflowing computation.
14380         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14381         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14382         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14383         Likewise.
14384         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14385         Likewise.
14386         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14387         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14389 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14391         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14392         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14393         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14394         the new mov targetting sp.
14396 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14398         [BZ #16683]
14399         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14400         Define it for static builds as well.
14401         (NO_BZERO_IMPL): Likewise.
14403 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14405         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14406         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14407         multiarch strspn for PPC64.
14408         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14409         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14410         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14411         (__libc_ifunc_impl_list): Likewise.
14412         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14413         multiarch optimizations
14414         * string/strspn.c (strspn): Using macro to redefine symbol name.
14416 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14417             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14419         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14420         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14421         multiarch strncat for PPC64.
14422         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14423         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14424         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14425         (__libc_ifunc_impl_list): Likewise.
14426         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14427         multiarch optimizations
14429 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14431         [BZ #16639]
14432         * nscd/nscd.service: Make service type forking.
14434 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14436         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14437         sign in non default rounding modes.
14438         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14440 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14442         * math/libm-test.inc (ALL_RM_TEST): New macro.
14443         (ceil_test): Use ALL_RM_TEST.
14444         (cimag_test): Likewise.
14445         (conj_test): Likewise.
14446         (copysign_test): Likewise.
14447         (cproj_test): Likewise.
14448         (creal_test): Likewise.
14449         (fabs_test): Likewise.
14450         (floor_test): Likewise.
14451         (fmax_test): Likewise.
14452         (fmin_test): Likewise.
14453         (fmod_test): Likewise.
14454         (fpclassify_test): Likewise.
14455         (frexp_test): Likewise.
14456         (ilogb_test): Likewise.
14457         (isfinite_test): Likewise.
14458         (finite_test): Likewise.
14459         (isgreater_test): Likewise.
14460         (isgreaterequal_test): Likewise.
14461         (isinf_test): Likewise.
14462         (isless_test): Likewise.
14463         (islessequal_test): Likewise.
14464         (islessgreater_test): Likewise.
14465         (isnan_test): Likewise.
14466         (isnormal_test): Likewise.
14467         (issignaling_test): Likewise.
14468         (isunordered_test): Likewise.
14469         (logb_test): Likewise.
14470         (logb_downward_test_data): Remove.
14471         (logb_test_downward): Likewise.
14472         (lround_test): Use ALL_RM_TEST.
14473         (llround_test): Likewise.
14474         (modf_test): Likewise.
14475         (nexttoward_test): Likewise.
14476         (remainder_test): Likewise.
14477         (drem_test): Likewise.
14478         (remainder_tonearest_test_data): Likewise.
14479         (remainder_test_tonearest): Likewise.
14480         (drem_test_tonearest): Likewise.
14481         (remainder_towardzero_test_data): Likewise.
14482         (remainder_test_towardzero): Likewise.
14483         (drem_test_towardzero): Likewise.
14484         (remainder_downward_test_data): Likewise.
14485         (remainder_test_downward): Likewise.
14486         (drem_test_downward): Likewise.
14487         (remainder_upward_test_data): Likewise.
14488         (remainder_test_upward): Likewise.
14489         (drem_test_upward): Likewise.
14490         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14491         (round_test): Use ALL_RM_TEST.
14492         (signbit_test): Likewise.
14493         (trunc_test): Likewise.
14494         (significand_test): Likewise.
14495         (main): Don't call removed functions.
14497 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14499         [BZ #16674]
14500         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14501         || __USE_XOPEN2K8].
14502         (ILL_ILLOPN): Likewise.
14503         (ILL_ILLADR): Likewise.
14504         (ILL_ILLTRP): Likewise.
14505         (ILL_PRVOPC): Likewise.
14506         (ILL_PRVREG): Likewise.
14507         (ILL_COPROC): Likewise.
14508         (ILL_BADSTK): Likewise.
14509         (FPE_INTDIV): Likewise.
14510         (FPE_INTOVF): Likewise.
14511         (FPE_FLTDIV): Likewise.
14512         (FPE_FLTOVF): Likewise.
14513         (FPE_FLTUND): Likewise.
14514         (FPE_FLTRES): Likewise.
14515         (FPE_FLTINV): Likewise.
14516         (FPE_FLTSUB): Likewise.
14517         (SEGV_MAPERR): Likewise.
14518         (SEGV_ACCERR): Likewise.
14519         (BUS_ADRALN): Likewise.
14520         (BUS_ADRERR): Likewise.
14521         (BUS_OBJERR): Likewise.
14522         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14523         (TRAP_TRACE): Likewise.
14524         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14525         __USE_XOPEN2K8].
14526         (CLD_KILLED): Likewise.
14527         (CLD_DUMPED): Likewise.
14528         (CLD_TRAPPED): Likewise.
14529         (CLD_STOPPED): Likewise.
14530         (CLD_CONTINUED): Likewise.
14531         (POLL_IN): Likewise.
14532         (POLL_OUT): Likewise.
14533         (POLL_MSG): Likewise.
14534         (POLL_ERR): Likewise.
14535         (POLL_PRI): Likewise.
14536         (POLL_HUP): Likewise.
14537         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14538         Likewise.
14539         (ILL_ILLOPN): Likewise.
14540         (ILL_ILLADR): Likewise.
14541         (ILL_ILLTRP): Likewise.
14542         (ILL_PRVOPC): Likewise.
14543         (ILL_PRVREG): Likewise.
14544         (ILL_COPROC): Likewise.
14545         (ILL_BADSTK): Likewise.
14546         (FPE_INTDIV): Likewise.
14547         (FPE_INTOVF): Likewise.
14548         (FPE_FLTDIV): Likewise.
14549         (FPE_FLTOVF): Likewise.
14550         (FPE_FLTUND): Likewise.
14551         (FPE_FLTRES): Likewise.
14552         (FPE_FLTINV): Likewise.
14553         (FPE_FLTSUB): Likewise.
14554         (SEGV_MAPERR): Likewise.
14555         (SEGV_ACCERR): Likewise.
14556         (BUS_ADRALN): Likewise.
14557         (BUS_ADRERR): Likewise.
14558         (BUS_OBJERR): Likewise.
14559         (BUS_MCEERR_AR): Likewise.
14560         (BUS_MCEERR_AO): Likewise.
14561         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14562         (TRAP_TRACE): Likewise.
14563         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14564         __USE_XOPEN2K8].
14565         (CLD_KILLED): Likewise.
14566         (CLD_DUMPED): Likewise.
14567         (CLD_TRAPPED): Likewise.
14568         (CLD_STOPPED): Likewise.
14569         (CLD_CONTINUED): Likewise.
14570         (POLL_IN): Likewise.
14571         (POLL_OUT): Likewise.
14572         (POLL_MSG): Likewise.
14573         (POLL_ERR): Likewise.
14574         (POLL_PRI): Likewise.
14575         (POLL_HUP): Likewise.
14576         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14577         (ILL_ILLOPN): Likewise.
14578         (ILL_ILLADR): Likewise.
14579         (ILL_ILLTRP): Likewise.
14580         (ILL_PRVOPC): Likewise.
14581         (ILL_PRVREG): Likewise.
14582         (ILL_COPROC): Likewise.
14583         (ILL_BADSTK): Likewise.
14584         (FPE_INTDIV): Likewise.
14585         (FPE_INTOVF): Likewise.
14586         (FPE_FLTDIV): Likewise.
14587         (FPE_FLTOVF): Likewise.
14588         (FPE_FLTUND): Likewise.
14589         (FPE_FLTRES): Likewise.
14590         (FPE_FLTINV): Likewise.
14591         (FPE_FLTSUB): Likewise.
14592         (SEGV_MAPERR): Likewise.
14593         (SEGV_ACCERR): Likewise.
14594         (BUS_ADRALN): Likewise.
14595         (BUS_ADRERR): Likewise.
14596         (BUS_OBJERR): Likewise.
14597         (BUS_MCEERR_AR): Likewise.
14598         (BUS_MCEERR_AO): Likewise.
14599         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14600         (TRAP_TRACE): Likewise.
14601         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14602         __USE_XOPEN2K8].
14603         (CLD_KILLED): Likewise.
14604         (CLD_DUMPED): Likewise.
14605         (CLD_TRAPPED): Likewise.
14606         (CLD_STOPPED): Likewise.
14607         (CLD_CONTINUED): Likewise.
14608         (POLL_IN): Likewise.
14609         (POLL_OUT): Likewise.
14610         (POLL_MSG): Likewise.
14611         (POLL_ERR): Likewise.
14612         (POLL_PRI): Likewise.
14613         (POLL_HUP): Likewise.
14614         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
14615         Likewise.
14616         (ILL_ILLOPN): Likewise.
14617         (ILL_ILLADR): Likewise.
14618         (ILL_ILLTRP): Likewise.
14619         (ILL_PRVOPC): Likewise.
14620         (ILL_PRVREG): Likewise.
14621         (ILL_COPROC): Likewise.
14622         (ILL_BADSTK): Likewise.
14623         (ILL_BADIADDR): Likewise.
14624         (ILL_BREAK): Likewise.
14625         (FPE_INTDIV): Likewise.
14626         (FPE_INTOVF): Likewise.
14627         (FPE_FLTDIV): Likewise.
14628         (FPE_FLTOVF): Likewise.
14629         (FPE_FLTUND): Likewise.
14630         (FPE_FLTRES): Likewise.
14631         (FPE_FLTINV): Likewise.
14632         (FPE_FLTSUB): Likewise.
14633         (FPE_DECOVF): Likewise.
14634         (FPE_DECDIV): Likewise.
14635         (FPE_DECERR): Likewise.
14636         (FPE_INVASC): Likewise.
14637         (FPE_INVDEC): Likewise.
14638         (SEGV_MAPERR): Likewise.
14639         (SEGV_ACCERR): Likewise.
14640         (SEGV_PSTKOVF): Likewise.
14641         (BUS_ADRALN): Likewise.
14642         (BUS_ADRERR): Likewise.
14643         (BUS_OBJERR): Likewise.
14644         (BUS_MCEERR_AR): Likewise.
14645         (BUS_MCEERR_AO): Likewise.
14646         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14647         (TRAP_TRACE): Likewise.
14648         (TRAP_BRANCH): Likewise.
14649         (TRAP_HWBKPT): Likewise.
14650         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14651         __USE_XOPEN2K8].
14652         (CLD_KILLED): Likewise.
14653         (CLD_DUMPED): Likewise.
14654         (CLD_TRAPPED): Likewise.
14655         (CLD_STOPPED): Likewise.
14656         (CLD_CONTINUED): Likewise.
14657         (POLL_IN): Likewise.
14658         (POLL_OUT): Likewise.
14659         (POLL_MSG): Likewise.
14660         (POLL_ERR): Likewise.
14661         (POLL_PRI): Likewise.
14662         (POLL_HUP): Likewise.
14663         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
14664         (ILL_ILLOPN): Likewise.
14665         (ILL_ILLADR): Likewise.
14666         (ILL_ILLTRP): Likewise.
14667         (ILL_PRVOPC): Likewise.
14668         (ILL_PRVREG): Likewise.
14669         (ILL_COPROC): Likewise.
14670         (ILL_BADSTK): Likewise.
14671         (FPE_INTDIV): Likewise.
14672         (FPE_INTOVF): Likewise.
14673         (FPE_FLTDIV): Likewise.
14674         (FPE_FLTOVF): Likewise.
14675         (FPE_FLTUND): Likewise.
14676         (FPE_FLTRES): Likewise.
14677         (FPE_FLTINV): Likewise.
14678         (FPE_FLTSUB): Likewise.
14679         (SEGV_MAPERR): Likewise.
14680         (SEGV_ACCERR): Likewise.
14681         (BUS_ADRALN): Likewise.
14682         (BUS_ADRERR): Likewise.
14683         (BUS_OBJERR): Likewise.
14684         (BUS_MCEERR_AR): Likewise.
14685         (BUS_MCEERR_AO): Likewise.
14686         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14687         (TRAP_TRACE): Likewise.
14688         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14689         __USE_XOPEN2K8].
14690         (CLD_KILLED): Likewise.
14691         (CLD_DUMPED): Likewise.
14692         (CLD_TRAPPED): Likewise.
14693         (CLD_STOPPED): Likewise.
14694         (CLD_CONTINUED): Likewise.
14695         (POLL_IN): Likewise.
14696         (POLL_OUT): Likewise.
14697         (POLL_MSG): Likewise.
14698         (POLL_ERR): Likewise.
14699         (POLL_PRI): Likewise.
14700         (POLL_HUP): Likewise.
14701         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
14702         (ILL_ILLOPN): Likewise.
14703         (ILL_ILLADR): Likewise.
14704         (ILL_ILLTRP): Likewise.
14705         (ILL_PRVOPC): Likewise.
14706         (ILL_PRVREG): Likewise.
14707         (ILL_COPROC): Likewise.
14708         (ILL_BADSTK): Likewise.
14709         (FPE_INTDIV): Likewise.
14710         (FPE_INTOVF): Likewise.
14711         (FPE_FLTDIV): Likewise.
14712         (FPE_FLTOVF): Likewise.
14713         (FPE_FLTUND): Likewise.
14714         (FPE_FLTRES): Likewise.
14715         (FPE_FLTINV): Likewise.
14716         (FPE_FLTSUB): Likewise.
14717         (SEGV_MAPERR): Likewise.
14718         (SEGV_ACCERR): Likewise.
14719         (BUS_ADRALN): Likewise.
14720         (BUS_ADRERR): Likewise.
14721         (BUS_OBJERR): Likewise.
14722         (BUS_MCEERR_AR): Likewise.
14723         (BUS_MCEERR_AO): Likewise.
14724         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14725         (TRAP_TRACE): Likewise.
14726         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14727         __USE_XOPEN2K8].
14728         (CLD_KILLED): Likewise.
14729         (CLD_DUMPED): Likewise.
14730         (CLD_TRAPPED): Likewise.
14731         (CLD_STOPPED): Likewise.
14732         (CLD_CONTINUED): Likewise.
14733         (POLL_IN): Likewise.
14734         (POLL_OUT): Likewise.
14735         (POLL_MSG): Likewise.
14736         (POLL_ERR): Likewise.
14737         (POLL_PRI): Likewise.
14738         (POLL_HUP): Likewise.
14739         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
14740         (ILL_ILLOPN): Likewise.
14741         (ILL_ILLADR): Likewise.
14742         (ILL_ILLTRP): Likewise.
14743         (ILL_PRVOPC): Likewise.
14744         (ILL_PRVREG): Likewise.
14745         (ILL_COPROC): Likewise.
14746         (ILL_BADSTK): Likewise.
14747         (FPE_INTDIV): Likewise.
14748         (FPE_INTOVF): Likewise.
14749         (FPE_FLTDIV): Likewise.
14750         (FPE_FLTOVF): Likewise.
14751         (FPE_FLTUND): Likewise.
14752         (FPE_FLTRES): Likewise.
14753         (FPE_FLTINV): Likewise.
14754         (FPE_FLTSUB): Likewise.
14755         (SEGV_MAPERR): Likewise.
14756         (SEGV_ACCERR): Likewise.
14757         (BUS_ADRALN): Likewise.
14758         (BUS_ADRERR): Likewise.
14759         (BUS_OBJERR): Likewise.
14760         (BUS_MCEERR_AR): Likewise.
14761         (BUS_MCEERR_AO): Likewise.
14762         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14763         (TRAP_TRACE): Likewise.
14764         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14765         __USE_XOPEN2K8].
14766         (CLD_KILLED): Likewise.
14767         (CLD_DUMPED): Likewise.
14768         (CLD_TRAPPED): Likewise.
14769         (CLD_STOPPED): Likewise.
14770         (CLD_CONTINUED): Likewise.
14771         (POLL_IN): Likewise.
14772         (POLL_OUT): Likewise.
14773         (POLL_MSG): Likewise.
14774         (POLL_ERR): Likewise.
14775         (POLL_PRI): Likewise.
14776         (POLL_HUP): Likewise.
14777         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
14778         (ILL_ILLOPN): Likewise.
14779         (ILL_ILLADR): Likewise.
14780         (ILL_ILLTRP): Likewise.
14781         (ILL_PRVOPC): Likewise.
14782         (ILL_PRVREG): Likewise.
14783         (ILL_COPROC): Likewise.
14784         (ILL_BADSTK): Likewise.
14785         (ILL_DBLFLT): Likewise.
14786         (ILL_HARDWALL): Likewise.
14787         (FPE_INTDIV): Likewise.
14788         (FPE_INTOVF): Likewise.
14789         (FPE_FLTDIV): Likewise.
14790         (FPE_FLTOVF): Likewise.
14791         (FPE_FLTUND): Likewise.
14792         (FPE_FLTRES): Likewise.
14793         (FPE_FLTINV): Likewise.
14794         (FPE_FLTSUB): Likewise.
14795         (SEGV_MAPERR): Likewise.
14796         (SEGV_ACCERR): Likewise.
14797         (BUS_ADRALN): Likewise.
14798         (BUS_ADRERR): Likewise.
14799         (BUS_OBJERR): Likewise.
14800         (BUS_MCEERR_AR): Likewise.
14801         (BUS_MCEERR_AO): Likewise.
14802         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14803         (TRAP_TRACE): Likewise.
14804         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14805         __USE_XOPEN2K8].
14806         (CLD_KILLED): Likewise.
14807         (CLD_DUMPED): Likewise.
14808         (CLD_TRAPPED): Likewise.
14809         (CLD_STOPPED): Likewise.
14810         (CLD_CONTINUED): Likewise.
14811         (POLL_IN): Likewise.
14812         (POLL_OUT): Likewise.
14813         (POLL_MSG): Likewise.
14814         (POLL_ERR): Likewise.
14815         (POLL_PRI): Likewise.
14816         (POLL_HUP): Likewise.
14817         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
14818         (ILL_ILLOPN): Likewise.
14819         (ILL_ILLADR): Likewise.
14820         (ILL_ILLTRP): Likewise.
14821         (ILL_PRVOPC): Likewise.
14822         (ILL_PRVREG): Likewise.
14823         (ILL_COPROC): Likewise.
14824         (ILL_BADSTK): Likewise.
14825         (FPE_INTDIV): Likewise.
14826         (FPE_INTOVF): Likewise.
14827         (FPE_FLTDIV): Likewise.
14828         (FPE_FLTOVF): Likewise.
14829         (FPE_FLTUND): Likewise.
14830         (FPE_FLTRES): Likewise.
14831         (FPE_FLTINV): Likewise.
14832         (FPE_FLTSUB): Likewise.
14833         (SEGV_MAPERR): Likewise.
14834         (SEGV_ACCERR): Likewise.
14835         (BUS_ADRALN): Likewise.
14836         (BUS_ADRERR): Likewise.
14837         (BUS_OBJERR): Likewise.
14838         (BUS_MCEERR_AR): Likewise.
14839         (BUS_MCEERR_AO): Likewise.
14840         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14841         (TRAP_TRACE): Likewise.
14842         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14843         __USE_XOPEN2K8].
14844         (CLD_KILLED): Likewise.
14845         (CLD_DUMPED): Likewise.
14846         (CLD_TRAPPED): Likewise.
14847         (CLD_STOPPED): Likewise.
14848         (CLD_CONTINUED): Likewise.
14849         (POLL_IN): Likewise.
14850         (POLL_OUT): Likewise.
14851         (POLL_MSG): Likewise.
14852         (POLL_ERR): Likewise.
14853         (POLL_PRI): Likewise.
14854         (POLL_HUP): Likewise.
14855         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
14856         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
14858         [BZ #16670]
14859         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
14860         before #include of <time.h>.
14861         [!__USE_XOPEN2K] (__need_timespec): Likewise.
14862         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
14863         (test-xfail-UNIX98/sched.h/conform): Likewise.
14865 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14867         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
14868         error absence of trapping exception support.
14869         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14871 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14873         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
14874         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
14875         * timezone/Makefile (testdata): Move definition above include of
14876         Rules.
14877         (test-zones): New variable.
14878         (tests-special): Add zone files.
14879         (build-testdata): Use $(evaluate-test).
14881         * elf/Makefile (tests-special): Rename tests to end with .out.
14882         ($(objpfx)noload-mem): Likewise.
14883         ($(objpfx)tst-leaks1-mem): Likewise.
14884         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
14885         * iconv/Makefile (xtests-special): Change test-iconvconfig to
14886         $(objpfx)test-iconvconfig.out.
14887         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
14888         set -e inside subshell and redirect output to file.
14889         * iconvdata/Makefile (generated): Rename tests to end with .out.
14890         Correct type.
14891         (tests-special): Rename tests to end with .out.
14892         ($(objpfx)mtrace-tst-loading): Likewise.
14893         * intl/Makefile (generated): Likewise.
14894         (tests-special): Likewise.
14895         ($(objpfx)mtrace-tst-gettext): Likewise.
14896         * misc/Makefile (generated): Likewise.
14897         (tests-special): Likewise.
14898         ($(objpfx)tst-error1-mem): Likewise.
14899         * nptl/Makefile (tests-special): Likewise.
14900         ($(objpfx)tst-stack3-mem): Likewise.
14901         (generated): Likewise.
14902         * posix/Makefile (generated): Likewise.
14903         (tests-special): Likewise.
14904         (xtests-special): Likewise.
14905         ($(objpfx)tst-fnmatch-mem): Likewise.
14906         ($(objpfx)bug-regex2-mem): Likewise.
14907         ($(objpfx)bug-regex14-mem): Likewise.
14908         ($(objpfx)bug-regex21-mem): Likewise.
14909         ($(objpfx)bug-regex31-mem): Likewise.
14910         ($(objpfx)tst-vfork3-mem): Likewise.
14911         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14912         ($(objpfx)tst-pcre-mem): Likewise.
14913         ($(objpfx)tst-boost-mem): Likewise.
14914         ($(objpfx)bug-ga2-mem): Likewise.
14915         ($(objpfx)bug-glob2-mem): Likewise.
14916         * resolv/Makefile (generate): Likewise.
14917         (tests-special): Likewise.
14918         (xtests-special): Likewise.
14919         (generated): Likewise.
14920         ($(objpfx)mtrace-tst-leaks): Likewise.
14921         ($(objpfx)mtrace-tst-leaks2): Likewise.
14923         * scripts/merge-test-results.sh: New file.
14924         * Makefile (tests-special-notdir): New variable.
14925         (tests): Run merge-test-results.sh.
14926         (xtests): Likewise.
14927         * Rules (tests-special-notdir): New variable.
14928         (xtests-special-notdir): Likewise.
14929         (tests): Run merge-test-results.sh
14930         (xtests): Likewise.
14932         * Makeconfig (test-xfail-name): New variable.
14933         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
14934         compute variable name for expected failures.
14935         * conform/Makefile (conformtest-headers-data): New variable.
14936         (conformtest-standards): Likewise.
14937         (conformtest-headers-ISO): Likewise.
14938         (conformtest-headers-ISO99): Likewise.
14939         (conformtest-headers-ISO11): Likewise.
14940         (conformtest-headers-POSIX): Likewise.
14941         (conformtest-headers-XPG3): Likewise.
14942         (conformtest-headers-XPG4): Likewise.
14943         (conformtest-headers-UNIX98): Likewise.
14944         (conformtest-headers-XOPEN2K): Likewise.
14945         (conformtest-headers-POSIX2008): Likewise.
14946         (conformtest-headers-XOPEN2K8): Likewise.
14947         (conformtest-header-list-base): Likewise.
14948         (conformtest-header-list-tests): Likewise.
14949         (conformtest-header-base): Likewise.
14950         (conformtest-header-tests): Likewise.
14951         (tests-special): Add $(conformtest-header-list-tests).  If
14952         [$(fast-check) && !$(cross-compiling)], add
14953         $(conformtest-header-tests) instead of
14954         $(objpfx)run-conformtest.out.
14955         (generated): Add $(conformtest-header-list-base).  If
14956         [$(fast-check) && !$(cross-compiling)], add
14957         $(conformtest-header-base).  Remove previous setting.
14958         ($(conformtest-header-list-tests)): New target.
14959         (test-xfail-run-conformtest): Remove variable.
14960         ($(objpfx)run-conformtest.out): Remove target.
14961         (test-xfail-ISO11/complex.h/conform): New variable.
14962         (test-xfail-ISO11/stdalign.h/conform): Likewise.
14963         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
14964         (test-xfail-XPG3/varargs.h/conform): Likewise.
14965         (test-xfail-XPG4/varargs.h/conform): Likewise.
14966         (test-xfail-UNIX98/varargs.h/conform): Likewise.
14967         (test-xfail-XPG4/ndbm.h/conform): Likewise.
14968         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
14969         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
14970         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
14971         (test-xfail-XPG3/fcntl.h/conform): Likewise.
14972         (test-xfail-XPG3/ftw.h/conform): Likewise.
14973         (test-xfail-XPG3/grp.h/conform): Likewise.
14974         (test-xfail-XPG3/langinfo.h/conform): Likewise.
14975         (test-xfail-XPG3/limits.h/conform): Likewise.
14976         (test-xfail-XPG3/pwd.h/conform): Likewise.
14977         (test-xfail-XPG3/search.h/conform): Likewise.
14978         (test-xfail-XPG3/signal.h/conform): Likewise.
14979         (test-xfail-XPG3/stdio.h/conform): Likewise.
14980         (test-xfail-XPG3/stdlib.h/conform): Likewise.
14981         (test-xfail-XPG3/string.h/conform): Likewise.
14982         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
14983         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
14984         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
14985         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
14986         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
14987         (test-xfail-XPG3/sys/types.h/conform): Likewise.
14988         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
14989         (test-xfail-XPG3/termios.h/conform): Likewise.
14990         (test-xfail-XPG3/time.h/conform): Likewise.
14991         (test-xfail-XPG3/unistd.h/conform): Likewise.
14992         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
14993         (test-xfail-XPG4/fcntl.h/conform): Likewise.
14994         (test-xfail-XPG4/langinfo.h/conform): Likewise.
14995         (test-xfail-XPG4/netdb.h/conform): Likewise.
14996         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
14997         (test-xfail-XPG4/signal.h/conform): Likewise.
14998         (test-xfail-XPG4/stdio.h/conform): Likewise.
14999         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15000         (test-xfail-XPG4/stropts.h/conform): Likewise.
15001         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15002         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15003         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15004         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15005         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15006         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15007         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15008         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15009         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15010         (test-xfail-XPG4/termios.h/conform): Likewise.
15011         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15012         (test-xfail-XPG4/unistd.h/conform): Likewise.
15013         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15014         (test-xfail-POSIX/sched.h/conform): Likewise.
15015         (test-xfail-POSIX/signal.h/conform): Likewise.
15016         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15017         (test-xfail-POSIX/tar.h/conform): Likewise.
15018         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15019         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15020         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15021         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15022         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15023         (test-xfail-UNIX98/sched.h/conform): Likewise.
15024         (test-xfail-UNIX98/signal.h/conform): Likewise.
15025         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15026         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15027         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15028         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15029         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15030         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15031         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15032         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15033         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15034         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15035         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15036         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15037         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15038         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15039         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15040         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15041         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15042         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15043         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15044         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15045         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15046         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15047         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15048         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15049         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15050         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15051         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15052         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15053         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15054         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15055         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15056         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15057         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15058         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15059         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15060         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15061         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15062         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15063         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15064         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15065         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15066         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15067         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15068         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15069         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15070         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15071         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15072         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15073         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15074         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15075         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15076         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15077         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15078         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15079         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15080         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15081         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15082         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15083         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15084         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15085         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15086         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15087         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15088         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15089         (conformtest-cc-flags): Likewise.
15090         ($(conformtest-header-tests): New target.
15091         * conform/check-header-lists.sh: New file.
15092         * conform/run-conformtest.sh: Remove.
15094         * conform/conformtest.pl: Allow ' and \ in values given for
15095         constants.
15096         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15097         inclusion.
15098         [POSIX] (sys/types.h): Likewise.
15099         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15100         inclusion.
15101         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15102         inclusion.
15103         * conform/data/signal.h-data (SIGIO): Remove expectation.
15104         [XPG3] (SIGBUS): Do not expect.
15105         [POSIX || XPG3] (SIGPOLL): Likewise.
15106         [POSIX || XPG3] (SIGPROF): Likewise.
15107         [POSIX || XPG3] (SIGSYS): Likewise.
15108         [XPG3] (SIGTRAP): Likewise.
15109         [POSIX || XPG3] (SIGURG): Likewise.
15110         [POSIX || XPG3] (SIGVTALRM): Likewise.
15111         [POSIX || XPG3] (SIGXCPU): Likewise.
15112         [POSIX || XPG3] (SIGXFSZ): Likewise.
15113         [POSIX] (SA_SIGINFO): Expect.
15114         [XPG3] (siginfo_t): Do not expect type or contents.
15115         [POSIX] (si_pid): Do not expect element.
15116         [POSIX] (si_uid): Likewise.
15117         [POSIX] (si_addr): Likewise.
15118         [POSIX] (si_status): Likewise.
15119         [POSIX] (si_band): Likewise.
15120         [XPG4] (si_value): Likewise.
15121         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15122         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15123         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15124         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15125         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15126         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15127         [POSIX || XPG3] (ILL_COPROC): Likewise.
15128         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15129         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15130         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15131         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15132         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15133         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15134         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15135         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15136         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15137         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15138         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15139         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15140         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15141         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15142         [POSIX || XPG3] (CLD_EXITED): Likewise.
15143         [POSIX || XPG3] (CLD_KILLED): Likewise.
15144         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15145         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15146         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15147         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15148         [POSIX || XPG3] (POLL_IN): Likewise.
15149         [POSIX || XPG3] (POLL_OUT): Likewise.
15150         [POSIX || XPG3] (POLL_MSG): Likewise.
15151         [POSIX || XPG3] (POLL_ERR): Likewise.
15152         [POSIX || XPG3] (POLL_PRI): Likewise.
15153         [POSIX || XPG3] (POLL_HUP): Likewise.
15154         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15155         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15156         (SIG*): Do not allow.
15157         [XPG3] (si_*): Likewise.
15158         [XPG3] (SI_*): Likewise.
15159         [XPG3 || XPG4] (sigev_*): Likewise.
15160         [XPG3 || XPG4] (SIGEV_*): Likewise.
15161         [XPG3 || XPG4] (sival_*): Likewise.
15162         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15163         [POSIX || XPG3] (BUS_*): Likewise.
15164         [POSIX || XPG3] (CLD_*): Likewise.
15165         [POSIX || XPG3] (FPE_*): Likewise.
15166         [POSIX || XPG3] (ILL_*): Likewise.
15167         [POSIX || XPG3] (POLL_*): Likewise.
15168         [POSIX || XPG3] (SEGV_*): Likewise.
15169         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15170         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15171         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15172         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15173         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15174         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15175         Specify type and value.
15176         (TVERSLEN): Likewise.
15177         (REGTYPE): Likewise.
15178         (AREGTYPE): Likewise.
15179         (LNKTYPE): Likewise.
15180         (SYMTYPE): Likewise.
15181         (CHRTYPE): Likewise.
15182         (BLKTYPE): Likewise.
15183         (DIRTYPE): Likewise.
15184         (FIFOTYPE): Likewise.
15185         (CONTTYPE): Likewise.
15186         (TSUID): Likewise.
15187         (TSGID): Likewise.
15188         (TSVTX): Likewise.
15189         (TUREAD): Likewise.
15190         (TUWRITE): Likewise.
15191         (TUEXEC): Likewise.
15192         (TGREAD): Likewise.
15193         (TGWRITE): Likewise.
15194         (TGEXEC): Likewise.
15195         (TOREAD): Likewise.
15196         (TOWRITE): Likewise.
15197         (TOEXEC): Likewise.
15198         [POSIX] (TSVTX): Expect constant.
15200 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15202         * Makefile (tests): Change dependencies to ....
15203         (tests-special): ... additions to this variable.
15204         (tests): Depend on $(tests-special).
15205         * Makerules (check-abi-list): New variable.
15206         (check-abi): Depend on $(check-abi-list).
15207         [$(subdir) = elf] (tests-special): Add
15208         $(objpfx)check-abi-libc.out.
15209         [$(build-shared) = yes && subdir] (tests-special): Add
15210         $(check-abi-list).
15211         [$(build-shared) = yes && subdir] (tests): Do not depend on
15212         check-abi.
15213         * Rules (tests): Depend on $(tests-special).
15214         (xtests): Depend on $(xtests-special).
15215         * catgets/Makefile (tests): Change dependencies to ....
15216         (tests-special): ... additions to this variable.
15217         * conform/Makefile (tests): Change dependencies to ....
15218         (tests-special): ... additions to this variable.
15219         * elf/Makefile (tests): Change dependencies to ....
15220         (tests-special): ... additions to this variable.
15221         * grp/Makefile (tests): Change dependencies to ....
15222         (tests-special): ... additions to this variable.
15223         * iconv/Makefile (xtests): Change dependencies to ....
15224         (xtests-special): ... additions to this variable.
15225         * iconvdata/Makefile (tests): Change dependencies to ....
15226         (tests-special): ... additions to this variable.
15227         * intl/Makefile (tests): Change dependencies to ....
15228         (tests-special): ... additions to this variable.  Also add
15229         $(objpfx)tst-gettext.out.
15230         * io/Makefile (tests): Change dependencies to ....
15231         (tests-special): ... additions to this variable.
15232         * libio/Makefile (tests): Change dependencies to ....
15233         (tests-special): ... additions to this variable.
15234         * malloc/Makefile (tests): Change dependencies to ....
15235         (tests-special): ... additions to this variable.
15236         * misc/Makefile (tests): Change dependencies to ....
15237         (tests-special): ... additions to this variable.
15238         * nptl/Makefile (tests): Change dependencies to ....
15239         (tests-special): ... additions to this variable.
15240         * nptl_db/Makefile (tests): Change dependencies to ....
15241         (tests-special): ... additions to this variable.
15242         * posix/Makefile (tests): Change dependencies to ....
15243         (tests-special): ... additions to this variable.
15244         (xtests): Change dependencies to ....
15245         (xtests-special): ... additions to this variable.
15246         * resolv/Makefile (tests): Change dependencies to ....
15247         (tests-special): ... additions to this variable.
15248         (xtests): Change dependencies to ....
15249         (xtests-special): ... additions to this variable.
15250         * stdio-common/Makefile (tests): Change dependencies to ....
15251         (tests-special): ... additions to this variable.
15252         (do-tst-unbputc): Remove target.
15253         (do-tst-printf): Likewise.
15254         * stdlib/Makefile (tests): Change dependencies to ....
15255         (tests-special): ... additions to this variable.
15256         * string/Makefile (tests): Change dependencies to ....
15257         (tests-special): ... additions to this variable.
15258         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15259         (tests-special): ... additions to this variable.
15261         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15262         whole file.
15263         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15264         whole file.
15265         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15266         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15268         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15269         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15270         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15271         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15272         * conform/data/libgen.h-data [XPG3]: Likewise.
15273         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15274         * conform/data/ndbm.h-data [XPG3]: Likewise.
15275         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15276         * conform/data/netdb.h-data [XPG3]: Likewise.
15277         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15278         * conform/data/poll.h-data [XPG3]: Likewise.
15279         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15280         * conform/data/strings.h-data [XPG3]: Likewise.
15281         * conform/data/stropts.h-data [XPG3]: Likewise.
15282         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15283         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15284         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15285         Likewise.
15286         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15287         * conform/data/sys/time.h-data [XPG3]: Likewise.
15288         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15289         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15290         * conform/data/sys/un.h-data [XPG3]: Likewise.
15291         * conform/data/syslog.h-data [XPG3]: Likewise.
15292         * conform/data/ucontext.h-data [XPG3]: Likewise.
15293         * conform/data/utmpx.h-data [XPG3]: Likewise.
15294         * conform/data/varargs.h-data [UNIX98]: Enable file.
15296         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15298         * math/libm-test.inc (struct test_f_f_data): Move expected results
15299         into structure for each rounding mode.
15300         (struct test_ff_f_data): Likewise.
15301         (struct test_ff_f_data_nexttoward): Likewise.
15302         (struct test_fi_f_data): Likewise.
15303         (struct test_fl_f_data): Likewise.
15304         (struct test_if_f_data): Likewise.
15305         (struct test_fff_f_data): Likewise.
15306         (struct test_c_f_data): Likewise.
15307         (struct test_f_f1_data): Likewise.
15308         (struct test_fF_f1_data): Likewise.
15309         (struct test_ffI_f1_data): Likewise.
15310         (struct test_c_c_data): Likewise.
15311         (struct test_cc_c_data): Likewise.
15312         (struct test_f_i_data): Likewise.
15313         (struct test_ff_i_data): Likewise.
15314         (struct test_f_l_data): Likewise.
15315         (struct test_f_L_data): Likewise.
15316         (struct test_fFF_11_data): Likewise.
15317         (RM_): New macro.
15318         (RM_FE_DOWNWARD): Likewise.
15319         (RM_FE_TONEAREST): Likewise.
15320         (RM_FE_TOWARDZERO): Likewise.
15321         (RM_FE_UPWARD): Likewise.
15322         (RUN_TEST_LOOP_f_f): Update references to expected results.
15323         (RUN_TEST_LOOP_2_f): Likewise.
15324         (RUN_TEST_LOOP_fff_f): Likewise.
15325         (RUN_TEST_LOOP_c_f): Likewise.
15326         (RUN_TEST_LOOP_f_f1): Likewise.
15327         (RUN_TEST_LOOP_fF_f1): Likewise.
15328         (RUN_TEST_LOOP_fI_f1): Likewise.
15329         (RUN_TEST_LOOP_ffI_f1): Likewise.
15330         (RUN_TEST_LOOP_c_c): Likewise.
15331         (RUN_TEST_LOOP_cc_c): Likewise.
15332         (RUN_TEST_LOOP_f_i): Likewise.
15333         (RUN_TEST_LOOP_f_i_tg): Likewise.
15334         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15335         (RUN_TEST_LOOP_f_b): Likewise.
15336         (RUN_TEST_LOOP_f_b_tg): Likewise.
15337         (RUN_TEST_LOOP_f_l): Likewise.
15338         (RUN_TEST_LOOP_f_L): Likewise.
15339         (RUN_TEST_LOOP_fFF_11): Likewise.
15340         * math/gen-libm-test.pl (parse_args): Output four copies of
15341         expected results for each test.
15343         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15344         (__ASSUME_UTIMES): Remove.
15345         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15346         (__ASSUME_UTIMES): Likewise.
15348         * math/gen-auto-libm-tests.c: Update comment on output format.
15349         (output_for_one_input_case): Generate before-rounding and
15350         after-rounding information as conditions on output flags not
15351         floating-point format.
15352         * math/auto-libm-test-out: Regenerated.
15353         * math/gen-libm-test.pl (cond_value): New function.
15354         (or_cond_value): Use cond_value.
15355         (generate_testfile): Handle conditional exceptions.
15357 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15359         * math/libm-test.inc (max_valid_error): New variable.
15360         (init_max_error): Take new argument specifying whether function
15361         results are exactly determined.  Set max_valid_error and bound
15362         other variables for errors based on this argument.
15363         (set_max_error): Do not record results above max_valid_error.
15364         (check_float_internal): Only accept errors of up to 0.5ulps if
15365         also at most max_valid_error.
15366         (START): Take new argument EXACT and pass it to init_max_error.
15367         (acos_test): Update call to START.
15368         (acos_test_tonearest): Likewise.
15369         (acos_test_towardzero): Likewise.
15370         (acos_test_downward): Likewise.
15371         (acos_test_upward): Likewise.
15372         (acosh_test): Likewise.
15373         (asin_test): Likewise.
15374         (asin_test_tonearest): Likewise.
15375         (asin_test_towardzero): Likewise.
15376         (asin_test_downward): Likewise.
15377         (asin_test_upward): Likewise.
15378         (asinh_test): Likewise.
15379         (atan_test): Likewise.
15380         (atanh_test): Likewise.
15381         (atan2_test): Likewise.
15382         (cabs_test): Likewise.
15383         (cacos_test): Likewise.
15384         (cacosh_test): Likewise.
15385         (carg_test): Likewise.
15386         (casin_test): Likewise.
15387         (casinh_test): Likewise.
15388         (catan_test): Likewise.
15389         (catanh_test): Likewise.
15390         (cbrt_test): Likewise.
15391         (ccos_test): Likewise.
15392         (ccosh_test): Likewise.
15393         (ceil_test): Likewise.
15394         (cexp_test): Likewise.
15395         (cimag_test): Likewise.
15396         (clog_test): Likewise.
15397         (clog10_test): Likewise.
15398         (conj_test): Likewise.
15399         (copysign_test): Likewise.
15400         (cos_test): Likewise.
15401         (cos_test_tonearest): Likewise.
15402         (cos_test_towardzero): Likewise.
15403         (cos_test_downward): Likewise.
15404         (cos_test_upward): Likewise.
15405         (cosh_test): Likewise.
15406         (cosh_test_tonearest): Likewise.
15407         (cosh_test_towardzero): Likewise.
15408         (cosh_test_downward): Likewise.
15409         (cosh_test_upward): Likewise.
15410         (cpow_test): Likewise.
15411         (cproj_test): Likewise.
15412         (creal_test): Likewise.
15413         (csin_test): Likewise.
15414         (csinh_test): Likewise.
15415         (csqrt_test): Likewise.
15416         (ctan_test): Likewise.
15417         (ctan_test_tonearest): Likewise.
15418         (ctan_test_towardzero): Likewise.
15419         (ctan_test_downward): Likewise.
15420         (ctan_test_upward): Likewise.
15421         (ctanh_test): Likewise.
15422         (ctanh_test_tonearest): Likewise.
15423         (ctanh_test_towardzero): Likewise.
15424         (ctanh_test_downward): Likewise.
15425         (ctanh_test_upward): Likewise.
15426         (erf_test): Likewise.
15427         (erfc_test): Likewise.
15428         (exp_test): Likewise.
15429         (exp_test_tonearest): Likewise.
15430         (exp_test_towardzero): Likewise.
15431         (exp_test_downward): Likewise.
15432         (exp_test_upward): Likewise.
15433         (exp10_test): Likewise.
15434         (exp10_test_tonearest): Likewise.
15435         (exp10_test_towardzero): Likewise.
15436         (exp10_test_downward): Likewise.
15437         (exp10_test_upward): Likewise.
15438         (pow10_test): Likewise.
15439         (exp2_test): Likewise.
15440         (expm1_test): Likewise.
15441         (expm1_test_tonearest): Likewise.
15442         (expm1_test_towardzero): Likewise.
15443         (expm1_test_downward): Likewise.
15444         (expm1_test_upward): Likewise.
15445         (fabs_test): Likewise.
15446         (fdim_test): Likewise.
15447         (floor_test): Likewise.
15448         (fma_test): Likewise.
15449         (fma_test_towardzero): Likewise.
15450         (fma_test_downward): Likewise.
15451         (fma_test_upward): Likewise.
15452         (fmax_test): Likewise.
15453         (fmin_test): Likewise.
15454         (fmod_test): Likewise.
15455         (fpclassify_test): Likewise.
15456         (frexp_test): Likewise.
15457         (hypot_test): Likewise.
15458         (ilogb_test): Likewise.
15459         (isfinite_test): Likewise.
15460         (finite_test): Likewise.
15461         (isgreater_test): Likewise.
15462         (isgreaterequal_test): Likewise.
15463         (isinf_test): Likewise.
15464         (isless_test): Likewise.
15465         (islessequal_test): Likewise.
15466         (islessgreater_test): Likewise.
15467         (isnan_test): Likewise.
15468         (isnormal_test): Likewise.
15469         (issignaling_test): Likewise.
15470         (isunordered_test): Likewise.
15471         (j0_test): Likewise.
15472         (j1_test): Likewise.
15473         (jn_test): Likewise.
15474         (ldexp_test): Likewise.
15475         (lgamma_test): Likewise.
15476         (gamma_test): Likewise.
15477         (lrint_test): Likewise.
15478         (lrint_test_tonearest): Likewise.
15479         (lrint_test_towardzero): Likewise.
15480         (lrint_test_downward): Likewise.
15481         (lrint_test_upward): Likewise.
15482         (llrint_test): Likewise.
15483         (llrint_test_tonearest): Likewise.
15484         (llrint_test_towardzero): Likewise.
15485         (llrint_test_downward): Likewise.
15486         (llrint_test_upward): Likewise.
15487         (log_test): Likewise.
15488         (log10_test): Likewise.
15489         (log1p_test): Likewise.
15490         (log2_test): Likewise.
15491         (logb_test): Likewise.
15492         (logb_test_downward): Likewise.
15493         (lround_test): Likewise.
15494         (llround_test): Likewise.
15495         (modf_test): Likewise.
15496         (nearbyint_test): Likewise.
15497         (nextafter_test): Likewise.
15498         (nexttoward_test): Likewise.
15499         (pow_test): Likewise.
15500         (pow_test_tonearest): Likewise.
15501         (pow_test_towardzero): Likewise.
15502         (pow_test_downward): Likewise.
15503         (pow_test_upward): Likewise.
15504         (remainder_test): Likewise.
15505         (drem_test): Likewise.
15506         (remainder_test_tonearest): Likewise.
15507         (drem_test_tonearest): Likewise.
15508         (remainder_test_towardzero): Likewise.
15509         (drem_test_towardzero): Likewise.
15510         (remainder_test_downward): Likewise.
15511         (drem_test_downward): Likewise.
15512         (remainder_test_upward): Likewise.
15513         (drem_test_upward): Likewise.
15514         (remquo_test): Likewise.
15515         (rint_test): Likewise.
15516         (rint_test_tonearest): Likewise.
15517         (rint_test_towardzero): Likewise.
15518         (rint_test_downward): Likewise.
15519         (rint_test_upward): Likewise.
15520         (round_test): Likewise.
15521         (scalb_test): Likewise.
15522         (scalbn_test): Likewise.
15523         (scalbln_test): Likewise.
15524         (signbit_test): Likewise.
15525         (sin_test): Likewise.
15526         (sin_test_tonearest): Likewise.
15527         (sin_test_towardzero): Likewise.
15528         (sin_test_downward): Likewise.
15529         (sin_test_upward): Likewise.
15530         (sincos_test): Likewise.
15531         (sinh_test): Likewise.
15532         (sinh_test_tonearest): Likewise.
15533         (sinh_test_towardzero): Likewise.
15534         (sinh_test_downward): Likewise.
15535         (sinh_test_upward): Likewise.
15536         (sqrt_test): Likewise.
15537         (sqrt_test_tonearest): Likewise.
15538         (sqrt_test_towardzero): Likewise.
15539         (sqrt_test_downward): Likewise.
15540         (sqrt_test_upward): Likewise.
15541         (tan_test): Likewise.
15542         (tan_test_tonearest): Likewise.
15543         (tan_test_towardzero): Likewise.
15544         (tan_test_downward): Likewise.
15545         (tan_test_upward): Likewise.
15546         (tanh_test): Likewise.
15547         (tgamma_test): Likewise.
15548         (trunc_test): Likewise.
15549         (y0_test): Likewise.
15550         (y1_test): Likewise.
15551         (yn_test): Likewise.
15552         (significand_test): Likewise.
15554         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15555         individual tests in comment.
15556         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15557         (prev_max_error): New variable.
15558         (prev_real_max_error): Likewise.
15559         (prev_imag_max_error): Likewise.
15560         (compare_ulp_data): Don't refer to test names in comment.
15561         (find_test_ulps): Remove function.
15562         (find_function_ulps): Likewise.
15563         (find_complex_function_ulps): Likewise.
15564         (init_max_error): Take function name as argument.  Look up ulps
15565         for that function.
15566         (print_ulps): Remove function.
15567         (print_max_error): Use prev_max_error instead of calling
15568         find_function_ulps.
15569         (print_complex_max_error): Use prev_real_max_error and
15570         prev_imag_max_error instead of calling find_complex_function_ulps.
15571         (check_float_internal): Take max_ulp parameter instead of calling
15572         find_test_ulps.  Don't call print_ulps.
15573         (check_float): Update call to check_float_internal.
15574         (check_complex): Update calls to check_float_internal.
15575         (START): Pass argument to init_max_error.
15576         * math/gen-libm-test.pl (%results): Don't include "kind"
15577         information.
15578         (parse_ulps): Don't handle ulps of individual tests.
15579         (print_ulps_file): Likewise.
15580         (output_ulps): Likewise.
15581         * math/README.libm-test: Update.
15582         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15583         individual tests.
15584         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15585         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15586         * sysdeps/arm/libm-test-ulps: Likewise.
15587         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15588         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15589         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15590         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15591         * sysdeps/microblaze/libm-test-ulps: Likewise.
15592         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15593         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15594         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15595         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15596         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15597         * sysdeps/sh/libm-test-ulps: Likewise.
15598         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15599         * sysdeps/tile/libm-test-ulps: Likewise.
15600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15602 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
15604         * math/libm-test.inc (print_complex_max_error): Check separately
15605         whether real and imaginary errors are within allowed range and
15606         pass 0 to print_complex_function_ulps instead of value within
15607         allowed range.
15609 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15611         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
15612         formatting.
15613         (get_handles_fopen): Likewise.
15614         (do_write_test): Likewise.
15616         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
15618         * libio/fileops.c (do_ftell): Use cached offset when
15619         available.
15620         * libio/iofwide.c (do_ftell_wide): Likewise.
15621         * libio/iofdopen.c (_IO_new_fdopen): Don't use
15622         _IO_file_attach.
15623         * libio/wfileops.c (_IO_fwide): Don't cache offset.
15625         [BZ #16532]
15626         * libio/libioP.h (get_file_offset): New function.
15627         * libio/fileops.c (get_file_offset): Likewise.
15628         (do_ftell): Likewise.
15629         (_IO_new_file_seekoff): Split out ftell logic.
15630         * libio/wfileops.c (do_ftell_wide): Likewise.
15631         (_IO_wfile_seekoff): Split out ftell logic.
15632         * libio/tst-ftell-active-handler.c: New test case.
15633         * libio/Makefile (tests): Add it.
15635 2014-03-03  Roland McGrath  <roland@hack.frob.com>
15637         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
15638         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
15640 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15642         [BZ #16639]
15643         * nscd/connections.c (nscd_init): Call do_exit.
15644         (start_threads): Call do_exit and notify_parent.
15645         (begin_drop_privileges): Call do_exit.
15646         (finish_drop_privileges): Likewise.
15647         * nscd/selinux.c (preserve_capabilities): Likewise.
15648         (install_real_capabilities): Likewise.
15649         (nscd_selinux_enabled): Likewise.
15650         (avc_create_thread): Likewise.
15651         (avc_alloc_lock): Likewise.
15652         (nscd_avc_init): Likewise.
15653         * nscd/nscd.c (parent_fd): New static variable.
15654         (main): Create a pipe between parent and child processes.
15655         Skip closing parent_fd.
15656         (monitor_child): New function.
15657         (do_exit): Likewise.
15658         (notify_parent): Likewise.
15659         * nscd/nscd.h (notify_parent): Likewise.
15660         (do_exit): Likewise.
15662 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
15664         * malloc/malloc.c (__libc_calloc): Revert last change.
15666 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15668         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15670 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15672         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
15673         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
15674         implementation.
15675         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15676         (__libc_ifunc_impl_list): Likewise.
15677         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
15678         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
15679         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
15680         * string/strrchr.c: Define STRRCHR.
15682 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
15684         * benchtest/bench-strtok.c (simple_strtok): Delete.
15685         (strtok_string): Use as benchmark.
15686         * string/strtok (STRTOK): New macro.
15688 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
15690         * manual/threads.texi: Add header and standard comments to all
15691         functions.
15693         * elf/dl-lookup.c (check_match): New function.
15694         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
15695         (do_lookup_x): Remove nested function check_match. Use non-nested
15696         function check_match.
15698 2014-02-28  Roland McGrath  <roland@hack.frob.com>
15700         * csu/Makefile (generated, before-compile): Use += rather than =.
15701         * catgets/Makefile (generated, generated-dirs): Likewise.
15702         * debug/Makefile (generated): Likewise.
15703         * dlfcn/Makefile (generated): Likewise.
15704         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
15705         * iconvdata/Makefile (before-compile, generated): Likewise.
15706         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
15707         * libio/Makefile (generated): Likewise.
15708         * malloc/Makefile (generated): Likewise.
15709         * manual/Makefile (generated, generated-dirs): Likewise.
15710         * misc/Makefile (generated): Likewise.
15711         * posix/Makefile (generated): Likewise.
15712         * resolv/Makefile (generated): Likewise.
15713         * sunrpc/Makefile (generated, generated-dirs): Likewise.
15714         * timezone/Makefile (generated, generated-dirs): Likewise.
15716         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
15718 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15720         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
15721         power8 implementation.
15722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
15723         file: POWER8 llround ifunc implementation.
15724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
15725         (__lllround): Add POWER8 implementation.
15726         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
15727         POWER8 llround implementation.
15729         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
15730         power8 implementation.
15731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
15732         file: POWER8 llrint ifunc implementation.
15733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
15734         Add POWER8 implementation.
15735         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
15736         POWER8 llrint implementation.
15738         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
15739         power8 implementation.
15740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
15741         file: POWER8 finite ifunc implementation.
15742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
15743         Add POWER8 implementation.
15744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
15745         Likewise.
15746         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
15747         POWER8 finite implementation.
15748         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
15750         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
15751         power8 implementation.
15752         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
15753         file: POWER8 isinf ifunc implementation.
15754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
15755         POWER8 implementation.
15756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
15757         Likewise.
15758         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
15759         isinf implementation.
15760         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
15762         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
15763         (INIT_ARCH): Add hwcap2 initialization.
15764         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
15765         power8 implementation.
15766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
15767         file: POWER8 isnan ifunc implementation.
15768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
15769         POWER8 implementation.
15770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
15771         Likewise.
15772         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
15773         isnan implementation.
15774         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
15776 2014-02-27  Joey Ye  <joey.ye@arm.com>
15778         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
15779         (_FP_NANFRAC_Q): Set to zero.
15781 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15783         [BZ #16623]
15784         * math/auto-libm-test-in: New test inputs.
15785         * math/auto-libm-test-out: Regenerate.
15786         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
15787         and DA.
15788         (__cos): Likewise.
15789         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
15791 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
15793         * scripts/evaluate-test.sh: Take new argument indicating whether
15794         failure is expected.
15795         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
15796         indicating whether failure is expected.
15797         * conform/Makefile (test-xfail-run-conformtest): New variable.
15798         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
15799         level.
15800         * posix/Makefile (test-xfail-annexc): New variable.
15801         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
15803 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
15805         * argp/Makefile: Include Makeconfig immediately after defining
15806         subdir.
15807         * assert/Makefile: Likewise.
15808         * benchtests/Makefile: Likewise.
15809         * catgets/Makefile: Likewise.
15810         * conform/Makefile: Likewise.
15811         * crypt/Makefile: Likewise.
15812         * csu/Makefile: Likewise.
15813         (all): Remove target.
15814         * ctype/Makefile: Include Makeconfig immediately after defining
15815         subdir.
15816         * debug/Makefile: Likewise.
15817         * dirent/Makefile: Likewise.
15818         * dlfcn/Makefile: Likewise.
15819         * gmon/Makefile: Likewise.
15820         * gnulib/Makefile: Likewise.
15821         * grp/Makefile: Likewise.
15822         * gshadow/Makefile: Likewise.
15823         * hesiod/Makefile: Likewise.
15824         * hurd/Makefile: Likewise.
15825         (all): Remove target.
15826         * iconvdata/Makefile: Include Makeconfig immediately after
15827         defining subdir.
15828         * inet/Makefile: Likewise.
15829         * intl/Makefile: Likewise.
15830         * io/Makefile: Likewise.
15831         * libio/Makefile: Likewise.
15832         (all): Remove target.
15833         * locale/Makefile: Include Makeconfig immediately after defining
15834         subdir.
15835         * login/Makefile: Likewise.
15836         * mach/Makefile: Likewise.
15837         (all): Remove target.
15838         * malloc/Makefile: Include Makeconfig immediately after defining
15839         subdir.
15840         (all): Remove target.
15841         * manual/Makefile: Include Makeconfig immediately after defining
15842         subdir.
15843         * math/Makefile: Likewise.
15844         * misc/Makefile: Likewise.
15845         * nis/Makefile: Likewise.
15846         * nss/Makefile: Likewise.
15847         * po/Makefile: Likewise.
15848         (all): Remove target.
15849         * posix/Makefile: Include Makeconfig immediately after defining
15850         subdir.
15851         * pwd/Makefile: Likewise.
15852         * resolv/Makefile: Likewise.
15853         * resource/Makefile: Likewise.
15854         * rt/Makefile: Likewise.
15855         * setjmp/Makefile: Likewise.
15856         * shadow/Makefile: Likewise.
15857         * signal/Makefile: Likewise.
15858         * socket/Makefile: Likewise.
15859         * soft-fp/Makefile: Likewise.
15860         * stdio-common/Makefile: Likewise.
15861         * stdlib/Makefile: Likewise.
15862         * streams/Makefile: Likewise.
15863         * string/Makefile: Likewise.
15864         * sunrpc/Makefile: Likewise.
15865         (all): Remove target.
15866         * sysvipc/Makefile: Include Makeconfig immediately after defining
15867         subdir.
15868         * termios/Makefile: Likewise.
15869         * time/Makefile: Likewise.
15870         * timezone/Makefile: Likewise.
15871         (all): Remove target.
15872         * wcsmbs/Makefile: Include Makeconfig immediately after defining
15873         subdir.
15874         * wctype/Makefile: Likewise.
15876 2014-02-26  Steve Ellcey  <sellcey@mips.com>
15878         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
15879         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
15880         (libc_feholdexcept_setround_mips): Ditto.
15881         (libc_feholdsetround): New.
15882         (libc_feholdsetroundf): New.
15883         (libc_feholdsetroundl): New.
15884         (libc_feupdateenv_test_mips): New.
15885         (libc_feupdateenv_test): New.
15886         (libc_feupdateenv_testf): New.
15887         (libc_feupdateenv_testl): New.
15888         (libc_feresetround): New.
15889         (libc_feresetroundf): New.
15890         (libc_feresetroundl): New.
15891         (libc_fetestexcept_mips): New.
15892         (libc_fetestexcept): New.
15893         (libc_fetestexceptf): New.
15894         (libc_fetestexceptl): New.
15895         (HAVE_RM_CTX): New.
15896         (libc_feholdexcept_setround_mips_ctx): New.
15897         (libc_feholdexcept_setround_ctx): New.
15898         (libc_feholdexcept_setroundf_ctx): New.
15899         (libc_feholdexcept_setroundl_ctx): New.
15900         (libc_fesetenv_mips_ctx): New.
15901         (libc_fesetenv_ctx): New.
15902         (libc_fesetenv_ctxf): New.
15903         (libc_fesetenv_ctxl): New.
15904         (libc_feupdateenv_mips_ctx): New.
15905         (libc_feupdateenv_ctx): New.
15906         (libc_feupdateenvf_ctx): New.
15907         (libc_feupdateenvl_ctx): New.
15908         (libc_feholdsetround_mips_ctx): New.
15909         (libc_feholdsetround_ctx): New.
15910         (libc_feholdsetroundf_ctx): New.
15911         (libc_feholdsetroundl_ctx): New.
15912         (libc_feresetround_mips_ctx): New.
15913         (libc_feresetround_ctx): New.
15914         (libc_feresetroundf_ctx): New.
15915         (libc_feresetroundl_ctx): New.
15917 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
15919         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
15921         * manual/ipc.texi: New file.
15922         * manual/Makefile (chapters): Add ipc.
15923         * manual/job.texi: Add "Inter-Process Communication" to next.
15924         * manual/process.texi: Add "Inter-Process Communication" to prev.
15926 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15928         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15930 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
15932         * malloc/malloc.c (__libc_calloc): Simplify implementation.
15934         * manual/arith.texi: Fix spaces after sentences.
15935         * manual/charset.texi: Likewise.
15936         * manual/errno.texi: Likewise.
15937         * manual/install.texi: Likewise.
15938         * manual/llio.texi: Likewise.
15939         * manual/locale.texi: Likewise.
15940         * manual/maint.texi: Likewise.
15941         * manual/math.texi: Likewise.
15942         * manual/memory.texi: Likewise.
15943         * manual/message.texi: Likewise.
15944         * manual/probes.texi: Likewise.
15945         * manual/resource.texi: Likewise.
15946         * manual/signal.texi: Likewise.
15947         * manual/socket.texi: Likewise.
15948         * manual/stdio.texi: Likewise.
15949         * manual/string.texi: Likewise.
15950         * manual/time.texi: Likewise.
15951         * manual/users.texi: Likewise.
15953 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
15955         [BZ #16632]
15956         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
15957         _DEFAULT_SOURCE is defined.
15959 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
15960             Carlos O'Donell  <carlos@redhat.com>
15962         [BZ #16613]
15963         * elf/dl-tls.c (_dl_count_modids): New function.
15964         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
15965         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
15966         audit library and increment generation counter.
15967         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
15968         * elf/tst-audit9.c: New file.
15969         * elf/tst-auditmod9a.c: New file.
15970         * elf/tst-auditmod9b.c: New file.
15971         * elf/Makefile: Add rules to build and run tst-audit9.
15973 2014-02-25  Florian Weimer  <fweimer@redhat.com>
15975         [BZ #15347]
15976         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
15978 2014-02-25  Will Newton  <will.newton@linaro.org>
15980         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
15981         (__longjmp): Restore sp and lr before restoring callee
15982         saved registers.  Add longjmp and longjmp_target
15983         SystemTap probe point.
15984         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
15985         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
15986         Define to zero to match jmpbuf layout.
15987         * sysdeps/arm/setjmp.S: Include stap-probe.h.
15988         (__sigsetjmp): Save sp and lr before saving callee
15989         saved registers.  Add setjmp SystemTap probe point.
15991 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
15993         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15995 2014-02-24  Andreas Schwab  <schwab@suse.de>
15997         [BZ #15804]
15998         * elf/pldd.c (wait_for_ptrace_stop): New function.
15999         (main): Call it after attaching.
16001 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16003         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16004         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16005         Versions files is now verboten.
16006         * hurd/Versions (libc: GLIBC_2.0):
16007         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16008         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16009         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16010         * mach/Versions: Likewise.
16012         * csu/Versions: Remove unused %include.
16013         * resolv/Versions: Likewise.
16015 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16017         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16018         ($(objpfx)check-local-headers.out): Likewise.
16019         ($(objpfx)begin-end-check.out): Likewise.
16020         * Makerules (check-abi-%.out): Likewise.
16021         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16022         ($(objpfx)test2.cat): Likewise.
16023         ($(objpfx)de/libc.cat): Likewise.
16024         ($(objpfx)test-gencat.out): Likewise.
16025         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16026         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16027         ($(objpfx)noload-mem): Likewise.
16028         ($(objpfx)tst-pathopt.out): Likewise.
16029         ($(objpfx)tst-rtld-load-self.out): Likewise.
16030         ($(objpfx)tst-array1-cmp.out): Likewise.
16031         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16032         ($(objpfx)tst-array2-cmp.out): Likewise.
16033         ($(objpfx)tst-array3-cmp.out): Likewise.
16034         ($(objpfx)tst-array4-cmp.out): Likewise.
16035         ($(objpfx)tst-array5-cmp.out): Likewise.
16036         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16037         ($(objpfx)check-textrel.out): Likewise.
16038         ($(objpfx)check-execstack.out): Likewise.
16039         ($(objpfx)check-localplt.out): Likewise.
16040         ($(objpfx)order2-cmp.out): Likewise.
16041         ($(objpfx)tst-leaks1-mem): Likewise.
16042         ($(objpfx)tst-leaks1-static-mem): Likewise.
16043         ($(objpfx)tst-initorder-cmp.out): Likewise.
16044         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16045         ($(objpfx)tst-unused-dep.out): Likewise.
16046         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16047         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16048         * iconv/Makefile (test-iconvconfig): Likewise.
16049         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16050         ($(objpfx)iconv-test.out): Likewise.
16051         ($(objpfx)tst-tables.out): Likewise.
16052         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16053         ($(objpfx)tst-gettext.out): Likewise.
16054         ($(objpfx)tst-translit.out): Likewise.
16055         ($(objpfx)tst-gettext2.out): Likewise.
16056         ($(objpfx)tst-gettext4.out): Likewise.
16057         ($(objpfx)tst-gettext6.out): Likewise.
16058         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16059         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16060         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16061         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16062         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16063         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16064         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16065         ($(objpfx)wordexp-tst.out): Likewise.
16066         ($(objpfx)annexc.out): Likewise.
16067         ($(objpfx)tst-fnmatch-mem): Likewise.
16068         ($(objpfx)bug-regex2-mem): Likewise.
16069         ($(objpfx)bug-regex14-mem): Likewise.
16070         ($(objpfx)bug-regex21-mem): Likewise.
16071         ($(objpfx)bug-regex31-mem): Likewise.
16072         ($(objpfx)tst-vfork3-mem): Likewise.
16073         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16074         ($(objpfx)tst-pcre-mem): Likewise.
16075         ($(objpfx)tst-boost-mem): Likewise.
16076         ($(objpfx)tst-getconf.out): Likewise.
16077         ($(objpfx)bug-ga2-mem): Likewise.
16078         ($(objpfx)bug-glob2-mem): Likewise.
16079         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16080         ($(objpfx)mtrace-tst-leaks2): Likewise.
16081         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16082         ($(objpfx)tst-printf.out): Likewise.
16083         ($(objpfx)tst-setvbuf1.out): Likewise.
16084         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16085         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16086         ($(objpfx)tst-fmtmsg.out): Likewise.
16087         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16088         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16090         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16091         * bits/sigaction.h [__USE_MISC]: Likewise.
16092         * bits/waitstatus.h: Update #endif comments.
16093         * ctype/ctype.h: Likewise.
16094         * dirent/dirent.h: Likewise.
16095         [__USE_MISC]: Remove redundant conditionals.
16096         * grp/grp.h: Update #endif comments.
16097         [__USE_GNU]: Remove redundant conditionals.
16098         [__USE_MISC]: Likewise.
16099         * inet/netinet/in.h [__USE_GNU]: Likewise.
16100         * io/sys/stat.h [__USE_MISC]: Likewise.
16101         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16102         * libio/bits/stdio.h: Update #endif comments.
16103         [__USE_MISC]: Remove redundant conditionals.
16104         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16105         * libio/stdio.h: Update #endif comments.
16106         [__USE_MISC]: Remove redundant conditionals.
16107         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16108         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16109         * math/math.h: Update #else and #endif comments.
16110         [__USE_MISC]: Remove redundant conditionals.
16111         * misc/sys/uio.h: Update #endif comments.
16112         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16113         * posix/glob.h [__USE_MISC]: Likewise.
16114         * posix/sys/types.h: Update #endif comments.
16115         [__USE_MISC]: Remove redundant conditionals.
16116         * posix/sys/wait.h: Update #endif comments.
16117         [__USE_MISC]: Remove redundant conditionals.
16118         * posix/unistd.h: Update #endif comments.
16119         [__USE_MISC]: Remove redundant conditionals.
16120         * pwd/pwd.h [__USE_GNU]: Likewise.
16121         [__USE_MISC]: Likewise.
16122         * resolv/netdb.h [__USE_GNU]: Likewise.
16123         * signal/signal.h: Update #endif comments.
16124         [__USE_MISC]: Remove redundant conditionals.
16125         * stdlib/stdlib.h: Update #else and #endif comments.
16126         [__USE_MISC]: Remove redundant conditionals.
16127         [__USE_GNU]: Likewise.
16128         * string/bits/string2.h [__USE_MISC]: Likewise.
16129         * string/string.h: Update #endif comments.
16130         [__USE_MISC]: Remove redundant conditionals.
16131         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16132         Likewise.
16133         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16134         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16135         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16136         Likewise.
16137         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16138         Likewise.
16139         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16140         comments.
16141         [__USE_MISC]: Remove redundant conditionals.
16142         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16143         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16144         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16145         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16146         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16147         Likewise.
16148         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16149         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16150         Likewise.
16151         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16152         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16153         Likewise.
16154         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16155         Likewise.
16156         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16157         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16158         Likewise.
16159         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16160         Likewise.
16161         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16162         * sysdeps/x86/bits/string.h: Update #endif comments.
16163         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16164         conditionals.
16165         * time/sys/time.h: Update #endif comments.
16166         * time/time.h: Likewise.
16167         [__USE_MISC]: Remove redundant conditionals.
16169 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16171         [BZ #16600]
16172         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16174 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16176         * Versions.def (librt): Add GLIBC_2.17.
16178 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16180         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16181         synonym for _SYS_AUXV_H to allow direct inclusion.
16182         * sysdeps/sparc/bits/hwcap.h: Likewise.
16183         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16184         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16185         * sysdeps/sparc/sysdep.h: Likewise.
16187 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16189         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16191 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16193         * benchtests/bench-strrchr.c: Print length instead of position.
16195 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16197         [BZ #16611]
16198         * sysdeps/unix/sysv/linux/kernel-features.h
16199         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16200         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16201         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16202         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16203         Likewise.
16204         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16205         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16206         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16207         (__ASSUME_SENDMMSG): Define instead of using previous
16208         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16209         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16210         (__ASSUME_SENDMMSG_SYSCALL): Define.
16211         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16212         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16213         Likewise.
16214         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16215         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16216         Likewise.
16217         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16218         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16219         Likewise.
16220         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16221         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16222         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16223         [__ASSUME_SENDMMSG]: Change conditionals to
16224         [__ASSUME_SENDMMSG_SOCKETCALL].
16225         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16226         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16227         Define.
16228         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16229         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16230         Likewise.
16231         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16232         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16233         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16234         [!__ASSUME_SENDMMSG]: Change conditional to
16235         [!__ASSUME_SENDMMSG_SOCKETCALL].
16236         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16237         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16238         Define.
16240         [BZ #16610]
16241         * sysdeps/unix/sysv/linux/kernel-features.h
16242         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16243         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16244         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16245         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16246         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16247         [__i386__ || __sparc__]
16248         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16249         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16250         (__ASSUME_RECVMMSG): Define instead of using previous
16251         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16252         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16253         (__ASSUME_RECVMMSG_SYSCALL): Define.
16254         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16255         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16256         Likewise.
16257         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16258         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16259         Likewise.
16260         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16261         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16262         Likewise.
16263         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16264         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16265         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16266         [__ASSUME_RECVMMSG]: Change condition to
16267         [__ASSUME_RECVMMSG_SOCKETCALL].
16268         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16269         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16270         Define.
16271         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16272         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16273         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16274         Likewise.
16275         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16276         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16277         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16278         [!__ASSUME_RECVMMSG]: Change condition to
16279         [!__ASSUME_RECVMMSG_SOCKETCALL].
16280         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16281         (__ASSUME_RECVMMSG_SYSCALL): Define.
16283         [BZ #16609]
16284         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16285         __powerpc__ || __s390__ || __sh__ || __sparc__]
16286         (__ASSUME_SOCKETCALL): Define.
16287         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16288         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16289         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16290         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16291         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16292         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16293         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16294         (__ASSUME_ACCEPT4): Define instead of using previous
16295         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16296         __powerpc__ || __sparc__ || __s390__)] condition.
16297         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16298         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16299         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16300         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16301         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16302         [!__ASSUME_ACCEPT4]: Change condition to
16303         [!__ASSUME_ACCEPT4_SOCKETCALL].
16304         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16305         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16306         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16307         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16308         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16309         __ASSUME_ACCEPT4_SYSCALL.
16310         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16311         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16312         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16313         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16314         __ASSUME_ACCEPT4_SYSCALL.
16315         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16316         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16317         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16318         [__ASSUME_ACCEPT4]: Change condition to
16319         [__ASSUME_ACCEPT4_SOCKETCALL].
16320         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16321         (__ASSUME_SOCKETCALL): Define.
16322         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16323         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16324         (__ASSUME_SOCKETCALL): Define.
16325         (__ASSUME_ACCEPT4): Remove.
16326         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16327         Define.
16328         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16329         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16330         Likewise.
16331         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16332         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16334         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16335         macro.
16336         (HWCAP_ARM_LPAE): Likewise.
16337         (HWCAP_ARM_EVTSTRM): Likewise.
16338         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16339         Add vpfd32, lpae and evtstrm.
16340         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16341         Increase to 22.
16343 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16345         * math/auto-libm-test-in: Add tests of clog10.
16346         * math/auto-libm-test-out: Regenerated.
16347         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16348         * sysdeps/i386/fpu/libm-test-ulps: Update.
16349         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16351 2014-02-18  Andreas Schwab  <schwab@suse.de>
16353         [BZ #16574]
16354         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16355         Store non-zero if the second buffer was newly allocated.
16356         (send_dg): Likewise.
16357         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16358         to send_vc and send_dg.
16359         (res_nsend): Pass NULL for ansp2_malloced.
16360         * resolv/res_query.c (__libc_res_nquery): Add parameter
16361         answerp2_malloced and pass it down to __libc_res_nsend.
16362         (res_nquery): Pass additional NULL to __libc_res_nquery.
16363         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16364         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16365         second answer buffer if answerp2_malloced was set.
16366         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16367         (__libc_res_nquerydomain): Add parameter
16368         answerp2_malloced and pass it down to __libc_res_nquery.
16369         (res_nquerydomain): Pass additional NULL to
16370         __libc_res_nquerydomain.
16371         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16372         additional NULL to __libc_res_nsend and __libc_res_nquery.
16373         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16374         additional NULL to __libc_res_nsearch.
16375         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16376         parameter of __libc_res_nsearch to check for separately allocated
16377         second buffer.
16378         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16379         __libc_res_nquery.
16380         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16381         additional NULL to __libc_res_nquery.
16382         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16383         __libc_res_nsearch.
16384         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16385         * include/resolv.h: Update prototypes of __libc_res_nquery,
16386         __libc_res_nsearch, __libc_res_nsend.
16388 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16390         * math/auto-libm-test-in: Add tests of fma.
16391         * math/auto-libm-test-out: Regenerated.
16392         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16393         (fma_towardzero_test_data): Likewise.
16394         (fma_downward_test_data): Likewise.
16395         (fma_upward_test_data): Likewise.
16396         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16397         mpc_mode.
16398         (rounding_modes): Add values for new field.
16399         (func_calc_method): Add value mpfr_fff_f.
16400         (func_calc_desc): Add mpfr_fff_f union field.
16401         (test_function): Add field exact_args.
16402         (FUNC): Add macro argument EXACT_ARGS.
16403         (FUNC_mpfr_f_f): Update call to FUNC.
16404         (FUNC_mpfr_f_f): Likewise.
16405         (FUNC_mpfr_ff_f): Likewise.
16406         (FUNC_mpfr_if_f): Likewise.
16407         (FUNC_mpc_c_f): Likewise.
16408         (FUNC_mpc_c_c): Likewise.
16409         (test_functions): Add fma.  Update calls to FUNC.
16410         (handle_input_arg): Add argument exact_args.
16411         (add_test): Update call to handle_input_arg.
16412         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16413         (output_for_one_input_case): Update call to calc_generic_results.
16414         Recalculate exact zero results in each rounding mode.
16416         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16417         non-negative before setting low bit.
16418         * math/auto-libm-test-in: Mark one asin test possibly having
16419         spurious underflow.
16420         * math/auto-libm-test-out: Regenerated.
16421         * sysdeps/i386/fpu/libm-test-ulps: Update.
16422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16424 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16426         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16427         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16428         ports/sysdeps/unix/sysv/linux/microblaze.
16429         * README: Add missing listing for microblaze*-*-linux-gnu.
16431 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16433         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16434         duplicate code
16436 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16438         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16439         * sysdeps/unix/sysv/linux/ia64: Move directory from
16440         ports/sysdeps/unix/sysv/linux/ia64.
16441         * README: Update listing for ia64-*-linux-gnu.
16443 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16444             Joseph Myers  <joseph@codesourcery.com>
16446         * Makeconfig (test-name): New variable.
16447         (evaluate-test): Likewise.
16448         * Makerules (do-test-clean): Remove .test-result files.
16449         (common-mostlyclean): Likewise.
16450         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16451         * scripts/evaluate-test.sh: New file.
16453 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16455         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16456         separate $(objpfx)tst-fopenloc-cmp.out and
16457         $(objpfx)tst-fopenloc-mem.out targets.
16458         (tests): Update dependencies.
16459         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16460         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16461         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16462         (tst-rxspencer-no-utf8-ARGS): New variable.
16463         (tst-rxspencer-no-utf8-ENV): Likewise.
16464         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16465         instead of $(objpfx)tst-rxspencer-mem.
16466         ($(objpfx)tst-rxspencer-mem): Change target to
16467         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16468         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16469         * posix/tst-rxspencer-no-utf8.c: New file.
16471         * elf/Makefile ($(objpfx)order.out): Remove rule.
16472         [$(run-built-tests) = yes] (tests): Depend on
16473         $(objpfx)order-cmp.out.
16474         ($(objpfx)order-cmp.out): New rule.
16475         [$(run-built-tests) = yes] (tests): Depend on
16476         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16477         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16478         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16479         $(objpfx)tst-array5-static-cmp.out.
16480         ($(objpfx)tst-array1.out): Remove rule.
16481         ($(objpfx)tst-array1-cmp.out): New rule.
16482         ($(objpfx)tst-array1-static.out): Remove rule.
16483         ($(objpfx)tst-array1-static-cmp.out): New rule.
16484         ($(objpfx)tst-array2.out): Remove rule.
16485         ($(objpfx)tst-array2-cmp.out): New rule.
16486         ($(objpfx)tst-array3.out): Remove rule.
16487         ($(objpfx)tst-array3-cmp.out): New rule.
16488         ($(objpfx)tst-array4.out): Remove rule.
16489         ($(objpfx)tst-array4-cmp.out): New rule.
16490         ($(objpfx)tst-array5.out): Remove rule.
16491         ($(objpfx)tst-array5-cmp.out): New rule.
16492         ($(objpfx)tst-array5-static.out): Remove rule.
16493         ($(objpfx)tst-array5-static-cmp.out): New rule.
16494         [$(run-built-tests) = yes] (tests): Depend on
16495         $(objpfx)order2-cmp.out.
16496         ($(objpfx)order2.out): Remove rule.
16497         ($(objpfx)order2-cmp.out): New rule.
16498         ($(objpfx)tst-initorder.out): Remove rule.
16499         [$(run-built-tests) = yes] (tests): Depend on
16500         $(objpfx)tst-initorder-cmp.out.
16501         ($(objpfx)tst-initorder-cmp.out): New rule.
16502         ($(objpfx)tst-initorder2.out): Remove rule.
16503         [$(run-built-tests) = yes] (tests): Depend on
16504         $(objpfx)tst-initorder2-cmp.out.
16505         ($(objpfx)tst-initorder2-cmp.out): New rule.
16506         [$(run-built-tests) = yes] (tests): Depend on
16507         $(objpfx)tst-unused-dep-cmp.out.
16508         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16509         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16510         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16511         on $(objpfx)tst-setvbuf1-cmp.out.
16512         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16513         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16514         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16515         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16516         ($(objpfx)tst-svc.out): Remove rule.
16517         ($(objpfx)tst-svc-cmp.out): New rule.
16519 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16521         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16522         * ctype/ctype.h [__USE_MISC]: Likewise.
16523         * dirent/dirent.h [__USE_MISC]: Likewise.
16524         * grp/grp.h [__USE_MISC]: Likewise.
16525         * io/fcntl.h [__USE_MISC]: Likewise.
16526         * io/sys/stat.h [__USE_MISC]: Likewise.
16527         * libio/stdio.h [__USE_MISC]: Likewise.
16528         * posix/unistd.h [__USE_MISC]: Likewise.
16529         * pwd/pwd.h [__USE_MISC]: Likewise.
16530         * stdlib.h [__USE_MISC]: Likewise.
16531         * string/bits/string2.h [__USE_MISC]: Likewise.
16532         * string/string.h [__USE_MISC]: Likewise.
16533         * time/time.h [__USE_MISC]: Likewise.
16535 2014-02-13  Andreas Schwab  <schwab@suse.de>
16537         [BZ #16574]
16538         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16539         second answer buffer if it was separately allocated.
16541 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16543         * sysdeps/mips/math-tests.h: Include <features.h>.
16544         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16545         (ROUNDING_TESTS_long_double): Do not define.
16546         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16547         (EXCEPTION_TESTS_long_double): Likewise.
16548         * sysdeps/mips/mips64/libm-test-ulps: Update.
16550         * include/features.h (__USE_BSD): Remove macro definitions.
16551         (__USE_SVID): Likewise.
16552         (_BSD_SOURCE): Likewise.
16553         (_SVID_SOURCE): Likewise.
16554         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16555         from definition of _DEFAULT_SOURCE.
16556         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16557         [_DEFAULT_SOURCE].
16558         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16559         * bits/mman.h [__USE_BSD]: Likewise.
16560         * bits/termios.h [__USE_BSD]: Likewise.
16561         * bits/waitstatus.h [__USE_BSD]: Likewise.
16562         * ctype/ctype.h [__USE_SVID]: Likewise.
16563         * dirent/dirent.h [__USE_BSD]: Likewise.
16564         * grp/grp.h [__USE_SVID]: Likewise.
16565         [__USE_BSD]: Likewise.
16566         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16567         * io/fcntl.h [__USE_BSD]: Likewise.
16568         * io/ftw.h [__USE_BSD]: Likewise.
16569         * io/sys/stat.h [__USE_BSD]: Likewise.
16570         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16571         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16572         * libio/stdio.h [__USE_SVID]: Likewise.
16573         [__USE_BSD]: Likewise.
16574         * math/math.h [__USE_SVID]: Likewise.
16575         [__USE_BSD]: Likewise.
16576         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16577         * misc/bits/syslog.h [__USE_BSD]: Likewise.
16578         * misc/search.h [__USE_SVID]: Likewise.
16579         * misc/sys/mman.h [__USE_BSD]: Likewise.
16580         * misc/sys/syslog.h [__USE_BSD]: Likewise.
16581         * misc/sys/uio.h [__USE_BSD]: Likewise.
16582         * posix/bits/unistd.h [__USE_BSD]: Likewise.
16583         * posix/glob.h [__USE_BSD]: Likewise.
16584         * posix/regex.h [__USE_BSD]: Likewise.
16585         * posix/sys/types.h [__USE_BSD]: Likewise.
16586         [__USE_SVID]: Likewise.
16587         * posix/sys/utsname.h [__USE_SVID]: Likewise.
16588         * posix/sys/wait.h [__USE_BSD]: Likewise.
16589         [__USE_SVID]: Likewise.
16590         * posix/unistd.h [__USE_BSD]: Likewise.
16591         [__USE_SVID]: Likewise.
16592         * pwd/pwd.h [__USE_SVID]: Likewise.
16593         * resolv/netdb.h [__USE_BSD]: Likewise.
16594         * setjmp/setjmp.h [__USE_BSD]: Likewise.
16595         * signal/signal.h [__USE_BSD]: Likewise.
16596         [__USE_SVID]: Likewise.
16597         * socket/sys/socket.h [__USE_BSD]: Likewise.
16598         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16599         * stdlib/stdlib.h [__USE_BSD]: Likewise.
16600         [__USE_SVID]: Likewise.
16601         * string/bits/string2.h [__USE_BSD]: Likewise.
16602         [__USE_SVID]: Likewise.
16603         * string/bits/string3.h [__USE_BSD]: Likewise.
16604         * string/endian.h [__USE_BSD]: Likewise.
16605         * string/string.h [__USE_SVID]: Likewise.
16606         [__USE_BSD]: Likewise.
16607         * string/strings.h [__USE_BSD]: Likewise.
16608         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16609         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16610         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16611         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
16612         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
16613         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
16614         Likewise.
16615         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
16616         Likewise.
16617         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
16618         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
16619         Likewise.
16620         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
16621         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
16622         Likewise.
16623         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
16624         Likewise.
16625         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
16626         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
16627         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
16628         Likewise.
16629         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
16630         Likewise.
16631         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
16632         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
16633         * termios/termios.h [__USE_BSD]: Likewise.
16634         * time/sys/time.h [__USE_BSD]: Likewise.
16635         * time/time.h [__USE_BSD]: Likewise.
16636         [__USE_SVID]: Likewise.
16638         * Makefile (subdir_targets): Remove subdir_lint.out.
16640         * stdio-common/Makefile (do-tst-unbputc): Remove target.
16641         (do-tst-printf): Likewise.
16642         (tests): Depend directly on $(objpfx)tst-unbputc.out and
16643         $(objpfx)tst-printf.out.
16645         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
16647         * Makerules (check-abi-%): Change target to
16648         $(objpfx)check-abi-%.out.
16649         (check-abi target): Update dependencies.
16650         (check-abi-pattern variable): Redirect output of diff to $@.
16651         (check-abi variable): Likewise.
16652         * elf/Makefile (check-abi): Update dependencies.
16654         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
16655         unused.
16656         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
16657         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
16658         subnormal range.
16659         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
16660         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
16661         value has largest subnormal exponent.
16662         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
16663         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
16664         * sysdeps/aarch64/soft-fp/sfp-machine.h
16665         (_FP_TININESS_AFTER_ROUNDING): New macro.
16666         * sysdeps/alpha/soft-fp/sfp-machine.h
16667         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16668         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16669         Likewise.
16670         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
16671         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16672         * sysdeps/mips/soft-fp/sfp-machine.h
16673         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16674         * sysdeps/powerpc/soft-fp/sfp-machine.h
16675         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16676         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16677         Likewise.
16678         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
16679         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16680         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
16681         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16682         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16683         Likewise.
16685 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
16687         [BZ #16545]
16688         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
16689         model 1.
16691 2014-02-12  Richard Henderson  <rth@redhat.com>
16693         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
16694         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
16695         * sysdeps/unix/sysv/linux/alpha: Move directory from
16696         ports/sysdeps/unix/sysv/linux/alpha.
16697         * README: Update listing for alpha-*-linux-gnu.
16699 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
16701         * include/features.h: Update comment documenting feature test
16702         macros.
16703         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
16704         _DEFAULT_SOURCE.
16705         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
16706         (_SVID_SOURCE): Likewise.
16707         (_DEFAULT_SOURCE): Update description of default features.
16708         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
16709         with _GNU_SOURCE.
16710         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
16711         (S_ISVTX): Likewise.
16712         * manual/math.texi (Mathematical Constants): Likewise.
16713         * manual/signal.texi (Interrupted Primitives): Likewise.
16714         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
16715         * math/test-matherr.c (_SVID_SOURCE): Do not define.
16716         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
16717         Don't refer to _SVID_SOURCE in warning text.
16719         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16721         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
16722         already defined.
16723         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
16724         * sysdeps/mips/dl-lookup.c: Remove.
16725         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
16727 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16729         [BZ #16447]
16730         * math/auto-libm-test-in: Add testcase for expl.
16731         * math/auto-libm-test-out: Regenerate.
16732         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
16733         calculation of unsafe.
16734         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
16736 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16738         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
16739         * sysdeps/unix/sysv/linux/aarch64: Move directory from
16740         ports/sysdeps/unix/sysv/linux/aarch64.
16741         * README: Update listing for aarch64*-*-linux-gnu.
16743 2014-02-11  Will Newton  <will.newton@linaro.org>
16745         * manual/probes.texi (Mathematical Function Probes): Use
16746         "triggered" instead of "hit".
16748         * manual/probes.texi (Internal Probes): Add documentation
16749         of setjmp, longjmp and longjmp_target probes.
16751         * include/stap-probe.h: Add comment about probe argument
16752         format.
16754         * malloc/mtrace.c (attribute_hidden): Remove unused macro
16755         definition.  (tr_where, tr_freehook, tr_mallochook,
16756         tr_reallochook, tr_memalignhook): Use ANSI protoype.
16758 2014-02-11  David S. Miller  <davem@davemloft.net>
16760         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
16761         processing int_tests.
16763 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
16765         * sysdeps/mips: Move directory from ports/sysdeps/mips.
16766         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
16767         * sysdeps/unix/sysv/linux/mips: Move directory from
16768         ports/sysdeps/unix/sysv/linux/mips.
16769         * README: Update listing for mips-*-linux-gnu and
16770         mips64-*-linux-gnu.
16772 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
16774         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
16775         * sysdeps/unix/sysv/linux/m68k: Move directory from
16776         ports/sysdeps/unix/sysv/linux/m68k.
16777         * README: Update listing for m68k-*-linux-gnu.
16779 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
16781         * sysdeps/tile: Move directory from ports/sysdeps/tile.
16782         * sysdeps/unix/sysv/linux/generic: Move directory from
16783         ports/sysdeps/unix/sysv/linux/generic.
16784         * sysdeps/unix/sysv/linux/tile: Move directory from
16785         ports/sysdeps/unix/sysv/linux/tile.
16786         * README: Update listing for tile*-*-linux-gnu.
16788 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
16790         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
16791         __builtin_expect.
16792         * benchtests/bench-memmem.c (simple_memmem): Likewise.
16793         * catgets/open_catalog.c (__open_catalog): Likewise.
16794         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
16795         * debug/confstr_chk.c: Likewise.
16796         * debug/fread_chk.c (__fread_chk): Likewise.
16797         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
16798         * debug/getgroups_chk.c: Likewise.
16799         * debug/mbsnrtowcs_chk.c: Likewise.
16800         * debug/mbsrtowcs_chk.c: Likewise.
16801         * debug/mbstowcs_chk.c: Likewise.
16802         * debug/memcpy_chk.c: Likewise.
16803         * debug/memmove_chk.c: Likewise.
16804         * debug/mempcpy_chk.c: Likewise.
16805         * debug/memset_chk.c: Likewise.
16806         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
16807         * debug/strcat_chk.c (__strcat_chk): Likewise.
16808         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
16809         * debug/strncat_chk.c (__strncat_chk): Likewise.
16810         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
16811         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
16812         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
16813         * debug/wcpncpy_chk.c: Likewise.
16814         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
16815         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
16816         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
16817         * debug/wcsncpy_chk.c: Likewise.
16818         * debug/wcsnrtombs_chk.c: Likewise.
16819         * debug/wcsrtombs_chk.c: Likewise.
16820         * debug/wcstombs_chk.c: Likewise.
16821         * debug/wmemcpy_chk.c: Likewise.
16822         * debug/wmemmove_chk.c: Likewise.
16823         * debug/wmempcpy_chk.c: Likewise.
16824         * debug/wmemset_chk.c: Likewise.
16825         * dirent/scandirat.c (SCANDIRAT): Likewise.
16826         * dlfcn/dladdr1.c (dladdr1): Likewise.
16827         * dlfcn/dladdr.c (dladdr): Likewise.
16828         * dlfcn/dlclose.c (dlclose_doit): Likewise.
16829         * dlfcn/dlerror.c (__dlerror): Likewise.
16830         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
16831         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
16832         * dlfcn/dlopen.c (dlopen_doit): Likewise.
16833         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
16834         * dlfcn/dlsym.c (dlsym_doit): Likewise.
16835         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
16836         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
16837         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
16838         Likewise.
16839         * elf/dl-conflict.c: Likewise.
16840         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
16841         * elf/dl-dst.h: Likewise.
16842         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
16843         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
16844         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
16845         * elf/dl-init.c (call_init, _dl_init): Likewise.
16846         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
16847         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
16848         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
16849         Likewise.
16850         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
16851         Likewise.
16852         * elf/dl-minimal.c (__libc_memalign): Likewise.
16853         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
16854         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
16855         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
16856         * elf/dl-sym.c (do_sym): Likewise.
16857         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
16858         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
16859         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
16860         * elf/dl-writev.h (_dl_writev): Likewise.
16861         * elf/ldconfig.c (search_dir): Likewise.
16862         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
16863         (dl_main): Likewise.
16864         * elf/setup-vdso.h (setup_vdso): Likewise.
16865         * grp/compat-initgroups.c (compat_call): Likewise.
16866         * grp/fgetgrent.c (fgetgrent): Likewise.
16867         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
16868         * grp/putgrent.c (putgrent): Likewise.
16869         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
16870         Likewise.
16871         * hurd/hurdinit.c: Likewise.
16872         * iconvdata/8bit-gap.c (struct): Likewise.
16873         * iconvdata/ansi_x3.110.c : Likewise.
16874         * iconvdata/big5.c : Likewise.
16875         * iconvdata/big5hkscs.c : Likewise.
16876         * iconvdata/cp1255.c: Likewise.
16877         * iconvdata/cp1258.c : Likewise.
16878         * iconvdata/cp932.c : Likewise.
16879         * iconvdata/euc-cn.c: Likewise.
16880         * iconvdata/euc-jisx0213.c : Likewise.
16881         * iconvdata/euc-jp.c: Likewise.
16882         * iconvdata/euc-jp-ms.c : Likewise.
16883         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
16884         * iconvdata/gb18030.c : Likewise.
16885         * iconvdata/gbbig5.c (const): Likewise.
16886         * iconvdata/gbgbk.c: Likewise.
16887         * iconvdata/gbk.c : Likewise.
16888         * iconvdata/ibm1364.c : Likewise.
16889         * iconvdata/ibm930.c : Likewise.
16890         * iconvdata/ibm932.c: Likewise.
16891         * iconvdata/ibm933.c : Likewise.
16892         * iconvdata/ibm935.c : Likewise.
16893         * iconvdata/ibm937.c : Likewise.
16894         * iconvdata/ibm939.c : Likewise.
16895         * iconvdata/ibm943.c: Likewise.
16896         * iconvdata/iso_11548-1.c: Likewise.
16897         * iconvdata/iso-2022-cn.c : Likewise.
16898         * iconvdata/iso-2022-cn-ext.c : Likewise.
16899         * iconvdata/iso-2022-jp-3.c: Likewise.
16900         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
16901         * iconvdata/iso-2022-kr.c : Likewise.
16902         * iconvdata/iso646.c (gconv_end): Likewise.
16903         * iconvdata/iso_6937-2.c : Likewise.
16904         * iconvdata/iso_6937.c : Likewise.
16905         * iconvdata/iso8859-1.c: Likewise.
16906         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
16907         * iconvdata/shift_jisx0213.c : Likewise.
16908         * iconvdata/sjis.c : Likewise.
16909         * iconvdata/t.61.c : Likewise.
16910         * iconvdata/tcvn5712-1.c : Likewise.
16911         * iconvdata/tscii.c: Likewise.
16912         * iconvdata/uhc.c : Likewise.
16913         * iconvdata/unicode.c (gconv_end): Likewise.
16914         * iconvdata/utf-16.c (gconv_end): Likewise.
16915         * iconvdata/utf-32.c (gconv_end): Likewise.
16916         * iconvdata/utf-7.c (base64): Likewise.
16917         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
16918         * iconv/gconv_close.c (__gconv_close): Likewise.
16919         * iconv/gconv_open.c (__gconv_open): Likewise.
16920         * iconv/gconv_simple.c (internal_ucs4_loop_single)
16921         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
16922         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
16923         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
16924         (ucs4le_internal_loop_single): Likewise.
16925         * iconv/iconv.c (iconv): Likewise.
16926         * iconv/iconv_close.c: Likewise.
16927         * iconv/loop.c (SINGLE): Likewise.
16928         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
16929         * include/atomic.h: Likewise.
16930         * inet/inet6_option.c (option_alloc): Likewise.
16931         * intl/bindtextdom.c (set_binding_values): Likewise.
16932         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
16933         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
16934         * intl/localealias.c (read_alias_file): Likewise.
16935         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
16936         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
16937         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
16938         * libio/fmemopen.c (fmemopen): Likewise.
16939         * libio/iofgets.c (_IO_fgets): Likewise.
16940         * libio/iofgets_u.c (fgets_unlocked): Likewise.
16941         * libio/iofgetws.c (fgetws): Likewise.
16942         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
16943         * libio/iogetdelim.c (_IO_getdelim): Likewise.
16944         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
16945         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
16946         * locale/findlocale.c (_nl_find_locale): Likewise.
16947         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
16948         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
16949         Likewise.
16950         * locale/setlocale.c (setlocale): Likewise.
16951         * login/programs/pt_chown.c (main): Likewise.
16952         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
16953         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
16954         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
16955         (mmap, mmap64, mremap, munmap): Likewise.
16956         * math/e_exp2l.c: Likewise.
16957         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
16958         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
16959         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
16960         * math/s_catan.c (__catan): Likewise.
16961         * math/s_catanf.c (__catanf): Likewise.
16962         * math/s_catanh.c (__catanh): Likewise.
16963         * math/s_catanhf.c (__catanhf): Likewise.
16964         * math/s_catanhl.c (__catanhl): Likewise.
16965         * math/s_catanl.c (__catanl): Likewise.
16966         * math/s_ccosh.c (__ccosh): Likewise.
16967         * math/s_ccoshf.c (__ccoshf): Likewise.
16968         * math/s_ccoshl.c (__ccoshl): Likewise.
16969         * math/s_cexp.c (__cexp): Likewise.
16970         * math/s_cexpf.c (__cexpf): Likewise.
16971         * math/s_cexpl.c (__cexpl): Likewise.
16972         * math/s_clog10.c (__clog10): Likewise.
16973         * math/s_clog10f.c (__clog10f): Likewise.
16974         * math/s_clog10l.c (__clog10l): Likewise.
16975         * math/s_clog.c (__clog): Likewise.
16976         * math/s_clogf.c (__clogf): Likewise.
16977         * math/s_clogl.c (__clogl): Likewise.
16978         * math/s_csin.c (__csin): Likewise.
16979         * math/s_csinf.c (__csinf): Likewise.
16980         * math/s_csinh.c (__csinh): Likewise.
16981         * math/s_csinhf.c (__csinhf): Likewise.
16982         * math/s_csinhl.c (__csinhl): Likewise.
16983         * math/s_csinl.c (__csinl): Likewise.
16984         * math/s_csqrt.c (__csqrt): Likewise.
16985         * math/s_csqrtf.c (__csqrtf): Likewise.
16986         * math/s_csqrtl.c (__csqrtl): Likewise.
16987         * math/s_ctan.c (__ctan): Likewise.
16988         * math/s_ctanf.c (__ctanf): Likewise.
16989         * math/s_ctanh.c (__ctanh): Likewise.
16990         * math/s_ctanhf.c (__ctanhf): Likewise.
16991         * math/s_ctanhl.c (__ctanhl): Likewise.
16992         * math/s_ctanl.c (__ctanl): Likewise.
16993         * math/w_pow.c: Likewise.
16994         * math/w_powf.c: Likewise.
16995         * math/w_powl.c: Likewise.
16996         * math/w_scalb.c (sysv_scalb): Likewise.
16997         * math/w_scalbf.c (sysv_scalbf): Likewise.
16998         * math/w_scalbl.c (sysv_scalbl): Likewise.
16999         * misc/error.c (error_tail): Likewise.
17000         * misc/pselect.c (__pselect): Likewise.
17001         * nis/nis_callback.c (__nis_create_callback): Likewise.
17002         * nis/nis_call.c (__nisfind_server): Likewise.
17003         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17004         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17005         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17006         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17007         * nis/nis_lookup.c (nis_lookup): Likewise.
17008         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17009         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17010         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17011         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17012         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17013         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17014         * nis/nss_compat/compat-initgroups.c (add_group)
17015         (internal_getgrent_r): Likewise.
17016         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17017         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17018         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17019         (internal_getspnam_r): Likewise.
17020         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17021         (_nss_nis_getaliasbyname_r): Likewise.
17022         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17023         (_nss_nis_getntohost_r): Likewise.
17024         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17025         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17026         (_nss_nis_getgrgid_r): Likewise.
17027         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17028         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17029         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17030         (_nss_nis_gethostbyname4_r): Likewise.
17031         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17032         (initgroups_netid): Likewise.
17033         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17034         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17035         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17036         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17037         (_nss_nis_getprotobynumber_r): Likewise.
17038         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17039         (_nss_nis_getsecretkey): Likewise.
17040         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17041         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17042         (_nss_nis_getpwuid_r): Likewise.
17043         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17044         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17045         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17046         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17047         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17048         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17049         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17050         Likewise.
17051         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17052         (_nss_nisplus_getntohost_r): Likewise.
17053         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17054         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17055         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17056         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17057         Likewise.
17058         * nis/nss_nisplus/nisplus-initgroups.c
17059         (_nss_nisplus_initgroups_dyn): Likewise.
17060         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17061         (_nss_nisplus_getnetbyaddr_r): Likewise.
17062         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17063         (_nss_nisplus_getprotobynumber_r): Likewise.
17064         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17065         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17066         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17067         Likewise.
17068         * nis/nss_nisplus/nisplus-service.c
17069         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17070         (_nss_nisplus_getservbyport_r): Likewise.
17071         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17072         (_nss_nisplus_getspnam_r): Likewise.
17073         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17074         Likewise.
17075         * nscd/aicache.c (addhstaiX): Likewise.
17076         * nscd/cache.c (cache_search, prune_cache): Likewise.
17077         * nscd/connections.c (register_traced_file, send_ro_fd)
17078         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17079         (main_loop_epoll): Likewise.
17080         * nscd/grpcache.c (addgrbyX): Likewise.
17081         * nscd/hstcache.c (addhstbyX): Likewise.
17082         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17083         * nscd/mem.c (gc, mempool_alloc): Likewise.
17084         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17085         (addinnetgrX): Likewise.
17086         * nscd/nscd-client.h (__nscd_acquire_maplock)
17087         (__nscd_drop_map_ref): Likewise.
17088         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17089         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17090         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17091         Likewise.
17092         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17093         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17094         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17095         (__nscd_get_map_ref): Likewise.
17096         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17097         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17098         Likewise.
17099         * nscd/pwdcache.c (addpwbyX): Likewise.
17100         * nscd/selinux.c (preserve_capabilities): Likewise.
17101         * nscd/servicescache.c (addservbyX): Likewise.
17102         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17103         * posix/fnmatch.c (fnmatch): Likewise.
17104         * posix/getopt.c (_getopt_internal_r): Likewise.
17105         * posix/glob.c (glob, glob_in_dir): Likewise.
17106         * posix/wordexp.c (exec_comm_child): Likewise.
17107         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17108         (getanswer_r, gaih_getanswer_slice): Likewise.
17109         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17110         * resolv/res_init.c: Likewise.
17111         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17112         * resolv/res_query.c (__libc_res_nquery): Likewise.
17113         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17114         Likewise.
17115         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17116         * stdio-common/perror.c (perror): Likewise.
17117         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17118         * stdio-common/tmpnam.c (tmpnam): Likewise.
17119         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17120         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17121         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17122         Likewise.
17123         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17124         * stdlib/putenv.c (putenv): Likewise.
17125         * stdlib/setenv.c (__add_to_environ): Likewise.
17126         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17127         * stdlib/strtol_l.c (INTERNAL): Likewise.
17128         * string/memmem.c (memmem): Likewise.
17129         * string/strerror.c (strerror): Likewise.
17130         * string/strnlen.c (__strnlen): Likewise.
17131         * string/test-memmem.c (simple_memmem): Likewise.
17132         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17133         * sunrpc/pm_getport.c (__get_socket): Likewise.
17134         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17135         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17136         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17137         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17138         Likewise.
17139         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17140         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17141         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17142         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17143         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17144         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17145         Likewise.
17146         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17147         Likewise.
17148         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17149         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17150         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17151         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17152         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17153         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17154         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17155         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17156         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17157         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17158         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17159         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17160         Likewise.
17161         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17162         Likewise.
17163         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17164         Likewise.
17165         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17166         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17167         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17168         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17169         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17170         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17171         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17172         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17173         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17174         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17175         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17176         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17177         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17178         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17179         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17180         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17181         Likewise.
17182         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17183         Likewise.
17184         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17185         Likewise.
17186         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17187         Likewise.
17188         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17189         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17190         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17191         Likewise.
17192         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17193         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17194         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17195         * sysdeps/posix/sleep.c: Likewise.
17196         * sysdeps/posix/tempname.c: Likewise.
17197         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17198         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17199         Likewise.
17200         * sysdeps/powerpc/powerpc32/dl-machine.h
17201         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17202         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17203         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17204         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17205         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17206         Likewise.
17207         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17208         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17209         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17210         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17211         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17212         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17213         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17214         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17215         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17216         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17217         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17218         (elf_machine_lazy_rel): Likewise.
17219         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17220         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17221         (elf_machine_lazy_rel): Likewise.
17222         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17223         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17224         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17225         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17226         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17227         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17228         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17229         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17230         Likewise.
17231         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17232         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17233         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17234         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17235         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17236         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17237         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17238         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17239         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17240         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17241         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17242         Likewise.
17243         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17244         (__posix_fallocate64_l64): Likewise.
17245         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17246         (posix_fallocate): Likewise.
17247         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17248         Likewise.
17249         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17250         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17251         (getifaddrs_internal): Likewise.
17252         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17253         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17254         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17255         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17256         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17257         (__posix_fallocate64_l64): Likewise.
17258         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17259         Likewise.
17260         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17261         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17262         (__get_clockfreq): Likewise.
17263         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17264         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17265         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17266         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17267         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17268         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17269         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17270         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17271         Likewise.
17272         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17273         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17274         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17275         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17276         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17277         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17278         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17279         Likewise.
17280         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17281         (posix_fallocate): Likewise.
17282         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17283         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17284         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17285         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17286         (elf_machine_rela, elf_machine_rela_relative)
17287         (elf_machine_lazy_rel): Likewise.
17288         * time/asctime.c (asctime_internal): Likewise.
17289         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17290         * time/tzset.c (__tzset_parse_tz): Likewise.
17291         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17292         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17293         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17294         * wcsmbs/wcsmbsload.h: Likewise.
17296         [BZ #15894]
17297         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17299         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17300         (arena_get2): Remove THREAD_STATS conditionals.
17301         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17302         (__malloc_stats, int): Likewise.
17304 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17306         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17307         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17309         * manual/setjmp.texi: Fix typos/grammar errors.
17311         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17312         Only return early when n is <= 0.  Delete unused return statement.
17314         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17315         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17316         * debug/tst-longjmp_chk3.c: New file.
17318         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17319         (test_main): Replace code with set_fortify_handler call.
17320         * debug/test-strcpy_chk.c: Likewise.
17321         * debug/tst-chk1.c: Likewise.
17322         * debug/tst-longjmp_chk.c: Likewise.
17323         * test-skeleton.c: Include fcntl.h & paths.h
17324         (set_fortify_handler): Define.
17326         * debug/tst-longjmp_chk.c: Add header comment and include
17327         ../test-skeleton.c.
17328         (do_test): Mark static.
17329         (TEST_FUNCTION): Define.
17331         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17332         (IP_PMTUDISC_INTERFACE): Likewise.
17333         (IP_MULTICAST_IF): Likewise.
17334         (IP_MULTICAST_TTL): Likewise.
17335         (IP_MULTICAST_LOOP): Likewise.
17336         (IP_ADD_MEMBERSHIP): Likewise.
17337         (IP_DROP_MEMBERSHIP): Likewise.
17338         (IP_UNBLOCK_SOURCE): Likewise.
17339         (IP_BLOCK_SOURCE): Likewise.
17340         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17341         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17342         (IP_MSFILTER): Likewise.
17343         (MCAST_JOIN_GROUP): Likewise.
17344         (MCAST_BLOCK_SOURCE): Likewise.
17345         (MCAST_UNBLOCK_SOURCE): Likewise.
17346         (MCAST_LEAVE_GROUP): Likewise.
17347         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17348         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17349         (MCAST_MSFILTER): Likewise.
17350         (IP_MULTICAST_ALL): Likewise.
17351         (IP_UNICAST_IF): Likewise.
17353         * timezone/Makefile: Delete $(have-ksh) check.
17354         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17355         * timezone/tzselect.ksh: Add +x mode bits.
17357         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17358         (ANON_INODE_FS_MAGIC): Likewise.
17359         (BDEVFS_MAGIC): Likewise.
17360         (BINFMTFS_MAGIC): Likewise.
17361         (BTRFS_TEST_MAGIC): Likewise.
17362         (CRAMFS_MAGIC_WEND): Likewise.
17363         (DEBUGFS_MAGIC): Likewise.
17364         (ECRYPTFS_SUPER_MAGIC): Likewise.
17365         (EXT3_SUPER_MAGIC): Likewise.
17366         (EXT4_SUPER_MAGIC): Likewise.
17367         (FUTEXFS_SUPER_MAGIC): Likewise.
17368         (HOSTFS_SUPER_MAGIC): Likewise.
17369         (HUGETLBFS_MAGIC): Likewise.
17370         (MINIX3_SUPER_MAGIC): Likewise.
17371         (MTD_INODE_FS_MAGIC): Likewise.
17372         (NILFS_SUPER_MAGIC): Likewise.
17373         (OPENPROM_SUPER_MAGIC): Likewise.
17374         (PIPEFS_MAGIC): Likewise.
17375         (PSTOREFS_MAGIC): Likewise.
17376         (QNX6_SUPER_MAGIC): Likewise.
17377         (RAMFS_MAGIC): Likewise.
17378         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17379         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17380         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17381         (SECURITYFS_MAGIC): Likewise.
17382         (SELINUX_MAGIC): Likewise.
17383         (SMACK_MAGIC): Likewise.
17384         (SOCKFS_MAGIC): Likewise.
17385         (SQUASHFS_MAGIC): Likewise.
17386         (STACK_END_MAGIC): Likewise.
17387         (TMPFS_MAGIC): Likewise.
17388         (USBDEVICE_SUPER_MAGIC): Likewise.
17389         (V9FS_MAGIC): Likewise.
17390         (XENFS_SUPER_MAGIC): Likewise.
17391         (CRAMFS_MAGIC): Fix typo in comment.
17392         (EXT2_SUPER_MAGIC): Update comment.
17393         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17395 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17397         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17398         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17399         * sysdeps/unix/sysv/linux/arm: Move directory from
17400         ports/sysdeps/unix/sysv/linux/arm.
17401         * README: Update listing for arm-*-linux-gnueabi.
17403         * README: Remove mention of am33.
17405 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17407         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17408         than the comma operator, to avoid "rhs of comma has no effect"
17409         compiler warnings.
17410         (__sigfillset, __sigandset, __sigorset): Likewise.
17411         * include/signal.h (__sigemptyset): Likewise.
17412         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17414 2014-02-07  Allan McRae  <allan@archlinux.org>
17416         * version.h (RELEASE): Set to "development".
17417         (VERSION): Set to "2.19.90"
17418         * NEWS: Add 2.20 section.
17420 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17422         [BZ #16529]
17423         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17425 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17427         * manual/contrib.texi: Update entry for Carlos O'Donell,
17428         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17430 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17432         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17434         * sysdeps/unix/sysv/linux/kernel-features.h
17435         [__LINUX_KERNEL_VERSION >= 0x020621]
17436         (__ASSUME_PROC_PID_TASK_COMM): Define.
17438 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17440         [BZ #16398]
17441         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17442         conversion when destination buffer does not have enough space.
17443         * libio/tst-ftell-partial-wide.c: New test case.
17444         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17446         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17447         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17448         Leonard and Allan McRae.
17450 2014-02-04  David S. Miller  <davem@davemloft.net>
17452         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17453         32-bit.
17455 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17458         New file
17459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17460         New file
17461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17462         New file.
17463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17464         New file.
17465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17466         New file.
17467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17468         New file.
17469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17470         New file.
17471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17472         New file.
17473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17474         New file.
17475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17476         New file.
17477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17478         New file.
17479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17480         New file.
17481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17482         New file.
17484 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17486         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17487         * shlib-versions: Likewise.
17489 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17490             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17492         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17493         (abilist-pattern): New variable, set to %-le.abilist.
17495         * Makerules (abilist-pattern): New variable.
17496         (vpath): Use $(abilist-pattern) in place of %.abilist.
17497         (check-abi-% pattern rule): Likewise.
17498         (check-abi, update-abi): Likewise.
17500 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17502         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17504 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17506         * manual/startup.texi: Add next, previous, and top entries for
17507         the `Program Arguments' and `Environment Variables' nodes.
17509 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17511         * manual/macros.texi: Add comments before MTASC-safety macros.
17513         * manual/users.texi: Document MTASC-safety properties.
17515         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17516         (pthread_getspecific, pthread_setspecific): Format with
17517         @deftypefun, and add @safety note.
17518         * manual/signal.texi: Move comments that analyze the above
17519         functions to their home place.
17521 2014-02-03  Allan McRae  <allan@archlinux.org>
17523         * po/sl.po: Update Slovenian translation from translation project.
17525 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17527         * manual/time.texi (timegm): Add missing blank after @c.
17528         Reported by Joseph Myers <joseph@codesourcery.com>.
17530 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17532         * manual/check-safety.sh: New.
17533         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17535         * manual/terminal.texi: Document MTASC-safety properties.
17537         * manual/filesys.texi: Document MTASC-safety properties.
17539         * manual/errno.texi: Document MTASC-safety properties.
17541         * manual/intro.texi: Document safety identifiers and
17542         conditionals.
17544         * manual/string.texi (wcstok): Fix prototype.
17545         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17547         * manual/time.texi: Document MTASC-safety properties.
17549         * manual/string.texi: Document MTASC-safety properties.
17551         * manual/threads.texi: Document MTASC-safety properties.
17553         * manual/stdio.texi: Document MTASC-safety properties.
17555         * manual/syslog.texi: Document MTASC-safety properties.
17557         * manual/sysinfo.texi: Document MTASC-safety properties.
17559         * manual/startup.texi: Document MTASC-safety properties.
17561         * manual/socket.texi: Document MTASC-safety properties.
17563         * manual/signal.texi: Document MTASC-safety properties.
17565 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
17567         * manual/setjmp.texi: Document MTASC-safety properties.
17569         * manual/search.texi: Document MTASC-safety properties.
17571         * manual/resource.texi: Document MTASC-safety properties.
17573         * manual/process.texi: Document MTASC-safety properties.
17575         * manual/platform.texi: Document MTASC-safety properties.
17577         * manual/pipe.texi: Document MTASC-safety properties.
17579         * manual/pattern.texi: Document MTASC-safety properties.
17581         * manual/message.texi: Document MTASC-safety properties.
17583         [BZ #12751]
17584         * manual/memory.texi: Document MTASC-safety properties.
17586         * manual/math.texi: Document MTASC-safety properties.
17588         * manual/locale.texi: Document MTASC-safety properties.
17590         * manual/llio.texi: Document MTASC-safety properties.
17592         * manual/libdl.texi: New.
17594         * manual/lang.texi: Document MTASC-safety properties.
17596         * manual/job.texi: Document MTASC-safety properties.
17598         * manual/getopt.texi: Document MTASC-safety properties.
17600         * manual/ctype.texi: Document MTASC-safety properties.
17602 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
17604         [BZ #16046]
17605         * csu/libc-tls.c (static_map): Remove variable.
17606         (__libc_setup_tls): Use main executable's link map for TLS data.
17607         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17608         casing for LM_ID_BASE and GL(dl_nns).
17609         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17610         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
17611         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
17612         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
17613         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
17614         member.
17615         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
17616         l_phnum members.
17618 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
17620         * manual/debug.texi: Document MTASC-safety properties.
17622 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
17624         [BZ #16510]
17625         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
17626         of __x86_64__ when disabling x87 inline functions.
17628 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
17630         * manual/charset.texi: Document MTASC-safety properties.
17632         * manual/crypt.texi: Document MTASC-safety properties.
17634         * manual/conf.texi: Document MTASC-safety properties.
17636         * manual/arith.texi: Document MTASC-safety properties.
17638         * manual/argp.texi: Document MTASC-safety properties.
17640         * manual/macros.texi: Introduce macros to document multi
17641         thread, asynchronous signal and asynchronous cancellation
17642         safety properties.
17643         * manual/intro.texi: Introduce the properties themselves.
17645 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17647         * sysdeps/sh/sh4/Makefile: New file.
17649 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
17651         * math/gen-libm-test.pl ($srcdir): New variable.
17652         ($auto_input): Use it.
17654 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17656         [BZ #16506]
17657         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
17658         access beyond array bounds when parsing netgroups file.
17660         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
17661         the old buffer before realloc.
17663 2014-01-27  Allan McRae  <allan@archlinux.org>
17665         * po/fr.po: Update French translation from translation project.
17667 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17669         * sysdeps/sh/libm-test-ulps: Regenerate.
17671 2014-01-24  David S. Miller  <davem@davemloft.net>
17673         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
17675 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17677         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
17678         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
17680 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17682         [BZ #16474]
17683         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
17684         string pointers after reallocation.
17686 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17688         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
17689         __SH4A__ instead of __SH_FPU_ANY__.
17691 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17693         * sysdeps/sh/fpu_control.h: New file.
17694         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
17695         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
17696         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
17697         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
17698         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
17699         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
17700         * sysdeps/sh/sys/ucontext.h: Remove.
17701         * sysdeps/sh/sys: Remove directory.
17703 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17705         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
17706         s390/sys/ucontext.h.
17707         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
17708         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
17710 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
17712         [BZ #15605]
17713         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
17715 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17717         [BZ#16431]
17718         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
17719         Adjust the vDSO correctly for internal calls.
17720         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
17722 2014-01-20  Allan McRae  <allan@archlinux.org>
17724         * po/ca.po: Update Catalan translation from translation project.
17726 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
17728         * sysdeps/s390/sotruss-lib.c: New file.
17730 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17732         [BZ#16430]
17733         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
17734         (__GI___gettimeofday): Alias for a different internal symbol to avoid
17735         local calls issues by not having a PLT stub required for IFUNC calls.
17736         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
17738 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
17740         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
17741         * math/test-fpucw-static.c: Likewise.
17743 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17745         [BZ #16453]
17746         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
17748 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17750         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
17751         implementation for powerpc.
17753 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
17755         [BZ #14782]
17756         * sysdeps/posix/system.c (__libc_system): Do not enable
17757         asynchronous cancellation.
17759 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17761         [BZ #16427]
17762         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
17763         handling only for numbers special also in the IEEE case.
17765 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17767         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17769 2014-01-11  Allan McRae  <allan@archlinux.org>
17771         * po/bg.po: Update Bulgarian translation from translation project.
17773         * po/de.po: Update German translation from translation project.
17775 2014-01-10  Roland McGrath  <roland@hack.frob.com>
17777         * sysdeps/generic/gcc-compat.h: New file.
17779 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17781         * benchtests/asin-inputs: Correct slow inputs.
17782         * benchtests/acos-inputs: Likewise.
17784 2014-01-10  Allan McRae  <allan@archlinux.org>
17786         * po:sv.po: Update Swedish translation from translation project.
17788         * po/vi.po: Update Vietnamese translation from translation project.
17790         * po/eo.po: Update Esperanto translation from translation project.
17792         * po/cs.po: Update Czech translation from translation project.
17794         * po/nl.po: Update Dutch translation from translation project.
17796         * po/pl.po: Update Polish translation from translation project.
17798         * po/ru.po: Update Russian translation from translation project.
17800         * po/uk.po: Update Ukrainian translation from translation project.
17802 2014-01-08  Brooks Moses  <bmoses@google.com>
17804         * elf/dl-load.c: Fix comment typo.
17806 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
17808         * po/header.pot: Rename to...
17809         * po/pot.header: ... this.
17810         * po/Makefile: Use pot.header.
17812 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
17813             Maxim Kuvyrkov  <maxim@kugelworks.com>
17815         [BZ #16394]
17816         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
17817         SRC and DEST against LEN.
17819 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17821         [BZ #16414]
17822         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
17823         implementation.
17824         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
17826 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17828         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17830 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
17832         [BZ #16408]
17833         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
17834         for large positive arguments.
17836 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
17838         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17840         * math/auto-libm-test-in: Mark various tests with
17841         xfail-rounding:ldbl-128ibm.
17842         * math/auto-libm-test-out: Regenerated.
17844         [BZ #16407]
17845         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
17846         Increase overflow threshold.
17848 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
17850         [BZ #14286]
17851         * stdio-common/vfprintf.c: Check for integer overflow.
17853 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17855         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
17856         the first argument and return value of __tls_get_addr_internal.
17858 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17860         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
17861         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
17863 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17865         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
17866         * sysdeps/s390/rtld-global-offsets.sym: New file.
17867         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
17868         GLIBC_2.19 symbol.
17869         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
17870         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
17871         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
17872         ... this.
17873         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
17874         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
17875         ... this.
17876         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17877         Regenerate.
17878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17879         Regenerate.
17880         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
17881         halfs of GPRs for high_gprs contexts.
17882         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
17883         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
17884         field.
17885         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
17886         uc_flags field.
17887         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
17888         64 bit versions:
17889         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
17890         for high GPRs (uc_high_gprs) and for future extensions
17891         (__reserved).
17892         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
17893         for future extensions (__reserved).
17894         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
17895         64 bit versions:
17896         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
17897         SC_HIGHGPRS offset definition.
17898         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
17899         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
17901         * Versions.def: Add GLIBC_2.19 for libpthread.
17902         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
17903         siglongjmp for libpthread with GLIBC_2.19 symver.
17904         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
17905         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
17906         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
17907         * sysdeps/s390/__longjmp.c: New file.
17908         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
17909         * sysdeps/s390/longjmp.c: New file.
17910         * sysdeps/s390/setjmp.S: New file.
17911         * sysdeps/s390/sigjmp.S: New file.
17912         * sysdeps/s390/v1-longjmp.c: New file.
17913         * sysdeps/s390/v1-setjmp.h: New file.
17914         * sysdeps/s390/v1-sigjmp.c: New file.
17915         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
17916         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
17917         GLIBC_2.19 version.
17918         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
17919         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
17920         versioned symbols for ____longjmp_chk.
17921         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
17922         Likewise.
17923         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17924         Regenerate.
17925         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17926         Regenerate.
17927         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17928         Regenerate.
17929         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17930         Regenerate.
17931         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
17932         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
17933         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
17934         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
17935         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
17936         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
17937         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
17938         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
17939         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
17940         * sysdeps/s390/rtld-__longjmp.c: New file.
17941         * sysdeps/s390/rtld-setjmp.S: New file.
17943 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
17945         [BZ #16400]
17946         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
17947         Return -__logl (x) for small positive arguments without evaluating
17948         a polynomial.
17950 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
17952         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
17953         Rename to ...
17954         (__ptrace_peeksiginfo_args): ... this.
17955         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17956         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17957         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17959 2014-01-06  Allan McRae  <allan@archlinux.org>
17961         * inet/netinet/in.h: Fix typo in comment.
17963 2014-01-05  Andreas Jaeger  <aj@suse.de>
17965         * sysdeps/i386/fpu/libm-test-ulps: Update.
17967 2014-01-05  Allan McRae  <allan@archlinux.org>
17969         * po/libc.pot: Regenerated.
17971         * malloc/memusagestat.c: Fix gettext call formatting.
17973 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
17975         * nscd/nscd.c: Improve usage() output.
17977 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
17979         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
17980         * sysdeps/unix/sysv/linux/configure: Regenerated.
17981         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
17982         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
17984 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
17986         [BZ #16390]
17987         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17988         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
17990 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17992         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
17993         extra tokens at end of #undef directive.
17994         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
17995         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
17996         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
17998 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18000         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18002         * math/auto-libm-test-in: Mark various tests with
18003         xfail-rounding:ldbl-128ibm.
18004         * math/auto-libm-test-out: Regenerated.
18006 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18008         [BZ #16386]
18009         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18010         numbers with subnormal high part when calculating exponent.
18012         [BZ #16385]
18013         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18014         fabs.
18016         [BZ #16384]
18017         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18018         M_LN2l.
18019         (__ieee754_acoshl): Use __log1pl not __log1p.
18021 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18023         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18024         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18025         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18026         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18027         (reused_arena, arena_get2): Convert to GNU style.
18028         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18029         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18030         (memalign_check, __malloc_set_state): Likewise.
18031         * malloc/mallocbug.c (main): Likewise.
18032         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18033         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18034         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18035         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18036         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18037         (__posix_memalign, malloc_info): Likewise.
18038         * malloc/malloc.h: Likewise.
18039         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18040         (mallochook, memalignhook, reallochook, mabort): Likewise.
18041         * malloc/mcheck.h: Likewise.
18042         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18043         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18044         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18045         * malloc/morecore.c (__default_morecore): Likewise.
18046         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18047         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18048         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18049         (print_and_abort): Likewise.
18050         * malloc/obstack.h: Likewise.
18051         * malloc/set-freeres.c (__libc_freeres): Likewise.
18052         * malloc/tst-mallocstate.c (main): Likewise.
18053         * malloc/tst-mtrace.c (main): Likewise.
18054         * malloc/tst-realloc.c (do_test): Likewise.
18056 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18058         [BZ #16366]
18059         * nscd/netgroupcache.c (do_notfound): New function.
18060         (addgetnetgrentX): Use it.
18062         [BZ # 16365]
18063         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18064         NSS_STATUS_NOTFOUND.
18066 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18068         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18069         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18071 2014-01-01  Allan McRae  <allan@archlinux.org>
18073         * scripts/update-copyrights: Update configure input file suffix.
18075         * NEWS: Update copyright year.
18076         * catgets/gencat.c: Likewise.
18077         * csu/version.c: Likewise.
18078         * debug/catchsegv.sh: Likewise.
18079         * debug/pcprofiledump.c: Likewise.
18080         * debug/xtrace.sh: Likewise.
18081         * elf/ldconfig.c: Likewise.
18082         * elf/ldd.bash.in: Likewise.
18083         * elf/pldd.c: Likewise.
18084         * elf/sotruss.ksh: Likewise.
18085         * elf/sprof.c: Likewise.
18086         * iconv/iconv_prog.c: Likewise.
18087         * iconv/iconvconfig.c: Likewise.
18088         * locale/programs/locale.c: Likewise.
18089         * locale/programs/localedef.c: Likewise.
18090         * login/programs/pt_chown.c: Likewise.
18091         * malloc/memusage.sh: Likewise.
18092         * malloc/memusagestat.c: Likewise.
18093         * malloc/mtrace.pl: Likewise.
18094         * manual/libc.texinfo: Likewise.
18095         * nscd/nscd.c: Likewise.
18096         * nss/getent.c: Likewise.
18097         * nss/makedb.c: Likewise.
18098         * posix/getconf.c: Likewise.
18099         * scripts/test-installation.pl: Likewise.
18101         * All files with FSF copyright notices: Update copyright dates
18102         using scripts/update-copyrights.
18103         * intl/plural.c: Regenerated.
18104         * locale/programs/charmap-kw.h: Likewise.
18105         * locale/programs/locfile-kw.h: Likewise.
18107 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18109         * sysdeps/unix/sysv/linux/configure: Regenerated.
18110         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18111         the linux/fanotify.h header.
18112         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18113         HAVE_LINUX_FANOTIFY_H is defined.
18115 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18117         * benchtests/cos-inputs: New inputs.
18118         * benchtests/sin-inputs: Likewise.
18120         * benchtests/atan-inputs: New inputs. Fix name of multiple
18121         precision fallback inputs.
18123         * benchtests/atanh-inputs: New inputs.
18124         * benchtests/tanh-inputs: Likewise.
18126         * benchtests/acosh-inputs: New inputs.
18127         * benchtests/asinh-inputs: Likewise.
18129         * benchtests/cosh-inputs: New inputs.
18130         * benchtests/sinh-inputs: Likewise.
18132         * benchtests/acos-inputs: Add more inputs.
18133         * benchtests/asin-inputs: Likewise.
18135 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18137         [BZ #16375]
18138         * manual/arith.texi: Fix spelling.
18139         * manual/charset.texi: Likewise.
18140         * manual/errno.texi: Likewise.
18141         * manual/filesys.texi: Likewise.
18142         * manual/lang.texi: Likewise.
18143         * manual/llio.texi: Likewise.
18144         * manual/locale.texi: Likewise.
18145         * manual/message.texi: Likewise.
18146         * manual/resource.texi: Likewise.
18147         * manual/search.texi: Likewise.
18148         * manual/setjmp.texi: Likewise.
18149         * manual/stdio.texi: Likewise.
18150         * manual/string.texi: Likewise.
18151         * manual/sysinfo.texi: Likewise.
18152         * manual/time.texi: Likewise.
18154 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18156         * po/sl.po: New file.
18158 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18160         * .gitignore: Add core/.gdbinit/.gdb_history.
18162 2013-12-27  Allan McRae  <allan@archlinux.org>
18164         [BZ #16369]
18165         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18166         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18168 2013-12-24  Brooks Moses  <bmoses@google.com>
18170         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18171         all compilers that claim C++98 compliance, not just GCC.
18172         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18173         Likewise.
18175 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18177         * NEWS: Restore accidentally deleted bug-fix entries.
18179 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18180             Ondřej Bílka  <neleai@seznam.cz>
18182         [BZ #15073]
18183         * malloc/malloc.c (_int_free): Perform sanity check only if we
18184         have_lock.
18186 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18188         [BZ #12986]
18189         * manual/stdio.texi (String Input Conversions): Clarify that character
18190         classes are not supported.
18192 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18194         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18196 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18198         [BZ #16337]
18199         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18200         Calculate results for small negative arguments directly rather
18201         than using reflection formula with special underflow handling.
18203         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18204         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18205         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18206         (fchflags): Likewise.
18207         (revoke): Likewise.
18208         (setlogin): Likewise.
18209         (sigaltstack): Likewise.
18210         (wait4): Likewise.
18211         (sigblock): Remove.
18212         (sigsetmask): Likewise.
18213         (wait3): Likewise.
18214         (waitpid): Likewise.
18215         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18216         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18217         file.
18218         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18219         * sysdeps/unix/bsd/Makefile: ... here.
18220         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18221         * sysdeps/unix/bsd/Versions: ... here.
18222         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18223         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18224         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18225         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18226         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18227         * sysdeps/unix/bsd/sigblock.c: ... here.
18228         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18229         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18230         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18231         * sysdeps/unix/bsd/sigvec.c: ... here.
18232         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18233         * sysdeps/unix/bsd/tcdrain.c: ... here.
18234         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18235         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18236         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18237         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18238         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18239         * sysdeps/unix/bsd/wait.c: ... here.
18240         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18241         * sysdeps/unix/bsd/wait3.c: ... here.
18242         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18243         * sysdeps/unix/bsd/waitpid.c: ... here.
18245 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18247         [BZ #16356]
18248         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18249         round-to-nearest for [!USE_AS_EXPM1L].
18250         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18251         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18252         more tests of exp and exp10.  Expect some exp10 tests to miss
18253         exceptions or fail in directed rounding modes.
18254         * math/auto-libm-test-out: Regenerated.
18255         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18256         (exp10_test_tonearest): New function.
18257         (exp10_towardzero_test_data): New array.
18258         (exp10_test_towardzero): New function.
18259         (exp10_downward_test_data): New array.
18260         (exp10_test_downward): New function.
18261         (exp10_upward_test_data): New array.
18262         (exp10_test_upward): New function.
18263         (main): Call the new functions.
18264         * sysdeps/i386/fpu/libm-test-ulps: Update.
18265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18267 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18269         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18270         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18271         * math/auto-libm-test-out: Regenerated.
18272         * math/libm-test.inc (acosh_test_data): Add more tests.
18273         (atanh_test_data): Likewise.
18274         (ceil_test_data): Likewise.
18275         (copysign_test_data): Likewise.
18276         * sysdeps/i386/fpu/libm-test-ulps: Update.
18277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18279         * timezone/checktab.awk: Update from tzcode 2013i.
18280         * timezone/private.h: Likewise.
18281         * timezone/scheck.c: Likewise.
18282         * timezone/tzfile.h: Likewise.
18283         * timezone/tzselect.ksh: Likewise.
18284         * timezone/zdump.c: Likewise.
18285         * timezone/zic.c: Likewise.
18287         * math/auto-libm-test-in: Add tests of cpow.
18288         * math/auto-libm-test-out: Regenerated.
18289         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18290         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18291         mpc_cc_c.
18292         (func_calc_desc): Add mpc_cc_c union field.
18293         (test_functions): Add cpow.
18294         (special_fill_2pi): New function.
18295         (special_real_inputs): Add 2pi.
18296         (calc_generic_results): Handle mpc_cc_c.
18297         * sysdeps/i386/fpu/libm-test-ulps: Update.
18298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18300         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18301         csqrt, ctan and ctanh.
18302         * math/auto-libm-test-out: Regenerated.
18303         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18304         (TEST_COND_x86): Likewise.
18305         (ccos_test_data): Use AUTO_TESTS_c_c.
18306         (ccosh_test_data): Likewise.
18307         (cexp_test_data): Likewise.
18308         (clog_test_data): Likewise.
18309         (csqrt_test_data): Likewise.
18310         (ctan_test_data): Likewise.
18311         (ctan_tonearest_test_data): Likewise.
18312         (ctan_towardzero_test_data): Likewise.
18313         (ctan_downward_test_data): Likewise.
18314         (ctan_upward_test_data): Likewise.
18315         (ctanh_test_data): Likewise.
18316         (ctanh_tonearest_test_data): Likewise.
18317         (ctanh_towardzero_test_data): Likewise.
18318         (ctanh_downward_test_data): Likewise.
18319         (ctanh_upward_test_data): Likewise.
18320         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18321         mpc_c_c.
18322         (func_calc_desc): Add mpc_c_c union field.
18323         (FUNC_mpc_c_c): New macro.
18324         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18325         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18326         ctanh.
18327         (special_fill_min_subnorm_p120): New function.
18328         (special_real_inputs): Add min_subnorm_p120.
18329         (calc_generic_results): Handle mpc_c_c.
18330         * sysdeps/i386/fpu/libm-test-ulps: Update.
18331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18333 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18335         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18336         (do_sin_slow): New functions.
18337         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18338         (cslow2, csloww1, csloww2): Use the new functions.
18340         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18341         Use M to change sign of result instead of X.  Assume X is
18342         positive.
18343         (csloww1): Likewise.
18344         (__sin): Adjust.
18345         (__cos): Adjust.
18347         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18348         arguments A and DA.
18349         (__sin): Adjust.
18350         (__cos): Likewise.
18352         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18353         (__cos): Likewise.
18354         (sloww1): Don't adjust sign of DX.
18355         (csloww1): Likewise.
18356         (sloww2): Use X directly and don't adjust sign of DX.
18357         (csloww2): Likewise.
18359 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18361         * math/auto-libm-test-in: Add tests of cabs and carg.
18362         * math/auto-libm-test-out: Regenerated.
18363         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18364         (carg_test_data): Likewise.
18365         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18366         mpc_c_f.
18367         (func_calc_desc): Add mpc_c_f union field.
18368         (test_functions): Add cabs and carg.
18369         (calc_generic_results): Handle mpc_c_f.
18371         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18372         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18373         as a macro and a compat symbol.
18374         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18375         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18376         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18377         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18378         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18379         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18380         not use .hidden.
18381         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18382         Likewise.
18383         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18384         Likewise.
18385         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18386         Likewise.
18387         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18388         Likewise.
18389         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18390         Likewise.
18391         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18392         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18393         from GLIBC_2.3.2.
18395 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18397         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18399 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18401         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18402         trailing whitespace removed.
18403         * scripts/config.guess: Update to version 2013-11-29.
18404         * scripts/config.sub: Update to version 2013-10-01.
18406         * math/auto-libm-test-in: Add tests of sincos.
18407         * math/auto-libm-test-out: Regenerated.
18408         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18409         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18410         mpfr_f_11.
18411         (func_calc_desc): Add mpfr_f_11 union field.
18412         (test_functions): Add sincos.
18413         (calc_generic_results): Handle mpfr_f_11.
18414         * sysdeps/i386/fpu/libm-test-ulps: Update.
18415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18417 2013-12-19  Andreas Schwab  <schwab@suse.de>
18419         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18420         CALL_MCOUNT.
18421         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18422         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18423         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18425 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18427         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18428         * sysdeps/i386/fpu/libm-test-ulps: Update.
18429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18431         [BZ #16293]
18432         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18433         round-to-nearest mode when using frndint.
18434         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18435         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18436         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18437         Likewise.
18438         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18439         sinh test to fail.
18440         * math/auto-libm-test-out: Regenerated.
18441         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18442         (TEST_COND_x86): Likewise.
18443         (expm1_tonearest_test_data): New array.
18444         (expm1_test_tonearest): New function.
18445         (expm1_towardzero_test_data): New array.
18446         (expm1_test_towardzero): New function.
18447         (expm1_downward_test_data): New array.
18448         (expm1_test_downward): New function.
18449         (expm1_upward_test_data): New array.
18450         (expm1_test_upward): New function.
18451         (main): Run the new test functions.
18452         * sysdeps/i386/fpu/libm-test-ulps: Update.
18453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18455         * include/features.h: Update comment documenting feature test
18456         macros.  Mention _DEFAULT_SOURCE in comment.
18457         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18458         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18459         _BSD_SOURCE and _SVID_SOURCE.
18460         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18461         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18462         !_SVID_SOURCE]: Likewise.
18463         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18464         (__USE_POSIX_IMPLICITLY): Define.
18465         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18466         (_POSIX_SOURCE): Undefine and redefine.
18467         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18468         (_POSIX_C_SOURCE): Likewise.
18469         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18470         (Feature Test Macros): Update documentation of default features.
18472 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18474         * benchtests/Makefile: Add bench-strtok.
18475         * benchtests/bench-strtok.c: New file: strtok benchtest.
18477 2013-12-19  Allan McRae  <allan@archlinux.org>
18479         * manual/install.texi: Suppress menu for plain text output.
18480         * INSTALL: Regenerated.
18482 2013-12-18  Brooks Moses  <bmoses@google.com>
18484         [BZ #15846]
18485         * misc/getauxval.c: Include errno.h.
18486         (__getauxval): Set errno to ENOENT if the requested type is not
18487         found.
18488         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18489         don't declare with __attribute_const__.
18490         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18491         * manual/startup.texi: Document that getauxval sets errno.
18493 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18495         * math/auto-libm-test-in: Add tests of jn and yn.
18496         * math/auto-libm-test-out: Regenerated.
18497         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18498         (yn_test_data): Likewise.
18499         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18500         mpfr_if_f.
18501         (func_calc_desc): Add mpfr_if_f union field.
18502         (FUNC_mpfr_if_f): New macro.
18503         (test_functions): Add jn and yn.
18504         (calc_generic_results): Assert type of second input for
18505         mpfr_ff_f.  Handle mpfr_if_f.
18506         (output_for_one_input_case): Disable all checking for arguments
18507         fitting floating-point types in case of an integer argument.
18508         * sysdeps/i386/fpu/libm-test-ulps: Update.
18509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18512         Don't expect fegetround reference in libm.so.
18514 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18516         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18517         $(config-cflags-nofma).
18519 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18521         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18522         * math/auto-libm-test-out: Regenerated.
18524         [BZ #16338]
18525         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18526         to determine exponent and adjust argument to have exponent of -1.
18527         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18528         log2.
18529         * math/auto-libm-test-out: Regenerated.
18530         * sysdeps/i386/fpu/libm-test-ulps: Update.
18531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18533 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18535         * manual/probes.texi: Remove cases when per-thread arenas are
18536         disabled.
18538 2013-12-18  Andreas Schwab  <schwab@suse.de>
18540         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18541         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18542         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18543         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18544         * sysdeps/i386/i686/multiarch/Makefile: Update.
18545         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18547 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18549         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18550         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18552 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18554         [BZ #15968]
18555         Support TZ transition times < 00:00:00.
18556         This is needed for version-3 tz-format files; it supports time
18557         stamps past 2037 for America/Godthab (the only entry in the tz
18558         database for which this change is relevant).
18559         * manual/time.texi (TZ Variable): Document transition times
18560         from -167:59:59 through -00:00:01.
18561         * time/tzset.c (tz_rule): Time of day is now signed.
18562         (__tzset_parse_tz): Parse negative time of day.
18564         Document TZ transition times >= 25:00:00.
18565         * manual/time.texi (TZ Variable): Document transition times from
18566         25:00:00 through 167:59:59.  These are already supported, and this
18567         support will help with version-3 tz-format files.
18569         * manual/time.texi (TZ Variable): Modernize North America example
18570         to reflect current (i.e., 2007-and-later) daylight saving rules.
18572         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18574 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18576         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18577         * sysdeps/unix/bsd/bits/stat.h: Likewise.
18578         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18579         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18580         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18581         * sysdeps/unix/bsd/bsdstat.h: Likewise.
18582         * sysdeps/unix/bsd/clock.c: Likewise.
18583         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18584         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18585         * sysdeps/unix/bsd/init-posix.c: Likewise.
18586         * sysdeps/unix/bsd/poll.c: Likewise.
18587         * sysdeps/unix/bsd/ptsname.c: Likewise.
18588         * sysdeps/unix/bsd/seekdir.c: Likewise.
18589         * sysdeps/unix/bsd/setegid.c: Likewise.
18590         * sysdeps/unix/bsd/seteuid.c: Likewise.
18591         * sysdeps/unix/bsd/setgid.c: Likewise.
18592         * sysdeps/unix/bsd/setrgid.c: Likewise.
18593         * sysdeps/unix/bsd/setruid.c: Likewise.
18594         * sysdeps/unix/bsd/setsid.c: Likewise.
18595         * sysdeps/unix/bsd/setuid.c: Likewise.
18596         * sysdeps/unix/bsd/sigaction.c: Likewise.
18597         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18598         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18599         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18600         * sysdeps/unix/bsd/telldir.c: Likewise.
18601         * sysdeps/unix/bsd/times.c: Likewise.
18602         * sysdeps/unix/bsd/usleep.c: Likewise.
18604         * misc/Makefile (install-lib): Remove libbsd-compat.a.
18605         ($(objpfx)libbsd-compat.a): Remove rule.
18607         * include/features.h (__FAVOR_BSD): Do not define.
18608         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18609         features conflicting with POSIX.
18610         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18611         (_BSD_SOURCE): Remove description of not being a subset of other
18612         feature test macros.
18613         * manual/job.texi (getpgrp): Do not document BSD version.
18614         (getpgid): Do not document by reference to BSD getpgrp.
18615         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
18616         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
18617         * signal/signal.h [__FAVOR_BSD]: Likewise.
18618         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
18619         instead of making contents conditional on [__FAVOR_BSD].
18620         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
18622 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18624         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18626 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18628         [BZ #16314]
18629         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
18630         values below 2**-450, not 2**-500.
18631         * math/auto-libm-test-in: Don't allow spurious underflow from
18632         hypot.
18633         * math/auto-libm-test-out: Regenerated.
18635         [BZ #16316]
18636         [BZ #16330]
18637         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
18638         values of ha and hb and sort them after adjusting subnormal
18639         arguments.
18640         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
18641         Likewise.
18642         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
18643         values of ea and eb and sort them after adjusting subnormal
18644         arguments.
18645         * math/auto-libm-test-in: Do not expect some hypot tests of
18646         subnormals to fail.  Add more hypot tests.
18647         * math/auto-libm-test-out: Regenerated.
18649 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18651         [BZ #13304]
18652         * sysdeps/sh/s_fma.c: New file.
18653         * sysdeps/sh/s_fmaf.c: New file.
18654         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
18655         version.
18656         * sysdeps/sh/Implies: Add sh/soft-fp.
18658 2013-12-16  Roland McGrath  <roland@hack.frob.com>
18660         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
18661         level of indirection to members `objname', `errstring', `malloced'.
18662         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
18663         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
18664         it as the __longjmp argument (just pass 1 instead).
18665         (_dl_catch_error): Initialize C with argument pointers and address of
18666         volatile local ERRCODE rather than copying values out of C at return.
18668 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
18670         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
18671         * math/auto-libm-test-out: Regenerated.
18672         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
18673         (hypot_test_data): Likewise.
18674         (pow_test_data): Likewise.
18675         (pow_tonearest_test_data): Likewise.
18676         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18677         mpfr_ff_f.
18678         (func_calc_desc): Add mpfr_ff_f union field.
18679         (FUNC_mpfr_ff_f): New macro.
18680         (test_functions): Add atan2, hypot and pow.
18681         (special_fill_min): New function.
18682         (special_fill_minus_min): Likewise.
18683         (special_fill_min_subnorm): Likewise.
18684         (special_fill_minus_min_subnorm): Likewise.
18685         (special_real_inputs): Add min, -min, min_subnorm and
18686         -min_subnorm.
18687         (calc_generic_results): Handle mpfr_ff_f.
18688         * sysdeps/i386/fpu/libm-test-ulps: Update.
18689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18691 2013-12-16  Will Newton  <will.newton@linaro.org>
18693         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
18694         (Aligned Memory Blocks): Add documentation for aligned_alloc
18695         and suggest it as an alternative to posix_memalign.
18696         (Hooks for Malloc): Document __memalign_hook is also called
18697         for aligned_alloc.  (Summary of Malloc): Add summary for
18698         aligned alloc.  Document __memalign_hook is also called
18699         for aligned_alloc.
18701 2013-12-16  Will Newton  <will.newton@linaro.org>
18703         * manual/memory.texi (Malloc Examples): Clarify default
18704         alignment documentation.  Suggest posix_memalign rather
18705         than memalign or valloc.
18706         (Aligned Memory Blocks): Remove suggestion to use memalign
18707         or valloc.  Remove obsolete comment about BSD.
18708         Document memalign errno values and mark the function obsolete.
18709         Document posix_memalign returned error codes.  Mark valloc
18710         as obsolete.  (Hooks for Malloc): __memalign_hook is also
18711         called for posix_memalign and valloc.
18712         (Summary of Malloc): Add posix_memalign to function summary.
18713         __memalign_hook is also called for posix_memalign and valloc.
18715 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18717         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
18718         TAYLOR_SIN.
18719         (__sin): Adjust.
18720         (__cos): Likewise.
18721         (sloww): Use mynumber union.  Expand ternary operator into
18722         if-else statements.
18723         (cslow): use mynumber union.
18725 2013-12-16  Allan McRae  <allan@archlinux.org>
18727         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
18728         * configure: Regenerated.
18730         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
18732         [BZ #14120]
18733         * configure.ac: Added --enable-maintainer-mode. Check for
18734         autoconf when enabled.
18735         * configure: Regenerated.
18737         * nscd/nscd.service: New file.
18738         * nscd/nscd.tmpfiles: New file.
18740 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
18742         [BZ #12100]
18743         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
18744         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
18745         * sysdeps/x86_64/multiarch/strstr.c: ... here.
18746         (strstr): Add __strstr_sse2_unaligned ifunc.
18747         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
18748         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
18749         (strcasestr): Remove __strcasestr_sse42 ifunc.
18750         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
18751         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
18752         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18754 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18756         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
18757         * sysdeps/sh/bits/fenv.h: ... here.
18758         * sysdeps/sh/sh4/fpu/bits: Remove directory.
18760 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18762         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
18764         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
18765         hypotf multiarch implementations.
18766         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
18767         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
18768         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
18769         multiarch hypot for PPC64.
18770         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
18771         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
18772         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
18773         multiarch hypotf for PPC64.
18775         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
18776         modff multiarch implementations.
18777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
18778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
18779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
18780         multiarch modf for PPC64.
18781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
18782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
18783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
18784         multiarch modff for PPC64.
18786         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
18787         and logl multiarch implementations.
18788         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
18789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
18790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
18791         multiarch logb for PPC64.
18792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
18793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
18794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
18795         multiarch logb for PPC64.
18796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
18797         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
18798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
18799         multiarch logb for PPC64.
18801         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
18802         isinff multiarch implementation.
18803         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
18804         file.
18805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
18806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
18807         multiarch isinf for PPC64.
18808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
18809         file.
18810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
18811         multiarch isinff for PPC64.
18813         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
18814         finitef multiarch implementation.
18815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
18816         file.
18817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
18818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
18819         multiarch finite for PPC64.
18820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
18821         file.
18822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
18823         multiarch finitef for PPC64.
18825         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
18826         lrint multiarch implementation.
18827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
18828         file.
18829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
18830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
18831         multiarch llrint for PPC64.
18832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
18833         multiarch lrint for PPC64.
18835         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
18836         copysignf multiarch implementation.
18837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
18838         file.
18839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
18840         file.
18841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
18842         multiarch copysign for PPC64.
18843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
18844         multiarch copysignf for PPC64.
18846         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
18847         multiarch implementation.
18848         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
18849         file.
18850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
18851         file.
18852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
18853         file.
18854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
18855         file.
18856         multiarch llround for PPC64.
18857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
18858         multiarch trunc for PPC64.
18859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
18860         multiarch truncf for PPC64.
18862         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
18863         multiarch implementation.
18864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
18865         file.
18866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
18867         file.
18868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
18869         file.
18870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
18871         file.
18872         multiarch llround for PPC64.
18873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
18874         multiarch round for PPC64.
18875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
18876         multiarch roundf for PPC64.
18878         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
18879         multiarch implementation.
18880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
18881         file.
18882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
18883         file.
18884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
18885         file.
18886         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
18887         file.
18888         multiarch llround for PPC64.
18889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
18890         multiarch floor for PPC64.
18891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
18892         multiarch floorf for PPC64.
18894         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
18895         multiarch implementation.
18896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
18897         file.
18898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
18899         file.
18900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
18901         file.
18902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
18903         file.
18904         multiarch llround for PPC64.
18905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
18906         multiarch ceil for PPC64.
18907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
18908         multiarch ceilf for PPC64.
18910         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18911         multiarch implementation.
18912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
18913         file.
18914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
18915         file.
18916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
18917         file.
18918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
18919         multiarch llround for PPC64.
18920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
18921         multiarch lround for PPC64.
18923         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18924         multiarch implementation.
18925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
18926         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
18927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
18928         file.
18929         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
18930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
18931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
18932         multiarch isnan for PPC64.
18933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
18934         multiarch isnanf for PPC64.
18936         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
18937         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
18938         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
18939         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
18940         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
18941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
18943         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
18944         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
18945         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18946         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18948         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
18949         multiarch implementations.
18950         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18951         (__libc_ifunc_impl_list): Likewise.
18952         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
18953         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
18954         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
18955         multiarch stpcpy for PPC64.
18957         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
18958         multiarch implementations.
18959         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18960         (__libc_ifunc_impl_list): Likewise.
18961         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
18962         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
18963         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
18964         multiarch strcpy for PPC64.
18966         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
18967         redefine function name.
18968         (_wordcopy_fwd_dest_aligned): Likewise.
18969         (_wordcopy_bwd_aligned): Likewise.
18970         (_wordcopy_bwd_dest_aligned): Likewise.
18971         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
18972         multiarch implementations.
18973         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18974         (__libc_ifunc_impl_list): Likewise.
18975         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
18976         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
18977         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
18978         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
18979         multiarch wcscpy for PPC64.
18981         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
18982         multiarch implementations.
18983         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18984         (__libc_ifunc_impl_list): Likewise.
18985         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
18986         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
18987         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
18988         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
18989         multiarch wcscpy for PPC64.
18991         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
18992         multiarch implementations.
18993         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18994         (__libc_ifunc_impl_list): Likewise.
18995         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
18996         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
18997         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
18998         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
18999         multiarch wcsrchr for PPC64.
19001         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19002         multiarch implementations.
19003         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19004         (__libc_ifunc_impl_list): Likewise.
19005         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19006         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19007         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19008         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19009         multiarch wcschr for PPC64.
19011         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19012         multiarch implementations.
19013         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19014         (__libc_ifunc_impl_list): Likewise.
19015         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19016         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19017         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19018         multiarch strchrnul for PPC64.
19020         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19021         implementations.
19022         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19023         (__libc_ifunc_impl_list): Likewise.
19024         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19025         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19026         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19027         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19028         strchr for PPC64.
19030         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19031         implementations.
19032         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19033         (__libc_ifunc_impl_list): Likewise.
19034         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19035         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19036         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19037         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19038         strncmp for PPC64.
19040         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19041         multiarch implementations.
19042         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19043         (__libc_ifunc_impl_list): Likewise.
19044         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19045         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19046         strncasecmp for PPC64.
19047         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19048         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19049         multiarch strncasecmp_l for PPC64.
19051         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19052         multiarch implementations.
19053         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19054         (__libc_ifunc_impl_list): Likewise.
19055         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19056         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19057         multiarch strcasecmp for PPC64.
19058         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19059         file.
19060         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19061         multiarch strcasecmp_l for PPC64.
19063         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19064         implementations.
19065         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19066         (__libc_ifunc_impl_list): Likewise.
19067         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19068         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19069         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19070         strnlen for PPC64.
19072         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19073         implementations.
19074         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19075         (__libc_ifunc_impl_list): Likewise.
19076         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19077         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19078         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19079         strlen for PPC64.
19081         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19082         implementations.
19083         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19084         (__libc_ifunc_impl_list): Likewise.
19085         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19086         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19087         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19088         rawmemrchr for PPC64.
19090         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19091         implementation.
19092         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19093         (__libc_ifunc_impl_list): Likewise.
19094         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19095         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19096         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19097         memrchr for PPC64.
19099         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19100         implementation.
19101         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19102         (__libc_ifunc_impl_list): Likewise.
19103         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19104         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19105         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19106         memchr for PPC64.
19108         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19109         implementation.
19110         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19111         (__libc_ifunc_impl_list): Likewise.
19112         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19113         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19114         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19115         mempcpy for PPC64.
19117         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19118         avoid cretion of __bzero symbol.
19119         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19120         Likewise.
19121         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19122         Likewise.
19123         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19124         Likewise.
19125         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19126         multiarch implementations.
19127         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19128         (__libc_ifunc_impl_list): Likewise.
19129         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19130         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19131         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19132         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19133         bzero for PPC32.
19134         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19135         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19136         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19137         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19138         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19139         memset for PPC64.
19140         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19142         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19143         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19144         implementations.
19145         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19146         (__libc_ifunc_impl_list): Likewise.
19147         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19148         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19149         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19150         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19151         memcmp for PPC64.
19153         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19154         multiarch for POWER/PPC64.
19155         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19156         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19157         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19158         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19159         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19160         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19161         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19162         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19163         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19164         memcpy for PPC64.
19166         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19167         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19168         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19169         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19170         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19171         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19172         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19173         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19174         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19175         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19176         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19177         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19178         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19179         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19180         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19189 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19191         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19193 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19195         * benchtests/Makefile (bench): Add exp2 and log2.
19196         (LDLIBS-bench-exp2): Add -lm.
19197         (LDLIBS-bench-log2): Likewise.
19198         * benchtests/exp2-inputs: New inputs file.
19199         * benchtests/log2-inputs: New inputs file.
19200         * benchtests/log-inputs: Add new inputs.
19201         * benchtests/tan-inputs: Likewise.
19203 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19205         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19206         definition...
19207         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19208         (csloww2): ... from here.
19210         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19211         instead of structures.
19212         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19213         (POLYNOMIAL): Likewise.
19214         (TAYLOR_SLOW): Likewise.
19215         (__sin): Likewise.
19216         (__cos): Likewise.
19217         (slow1): Likewise.
19218         (slow2): Likewise.
19219         (sloww): Likewise.
19220         (sloww1); Likewise.
19221         (sloww2): Likewise.
19222         (bsloww1): Likewise.
19223         (bsloww2): Likewise.
19224         (cslow2): Likewise.
19225         (csloww): Likewise.
19226         (csloww1): Likewise.
19227         (csloww2): Likewise.
19229 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19231         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19232         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19233         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19234         * malloc/hooks.c (realloc_check): Likewise.
19236         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19237         * malloc/arena.c: Remove PER_THREAD conditional.
19238         [!PER_THREAD]: Remove code.
19239         (ptmalloc_unlock_all2): Likewise.
19240         (ptmalloc_init): Likewise.
19241         (_int_new_arena): Likewise.
19242         (arena_get2): Likewise.
19243         * malloc/hooks.c (__malloc_get_state): Likewise.
19244         (__malloc_set_state): Likewise.
19245         * malloc/malloc.c: Likewise.
19246         (struct malloc_state): Likewise.
19247         (struct malloc_par): Likewise.
19248         (__libc_realloc): Likewise.
19249         (__libc_mallopt): Likewise.
19251 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19253         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19255 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19257         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19258         macro to a function.  Check for zero perturb_byte.
19259         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19261         * malloc/malloc.c: (force_reg): Remove.
19262         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19263         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19264         force_reg by atomic_forced_read.
19265         * malloc/arena.c (ptmalloc_init): Likewise.
19266         * malloc/hooks.c (top_check): Likewise.
19268 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19270         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19272 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19274         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19276 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19278         * math/auto-libm-test-in: Add tests of lgamma.
19279         * math/auto-libm-test-out: Regenerated.
19280         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19281         (M_LOG_2_SQRT_PIl): Likewise.
19282         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19283         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19284         mpfr_f_f1.
19285         (func_calc_desc): Add mpfr_f_f1 union field.
19286         (ARGS1): New macro.
19287         (ARGS2): Likewise.
19288         (ARGS3): Likewise.
19289         (ARGS4): Likewise.
19290         (RET1): Likewise.
19291         (RET2): Likewise.
19292         (CALC): Likewise.
19293         (FUNC): Likewise.
19294         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19295         (test_functions): Add lgamma.
19296         (calc_generic_results): Handle mpfr_f_f1.
19297         * sysdeps/i386/fpu/libm-test-ulps: Update.
19298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19300 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19302         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19303         __mpn_add_n for PowerPC64/POWER7.
19304         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19305         __mpn_sub_n for PowerPC64/POWER7.
19307         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19308         __mpn_addmul_1 for PowerPC64.
19309         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19310         __mpn_submul_1 for PowerPC64.
19311         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19312         for PowerPC64.
19313         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19314         for PowerPC64.
19316 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19318         [BZ #15089]
19319         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19321 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19323         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19325         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19326         add multiarch folders.
19327         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19328         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19329         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19330         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19331         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19332         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19333         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19334         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19335         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19336         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19337         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19346         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19348         New file.
19349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19350         New file.
19351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19352         multiarch __ieee754_hypot for PowerPC32.
19353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19354         New file.
19355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19356         New file.
19357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19358         multiarch __ieee754_hypotf for PowerPC32.
19360         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19361         long_double_symbol only if __logbl is defined.
19362         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19363         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19364         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19365         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19366         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19367         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19368         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19369         path for implementation.
19370         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19371         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19373         logb, and logbl multiarch implementations for PowerPC32.
19374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19375         file.
19376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19377         file.
19378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19379         multiarch logb for PowerPC32.
19380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19381         file.
19382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19383         file.
19384         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19385         multiarch logbf for PowerPC32.
19386         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19388         file.
19389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19390         multiarch logbl implementation for PowerPC32.
19392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19393         and modff multiarch implementations.
19394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19395         New file.
19396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19397         New file.
19398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19399         multiarch modf for PowerPC32.
19400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19401         New file.
19402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19403         New file.
19404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19405         multiarch modff for PowerPC32.
19407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19408         and lrintf multiarch implementations.
19409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19410         New file.
19411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19412         New file.
19413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19414         multiarch lrint for PowerPC32.
19415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19416         file: multiarch lrintf for PowerPC32.
19418         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19419         and lroundf multiarch implementations.
19420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19421         New file.
19422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19423         New file.
19424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19425         New file.
19426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19427         multiarch lround for PowerPC32.
19428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19429         file: multiarch lroundf for PowerPC32.
19431         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19432         copysign and copysignf multiarch implementations.
19433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19434         New file.
19435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19436         New file.
19437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19438         file: multiarch copysign for PowerPC32.
19439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19440         file: multiarch copysignf for PowerPC32.
19442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19443         and truncf multiarch implementations.
19444         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19445         New file.
19446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19447         file.
19448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19449         multiarch trunc for PowerPC32.
19450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19451         New file.
19452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19453         New file.
19454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19455         multiarch truncf for PowerPC32.
19457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19458         and roundf multiarch implementations.
19459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19460         New file.
19461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19462         file.
19463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19464         multiarch round for PowerPC32.
19465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19466         New file.
19467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19468         New file.
19469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19470         multiarch roundf for PowerPC32.
19472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19473         and floorf multiarch implementations.
19474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19475         New file.
19476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19477         file.
19478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19479         multiarch floor for PowerPC32.
19480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19481         New file.
19482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19483         New file.
19484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19485         multiarch floorf for PowerPC32.
19487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19488         and ceilf multiarch implementations.
19489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19490         New file.
19491         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19492         file.
19493         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19494         multiarch ceil for PowerPC32.
19495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19496         New file.
19497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19498         file.
19499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19500         multiarch ceilf for PowerPC32.
19502         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19503         is defined.
19504         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19505         FINITEF is defined.
19506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19507         and finitef multiarch implementations.
19508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19509         New file.
19510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19511         file.
19512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19513         multiarch finite for PowerPC32.
19514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19515         New file.
19516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19517         file: multiarch finitef for PowerPC32.
19519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19520         and isinff multiarch implementations.
19521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19522         file.
19523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19524         file.
19525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19526         multiarch isinf for PowerPC32.
19527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19528         New file.
19529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19530         multiarch isinff for PowerPC32.
19532         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19533         alias when __isnan is defined.
19534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19535         and isnanf multiarch implementations.
19536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19537         file.
19538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19539         file.
19540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19541         file.
19542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19543         file.
19544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19545         multiarch isnan for PowerPC32.
19546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19547         New file.
19548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19549         New file.
19550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19551         multiarch isnanf for PowerPC32.
19553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19554         and sqrtf multiarch implementations.
19555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19556         file.
19557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19558         file.
19559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19560         multiarch sqrt for PowerPC32.
19561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19562         file.
19563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19564         file.
19565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19566         multiarch sqrtf for PowerPC32.
19568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19569         and llroundf multiarch implementations.
19570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19571         New file.
19572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19573         New file.
19574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19575         New file.
19576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19577         file: multiarch llround for PowerPC32.
19578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19579         file: multiarch llroundf for PowerPC32.
19581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19582         multiarch PowerPC32 fpu implementations.
19583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19584         New file.
19585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19586         New file.
19587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19588         multiarch llrint for PowerPC32.
19589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19590         New file.
19591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19592         New file.
19593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19594         file.
19596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19598         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19599         file.
19600         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19601         file.
19602         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19603         file.
19604         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19605         multiarch wordcopy for PPC32.
19606         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19607         wordcopy objects.
19608         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19609         (__libc_ifunc_impl_list): Likewise.
19610         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19611         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
19612         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
19613         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
19614         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
19615         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
19617         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
19618         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
19619         file.
19620         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
19621         file.
19622         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
19623         file.
19624         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
19625         multiarch wcscpy for PPC32.
19626         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19627         multiarch objects.
19628         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19629         (__libc_ifunc_impl_list): Likewise.
19630         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19631         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19632         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
19633         sysdeps/powerpc/power6/wcscpy.c.
19635         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
19636         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
19637         file.
19638         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
19639         file.
19640         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
19641         file.
19642         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
19643         multiarch wcsrchr for PPC32.
19644         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19645         multiarch objects.
19646         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19647         (__libc_ifunc_impl_list): Likewise.
19648         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19649         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19650         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
19651         sysdeps/powerpc/power6/wcsrchr.c.
19653         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
19654         file.
19655         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
19656         file.
19657         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
19658         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
19659         multiarch wcschr for PPc32.
19660         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19661         multiarch objects.
19662         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19663         (__libc_ifunc_impl_list): Likewise.
19664         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
19665         * sysdeps/powerpc/power6/wcschr.c: ... to here.
19666         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
19667         sysdeps/powerpc/power6/wcschr.c.
19669         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
19670         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
19671         file.
19672         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
19673         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
19674         file: multiarch strchr for PPC32.
19675         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
19676         multiarch objects.
19677         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19678         (__libc_ifunc_impl_list): Likewise.
19680         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
19681         name.
19682         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
19683         file.
19684         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
19685         file.
19686         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
19687         multiarch strchrnul for PPC32.
19688         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
19689         multiarch objects.
19690         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19691         (__libc_ifunc_impl_list): Likewise.
19693         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
19694         file.
19695         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
19696         multiarch strncasecmp for PPC32.
19697         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
19698         file.
19699         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
19700         multiarch strncasecmp_l for PPC32.
19701         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
19702         strncasecmp multiarch objects.
19703         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19704         (__libc_ifunc_impl_list): Likewise.
19706         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
19707         file.
19708         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
19709         multiarch strncasecmp for PPC32.
19710         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
19711         New file.
19712         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
19713         multiarch strcasecmp_l for PPC32.
19714         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
19715         multiarch objects.
19716         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19717         (__libc_ifunc_impl_list): Likewise.
19719         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
19720         file.
19721         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
19722         file.
19723         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
19724         multiarch strncmp for PPC32.
19725         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
19726         multiarch objects.
19727         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19728         (__libc_ifunc_impl_list): Likewise.
19730         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
19731         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
19732         file.
19733         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
19734         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
19735         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
19736         multiarch objects.
19737         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19738         (__libc_ifunc_impl_list): Likewise.
19740         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
19741         file.
19742         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
19743         file.
19744         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
19745         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
19746         multiarch objects.
19747         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19748         (__libc_ifunc_impl_list): Likewise.
19750         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
19751         file.
19752         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
19753         file.
19754         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
19755         multiarch rawmemchr for PPC32.
19756         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
19757         multiarch objects.
19758         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19759         (__libc_ifunc_impl_list): Likewise.
19761         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
19762         file.
19763         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
19764         file.
19765         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
19766         file: memrchr multiarch for PPC32.
19767         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
19768         multiarch objects.
19769         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19770         (__libc_ifunc_impl_list): Likewise.
19772         * string/memchr.c (__memchr): Using macro to redefine symbol name.
19773         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
19774         file.
19775         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
19776         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
19777         multiarch memchr for PPC32.
19778         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
19779         multiarch objects.
19780         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19781         (__libc_ifunc_impl_list): Likewise.
19783         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
19784         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
19785         file.
19786         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
19787         file.
19788         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
19789         file: multiarch mempcpy for PPC32.
19790         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
19791         multiarch objects.
19792         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19793         (__libc_ifunc_impl_list): Likewise.
19795         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
19796         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
19797         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
19798         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
19799         multiarch bzero for PPC32.
19800         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
19801         file.
19802         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
19803         file.
19804         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
19805         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
19806         file: multiarch memset for PPC32.
19807         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
19808         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
19809         memset multiarch objects.
19810         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19811         (__libc_ifunc_impl_list): Likewise.
19813         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
19814         file.
19815         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
19816         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
19817         memcmp for PPC32.
19818         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
19819         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
19820         multiarch objects.
19821         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19822         (__libc_ifunc_impl_list): Likewise.
19824         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
19825         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
19826         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
19827         file.
19828         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
19829         file.
19830         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
19831         file.
19832         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
19833         multiarch memcpy for PPC32.
19834         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
19835         multiarch objects.
19836         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19837         (__libc_ifunc_impl_list): Likewise.
19839         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
19840         support multiarch for POWER/PPC32.
19841         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
19842         Likewise.
19843         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
19844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
19845         Implies file to make multiarch folder appers before the fpu and
19846         default folder for power4 configuration.
19848 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19850         * scripts/bench.pl: Append volatile keyword to type.
19852 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19854         * sysdeps/sh/sotruss-lib.c: New file.
19855         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
19857 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19859         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19861 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
19863         [BZ #6810]
19864         * math/w_tgamma.c: Include <errno.h>.
19865         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
19866         * math/w_tgammaf.c: Include <errno.h>.
19867         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
19868         * math/w_tgammal.c: Include <errno.h>.
19869         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
19870         * math/auto-libm-test-in: Do not allow missing errno on tgamma
19871         underflow.  Add more tgamma tests.
19872         * math/auto-libm-test-out: Regenerated.
19873         * sysdeps/i386/fpu/libm-test-ulps: Update.
19874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19876         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
19877         sin, sinh, tan, tanh, tgamma, y0 and y1.
19878         * math/auto-libm-test-out: Regenerated.
19879         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19880         (TEST_COND_x86): Likewise.
19881         (M_E2l): Remove macro.
19882         (M_E3l): Likewise.
19883         (M_2_SQRT_PIl): Likewise.
19884         (M_SQRT_PIl): Likewise.
19885         (M_1_DIV_El): Likewise.
19886         (log_test_data): Use AUTO_TESTS_f_f.
19887         (log10_test_data): Likewise.
19888         (log1p_test_data): Likewise.
19889         (log2_test_data): Likewise.
19890         (sin_test_data): Likewise.
19891         (sin_tonearest_test_data): Likewise.
19892         (sin_towardzero_test_data): Likewise.
19893         (sin_downward_test_data): Likewise.
19894         (sin_upward_test_data): Likewise.
19895         (sinh_test_data): Likewise.
19896         (sinh_tonearest_test_data): Likewise.
19897         (sinh_towardzero_test_data): Likewise.
19898         (sinh_downward_test_data): Likewise.
19899         (sinh_upward_test_data): Likewise.
19900         (tan_test_data): Likewise.
19901         (tan_tonearest_test_data): Likewise.
19902         (tan_towardzero_test_data): Likewise.
19903         (tan_downward_test_data): Likewise.
19904         (tan_upward_test_data): Likewise.
19905         (tanh_test_data): Likewise.
19906         (tgamma_test_data): Likewise.
19907         (y0_test_data): Likewise.
19908         (y1_test_data): Likewise.
19909         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
19910         (special_real_inputs): Add pi/4.
19911         * sysdeps/i386/fpu/libm-test-ulps: Update.
19912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19914 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19916         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
19917         "longjmp_target" static probes.
19918         (__longjmp): Rename to __longjmp_symbol.
19919         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
19920         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
19921         on which longjmp to generate.
19922         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19923         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
19924         probe.
19925         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19926         (__sigjmp_save): Rename to __sigjmp_save_symbol.
19927         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
19928         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
19929         and __sigjmp_save_symbol based on which sigsetjmp to generated.
19930         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
19931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
19932         __longjmp_symbol based on which __longjmp to generate.
19933         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
19934         probe.
19935         (setjmp): Rename to setjmp_symbol.
19936         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19937         (_setjmp): Rename to _setjmp_symbol.
19938         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19939         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
19940         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
19941         which setjmp to generate.
19942         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
19943         "longjmp_target" static probes.
19945 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19947         * benchtests/README: Add note about output arguments.
19948         * benchtests/bench-sincos.c: Remove file.
19949         * benchtests/sincos-inputs: New file.
19950         * scripts/bench.pl: Identify output arguments and define
19951         static variables for them.
19953         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
19955         [BZ #15941]
19956         * Makefile (INSTALL): Add install-plain.texi as the primary
19957         dependency.
19958         * manual/install-plain.texi: New file.
19959         * manual/install.texi: Include node directive only for
19960         non-plaintext output.
19962 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
19964         * stdlib/longlong.h: Update from GCC.
19966         [BZ #6807]
19967         [BZ #15901]
19968         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
19969         * math/w_j0f.c (y0f): Likewise.
19970         * math/w_j0l.c (__y0l): Likewise.
19971         * math/w_j1.c (y1): Likewise.
19972         * math/w_j1f.c (y1f): Likewise.
19973         * math/w_j1l.c (__y1l): Likewise
19974         * math/w_jn.c (yn): Likewise.
19975         * math/w_jnf.c (ynf): Likewise.
19976         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
19977         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
19978         value for Bessel function domain errors outside _SVID_ mode.
19979         Adjust sign of return value for yn (negative integer, 0).
19980         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
19981         by zero in return for negative x and set sign appropriately for
19982         negative n.
19983         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
19984         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
19985         * math/libm-test.inc (y0_test_data): Add more tests and adjust
19986         expectations in error cases.
19987         (y1_test_data): Likewise.
19988         (yn_test_data): Likewise.
19989         * sysdeps/i386/fpu/libm-test-ulps: Update.
19990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19992 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19994         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
19995         "64" to "64-v1".  Add "64-v2".
19996         (abi-64-options): Rename to ...
19997         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
19998         (abi-64-condition): Rename to ...
19999         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20000         (abi-64-ld-soname): Rename to ...
20001         (abi-64-v1-ld-soname): ... this.
20002         (abi-64-v2-options): Define.
20003         (abi-64-v2-condition): Likewise.
20004         (abi-64-v2-ld-soname): Likewise.
20005         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20006         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20011 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20012             Alan Modra  <amodra@gmail.com>
20014         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20015         New versions for use with the ELFv2 ABI.
20016         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20017         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20018         declaration.
20019         (struct La_ppc64v2_retval): Likewise.
20020         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20021         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20022         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20023         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20024         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20025         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20026         Do not save or restore CR.
20027         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20028         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20029         return values for ELFv2 ABI.  Fix location of FPR return registers.
20030         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20031         updated values for _CALL_ELF == 2.
20032         (La_regs, La_retval, int_retval): Likewise.
20034 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20036         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20037         (FRAME_MIN_SIZE_PARM): Likewise.
20038         (FRAME_BACKCHAIN): Likewise.
20039         (FRAME_CR_SAVE): Likewise.
20040         (FRAME_LR_SAVE): Likewise.
20041         (FRAME_TOC_SAVE): Likewise.
20042         (FRAME_PARM_SAVE): Likewise.
20043         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20044         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20045         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20046         (call_mcount_parm_offset): New macro.
20047         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20048         (PROF): Use symbolic stack frame offsets.
20049         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20050         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20051         Redefine in terms of FRAME_MIN_SIZE.
20052         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20053         (_dl_profile_resolve): Likewise.  Update comment.
20054         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20055         symbols stack frame offsets.
20056         (__sigsetjmp): Likewise.
20057         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20058         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20059         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20060         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20063         (FRAME_BACKCHAIN): Remove.
20064         (FRAME_CR_SAVE): Likewise.
20065         (FRAME_LR_SAVE): Likewise.
20066         (FRAME_COMPILER_DW): Likewise.
20067         (FRAME_LINKER_DW): Likewise.
20068         (FRAME_TOC_SAVE): Likewise.
20069         (FRAME_PARM_SAVE): Likewise.
20070         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20071         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20072         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20074         (CHECK_SP): Use symbolic stack frame offsets.
20075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20076         zone" instead of caller's parameter save area for temp storage.
20077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20078         Likewise.  Also, use symbolic stack frame offsets.
20079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20080         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20081         our own stack frame instead of the caller's.
20082         (__socket): Use symbolic stack frame offsets.
20084 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20085             Alan Modra  <amodra@gmail.com>
20087         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20088         Define.
20089         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20090         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20091         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20092         New function.
20093         (elf_machine_fixup_plt): Call it.
20094         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20095         reloc arguments.
20096         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20097         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20098         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20099         r2 before calling target.
20101 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20102             Alan Modra  <amodra@gmail.com>
20104         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20105         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20106         versions of macros to support ELFv2 ABI.
20107         (LOCALENTRY): New macro.
20108         (ENTRY, EALIGN): Use it.
20109         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20110         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20111         fall through into ENTRY entry point.
20112         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20113         Only define if _CALL_ELF != 2.
20115         (elf_machine_matches_host): Verify ABI version matches.
20116         (RTLD_START): Use LOCALENTRY.
20117         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20118         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20119         (PLT_ENTRY_WORDS): New macro.
20120         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20121         (elf_machine_runtime_setup): Support ELFv2 ABI.
20122         (elf_machine_fixup_plt): Likewise.
20123         (elf_machine_plt_conflict): Likewise.
20124         (resolve_ifunc): Likewise.
20125         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20126         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20127         Likewise.
20128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20129         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20131         (makecontext): Support ELFv2 ABI.
20132         * elf/elf.h (EF_PPC64_ABI): Define.
20134 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20136         * sysdeps/powerpc/powerpc64/sysdep.h
20137         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20138         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20139         (ENTRY) [ASSEMBLER]: ... but instead here ...
20140         (EALIGN) [ASSEMBLER]: ... and here.
20141         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20142         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20143         (ENTRY_2) [!ASSEMBLER]: Use it.
20144         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20145         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20146         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20147         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20148         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20150         Use PPC64_LOAD_FUNCPTR.
20152         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20154 2013-12-04  Alan Modra  <amodra@gmail.com>
20156         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20157         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20158         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20159         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20161         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20162         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20163         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20164         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20165         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20166         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20168 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20171         (__makecontext): Fix incorrect CFI when backtracing out of
20172         context created via makecontext.
20173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20174         (__setcontext): Fix incorrect CFI during switch to new context.
20175         (__novec_setcontext): Likewise.
20177 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20179         [BZ #4772]
20180         * time/strptime_l.c (__strptime_internal): Allow modifiers
20181         in strptime.
20182         * time/tst-strptime.c (day_tests): Add testcase.
20184 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20186         * scripts/bench.pl: Skip over blank lines.
20188 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20190         [BZ #926]
20191         * manual/time.texi (Calendar Time): Clarify what timezone functions
20192         use.
20194 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20196         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20198 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20200         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20201         implementation.
20202         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20203         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20204         * debug/memset_chk.c (__memset_chk): Likewise.
20205         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20206         * debug/strncpy_chk.c: Likewise.
20208 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20210         [BZ #15268]
20211         [BZ #15425]
20212         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20213         (__ieee754_exp): For possibly underflowing results, check size of
20214         result and force underflow exception if required.
20215         * math/auto-libm-test-in: Add more tests of exp.
20216         * math/auto-libm-test-out: Regenerated.
20217         * sysdeps/i386/fpu/libm-test-ulps: Update.
20218         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20220         [BZ #16283]
20221         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20222         * math/w_exp2f.c (__exp2f): Likewise.
20223         * math/w_exp2l.c (__exp2l): Likewise.
20224         * math/auto-libm-test-in: Do not allow missing errno on exp2
20225         underflow.
20226         * math/auto-libm-test-out: Regenerated.
20228 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20230         [BZ #16274]
20231         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20232         handle filename validation.
20233         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20234         (do_open): Delete.
20236 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20238         [BZ #6786]
20239         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20240         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20241         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20242         <float.h>.
20243         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20244         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20245         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20246         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20247         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20248         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20249         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20250         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20251         Add more erfc tests.
20252         * math/auto-libm-test-out: Regenerated.
20253         * sysdeps/i386/fpu/libm-test-ulps: Update.
20254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20256         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20257         exp2, expm1, j0 and j1.
20258         * math/auto-libm-test-out: Regenerated.
20259         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20260         (erfc_test_data): Likewise.
20261         (exp_test_data): Likewise.
20262         (exp_tonearest_test_data): Likewise.
20263         (exp_towardzero_test_data): Likewise.
20264         (exp_downward_test_data): Likewise.
20265         (exp_upward_test_data): Likewise.
20266         (exp10_test_data): Likewise.
20267         (exp2_test_data): Likewise.
20268         (expm1_test_data): Likewise.
20269         (j0_test_data): Likewise.
20270         (j1_test_data): Likewise.
20271         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20272         (input_flag_type): Add flag_xfail_rounding.
20273         (input_flags): Add xfail-rounding.
20274         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20275         (output_for_one_input_case): Handle flag_xfail_rounding.
20276         * sysdeps/i386/fpu/libm-test-ulps: Update.
20277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20279 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20281         [BZ #16289]
20282         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20283         division by 0.
20285 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20287         [BZ #16195]
20288         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20289         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20290         (STAP_PROBE0): New macro.
20291         (STAP_PROBE1): Likewise.
20292         (STAP_PROBE2): Likewise.
20293         (STAP_PROBE3): Likewise.
20294         (STAP_PROBE4): Likewise.
20296 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20298         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20300 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20302         * benchtests/Makefile (bench): Add sqrt.
20303         (LDLIBS-bench-sqrt): New.
20304         * benchtests/sqrt-input: New.
20306 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20308         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20309         (GAIH_EAI): Likewise.
20310         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20311         (gaih_inet): Likewise.
20312         (getaddrinfo): Don't use GAIH_EAI.
20314         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20315         (struct gaih): Remove definition.
20317 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20319         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20320         Use HERRNOP directly.
20322 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20324         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20326 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20328         * math/gen-auto-libm-tests.c (test_functions): Add more
20329         single-argument functions.
20330         (special_fill_pi_2): New function.
20331         (special_fill_minus_pi_2): Likewise.
20332         (special_fill_pi_6): Likewise.
20333         (special_fill_minus_pi_6): Likewise.
20334         (special_fill_pi_3): Likewise.
20335         (special_fill_2pi_3): Likewise.
20336         (special_fill_e): Likewise.
20337         (special_fill_1_e): Likewise.
20338         (special_fill_e_minus_1): Likewise.
20339         (special_real_inputs): Add more special inputs.
20340         (output_for_one_input_case): Do not require ERANGE on underflow to
20341         zero if round-to-nearest result does not underflow to zero, unless
20342         exact results required.
20343         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20344         atan, atanh, cbrt, cos and cosh.
20345         * math/auto-libm-test-out: Regenerated.
20346         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20347         (acos_tonearest_test_data): Likewise.
20348         (acos_towardzero_test_data): Likewise.
20349         (acos_downward_test_data): Likewise.
20350         (acos_upward_test_data): Likewise.
20351         (acosh_test_data): Likewise.
20352         (asin_test_data): Likewise.
20353         (asin_tonearest_test_data): Likewise.
20354         (asin_towardzero_test_data): Likewise.
20355         (asin_upward_test_data): Likewise.
20356         (asinh_test_data): Likewise.
20357         (atan_test_data): Likewise.
20358         (atanh_test_data): Likewise.
20359         (cbrt_test_data): Likewise.
20360         (cos_test_data): Likewise.
20361         (cos_tonearest_test_data): Likewise.
20362         (cos_towardzero_test_data): Likewise.
20363         (cos_downward_test_data): Likewise.
20364         (cos_upward_test_data): Likewise.
20365         (cosh_test_data): Likewise.
20366         (cosh_tonearest_test_data): Likewise.
20367         (cosh_towardzero_test_data): Likewise.
20368         (cosh_downward_test_data): Likewise.
20369         (cosh_upward_test_data): Likewise.
20370         * sysdeps/i386/fpu/libm-test-ulps: Update.
20371         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20373 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20375         [BZ #6787]
20376         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20377         * math/w_exp10f.c (__exp10f): Likewise.
20378         * math/w_exp10l.c (__exp10l): Likewise.
20379         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20380         errno settings in existing tests.
20382         [BZ #14032]
20383         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20384         precision control set to double precision.
20385         * sysdeps/i386/fpu/w_sqrt.c: New file.
20386         * math/auto-libm-test-in: Add more tests.
20387         * math/auto-libm-test-out: Update.
20389         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20390         (sqrt_test_tonearest): New function.
20391         (sqrt_towardzero_test_data): New variable.
20392         (sqrt_test_towardzero): New function.
20393         (sqrt_downward_test_data): New variable.
20394         (sqrt_test_downward): New function.
20395         (sqrt_upward_test_data): New variable.
20396         (sqrt_test_upward): New function.
20397         (main): Call the new functions.
20399         * math/gen-auto-libm-tests.c: New file.
20400         * math/auto-libm-test-in: Likewise.
20401         * math/auto-libm-test-out: New generated file.
20402         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20403         variables.
20404         (%beautify): Add generated representations of zero.
20405         (top level): Set $auto_input and call parse_auto_input.
20406         (beautify): Remove trailing "f" from hex float constants.
20407         (parse_args): Handle XFAIL_TEST.
20408         (convert_condition): New function.
20409         (or_value): Likewise.
20410         (or_cond_value): Likewise.
20411         (generate_testfile): Handle AUTO_TESTS_* lines.
20412         (parse_auto_input): New function.
20413         * math/libm-test.inc (XFAIL_TEST): New macro.
20414         (ERRNO_UNCHANGED): Update value.
20415         (ERRNO_EDOM): Likewise.
20416         (ERRNO_ERANGE): Likewise.
20417         (IGNORE_RESULT): Likewise.
20418         (TEST_COND_flt_32): New macro.
20419         (TEST_COND_dbl_64): Likewise.
20420         (TEST_COND_ldbl_96_intel): Likewise.
20421         (TEST_COND_ldbl_96_m68k): Likewise.
20422         (TEST_COND_ldbl_128): Likewise.
20423         (TEST_COND_ldbl_128ibm): Likewise.
20424         (TEST_COND_long32): Likewise.
20425         (TEST_COND_long64): Likewise.
20426         (TEST_COND_before_rounding): Likewise.
20427         (TEST_COND_after_rounding): Likewise.
20428         (enable_test): Handle XFAIL_TEST flag.
20429         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20430         with finite results.
20431         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20432         auto-libm-test-out.
20434 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20435             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20437         [BZ #16214]
20438         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20439         __tls_get_addr_internal instead of __tls_get_offset in order to
20440         avoid GOT pointer dependency.  Make rtld export
20441         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20442         __tls_get_addr since we are a __tls_get_offset platform.
20443         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20444         GOT pointer being set up before.
20445         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20447 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20449         * manual/math.texi (Errors in Math Functions): Document accuracy
20450         goals.
20452         [BZ #15004]
20453         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20454         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20455         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20456         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20457         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20458         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20459         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20460         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20461         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20462         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20463         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20464         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20465         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20466         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20467         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20468         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20470         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20471         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20472         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20473         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20474         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20475         Likewise.
20476         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20477         Likewise.
20478         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20479         Likewise.
20480         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20481         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20482         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20483         atomic-feupdateenv and flt-rounds.
20484         * sysdeps/powerpc/nofpu/Versions (libc): Add
20485         __atomic_feholdexcept, __atomic_feclearexcept,
20486         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20487         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20488         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20489         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20490         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20491         here.
20492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20493         Update.
20495         * manual/arith.texi (FP Exceptions): Document that exceptions may
20496         not be raised when matherr is used.
20497         (Math Error Reporting): Document overflow in directed rounding
20498         modes.  Document that errno may not be set when finite values are
20499         returned on overflow.  Document intent to set errno on underflow
20500         only for underflow to zero.
20502         [BZ #16271]
20503         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20504         round-to-nearest then adjust result for other rounding modes.
20505         * include/fenv.h (fegetround): Use libm_hidden_proto.
20506         * math/fegetround.c (fegetround): Use libm_hidden_def.
20507         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20508         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20509         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20510         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20511         Likewise.
20512         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20513         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20514         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20515         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20517 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20519         [BZ #16077]
20520         * nss/Versions (libnss_files): Add
20521         _nss_files_gethostbyname3_r.
20522         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20523         New function.
20524         (HOST_DB_LOOKUP): Remove macro.
20525         (_nss_files_gethostbyname_r): Implement function without the
20526         HOST_DB_LOOKUP macro.
20527         (_nss_files_gethostbyname2_r): Likewise.
20529 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20531         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20533 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20535         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20536         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20537         warning.
20539 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20541         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20542         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20543         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20544         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20545         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20546         __fe_nomask_env_priv and attribute_hidden.
20547         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20548         (libc_feupdateenv_test_ppc): Likewise.
20549         (libc_feresetround_ppc): Likewise.
20550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20551         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20552         compat_symbol macro.
20553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20554         (__fe_nomask_env): Likewise.
20555         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20557 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20559         * string/Makefile: Remove ifunc tests.
20560         * string/test-string.h: Define TEST_IFUNC.
20561         * string/test-bcopy-ifunc.c: Remove.
20562         * string/test-bzero-ifunc.c: Likewise.
20563         * string/test-memccpy-ifunc.c: Likewise.
20564         * string/test-memchr-ifunc.c: Likewise.
20565         * string/test-memcmp-ifunc.c: Likewise.
20566         * string/test-memcpy-ifunc.c: Likewise.
20567         * string/test-memmem-ifunc.c: Likewise.
20568         * string/test-memmove-ifunc.c: Likewise.
20569         * string/test-mempcpy-ifunc.c: Likewise.
20570         * string/test-memrchr-ifunc.c: Likewise.
20571         * string/test-memset-ifunc.c: Likewise.
20572         * string/test-rawmemchr-ifunc.c: Likewise.
20573         * string/test-stpcpy-ifunc.c: Likewise.
20574         * string/test-stpncpy-ifunc.c: Likewise.
20575         * string/test-strcasecmp-ifunc.c: Likewise.
20576         * string/test-strcasestr-ifunc.c: Likewise.
20577         * string/test-strcat-ifunc.c: Likewise.
20578         * string/test-strchr-ifunc.c: Likewise.
20579         * string/test-strchrnul-ifunc.c: Likewise.
20580         * string/test-strcmp-ifunc.c: Likewise.
20581         * string/test-strcpy-ifunc.c: Likewise.
20582         * string/test-strcspn-ifunc.c: Likewise.
20583         * string/test-strlen-ifunc.c: Likewise.
20584         * string/test-strncasecmp-ifunc.c: Likewise.
20585         * string/test-strncat-ifunc.c: Likewise.
20586         * string/test-strncmp-ifunc.c: Likewise.
20587         * string/test-strncpy-ifunc.c: Likewise.
20588         * string/test-strnlen-ifunc.c: Likewise.
20589         * string/test-strpbrk-ifunc.c: Likewise.
20590         * string/test-strrchr-ifunc.c: Likewise.
20591         * string/test-strspn-ifunc.c: Likewise.
20592         * string/test-strstr-ifunc.c: Likewise.
20594 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20596         * benchtests/Makefile: Remove ifunc tests.
20597         * benchtests/bench-string.h: Define TEST_IFUNC.
20598         * benchtests/bench-bcopy-ifunc.c: Remove.
20599         * benchtests/bench-bzero-ifunc.c: Likewise.
20600         * benchtests/bench-memccpy-ifunc.c: Likewise.
20601         * benchtests/bench-memchr-ifunc.c: Likewise.
20602         * benchtests/bench-memcmp-ifunc.c: Likewise.
20603         * benchtests/bench-memcpy-ifunc.c: Likewise.
20604         * benchtests/bench-memmem-ifunc.c: Likewise.
20605         * benchtests/bench-memmove-ifunc.c: Likewise.
20606         * benchtests/bench-mempcpy-ifunc.c: Likewise.
20607         * benchtests/bench-memrchr-ifunc.c: Likewise.
20608         * benchtests/bench-memset-ifunc.c: Likewise.
20609         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20610         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20611         * benchtests/bench-stpcpy-ifunc.c: Likewise.
20612         * benchtests/bench-stpncpy-ifunc.c: Likewise.
20613         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
20614         * benchtests/bench-strcasestr-ifunc.c: Likewise.
20615         * benchtests/bench-strcat-ifunc.c: Likewise.
20616         * benchtests/bench-strchr-ifunc.c: Likewise.
20617         * benchtests/bench-strchrnul-ifunc.c: Likewise.
20618         * benchtests/bench-strcmp-ifunc.c: Likewise.
20619         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
20620         * benchtests/bench-strcpy-ifunc.c: Likewise.
20621         * benchtests/bench-strcspn-ifunc.c: Likewise.
20622         * benchtests/bench-strlen-ifunc.c: Likewise.
20623         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
20624         * benchtests/bench-strncat-ifunc.c: Likewise.
20625         * benchtests/bench-strncmp-ifunc.c: Likewise.
20626         * benchtests/bench-strncpy-ifunc.c: Likewise.
20627         * benchtests/bench-strnlen-ifunc.c: Likewise.
20628         * benchtests/bench-strpbrk-ifunc.c: Likewise.
20629         * benchtests/bench-strrchr-ifunc.c: Likewise.
20630         * benchtests/bench-strsep-ifunc.c: Likewise.
20631         * benchtests/bench-strspn-ifunc.c: Likewise.
20632         * benchtests/bench-strstr-ifunc.c: Likewise.
20634 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20636         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
20638 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20640         * resolv/netdb.h: Use __glibc_reserved instead __unused.
20641         * rt/aio.h: Likewise.
20642         * sysdeps/gnu/bits/utmp.h: Likewise.
20643         * sysdeps/gnu/bits/utmpx.h: Likewise.
20644         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
20645         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
20646         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
20647         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
20648         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
20649         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
20650         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
20651         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
20652         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
20653         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
20654         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
20655         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
20656         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
20657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
20658         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20659         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
20660         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
20661         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
20662         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
20663         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
20664         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
20665         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
20666         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
20667         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
20668         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
20669         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
20670         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
20671         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
20672         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
20673         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
20674         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
20675         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
20676         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
20677         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
20678         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
20679         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
20680         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
20681         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
20682         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
20683         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
20684         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
20685         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
20687 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
20689         [BZ #16245]
20690         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
20691         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
20693 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
20695         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
20696         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
20697         Likewise.
20699 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20701         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
20702         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
20703         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
20704         (__fesetround): Remove define.
20705         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
20706         rounding and exceptions handling.
20707         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
20708         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
20709         (__fe_nomask_env): Likewise.
20710         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
20711         __fegetround instead of fegetround.
20712         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20713         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
20715 2013-11-21  Roland McGrath  <roland@hack.frob.com>
20717         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
20718         it's there.
20720         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
20722 2013-11-21  Meador Inge  <meadori@codesourcery.com>
20724         [BZ #11157]
20725         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
20726         (encrypt_r): Likewise.
20727         * malloc/obstack.h (obstack_free): Likewise.
20728         * posix/unistd.h (encrypt): Likewise.
20730 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
20732         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
20733         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
20734         DL_CALL_DT_FINI() that call the functions directly.
20735         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
20736         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
20737         * elf/dl-fini.c: Likewise.
20739 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
20741         * malloc/hooks.c (memalign_check): Add alignment rounding.
20742         * malloc/malloc.c (_mid_memalign): New function.
20743         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
20744         Implement by calling _mid_memalign.
20745         * manual/probes.texi (Memory Allocation Probes): Remove
20746         memory_valloc_retry and memory_pvalloc_retry.
20748 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20750         * locale/programs/locarchive.c (open_archive): Add const
20751         qualifier to ARCHIVEFNAME and copy default fname to
20752         DEFAULT_FNAME.
20754         [BZ #15601]
20755         * libio/tst-widetext.input: Rename Oriya to Odia.
20756         * locale/iso-639.def: Likewise.
20758         * manual/probes.texi (Mathematical Function Probes): Add
20759         documentation for sin, cos, asin and acos probes.
20760         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
20761         (__sin32): Add slowasin probe.
20762         (__cos32): Add slowacos probe.
20763         (__mpsin): Add slowsin probe.
20764         (__mpcos): Add slowcos probe.
20766 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
20768         [BZ #15483]
20769         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
20770         thread-local __sim_exceptions_thread and global
20771         __sim_exceptions_global.
20772         (__sim_disabled_exceptions): Change to thread-local
20773         __sim_disabled_exceptions_thread and global
20774         __sim_disabled_exceptions_global.
20775         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20776         and global __sim_round_mode_global.
20777         (__simulate_exceptions): Use thread-local floating-point state and
20778         set global state from it as needed.
20779         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
20780         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
20781         __sim_round_mode_thread.
20782         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
20783         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
20784         and global __sim_exceptions_global.
20785         (__sim_disabled_exceptions): Change to thread-local
20786         __sim_disabled_exceptions_thread and global
20787         __sim_disabled_exceptions_global.
20788         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20789         and global __sim_round_mode_global.
20790         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
20791         (SIM_SET_GLOBAL): Likewise.
20792         * sysdeps/powerpc/soft-fp/sfp-machine.h
20793         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
20794         __sim_round_mode_thread.
20795         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
20796         __sim_disabled_exceptions_thread.
20797         (__sim_exceptions): Change to __sim_exceptions_thread.
20798         (__sim_disabled_exceptions): Change to
20799         __sim_disabled_exceptions_thread.
20800         (__sim_round_mode): Change to __sim_round_mode_thread.
20801         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
20802         thread-local floating-point state and set global state from it as
20803         needed.
20804         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
20805         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
20806         (__sim_disabled_exceptions): Remove extern declaration.
20807         (feenableexcept): Use thread-local floating-point state and set
20808         global state from it as needed.
20809         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
20810         extern declaration.
20811         (__sim_disabled_exceptions): Likewise.
20812         (__sim_round_mode): Likewise.
20813         (__fegetenv): Use thread-local floating-point state.
20814         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
20815         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20816         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
20817         floating-point state and set global state from it as needed.
20818         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
20819         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
20820         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
20821         Likewise.
20822         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
20823         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
20824         Likewise.
20825         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
20826         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
20827         Use __sim_round_mode_thread.
20828         * math/test-fenv-tls.c: New file.
20829         * math/Makefile (tests): Add test-fenv-tls.
20830         ($(objpfx)test-fenv-tls): Depend on
20831         $(common-objpfx)nptl/libpthread.so.
20833 2013-11-19  Andreas Schwab  <schwab@suse.de>
20835         * locale/programs/locale.c (show_info): Decode wordarray elements.
20836         * locale/categories.def (LC_MONETARY): Add element for
20837         _NL_MONETARY_CRNCYSTR.
20838         * locale/C-monetary.c (conversion_rate): New variable.
20839         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
20840         element.
20842 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
20844         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
20845         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
20847 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20849         * elf/Makefile (tst-auxv): New test.
20850         * elf/tst-auxv.c: New
20851         * elf/rtld.c (dl_main): Adjust AT_EXECFN
20853 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
20855         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
20856         (hidden_proto): Caller changed.
20857         (hidden_tls_proto): New macro.
20858         (libc_hidden_tls_proto): Likewise.
20859         (rtld_hidden_tls_proto): Likewise.
20860         (libm_hidden_tls_proto): Likewise.
20861         (libresolv_hidden_tls_proto): Likewise.
20862         (librt_hidden_tls_proto): Likewise.
20863         (libdl_hidden_tls_proto): Likewise.
20864         (libnss_files_hidden_tls_proto): Likewise.
20865         (libnsl_hidden_tls_proto): Likewise.
20866         (libnss_nisplus_hidden_tls_proto): Likewise.
20867         (libutil_hidden_tls_proto): Likewise.
20869 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
20871         [BZ #10253]
20872         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
20873         (decompose_rpath): Defer expansion to fillin_rpath.
20874         (_dl_init_paths): Pass linkmap to fillin_rpath.
20876 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20878         * benchtests/Makefile: Add strsep.
20879         * benchtests/bench-strsep.c: New file: strsep benchtest.
20880         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
20882 2013-11-18  Andreas Schwab  <schwab@suse.de>
20884         * locale/programs/locale.c (show_info) [case byte]: Check for
20885         '\377' instead of '\177'.
20886         * locale/C-monetary.c (not_available): Always use "\377".
20887         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
20888         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
20889         detect unavailable sign_posn locale elements.
20890         * locale/localeconv.c (__localeconv): For grouping and
20891         mon_grouping handle "\177" and "\377" like no grouping.
20892         (INT_ELEM): New macro.  Use it to set all numeric members.
20893         * locale/programs/ld-monetary.c (monetary_read)
20894         <tok_mon_grouping>: Normalize single -1 to the empty string.
20895         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
20896         Likewise.
20898 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
20900         [BZ #16055]
20901         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
20902         when we match (nil).
20903         * stdio-common/tst-sscanf.c (struct test): Add testcase.
20905 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
20907         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
20908         (NO_TEST_INLINE): Update value.
20909         (ERRNO_UNCHANGED): Likewise.
20910         (ERRNO_EDOM): Likewise.
20911         (ERRNO_ERANGE): Likewise.
20912         (IGNORE_RESULT): Likewise.
20913         (check_float_internal): Check signs of NaN results if
20914         TEST_NAN_SIGN used.
20915         (check_complex): Pass TEST_NAN_SIGN flag through to second
20916         check_float_internal call.
20917         (copysign_test_data): Add tests with quiet NaNs as second
20918         argument.  Use TEST_NAN_SIGN.
20919         (fabs_test_data): Add test of negative quiet NaN argument.  Use
20920         TEST_NAN_SIGN.
20921         (signbit_test_data): Add tests of quiet NaN argument.
20922         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
20924         * math/gen-libm-test.pl (show_exceptions): Take extra argument
20925         $ignore_result.
20926         (parse_args): Handle function results specified as IGNORE.
20927         * math/libm-test.inc (IGNORE_RESULT): New macro.
20928         (check_float_internal): Do not check numerical result if flag
20929         IGNORE_RESULT set.
20930         (check_complex): Pass through IGNORE_RESULT to second
20931         check_float_internal call.
20932         (check_int): Do not check numerical result if flag IGNORE_RESULT
20933         set.
20934         (check_long): Likewise.
20935         (check_bool): Likewise.
20936         (check_longlong): Likewise.
20937         (lrint_test_data): Add tests of infinite and NaN arguments.
20938         (lrint_tonearest_test_data): Likewise.
20939         (lrint_towardzero_test_data): Likewise.
20940         (lrint_downward_test_data): Likewise.
20941         (lrint_upward_test_data): Likewise.
20942         (llrint_test_data): Likewise.
20943         (llrint_tonearest_test_data): Likewise.
20944         (llrint_towardzero_test_data): Likewise.
20945         (llrint_downward_test_data): Likewise.
20946         (llrint_upward_test_data): Likewise.
20947         (lround_test_data): Likewise.
20948         (llround_test_data): Likewise.
20950         * math/libm-test.inc (NO_TEST_INLINE): New macro.
20951         (ERRNO_UNCHANGED): Update value.
20952         (ERRNO_EDOM): Likewise.
20953         (ERRNO_ERANGE): Likewise.
20954         (NO_TEST_INLINE_FLOAT): New macro.
20955         (NO_TEST_INLINE_DOUBLE): Likewise.
20956         (enable_test): New function.
20957         (RUN_TEST_f_f): Check enable_test before running test.
20958         (RUN_TEST_2_f): Likewise.
20959         (RUN_TEST_fff_f): Likewise.
20960         (RUN_TEST_c_f): Likewise.
20961         (RUN_TEST_f_f1): Likewise.
20962         (RUN_TEST_fF_f1): Likewise.
20963         (RUN_TEST_fI_f1): Likewise.
20964         (RUN_TEST_ffI_f1): Likewise.
20965         (RUN_TEST_c_c): Likewise.
20966         (RUN_TEST_cc_c): Likewise.
20967         (RUN_TEST_f_i): Likewise.
20968         (RUN_TEST_f_i_tg): Likewise.
20969         (RUN_TEST_ff_i_tg): Likewise.
20970         (RUN_TEST_f_b): Likewise.
20971         (RUN_TEST_f_b_tg): Likewise.
20972         (RUN_TEST_f_l): Likewise.
20973         (RUN_TEST_f_L): Likewise.
20974         (RUN_TEST_fFF_11): Likewise.
20975         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
20976         conditionals.
20977         (cosh_test_data): Likewise.
20978         (exp_test_data): Likewise.
20979         (expm1_test_data): Likewise.
20980         (hypot_test_data): Likewise.
20981         (pow_test_data): Likewise.
20982         (sinh_test_data): Likewise.
20983         (tanh_test_data): Likewise.
20984         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
20985         flags argument.
20987         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
20988         tests with quiet NaN input and output.
20989         (acosh_test_data): Likewise.
20990         (asin_test_data): Likewise.
20991         (asinh_test_data): Likewise.
20992         (atan_test_data): Likewise.
20993         (atanh_test_data): Likewise.
20994         (atan2_test_data): Likewise.
20995         (cbrt_test_data): Likewise.
20996         (cos_test_data): Likewise.
20997         (cosh_test_data): Likewise.
20998         (erf_test_data): Likewise.
20999         (erfc_test_data): Likewise.
21000         (exp_test_data): Likewise.
21001         (exp10_test_data): Likewise.
21002         (exp2_test_data): Likewise.
21003         (expm1_test_data): Likewise.
21004         (hypot_test_data): Likewise.
21005         (j0_test_data): Likewise.
21006         (j1_test_data): Likewise.
21007         (jn_test_data): Likewise.
21008         (lgamma_test_data): Likewise.
21009         (log_test_data): Likewise.
21010         (log10_test_data): Likewise.
21011         (log1p_test_data): Likewise.
21012         (log2_test_data): Likewise.
21013         (pow_test_data): Likewise.
21014         (scalb_test_data): Likewise.
21015         (sin_test_data): Likewise.
21016         (sincos_test_data): Likewise.
21017         (sinh_test_data): Likewise.
21018         (tan_test_data): Likewise.
21019         (tanh_test_data): Likewise.
21020         (tgamma_test_data): Likewise.
21021         (y0_test_data): Likewise.
21022         (y1_test_data): Likewise.
21023         (yn_test_data): Likewise.
21025         [BZ #16167]
21026         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21027         argument being NaN and avoid computations with second argument in
21028         that case.
21029         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21030         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21031         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21033 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21035         * locale/iso-639.def: Add Chitwani Tharu (the).
21037 2013-11-14  Andreas Schwab  <schwab@suse.de>
21039         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21040         word instead of empty string.
21042 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21045         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21047         (__fe_nomask_env): Likewise.
21049 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21051         * benchtests/bench-timing.h: Include time.h.
21053 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21055         [BZ #15997]
21056         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21057         to 3.4.0 for x32.
21058         * sysdeps/unix/sysv/linux/configure: Regenerated.
21060 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21062         [BZ #16151]
21063         * stdlib/strtod_l.c (round_and_return): Do not consider
21064         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21065         exponent one less than half the least subnormal exponent.
21066         * stdlib/test-strtod-round-data: Add more tests.
21067         * stdlib/tst-strtod-round.c (tests): Regenerated.
21069 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21071         [BZ #14143]
21072         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21073         (__fe_mask_env): Likewise.
21074         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21075         libm_hidden_proto and add function prototype.
21076         (__fe_mask_env): Add function prototype.
21077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21078         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21080         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21082         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21084 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21086         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21087         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21089 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21091         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21092         of htab_find_slot().
21094 2013-11-11  David S. Miller  <davem@davemloft.net>
21096         [BZ #16150]
21097         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21098         symbol in the non-vis3 case in static builds.
21099         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21100         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21101         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21102         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21104 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21106         [BZ #387]
21107         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21108         it is empty.
21110 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21112         * benchtests/Makefile: Add bench-strtod.
21113         * benchtests/bench-strtod.c: New file: strtod benchtest
21115 2013-11-11  Andreas Schwab  <schwab@suse.de>
21117         [BZ #16153]
21118         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21119         terminating NUL in key length.
21121 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21123         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21124         Add artificial ODP entry for vDSO symbol for PPC64.
21125         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21126         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21128 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21130         [BZ #15374]
21131         * nss/getent.c (services_keys): Recognize services starting with digit.
21133 2013-11-06  David S. Miller  <davem@davemloft.net>
21135         [BZ #15985]
21136         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21137         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21139 2013-11-06  Will Newton  <will.newton@linaro.org>
21141         * manual/memory.texi (Malloc Examples): Remove register
21142         keyword from examples.
21144 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21146         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21148 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21150         [BZ #6981]
21151         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21152         depending on [__GCC_IEC_559 > 0].
21153         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21154         depending on [__GCC_IEC_559_COMPLEX > 0].
21156 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21158         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21159         to iso-639.def.
21161 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21163         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21165 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21167         [BZ #16112]
21168         * malloc/malloc (malloc_info): Do not handle first bin as
21169         special case.
21171 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21173         * locale/iso-639.def: Add Central Nahuatl (nhn).
21175 2013-11-01  Bruno Haible  <bruno@clisp.org>
21177         [BZ #7003]
21178         * manual/math.texi (BSD Random): Specify range upper bound as
21179         in POSIX.
21181 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21183         * locale/iso-639.def: Add Meadow Mari (mhr).
21185 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21187         [BZ #14752], [BZ #15763]
21188         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21189         Validate name.
21190         * rt/tst_shm.c: Add test for escaping directory.
21192 2013-10-31  Andreas Schwab  <schwab@suse.de>
21194         [BZ #15917]
21195         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21196         followed by 'x' as part of digit sequence.
21197         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21199 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21201         [BZ #16037]
21202         * configure.ac: allow GNU Make 4.0 and greater.
21203         * configure: Regenerated.
21205 2013-10-30  Will Newton  <will.newton@linaro.org>
21207         [BZ #16038]
21208         * malloc/hooks.c (memalign_check): Limit alignment to the
21209         maximum representable power of two.
21210         * malloc/malloc.c (__libc_memalign): Likewise.
21211         * malloc/tst-memalign.c (do_test): Add test for very
21212         large alignment values.
21213         * malloc/tst-posix_memalign.c (do_test): Likewise.
21215 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21217         [BZ #11087]
21218         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21219         (munmap_chunk): Likewise.
21220         (mremap_chunk): Likewise.
21222 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21224         [BZ #15799]
21225         * stdlib/div.c (div): Remove obsolete code.
21226         * stdlib/ldiv.c (ldiv): Likewise.
21227         * stdlib/lldiv.c (lldiv): Likewise.
21229 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21231         [BZ #16071]
21232         * nss/nss_files/files-XXX.c (get_contents_ret): New
21233         enumerator.
21234         (get_contents): New function.
21235         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21237 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21239         * configure.in: Moved to ...
21240         * configure.ac: ... here. Change reference to configure.in
21241         to configure.ac.
21242         * sysdeps/arm/preconfigure.ac: ... here.
21243         configure.in to configure.ac.
21244         * sysdeps/gnu/configure.in: Moved to ...
21245         * sysdeps/gnu/configure.ac: ... here.
21246         * sysdeps/i386/configure.in: Moved to ...
21247         * sysdeps/i386/configure.ac: ... here.
21248         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21249         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21250         * sysdeps/mach/configure.in: Moved to ...
21251         * sysdeps/mach/configure.ac: ... here.
21252         * sysdeps/mach/hurd/configure.in: Moved to ...
21253         * sysdeps/mach/hurd/configure.ac: ... here.
21254         * sysdeps/powerpc/configure.in: Moved to ...
21255         * sysdeps/powerpc/configure.ac: ... here.
21256         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21257         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21258         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21259         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21260         * sysdeps/s390/s390-32/configure.in: Moved to ...
21261         * sysdeps/s390/s390-32/configure.ac: ... here.
21262         * sysdeps/s390/s390-64/configure.in: Moved to ...
21263         * sysdeps/s390/s390-64/configure.ac: ... here.
21264         * sysdeps/sh/configure.in: Moved to ...
21265         * sysdeps/sh/configure.ac: ... here.
21266         * sysdeps/sparc/configure.in: Moved to ...
21267         * sysdeps/sparc/configure.ac: ... here.
21268         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21269         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21270         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21271         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21272         * sysdeps/x86_64/configure.in: Moved to ...
21273         * sysdeps/x86_64/configure.ac: ... here.
21274         * sysdeps/x86_64/preconfigure.in: Moved to ...
21275         * sysdeps/x86_64/preconfigure.ac: ... here.
21276         * aclocal.m4: Change reference to configure.in to configure.ac.
21277         * config.h.in: Likewise.
21278         * manual/install.texi: Likewise.
21279         * manual/maint.texi: Likewise.
21280         * Makefile: Likewise.
21281         * malloc/Makefile: Likewise.
21282         * nscd/Makefile: Likewise.
21283         * Makeconfig: Change reference to configure.in and
21284         preconfigure.in to configure.ac and preconfigure.ac
21285         respectively.
21286         * INSTALL: Regenerated.
21287         * configure: Likewise.
21288         * sysdeps/gnu/configure: Likewise.
21289         * sysdeps/i386/configure: Likewise.
21290         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21291         * sysdeps/mach/configure: Likewise.
21292         * sysdeps/mach/hurd/configure: Likewise.
21293         * sysdeps/powerpc/configure: Likewise.
21294         * sysdeps/powerpc/powerpc32/configure: Likewise.
21295         * sysdeps/powerpc/powerpc64/configure: Likewise.
21296         * sysdeps/s390/s390-32/configure: Likewise.
21297         * sysdeps/s390/s390-64/configure: Likewise.
21298         * sysdeps/sh/configure: Likewise.
21299         * sysdeps/sparc/configure: Likewise.
21300         * sysdeps/unix/sysv/linux/configure: Likewise.
21301         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21302         * sysdeps/x86_64/configure: Likewise.
21303         * sysdeps/x86_64/preconfigure: Likewise.
21305 2013-10-29  Andreas Schwab  <schwab@suse.de>
21307         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21309 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21311         * benchtests/pow-inputs: Add new inputs.
21313         * benchtests/exp-inputs: Add new inputs.
21315         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21316         conditional check for return value.
21317         (__cos32): Likewise.
21319 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21321         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21322         to provide a boost for large inputs with word alignment.
21323         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21324         implementation based on optimized PPC64 strcpy.
21325         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21326         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21327         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21328         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21330 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21332         [BZ #2801]
21333         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21335 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21337         [BZ #14876]
21338         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21339         * time/tst-strptime.c (day_tests): Add testcase.
21341 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21343         [BZ #14029]
21344         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21346 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21348         [BZ #16074]
21349         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21350         MAP_FAILED on error.
21352 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21354         [BZ #16072]
21355         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21356         heap for large requests.
21358 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21360         [BZ #9954]
21361         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21362         result if the result has no associated interface.
21363         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21364         interface for all 127.X.Y.Z addresses.
21366 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21368         * locale/iso-639.def: Add Ligurian (lij)
21370 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21372         [BZ #15825]
21373         * sunrpc/rpc_main.c: Document rpcgen -5.
21375 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21377         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21379 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21381         [BZ #10278]
21382         * posix/glob.c: Match only directories when trailing slash is present.
21383         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21384         (main): Add testcase.
21386 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21388         [BZ #15670]
21389         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21391 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21393         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21394         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21395         AUTH_DES and cindex for FIPS 140-2.
21396         (DES Encryption): Add cindex FIPS 46-3.
21398         * locale/locarchive.h (struct locarhandle): Add fname.
21399         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21400         if an optional argument was specified to --list-archive,
21401         otherwise NULL.
21402         * locale/programs/locarchive.c (show_archive_content): Take new
21403         argument fname and pass it via ah.fname to open_archive.
21404         * locale/programs/localedef.h: Update decl.
21405         (open_archive): If AH->fname is non-null, open that file
21406         rather than the default file name, and don't ignore ENOENT.
21407         (create_archive): Set AH.fname to NULL.
21408         (delete_locales_from_archive): Likewise.
21409         (add_locales_to_archive): Likewise.
21410         * locale/programs/locfile.c (write_all_categories): Likewise.
21412 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21413             Aldy Hernandez  <aldyh@redhat.com>
21415         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21416         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21417         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21418         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21419         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21420         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21421         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21422         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21423         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21424         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21425         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21426         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21427         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21428         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21429         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21430         Likewise.
21431         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21432         Likewise.
21433         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21434         Likewise.
21435         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21436         Likewise.
21437         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21438         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21439         Likewise.
21440         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21441         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21442         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21443         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21444         Likewise.
21445         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21446         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21447         * sysdeps/powerpc/preconfigure: Likewise.
21448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21449         Likewise.
21450         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21451         Replace contents of file by #include of <fenv_libc.h>.
21452         * sysdeps/powerpc/soft-fp/sfp-machine.h
21453         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21454         and <sys/prctl.h>.
21455         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21456         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21457         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21458         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21459         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21460         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21461         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21462         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21463         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21464         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21465         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21466         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21468         Allow copysignl PLT reference to be missing.
21470 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21471             Joseph Myers  <joseph@codesourcery.com
21473         [BZ #15948]
21474         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21475         single character.
21476         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21478 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21480         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21481         * elf/tst-tls1.c: Likewise.
21482         * elf/tst-tls10.h: Likewise.
21483         * elf/tst-tls14.c: Likewise.
21484         * elf/tst-tls2.c: Likewise.
21485         * elf/tst-tls3.c: Likewise.
21486         * elf/tst-tls4.c: Likewise.
21487         * elf/tst-tls5.c: Likewise.
21488         * elf/tst-tls6.c: Likewise.
21489         * elf/tst-tls7.c: Likewise.
21490         * elf/tst-tls8.c: Likewise.
21491         * elf/tst-tls9.c: Likewise.
21492         * elf/tst-tlsmod1.c: Likewise.
21493         * elf/tst-tlsmod13.c: Likewise.
21494         * elf/tst-tlsmod13a.c: Likewise.
21495         * elf/tst-tlsmod14a.c: Likewise.
21496         * elf/tst-tlsmod16a.c: Likewise.
21497         * elf/tst-tlsmod16b.c: Likewise.
21498         * elf/tst-tlsmod2.c: Likewise.
21499         * elf/tst-tlsmod3.c: Likewise.
21500         * elf/tst-tlsmod4.c: Likewise.
21501         * elf/tst-tlsmod5.c: Likewise.
21502         * elf/tst-tlsmod6.c: Likewise.
21504 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21506         [BZ #12486]
21507         * malloc/malloc.c: remove checks for statistics.
21509 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21511         [BZ #15277]
21512         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21513         * inet/tst-network.c: Add testcase.
21515 2013-10-17  Andreas Schwab  <schwab@suse.de>
21517         [BZ #15218]
21518         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21519         to determine canonical name.
21521 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21523         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21524         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21525         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21526         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21527         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21528         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21529         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21530         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21531         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21532         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21533         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21534         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21535         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21536         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21537         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21538         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21539         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21540         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21541         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21542         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21543         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21544         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21545         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21546         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21547         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21548         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21549         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21550         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21551         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21552         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21553         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21554         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21555         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21556         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21557         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21558         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21559         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21560         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21561         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21562         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21563         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21564         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21565         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21566         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21567         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21568         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21569         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21570         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21571         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21572         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21573         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21574         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21575         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21576         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21577         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21578         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21579         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21580         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21582 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
21584         [BZ #16041]
21585         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21586         make result into a quiet NaN.
21588 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
21590         * soft-fp/adddf3.c: Fix horizontal whitespace.
21591         * soft-fp/addsf3.c: Likewise.
21592         * soft-fp/addtf3.c: Likewise.
21593         * soft-fp/divdf3.c: Likewise.
21594         * soft-fp/divsf3.c: Likewise.
21595         * soft-fp/divtf3.c: Likewise.
21596         * soft-fp/double.h: Likewise.
21597         * soft-fp/eqdf2.c: Likewise.
21598         * soft-fp/eqsf2.c: Likewise.
21599         * soft-fp/eqtf2.c: Likewise.
21600         * soft-fp/extenddftf2.c: Likewise.
21601         * soft-fp/extended.h: Likewise.
21602         * soft-fp/extendsfdf2.c: Likewise.
21603         * soft-fp/extendsftf2.c: Likewise.
21604         * soft-fp/extendxftf2.c: Likewise.
21605         * soft-fp/fixdfdi.c: Likewise.
21606         * soft-fp/fixdfsi.c: Likewise.
21607         * soft-fp/fixdfti.c: Likewise.
21608         * soft-fp/fixsfdi.c: Likewise.
21609         * soft-fp/fixsfsi.c: Likewise.
21610         * soft-fp/fixsfti.c: Likewise.
21611         * soft-fp/fixtfdi.c: Likewise.
21612         * soft-fp/fixtfsi.c: Likewise.
21613         * soft-fp/fixtfti.c: Likewise.
21614         * soft-fp/fixunsdfdi.c: Likewise.
21615         * soft-fp/fixunsdfsi.c: Likewise.
21616         * soft-fp/fixunsdfti.c: Likewise.
21617         * soft-fp/fixunssfdi.c: Likewise.
21618         * soft-fp/fixunssfsi.c: Likewise.
21619         * soft-fp/fixunssfti.c: Likewise.
21620         * soft-fp/fixunstfdi.c: Likewise.
21621         * soft-fp/fixunstfsi.c: Likewise.
21622         * soft-fp/fixunstfti.c: Likewise.
21623         * soft-fp/floatdidf.c: Likewise.
21624         * soft-fp/floatdisf.c: Likewise.
21625         * soft-fp/floatditf.c: Likewise.
21626         * soft-fp/floatsidf.c: Likewise.
21627         * soft-fp/floatsisf.c: Likewise.
21628         * soft-fp/floatsitf.c: Likewise.
21629         * soft-fp/floattidf.c: Likewise.
21630         * soft-fp/floattisf.c: Likewise.
21631         * soft-fp/floattitf.c: Likewise.
21632         * soft-fp/floatundidf.c: Likewise.
21633         * soft-fp/floatundisf.c: Likewise.
21634         * soft-fp/floatunditf.c: Likewise.
21635         * soft-fp/floatunsidf.c: Likewise.
21636         * soft-fp/floatunsisf.c: Likewise.
21637         * soft-fp/floatunsitf.c: Likewise.
21638         * soft-fp/floatuntidf.c: Likewise.
21639         * soft-fp/floatuntisf.c: Likewise.
21640         * soft-fp/floatuntitf.c: Likewise.
21641         * soft-fp/fmadf4.c: Likewise.
21642         * soft-fp/fmasf4.c: Likewise.
21643         * soft-fp/fmatf4.c: Likewise.
21644         * soft-fp/gedf2.c: Likewise.
21645         * soft-fp/gesf2.c: Likewise.
21646         * soft-fp/getf2.c: Likewise.
21647         * soft-fp/ledf2.c: Likewise.
21648         * soft-fp/lesf2.c: Likewise.
21649         * soft-fp/letf2.c: Likewise.
21650         * soft-fp/muldf3.c: Likewise.
21651         * soft-fp/mulsf3.c: Likewise.
21652         * soft-fp/multf3.c: Likewise.
21653         * soft-fp/negdf2.c: Likewise.
21654         * soft-fp/negsf2.c: Likewise.
21655         * soft-fp/negtf2.c: Likewise.
21656         * soft-fp/op-1.h: Likewise.
21657         * soft-fp/op-2.h: Likewise.
21658         * soft-fp/op-4.h: Likewise.
21659         * soft-fp/op-8.h: Likewise.
21660         * soft-fp/op-common.h: Likewise.
21661         * soft-fp/quad.h: Likewise.
21662         * soft-fp/single.h: Likewise.
21663         * soft-fp/soft-fp.h: Likewise.
21664         * soft-fp/sqrtdf2.c: Likewise.
21665         * soft-fp/sqrtsf2.c: Likewise.
21666         * soft-fp/sqrttf2.c: Likewise.
21667         * soft-fp/subdf3.c: Likewise.
21668         * soft-fp/subsf3.c: Likewise.
21669         * soft-fp/subtf3.c: Likewise.
21670         * soft-fp/truncdfsf2.c: Likewise.
21671         * soft-fp/trunctfdf2.c: Likewise.
21672         * soft-fp/trunctfsf2.c: Likewise.
21673         * soft-fp/trunctfxf2.c: Likewise.
21674         * soft-fp/unorddf2.c: Likewise.
21675         * soft-fp/unordsf2.c: Likewise.
21676         * soft-fp/unordtf2.c: Likewise.
21678 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
21680         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
21681         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
21683 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
21685         * elf/dl-libc.c: Clear initfini list after freeing.
21687 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
21689         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
21690         * soft-fp/addsf3.c: Likewise.
21691         * soft-fp/addtf3.c: Likewise.
21692         * soft-fp/divdf3.c: Likewise.
21693         * soft-fp/divsf3.c: Likewise.
21694         * soft-fp/divtf3.c: Likewise.
21695         * soft-fp/double.h: Likewise.
21696         * soft-fp/eqdf2.c: Likewise.
21697         * soft-fp/eqsf2.c: Likewise.
21698         * soft-fp/eqtf2.c: Likewise.
21699         * soft-fp/extenddftf2.c: Likewise.
21700         * soft-fp/extended.h: Likewise.
21701         * soft-fp/extendsfdf2.c: Likewise.
21702         * soft-fp/extendsftf2.c: Likewise.
21703         * soft-fp/extendxftf2.c: Likewise.
21704         * soft-fp/fixdfdi.c: Likewise.
21705         * soft-fp/fixdfsi.c: Likewise.
21706         * soft-fp/fixdfti.c: Likewise.
21707         * soft-fp/fixsfdi.c: Likewise.
21708         * soft-fp/fixsfsi.c: Likewise.
21709         * soft-fp/fixsfti.c: Likewise.
21710         * soft-fp/fixtfdi.c: Likewise.
21711         * soft-fp/fixtfsi.c: Likewise.
21712         * soft-fp/fixtfti.c: Likewise.
21713         * soft-fp/fixunsdfdi.c: Likewise.
21714         * soft-fp/fixunsdfsi.c: Likewise.
21715         * soft-fp/fixunsdfti.c: Likewise.
21716         * soft-fp/fixunssfdi.c: Likewise.
21717         * soft-fp/fixunssfsi.c: Likewise.
21718         * soft-fp/fixunssfti.c: Likewise.
21719         * soft-fp/fixunstfdi.c: Likewise.
21720         * soft-fp/fixunstfsi.c: Likewise.
21721         * soft-fp/fixunstfti.c: Likewise.
21722         * soft-fp/floatdidf.c: Likewise.
21723         * soft-fp/floatdisf.c: Likewise.
21724         * soft-fp/floatditf.c: Likewise.
21725         * soft-fp/floatsidf.c: Likewise.
21726         * soft-fp/floatsisf.c: Likewise.
21727         * soft-fp/floatsitf.c: Likewise.
21728         * soft-fp/floattidf.c: Likewise.
21729         * soft-fp/floattisf.c: Likewise.
21730         * soft-fp/floattitf.c: Likewise.
21731         * soft-fp/floatundidf.c: Likewise.
21732         * soft-fp/floatundisf.c: Likewise.
21733         * soft-fp/floatunsidf.c: Likewise.
21734         * soft-fp/floatunsisf.c: Likewise.
21735         * soft-fp/floatuntidf.c: Likewise.
21736         * soft-fp/floatuntisf.c: Likewise.
21737         * soft-fp/floatuntitf.c: Likewise.
21738         * soft-fp/fmadf4.c: Likewise.
21739         * soft-fp/fmasf4.c: Likewise.
21740         * soft-fp/fmatf4.c: Likewise.
21741         * soft-fp/gedf2.c: Likewise.
21742         * soft-fp/gesf2.c: Likewise.
21743         * soft-fp/getf2.c: Likewise.
21744         * soft-fp/ledf2.c: Likewise.
21745         * soft-fp/lesf2.c: Likewise.
21746         * soft-fp/letf2.c: Likewise.
21747         * soft-fp/muldf3.c: Likewise.
21748         * soft-fp/mulsf3.c: Likewise.
21749         * soft-fp/multf3.c: Likewise.
21750         * soft-fp/negdf2.c: Likewise.
21751         * soft-fp/negsf2.c: Likewise.
21752         * soft-fp/negtf2.c: Likewise.
21753         * soft-fp/op-1.h: Likewise.
21754         * soft-fp/op-2.h: Likewise.
21755         * soft-fp/op-4.h: Likewise.
21756         * soft-fp/op-8.h: Likewise.
21757         * soft-fp/op-common.h: Likewise.
21758         * soft-fp/quad.h: Likewise.
21759         * soft-fp/single.h: Likewise.
21760         * soft-fp/soft-fp.h: Likewise.
21761         * soft-fp/sqrtdf2.c: Likewise.
21762         * soft-fp/sqrtsf2.c: Likewise.
21763         * soft-fp/sqrttf2.c: Likewise.
21764         * soft-fp/subdf3.c: Likewise.
21765         * soft-fp/subsf3.c: Likewise.
21766         * soft-fp/subtf3.c: Likewise.
21767         * soft-fp/truncdfsf2.c: Likewise.
21768         * soft-fp/trunctfdf2.c: Likewise.
21769         * soft-fp/trunctfsf2.c: Likewise.
21770         * soft-fp/trunctfxf2.c: Likewise.
21771         * soft-fp/unorddf2.c: Likewise.
21772         * soft-fp/unordsf2.c: Likewise.
21773         * soft-fp/unordtf2.c: Likewise.
21775 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
21777         [BZ #15672]
21778         * misc/error.c (error_tail): Fix possible buffer overflow.
21780 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
21782         [BZ #13028]
21783         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
21784         address.
21786 2013-10-14  P. J. McDermott  <pj@pehjota.net>
21788         [BZ #832]
21789         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
21790         testing pipefail option.
21792 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21794         * soft-fp/double.h: Indent preprocessor directives inside #if.
21795         * soft-fp/extended.h: Likewise.
21796         * soft-fp/op-2.h: Likewise.
21797         * soft-fp/op-4.h: Likewise.
21798         * soft-fp/op-common.h: Likewise.
21799         * soft-fp/quad.h: Likewise.
21800         * soft-fp/single.h: Likewise.
21801         * soft-fp/soft-fp.h: Likewise.
21803 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
21805         * iconv/iconv_prog.c: Fix typos.
21806         * stdio-common/psiginfo-data.h: Likewise.
21808 2013-10-12   Reuben Thomas <rrt@sc3d.org>
21810         [BZ #15764]
21811         * locale/setlocale.c: Fix typo.
21813 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21815         [BZ #16036]
21816         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
21817         signaling NaN arguments.
21818         * soft-fp/unordsf2.c (__unordsf2): Likewise.
21819         * soft-fp/unordtf2.c (__unordtf2): Likewise.
21821         [BZ #14910]
21822         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
21823         unordered operands.
21824         * soft-fp/gesf2.c (__gesf2): Likewise.
21825         * soft-fp/getf2.c (__getf2): Likewise.
21826         * soft-fp/ledf2.c (__ledf2): Likewise.
21827         * soft-fp/lesf2.c (__lesf2): Likewise.
21828         * soft-fp/letf2.c (__letf2): Likewise.
21830         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
21831         * soft-fp/eqsf2.c (__eqsf2): Likewise.
21832         * soft-fp/eqtf2.c (__eqtf2): Likewise.
21833         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
21834         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
21835         * soft-fp/fixdfti.c (__fixdfti): Likewise.
21836         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
21837         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
21838         * soft-fp/fixsfti.c (__fixsfti): Likewise.
21839         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
21840         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
21841         * soft-fp/fixtfti.c (__fixtfti): Likewise.
21842         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
21843         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
21844         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
21845         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
21846         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
21847         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
21848         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
21849         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
21850         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
21851         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
21852         * soft-fp/floatdisf.c (__floatdisf): Likewise.
21853         * soft-fp/floatsisf.c (__floatsisf): Likewise.
21854         * soft-fp/floattidf.c (__floattidf): Likewise.
21855         * soft-fp/floattisf.c (__floattisf): Likewise.
21856         * soft-fp/floattitf.c (__floattitf): Likewise.
21857         * soft-fp/floatundidf.c (__floatundidf): Likewise.
21858         * soft-fp/floatundisf.c (__floatundisf): Likewise.
21859         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
21860         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
21861         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
21862         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
21863         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
21864         * soft-fp/gesf2.c (__gesf2): Likewise.
21865         * soft-fp/getf2.c (__getf2): Likewise.
21866         * soft-fp/ledf2.c (__ledf2): Likewise.
21867         * soft-fp/lesf2.c (__lesf2): Likewise.
21868         * soft-fp/letf2.c (__letf2): Likewise.
21870         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
21871         Undefine and redefine.
21872         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
21873         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
21874         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
21875         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
21876         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21877         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
21878         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21879         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
21880         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21881         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
21882         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21883         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
21884         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21885         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
21886         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21888         [BZ #16032]
21889         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
21890         without decrementing exponent if mantissa >= that for the
21891         denominator, not >.
21892         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
21893         denominator, not >.  Decrement exponent in < case instead of
21894         incrementing in >= case.
21895         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
21896         without decrementing exponent if mantissa >= that for the
21897         denominator, not >.
21899         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
21900         computing saturated result for unsigned overflow.
21902 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21903             Jeff Law  <law@redhat.com>
21905         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
21906         (atan2Mp): Add systemtap probe marker.
21907         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
21908         (__ieee754_log): Add systemtap probe marker.
21909         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
21910         (atanMp): Add systemtap probe marker.
21911         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
21912         (tanMp): Add systemtap probe marker.
21913         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
21914         (__slowexp): Add systemtap probe marker.
21915         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
21916         (__slowpow): Add systemtap probe marker.
21917         * manual/probes.texi: Document probes.
21919 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
21921         [BZ #15362]
21922         * libio/fileops.c (_IO_new_file_write): Return count of bytes
21923         written.
21924         (_IO_new_file_xsputn): Don't return EOF if nothing has been
21925         written.
21926         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
21927         written to buffer but not flushed.
21928         * libio/iofwrite_u.c:  Likewise.
21929         * libio/iopadn.c:  Return bytes returned even if EOF was
21930         encountered.
21931         * libio/iowpadn.c:  Likewise.
21932         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
21933         if _IO_padn does not write the whole buffer.
21934         [!COMPILE_WPRINTF] (PAD): Likewise.
21936 2013-10-10  David S. Miller  <davem@davemloft.net>
21938         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
21939         directory block.
21941 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
21943         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
21944         instead of FSF address.
21945         * soft-fp/fixdfti.c: Likewise.
21946         * soft-fp/fixsfti.c: Likewise.
21947         * soft-fp/fixtfti.c: Likewise.
21948         * soft-fp/fixunsdfti.c: Likewise.
21949         * soft-fp/fixunssfti.c: Likewise.
21950         * soft-fp/fixunstfti.c: Likewise.
21951         * soft-fp/floattidf.c: Likewise.
21952         * soft-fp/floattisf.c: Likewise.
21953         * soft-fp/floattitf.c: Likewise.
21954         * soft-fp/floatuntidf.c: Likewise.
21955         * soft-fp/floatuntisf.c: Likewise.
21956         * soft-fp/floatuntitf.c: Likewise.
21957         * soft-fp/trunctfxf2.c: Likewise.
21959         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
21960         * soft-fp/fixdfti.c: Likewise.
21961         * soft-fp/fixsfti.c: Likewise.
21962         * soft-fp/fixtfti.c: Likewise.
21963         * soft-fp/fixunsdfti.c: Likewise.
21964         * soft-fp/fixunssfti.c: Likewise.
21965         * soft-fp/fixunstfti.c: Likewise.
21966         * soft-fp/floattidf.c: Likewise.
21967         * soft-fp/floattisf.c: Likewise.
21968         * soft-fp/floattitf.c: Likewise.
21969         * soft-fp/floatuntidf.c: Likewise.
21970         * soft-fp/floatuntisf.c: Likewise.
21971         * soft-fp/floatuntitf.c: Likewise.
21972         * soft-fp/trunctfxf2.c: Likewise.
21974 2013-10-10  David S. Miller  <davem@davemloft.net>
21976         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21978 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
21980         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
21981         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
21982         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
21983         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
21984         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
21985         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
21986         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
21988         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
21989         for NaNs before doing comparisons on argument.
21990         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
21991         Likewise.
21993 2013-10-10  Will Newton  <will.newton@linaro.org>
21995         * malloc/hooks.c (memalign_check): Ensure the value of bytes
21996         passed to _int_memalign does not overflow.
21998 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22000         * scripts/bench.pl: Add include-sources directive.
22001         * benchtests/README: Update documentation.
22003 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22005         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22006         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22007         instead of FP_INIT_ROUNDMODE.
22008         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22009         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22011         [BZ #16034]
22012         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22013         copy class of input value.
22014         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22015         not handle exceptions.
22016         * soft-fp/negsf2.c (__negsf2): Likewise.
22017         * soft-fp/negtf2.c (__negtf2): Likewise.
22018         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22020 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22022         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22023         semicolon.  From Linux kernel.
22025 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22027         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22029 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22031         [BZ #156]
22032         * manual/socket.texi: Added statement about buffer
22033         for gethostbyname2_r.
22035 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22037         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22038         Use .p2align directive instead, throughout.
22039         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22040         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22041         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22042         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22043         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22044         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22045         * sysdeps/x86_64/strchr.S: Likewise.
22046         * sysdeps/x86_64/strrchr.S: Likewise.
22048 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22050         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22052         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22054         * sysdeps/generic/math_private.h (__mpsin1): Remove
22055         declaration.
22056         (__mpcos1): Likewise.
22057         (__mpsin): New argument __range_reduce.
22058         (__mpcos): Likewise.
22059         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22060         (slow): Use __mpsin and __mpcos.
22061         (slow1): Likewise.
22062         (slow2): Likewise.
22063         (sloww): Likewise.
22064         (sloww1): Likewise.
22065         (sloww2): Likewise.
22066         (bsloww): Likewise.
22067         (bsloww1): Likewise.
22068         (bsloww2): Likewise.
22069         (cslow2): Likewise.
22070         (csloww): Likewise.
22071         (csloww1): Likewise.
22072         (csloww2): Likewise.
22073         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22074         range_reduce.  Merge in __mpsin1.
22075         (__mpcos): Likewise.
22076         (__mpsin1): Remove.
22077         (__mpcos1): Likewise.
22079 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22081         * locale/loadlocale.c (_nl_intern_locale_data): Use
22082         LOCFILE_ALIGNED_P.
22083         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22084         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22085         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22086         obstack data is appropriately aligned.
22087         (obstack_int32_grow_fast): Likewise.
22088         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22089         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22090         (add_locale_uint32_array): Likewise.
22092 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22094         * benchtests/Makefile: Remove ARGLIST and RET variables.
22095         ($(objpfx)bench-%.c): Pass only function name to the script.
22096         * benchtests/README: Update documentation.
22097         * benchtests/acos-inputs: Add new directives.
22098         * benchtests/acosh-inputs: Likewise.
22099         * benchtests/asin-inputs: Likewise.
22100         * benchtests/asinh-inputs: Likewise.
22101         * benchtests/atan-inputs: Likewise.
22102         * benchtests/atanh-inputs: Likewise.
22103         * benchtests/cos-inputs: Likewise.
22104         * benchtests/cosh-inputs: Likewise.
22105         * benchtests/exp-inputs: Likewise.
22106         * benchtests/log-inputs: Likewise.
22107         * benchtests/pow-inputs: Likewise.
22108         * benchtests/rint-inputs: Likewise.
22109         * benchtests/sin-inputs: Likewise.
22110         * benchtests/sinh-inputs: Likewise.
22111         * benchtests/tan-inputs: Likewise.
22112         * benchtests/tanh-inputs: Likewise.
22113         * scripts/bench.pl: Add support for new directives.
22115 2013-10-07  Alan Modra  <amodra@gmail.com>
22117         * README: Fix careless merge.
22119 2013-10-05  Alan Modra  <amodra@gmail.com>
22121         * NEWS: Mention powerpc64le support and bugs fixed.
22122         * README: Both big-endian and little-endian powerpc64 supported.
22124 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22126         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22127         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22128         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22129         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22131 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22133         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22134         match prototype.
22136 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22138         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22139         Move -mhard-float appending from
22140         ports/sysdeps/powerpc/powerpc32/Makefile.
22141         [$(with-fp) = yes] (ASFLAGS): Likewise.
22142         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22143         * sysdeps/powerpc/nofpu: Move directory from
22144         ports/sysdeps/powerpc/nofpu.
22145         * sysdeps/powerpc/soft-fp: Move directory from
22146         ports/sysdeps/powerpc/soft-fp.
22147         * sysdeps/powerpc/powerpc32/405: Move directory from
22148         ports/sysdeps/powerpc/powerpc32/405.
22149         * sysdeps/powerpc/powerpc32/440: Move directory from
22150         ports/sysdeps/powerpc/powerpc32/440.
22151         * sysdeps/powerpc/powerpc32/464: Move directory from
22152         ports/sysdeps/powerpc/powerpc32/464.
22153         * sysdeps/powerpc/powerpc32/476: Move directory from
22154         ports/sysdeps/powerpc/powerpc32/476.
22155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22156         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22158         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22160         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22162         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22164         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22165         * README: Update for powerpc-*-linux-gnu software floating point
22166         support in libc.
22168         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22169         case to powerpc/powerpc32*.
22170         * sysdeps/unix/sysv/linux/configure: Regenerated.
22172         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22173         (_FPU_MASK_OM): Define as 0x04.
22174         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22175         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22176         0x00c10080.
22177         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22178         0x0000003c.
22179         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22182         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22183         getcontext_e500.
22184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22185         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22186         setcontext_e500.
22187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22188         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22189         and setcontext_e500.
22191 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22193         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22195 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22197         * manual/threads.texi (Default Thread Attributes): Fix typo.
22199 2013-10-04  Will Newton  <will.newton@linaro.org>
22201         * malloc/Makefile: Add tst-memalign.
22202         * malloc/tst-memalign.c: New file.
22204         * malloc/tst-posix_memalign.c: Add comments.
22205         (do_test): Add comments and call free on all potentially
22206         allocated pointers. Add space after cast.
22208         * malloc/tst-pvalloc.c: Add comments.
22209         (do_test): Add comments and call free on all potentially
22210         allocated pointers. Remove duplicate check for NULL pointer.
22211         Add space after cast.
22213         * malloc/tst-valloc.c: Add comments.
22214         (do_test): Add comments and call free on all potentially
22215         allocated pointers. Remove duplicate check for NULL pointer.
22216         Add space after cast.
22218 2013-10-04  Alan Modra  <amodra@gmail.com>
22220         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22221         Use stdint types in rather than __attribute__((mode())).
22222         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22224 2013-10-04  Alan Modra  <amodra@gmail.com>
22226         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22227         Correct handling of unaligned relocs for little-endian.
22228         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22230 2013-10-04  Alan Modra  <amodra@gmail.com>
22232         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22233         * configure: Regenerate.
22234         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22235         * shlib-versions: Likewise.
22237 2013-10-04  Alan Modra  <amodra@gmail.com>
22239         * string/tester.c (test_memrchr): Increment reported test cycle.
22241 2013-10-04  Alan Modra  <amodra@gmail.com>
22243         * string/test-memcpy.c (do_one_test): When reporting errors, print
22244         string address and don't overrun end of string.
22246 2013-10-04  Alan Modra  <amodra@gmail.com>
22248         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22249         insrdi.  Make better use of reg selection to speed exit slightly.
22250         Schedule entry path a little better.  Remove useless "are we done"
22251         checks on entry to main loop.  Handle wrapping around zero address.
22252         Correct main loop count.  Handle single left-over word from main
22253         loop inline rather than by using loop_small.  Remove extra word
22254         case in loop_small caused by wrong loop count.  Add little-endian
22255         support.
22256         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22257         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22258         cache hint.
22259         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22260         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22261         support.  Avoid rlwimi.
22262         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22264 2013-10-04  Alan Modra  <amodra@gmail.com>
22266         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22267         insrdi.  Formatting.
22268         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22269         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22270         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22271         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22272         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22273         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22275 2013-10-04  Alan Modra  <amodra@gmail.com>
22277         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22278         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22279         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22280         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22281         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22282         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22283         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22284         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22285         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22286         use of regs.  Use power7 mtocrf.  Tidy function tails.
22288 2013-10-04  Alan Modra  <amodra@gmail.com>
22290         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22291         Formatting.  Consistently use rXXX register defines or rN defines.
22292         Use early exit labels that avoid restoring unused non-volatile regs.
22293         Make cr field use more consistent with rWORDn compares.  Rename
22294         regs used as shift registers for unaligned loop, using rN defines
22295         for short lifetime/multiple use regs.
22296         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22297         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22298         addi 1,1,64 to pop stack frame.  Simplify return value code.
22299         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22301 2013-10-04  Alan Modra  <amodra@gmail.com>
22303         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22304         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22305         rather than rlwimi.
22306         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22307         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22308         little-endian support.  Correct typos.
22309         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22310         rather than rlwimi.
22311         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22312         in loop and entry code to keep "and." results.
22313         (strchr): Add little-endian support.  Comment.  Move cntlzd
22314         earlier in tail.
22315         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22317 2013-10-04  Alan Modra  <amodra@gmail.com>
22319         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22320         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22321         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22322         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22324 2013-10-04  Alan Modra  <amodra@gmail.com>
22326         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22327         (rTMP): Define as r11.
22328         (strcmp): Add little-endian support.  Optimise tail.
22329         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22330         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22331         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22332         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22333         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22334         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22335         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22337 2013-10-04  Alan Modra  <amodra@gmail.com>
22339         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22340         little-endian support.  Remove unnecessary "are we done" tests.
22341         Handle "s" wrapping around zero and extremely large "size".
22342         Correct main loop count.  Handle single left-over word from main
22343         loop inline rather than by using small_loop.  Correct comments.
22344         Delete "zero" tail, use "end_max" instead.
22345         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22347 2013-10-04  Alan Modra  <amodra@gmail.com>
22349         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22350         support.  Don't branch over align.
22351         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22352         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22353         support.  Rearrange tmp reg use to suit.  Comment.
22354         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22356 2013-10-04  Alan Modra  <amodra@gmail.com>
22358         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22360 2013-10-04  Alan Modra  <amodra@gmail.com>
22362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22363         conditional form of branch and link when obtaining pc.
22364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22366 2013-10-04  Alan Modra  <amodra@gmail.com>
22368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22369         HIWORD/LOWORD.
22370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22373 2013-10-04  Alan Modra  <amodra@gmail.com>
22375         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22376         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22377         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22378         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22379         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22380         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22381         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22382         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22383         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22384         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22386 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22387             Alistair Popple <alistair@ozlabs.au.ibm.com>
22388             Alan Modra <amodra@gmail.com>
22390         [BZ #15723]
22391         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22392         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22393         _dl_hwcap access for little-endian.
22394         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22395         destroy vmx regs when saving unaligned.
22396         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22397         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22398         destroy vmx regs when saving unaligned.
22400 2013-10-04  Alan Modra  <amodra@gmail.com>
22402         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22403         Don't use a union to pack hi/low value.
22405 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22407         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22408         for little-endian.
22409         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22410         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22411         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22412         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22413         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22415 2013-10-04  Alan Modra  <amodra@gmail.com>
22417         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22418         constants to usual value for .cst8 section, and remove redundant
22419         high address load.
22420         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22421         constant for 0x1p52.  Load little-endian words of double from
22422         correct stack offsets.
22424 2013-10-04  Alan Modra  <amodra@gmail.com>
22426         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22427         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22428         words of double from correct stack offsets.
22429         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22430         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22431         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22432         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22433         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22434         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22435         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22436         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22437         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22438         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22439         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22440         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22441         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22442         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22443         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22444         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22445         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22447 2013-10-04  Alan Modra  <amodra@gmail.com>
22449         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22450         64-bit int/double union.
22451         (_FPU_SETCW): Likewise.
22452         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22453         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22455 2013-10-04  Alan Modra  <amodra@gmail.com>
22457         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22458         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22460 2013-10-04  Alan Modra  <amodra@gmail.com>
22462         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22463         use vector int constants.
22464         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22466 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22468         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22469         array with long long.
22470         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22471         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22472         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22473         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22474         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22475         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22476         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22477         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22478         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22479         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22480         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22481         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22482         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22484 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22486         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22487         (__signbit): Likewise.  Correct for little-endian.
22488         (__signbitl): Call __signbit.
22489         (lrint): Correct for little-endian.
22490         (lrintf): Call lrint.
22492 2013-10-04  Alan Modra  <amodra@gmail.com>
22494         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22495         union 32-bit int array member with 64-bit int array.
22496         (t515, tm256): Double rather than long double.
22497         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22499 2013-10-04  Alan Modra  <amodra@gmail.com>
22501         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22502         Delete.
22503         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22504         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22505         version of math_ldbl.h.
22507 2013-10-04  Alan Modra  <amodra@gmail.com>
22509         [BZ #15734], [BZ #15735]
22510         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22511         all uses of ieee875 long double macros and unions.  Simplify test
22512         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22513         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22514         normalize after ldbl_extract_mantissa, and don't add hidden bit
22515         already handled.  Don't treat low word of ieee854 mantissa like
22516         low word of IBM long double and mask off bit when testing for
22517         zero.
22518         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22519         all uses of ieee875 long double macros and unions.  Simplify tests
22520         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22521         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22522         two1022, instead use their values.  Recognise that tests for large
22523         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22524         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22525         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22526         test for 0.0L and nan.  Correct negation.
22527         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22528         ieee875 long double macros and unions.  Correct output for large
22529         magnitude x.  Correct absolute value calculation.
22530         (__erfcl): Likewise.
22531         * math/libm-test.inc: Add tests for errors discovered in IBM long
22532         double versions of fmodl, remainderl, erfl and erfcl.
22534 2013-10-04  Alan Modra  <amodra@gmail.com>
22536         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22537         all uses of ieee854 long double macros and unions.  Simplify tests
22538         for long doubles that are fully specified by the high double.
22539         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22540         Likewise.
22541         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22542         Remove dead code too.
22543         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22544         (__ieee754_ynl): Likewise.
22545         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22546         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22547         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22548         Remove dead code too.
22549         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22550         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22551         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22552         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22553         Simplify.
22554         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22555         Simplify.
22556         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22557         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22558         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22559         Comment on variable precision.
22560         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22561         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22562         Likewise.
22563         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22564         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22565         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22566         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22567         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22569 2013-10-04  Alan Modra  <amodra@gmail.com>
22571         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22572         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22573         all uses of ieee854 long double macros and unions.
22574         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22575         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22576         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22577         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22578         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22579         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22580         Likewise.
22581         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22582         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22583         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22584         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22585         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22586         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22587         Simplify sign and nan test too.
22588         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22589         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22590         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22591         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22592         Likewise.
22593         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22594         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22595         Likewise.
22596         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22597         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22598         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22599         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22600         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22601         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22603 2013-10-04  Alan Modra  <amodra@gmail.com>
22605         * stdio-common/printf_size.c (__printf_size): Don't use
22606         union ieee854_long_double in fpnum union.
22607         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
22608         signbit macro to retrieve sign from long double.
22609         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22610         retrieve sign from long double.
22611         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
22612         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
22613         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
22614         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22615         * math/test-misc.c (main): Don't use union ieee854_long_double.
22617 2013-10-04  Alan Modra  <amodra@gmail.com>
22619         [BZ #15680]
22620         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
22621         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
22622         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
22623         calculation.  Remove unnecessary test for denormal exponent.
22624         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
22625         Correct handling of denormals.  Avoid undefined shift behaviour.
22626         Correct normalisation of low mantissa when low double is denormal.
22627         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
22628         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
22629         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
22630         Correct normalisation of low mantissa.  Test for overflow of high
22631         mantissa and normalise.
22632         (ldbl_nearbyint): Use more readable constant for two52.
22633         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
22634         (__mpn_construct_long_double): Fix test for overflow of high
22635         mantissa and correct normalisation.  Avoid undefined shift.
22637 2013-10-04  Alan Modra  <amodra@gmail.com>
22639         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22640         (union ibm_extended_long_double): Define as an array of ieee754_double.
22641         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
22642         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
22643         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
22644         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22645         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22646         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
22647         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22648         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
22649         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
22650         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
22651         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
22653 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
22655         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
22656         page size instead of calling getpagesize.
22658         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
22659         (LOCFILE_ALIGN_MASK): Likewise.
22660         (LOCFILE_ALIGN_UP): Likewise.
22661         (LOCFILE_ALIGNED_P): Likewise.
22662         * locale/programs/ld-collate.c (collate_output): Use the new
22663         macros instead of __alignof__ (int32_t).
22664         * locale/weight.h (findidx): Likewise.
22666 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
22668         [BZ #431]
22669         * manual/string.texi: Fix strncat and wcsncat.
22671 2013-10-03  Brooks Moses  <bmoses@google.com>
22673         [BZ #15915]
22674         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
22675         * Makerules: ...here, and adjust associated comments.
22677 2013-10-02  Will Newton  <will.newton@linaro.org>
22679         * malloc/Makefile: Add tst-pvalloc.
22680         * malloc/tst-pvalloc.c: New file.
22682 2013-10-02  Will Newton  <will.newton@linaro.org>
22684         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
22685         improve test coverage.
22687 2013-10-02  Will Newton  <will.newton@linaro.org>
22689         * malloc/Makefile: Add tst-posix_memalign.
22690         * malloc/tst-posix_memalign.c: New file.
22692 2013-10-01  Eric Blake  <eblake@redhat.com>
22694         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
22695         Use __THROWNL rather than __THROW on static functions.
22697 2013-09-30  Petr Machata  <pmachata@redhat.com>
22699         * elf/elf.h (R_AARCH64_ABS16): New macro.
22700         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
22701         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
22702         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
22703         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
22704         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
22705         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
22706         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
22707         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
22708         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
22709         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
22710         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
22711         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
22712         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
22713         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
22714         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
22715         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
22716         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
22717         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
22718         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
22719         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
22720         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
22721         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
22722         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
22723         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
22724         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
22725         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
22726         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
22727         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
22728         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
22729         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
22730         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
22731         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
22732         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
22733         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
22734         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
22735         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
22736         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
22737         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
22738         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
22739         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
22740         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
22741         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
22742         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
22743         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
22744         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
22745         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
22746         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
22747         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
22748         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
22749         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
22750         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
22751         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
22752         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
22753         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
22754         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
22755         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
22756         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
22757         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
22758         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
22759         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
22760         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
22761         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
22762         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
22763         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
22764         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
22765         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
22766         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
22767         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
22768         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
22769         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
22770         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
22771         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
22772         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
22773         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
22774         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
22775         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
22776         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
22777         (R_AARCH64_TLSDESC_LDR): Likewise.
22778         (R_AARCH64_TLSDESC_ADD): Likewise.
22779         (R_AARCH64_TLSDESC_CALL): Likewise.
22781 2013-09-30  Andreas Schwab  <schwab@suse.de>
22783         [BZ #15048]
22784         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
22785         the nss database lookup.
22786         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22787         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22789 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
22791         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
22793 2013-09-28  P. J. McDermott  <pj@pehjota.net>
22795         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
22796         ${Bash-specific parameter/pattern/string} parameter expansion.
22797         * sysdeps/unix/make-syscalls.sh: Likewise.
22799 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22801         * sysdeps/sh/stackguard-macros.h: New file.
22803 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
22805         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22806         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
22807         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
22808         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
22809         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22810         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
22812 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22814         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
22815         Fix thread ID register.
22817 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
22819         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
22820         [POSIX || UNIX98]: Require rather than permitting all symbols from
22821         <time.h>.
22822         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
22823         element of struct sched_param.
22824         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
22825         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
22826         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
22827         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
22828         constant.
22830 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
22832         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
22833         argument calculation.
22835 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22837         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
22838         Expect macro.
22839         [POSIX] (pthread_attr_t): Do not require type.
22840         [POSIX] (pthread_cond_t): Likewise.
22841         [POSIX] (pthread_condattr_t): Likewise.
22842         [POSIX] (pthread_key_t): Likewise.
22843         [POSIX] (pthread_mutex_t): Likewise.
22844         [POSIX] (pthread_mutexattr_t): Likewise.
22845         [POSIX] (pthread_once_t): Likewise.
22846         [POSIX] (pthread_t): Likewise.
22847         [POSIX-based standards] (pthread_atfork): Expect function.
22849 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22850             Richard Sandiford  <richard@codesourcery.com>
22852         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
22853         (swap_endianness_p): New extern variable.
22854         (set_big_endian): New inline function.
22855         (maybe_swap_uint32): Likewise.
22856         (maybe_swap_uint32_array): Likewise.
22857         (maybe_swap_uint32_obstack): Likewise.
22858         * locale/programs/locfile.c: Include <stdbool.h>.
22859         (swap_endianness_p): New variable.
22860         (add_locale_uint32): Call maybe_swap_uint32.
22861         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
22862         (write_locale_data): Call maybe_swap_uint32_array.
22863         * locale/programs/ld-collate.c (obstack_int32_grow): Call
22864         maybe_swap_uint32.
22865         (obstack_int32_grow_fast): Likewise.
22866         (output_weightwc): Call maybe_swap_uint32_obstack.
22867         (collate_output): Likewise.
22868         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
22869         (OPT_LITTLE_ENDIAN): Likewise.
22870         (options): Add --little-endian and --big-endian options.
22871         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
22872         * locale/programs/locarchive.c: Include "locfile.h".
22873         (GET): New macro.
22874         (SET): Likewise.
22875         (INC): Likewise.
22876         (create_archive): Use the new macros to access fields of
22877         structures directly mapped from or written to locale archives.
22878         (oldlocrecentcmp): Likewise.
22879         (enlarge_archive): Likewise.
22880         (insert_name): Likewise.
22881         (add_alias): Likewise.
22882         (add_locale): Likewise.
22883         (delete_locales_from_archive): Likewise.
22884         (show_archive_content): Likewise.
22885         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
22886         locale data.
22888 2013-09-24  Roland McGrath  <roland@hack.frob.com>
22890         * manual/freemanuals.texi: Updated from (newly) canonical copy at
22891         http://www.gnu.org/doc/freemanuals.texi.
22892         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
22894 2013-09-24  Will Newton  <will.newton@linaro.org>
22896         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
22897         macro.
22899 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
22901         * locale/hashval.h (compute_hashval): Interpret bytes of key as
22902         unsigned char.
22904 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
22906         * manual/threads.texi (POSIX Threads): Fix a typo.
22908 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22910         [BZ #14547]
22911         * string/tst-strcoll-overflow.c: New test case.
22912         * string/Makefile (xtests): Add tst-strcoll-overflow.
22913         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
22914         cache if string sizes may cause integer overflow.
22916         [BZ #14547]
22917         * string/strcoll_l.c (coll_seq): New members rule, idx,
22918         save_idx and back_us.
22919         (get_next_seq_nocache): New function.
22920         (do_compare_nocache): New function.
22921         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
22922         when malloc fails.
22924 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
22926         [BZ #15754]
22927         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
22928         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
22929         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
22931         [BZ #15754]
22932         * elf/Makefile (tests): Add tst-ptrguard1.
22933         (tests-static): Add tst-ptrguard1-static.
22934         (tst-ptrguard1-ARGS): Define.
22935         (tst-ptrguard1-static-ARGS): Define.
22936         * elf/tst-ptrguard1.c: New file.
22937         * elf/tst-ptrguard1-static.c: New file.
22938         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
22939         * sysdeps/i386/stackguard-macros.h: Likewise.
22940         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
22941         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
22942         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
22943         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
22944         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
22945         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
22947 2013-09-23  Hector Marco  <hecmargi@upv.es>
22948             Ismael Ripoll  <iripoll@disca.upv.es>
22949             Carlos O'Donell  <carlos@redhat.com>
22951         [BZ #15754]
22952         * sysdeps/generic/stackguard-macros.h: Define
22953         __pointer_chk_guard_local and POINTER_CHK_GUARD.
22954         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
22955         Define __pointer_chk_guard_local.
22956         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
22957         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
22959 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
22961         [BZ #15859]
22962         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
22964 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
22966         * include/string.h (__ffs): Declare as hidden.
22967         * string/ffs.c (__ffs): Define as hidden.
22968         * sysdeps/i386/ffs.c (__ffs): Likewise.
22969         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
22970         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
22971         * sysdeps/s390/ffs.c (__ffs): Likewise.
22972         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
22974 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
22976         * NEWS: Mention malloc probes.
22978         * malloc/arena.c (new_heap): New memory_heap_new probe.
22979         (grow_heap): New memory_heap_more probe.
22980         (shrink_heap): New memory_heap_less probe.
22981         (heap_trim): New memory_heap_free probe.
22982         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
22983         (systrim): New memory_sbrk_less probe.
22984         * manual/probes.texi: Document them.
22986         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
22987         * manual/probes.texi: Document it.
22989         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
22990         (__libc_realloc): Add memory_realloc_retry probe.
22991         (__libc_memalign): Add memory_memalign_retry probe.
22992         (__libc_valloc): Add memory_valloc_retry probe.
22993         (__libc_pvalloc): Add memory_pvalloc_retry probe.
22994         (__libc_calloc): Add memory_calloc_retry probe.
22995         * manual/probes.texi: Document them.
22997         * malloc/arena.c (get_free_list): Add probe
22998         memory_arena_reuse_free_list.
22999         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23000         and memory_arena_reuse.
23001         (arena_get2) [!PER_THREAD]: Likewise.
23002         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23003         memory_arena_reuse_realloc.
23004         * manual/probes.texi: Document them.
23006         * malloc/malloc.c (__libc_free): Add
23007         memory_mallopt_free_dyn_thresholds probe.
23008         (__libc_mallopt): Add multiple memory_mallopt probes.
23009         * manual/probes.texi: Document them.
23011         * malloc/malloc.c: Include stap-probe.h.
23012         (__libc_mallopt): Add memory_mallopt probe.
23013         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23014         * manual/probes.texi: New.
23015         * manual/Makefile (chapters): Add probes.
23016         * manual/threads.texi: Set next node.
23018 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23020         [BZ #15963, #13985]
23021         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23022         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23023         Add `Chinese' to `nan' entry name.
23025 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23027         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23028         (POLYNOMIAL): Likewise.
23029         (TAYLOR_SINCOS): Likewise.
23030         (TAYLOR_SLOW): Likewise.
23031         (__sin): Use TAYLOR_SINCOS.
23032         (__cos): Likewise.
23033         (slow): Use TAYLOR_SLOW.
23034         (sloww): Likewise.
23035         (bsloww): Likewise.
23036         (csloww): Likewise.
23038 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23040         * stdlib/strtod_l.c: Fix buffer overrun.
23042 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23044         * benchtests/Makefile (bench): Add sincos.
23045         * benchtests/bench-sincos.c: New file.
23047         * math/libm-test.inc (cos_test_data): New test inputs.
23048         (sin_test_data): Likewise.
23050         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23051         macro.
23052         (__sin): Use it.
23053         (__cos): Likewise.
23054         (slow1): Likewise.
23055         (slow2): Likewise.
23056         (sloww1): Likewise.
23057         (sloww2): Likewise.
23058         (bsloww1): Likewise.
23059         (bsloww2): Likewise.
23060         (cslow2): Likewise.
23061         (csloww1): Likewise.
23062         (csloww2): Likewise.
23064         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23065         function.
23066         (__sin): Use it.
23067         (__cos): Likewise.
23069         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23070         gotos.
23071         (__cos): Likewise.
23073 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23075         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23076         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23077         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23078         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23079         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23080         * elf/cache.c (print_entry): Handle the new cache flags.
23082 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23083             Aldy Hernandez  <aldyh@redhat.com>
23085         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23086         Change condition to [_SOFT_FLOAT].
23087         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23088         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23089         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23090         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23091         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23092         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23093         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23094         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23095         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23096         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23097         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23098         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23099         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23100         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23101         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23102         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23103         declaration.
23105 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23107         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23108         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23109         (__longjmp): Use LOAD_GP to load saved GPRs.
23110         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23111         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23112         (__sigsetjmp): Use SAVE_GP to save GPRs.
23114         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23115         Do not append -msoft-float.
23116         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23118 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23120         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23122 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23124         [BZ #15966]
23125         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23126         (_FPU_GETCW): Use initial "__" on variable and field names but not
23127         on macro parameter name.
23128         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23129         parentheses around reference to macro parameter.
23131 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23133         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23134         prototype.
23135         (ctype_startup): Use uint32_t in cast and sizeof for
23136         ctype->charnames.
23138 2013-09-11  Jia Liu  <proljc@gmail.com>
23140         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23141         __daddr_t_defined.
23142         [__FreeBSD__]: Likewise.
23144 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23146         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23147         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23148         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23149         (strchr): Remove __strchr_sse42 ifunc selection.
23150         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23151         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23153 2013-09-11  Will Newton  <will.newton@linaro.org>
23155         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23156         parameter to RES. Remove hardcoded 1000 value.
23157         * benchtests/bench-skeleton.c (main): Pass RES parameter
23158         to TIMING_INIT and multiply result by 1000.
23160 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23162         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23164 2013-09-11  Andreas Schwab  <schwab@suse.de>
23166         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23167         if not defined.
23168         (O_TMPFILE) [__USE_GNU]: Define.
23169         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23170         Define.
23172 2013-09-11  Will Newton  <will.newton@linaro.org>
23174         [BZ #15857]
23175         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23176         does not overflow.
23178 2013-09-11  Will Newton  <will.newton@linaro.org>
23180         [BZ #15856]
23181         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23182         does not overflow.
23184 2013-09-11  Will Newton  <will.newton@linaro.org>
23186         [BZ #15855]
23187         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23188         does not overflow.
23190 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23192         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23193         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23194         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23195         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23196         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23198 2013-09-10  Allan McRae  <allan@archlinux.org>
23200         [BZ #15748]
23201         * manual/arith.texi (Parsing of Floats): Clarify
23202         cross-reference.
23204         [BZ #15849]
23205         * manual/install.texi (Running make install): Mention
23206         --enable-pt-chown.
23207         * INSTALL: Regenerated.
23209 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23211         * csu/init-first.c (_init): Remove the !SHARED condition around
23212         FPU control word initialization.
23213         * elf/dl-support.c (_dl_fpu_control): New variable.
23214         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23215         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23216         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23217         * math/test-fpucw-static.c: New file.
23218         * math/test-fpucw-ieee.c: New file.
23219         * math/test-fpucw-ieee-static.c: New file.
23220         * math/Makefile (tests): Add `test-fpucw-ieee' and
23221         `$(tests-static)'.
23222         (tests-static): New variable.
23223         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23224         dependency to...
23225         [($(build-shared),yes)]
23226         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23227         ... this.
23228         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23229         New dependency.
23231 2013-09-09  Allan McRae  <allan@archlinux.org>
23233         [BZ #15939]
23234         * manual/string.texi (Collation Functions): Fix typo in
23235         strcoll example.
23236         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23238         [BZ #15893]
23239         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23241         [BZ #15892]
23242         * libio/memstream.c (open_memstream): Fix memory leak.
23243         * libio/wmemstream.c (open_wmemstream): Likewise.
23245         [BZ #15895]
23246         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23248 2013-09-09  Will Newton  <will.newton@linaro.org>
23250         * malloc/Makefile: Add tst-realloc to tests.
23251         * malloc/tst-realloc.c: New file.
23253 2013-09-09  Allan McRae  <allan@archlinux.org>
23255         [BZ #15844]
23256         * COPYING: Update from GNU website to fix FSF address.
23257         * COPYING.LIB: Likewise.
23259 2013-09-06  David S. Miller  <davem@davemloft.net>
23261         * po/zh_TW.po: Update Chinese (traditional) translation from
23262         translation project.
23264 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23265             Joseph Myers  <joseph@codesourcery.com>
23267         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23268         "localeinfo.h".
23269         (obstack_chunk_alloc): New macro.
23270         (obstack_chunk_free): Likewise.
23271         (record_offset): New function.
23272         (init_locale_data): Likewise.
23273         (align_locale_data): Likewise.
23274         (add_locale_empty): Likewise.
23275         (add_locale_raw_data): Likewise.
23276         (add_locale_raw_obstack): Likewise.
23277         (add_locale_string): Likewise.
23278         (add_locale_wstring): Likewise.
23279         (add_locale_uint32): Likewise.
23280         (add_locale_uint32_array): Likewise.
23281         (add_locale_char): Likewise.
23282         (start_locale_structure): Likewise.
23283         (end_locale_structure): Likewise.
23284         (start_locale_prelude): Likewise.
23285         (end_locale_prelude): Likewise.
23286         (write_locale_data): Take locale_file structure rather than an
23287         iovec.
23288         * locale/programs/locfile.h: Include "obstack.h".
23289         (struct locale_file): Change to store locale file contents instead
23290         of header.
23291         (init_locale_data): New prototype.
23292         (align_locale_data): Likewise.
23293         (add_locale_empty): Likewise.
23294         (add_locale_raw_data): Likewise.
23295         (add_locale_raw_obstack): Likewise.
23296         (add_locale_string): Likewise.
23297         (add_locale_wstring): Likewise.
23298         (add_locale_uint32): Likewise.
23299         (add_locale_uint32_array): Likewise.
23300         (add_locale_char): Likewise.
23301         (start_locale_structure): Likewise.
23302         (end_locale_structure): Likewise.
23303         (start_locale_prelude): Likewise.
23304         (end_locale_prelude): Likewise.
23305         (write_locale_data): Update prototype.
23306         * locale/programs/3level.h (struct TABLE): Remove result field.
23307         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23308         Use new locale_file interface.
23309         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23310         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23311         * locale/programs/ld-address.c (address_output): Use new
23312         locale_file interface.
23313         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23314         NO_ADD_LOCALE.
23315         (collate_finish): Don't call collseq_table_finalize.
23316         (collate_output): Use new locale_file interface.
23317         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23318         in file.
23319         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23320         (TABLE): Move defines earlier in file.
23321         (ELEMENT): Likewise.
23322         (DEFAULT): Likewise.
23323         (wctrans_table_add): Move macro and inline function earlier in
23324         file.
23325         (struct wctype_table): Move type earlier in file.
23326         (add_locale_wctype_table): New static prototype.
23327         (struct locale_ctype_t): Use logical types instead of struct iovec
23328         pointers for members.
23329         (ctype_output): Use new locale_file interface.
23330         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23331         new locale_file interface.
23332         (allocate_arrays): Update for use of new locale_file interface.
23333         * locale/programs/ld-identification.c (identification_output): Use
23334         new locale_file interface.
23335         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23336         * locale/programs/ld-messages.c (messages_output): Likewise.
23337         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23338         * locale/programs/ld-name.c (name_output): Likewise.
23339         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23340         * locale/programs/ld-paper.c (paper_output): Likewise.
23341         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23342         * locale/programs/ld-time.c (time_output): Likewise.
23344 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23346         * benchtests/Makefile: Add memrchr benchmark.
23347         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23348         benchmark as memrchr.
23349         * benchtests/bench-memrchr-ifunc.c: New file.
23350         * benchtests/bench-memrchr.c: New file.
23352 2013-09-06   Will Newton  <will.newton@linaro.org>
23354         * benchtests/Makefile (string-bench): Add memcpy.
23356 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23357             Cong Wang  <amwang@redhat.com>
23359         [BZ #15850]
23360         * sysdeps/unix/sysv/linux/bits/in.h
23361         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23362         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23363         before __USE_KERNEL_IPV6_DEFS uses.
23364         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23365         IPPROTO_BEETPH.
23366         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23367         sockaddr_in6, or ipv6_mreq.
23369 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23371         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23372         memory access for final bytes in some large inputs.
23373         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23375 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23377         * string/test-memrchr.c: New file.
23378         * string/test-memrchr-ifunc.c: New file.
23379         * string/Makefile: Add new memrchr testcase.
23381 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23383         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23384         fanotify_init returns EPERM.
23386 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23388         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23389         errors.
23390         (top level): Treat second token from macro or constant entries for
23391         allowed headers as allowed.
23392         * include/complex.h: Condition internal declarations on
23393         [!_ISOMAC].
23394         * include/fenv.h: Condition include of <stdbool.h> and internal
23395         declarations on [!_ISOMAC].
23397 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23399         [BZ #15923]
23400         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23402 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23404         * configure.in (--enable-versioning): Remove configure option.
23405         (libc_cv_asm_symver_directive): Remove configure test.
23406         (libc_cv_ld_version_script_option): Likewise.
23407         (VERSIONING): Remove variable and AC_SUBST.
23408         (DO_VERSIONING): Remove AC_DEFINE.
23409         * configure: Regenerated.
23410         * config.h.in (DO_VERSIONING): Remove macro.
23411         * Makerules [$(versioning) = yes]: Change conditionals to
23412         [$(build-shared) = yes].
23413         * config.make.in (versioning): Remove variable.
23414         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23415         [$(build-shared) = yes].
23416         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23417         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23418         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23419         [$(build-shared) = yes].
23420         * extra-lib.mk [$(versioning) = yes]: Likewise.
23421         * hurd/Makefile [$(versioning) = yes]: Likewise.
23422         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23423         [SHARED].
23424         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23425         [SHARED].
23426         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23427         [SHARED && !NO_HIDDEN].
23428         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23429         [SHARED].
23430         [SHARED && DO_VERSIONING]: Likewise..
23431         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23432         [$(build-shared) = yes].
23433         * manual/install.texi (--disable-versioning): Remove
23434         documentation.
23435         * INSTALL: Regenerated.
23436         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23437         to [SHARED].
23438         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23439         [$(build-shared) = yes].
23440         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23441         * sysdeps/i386/i686/multiarch/strstr-c.c
23442         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23443         [SHARED && !NO_HIDDEN].
23444         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23445         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23446         * sysdeps/powerpc/powerpc32/dl-machine.c
23447         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23448         * sysdeps/powerpc/powerpc32/sysdep.h
23449         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23450         to [SHARED && PIC && !NO_HIDDEN].
23451         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23452         conditional to [SHARED].
23454 2013-09-04   Will Newton  <will.newton@linaro.org>
23456         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23457         * benchtests/bench-string.h: Include bench-timing.h instead
23458         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23459         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23460         call to HP_TIMING_DIFF_INIT.
23461         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23462         instead of hp-timing.h macros.
23463         * benchtests/bench-memchr.c: Likewise.
23464         * benchtests/bench-memcmp.c: Likewise.
23465         * benchtests/bench-memcpy.c: Likewise.
23466         * benchtests/bench-memmem.c: Likewise.
23467         * benchtests/bench-memmove.c: Likewise.
23468         * benchtests/bench-memset.c: Likewise.
23469         * benchtests/bench-rawmemchr.c: Likewise.
23470         * benchtests/bench-strcasecmp.c: Likewise.
23471         * benchtests/bench-strcasestr.c: Likewise.
23472         * benchtests/bench-strcat.c: Likewise.
23473         * benchtests/bench-strchr.c: Likewise.
23474         * benchtests/bench-strcmp.c: Likewise.
23475         * benchtests/bench-strcpy.c: Likewise.
23476         * benchtests/bench-strcpy_chk.c: Likewise.
23477         * benchtests/bench-strlen.c: Likewise.
23478         * benchtests/bench-strncasecmp.c: Likewise.
23479         * benchtests/bench-strncat.c: Likewise.
23480         * benchtests/bench-strncmp.c: Likewise.
23481         * benchtests/bench-strncpy.c: Likewise.
23482         * benchtests/bench-strnlen.c: Likewise.
23483         * benchtests/bench-strpbrk.c: Likewise.
23484         * benchtests/bench-strrchr.c: Likewise.
23485         * benchtests/bench-strspn.c: Likewise.
23486         * benchtests/bench-strstr.c: Likewise.
23488 2013-09-04  Will Newton  <will.newton@linaro.org>
23490         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23492 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23494         [BZ #15427]
23495         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23496         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23497         * math/libm-test.inc (lgamma_test_data): Add more tests.
23498         * sysdeps/i386/fpu/libm-test-ulps: Update.
23499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23501 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23503         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23504         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23505         Add ifunc.
23506         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23507         Add strcmp-sse2-unaligned
23508         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23510 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23512         * Versions.def (libc): Add GLIBC_2.19.
23514 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23516         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23517         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23519 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23521         [BZ #14155]
23522         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23523         intermediate calculations in recurrence.
23524         (__ieee754_ynf): Likewise.
23525         * math/libm-test.inc (jn_test_data): Do not allow spurious
23526         underflow exception.  Add more tests.
23527         (yn_test_data): Add more tests.
23528         * sysdeps/i386/fpu/libm-test-ulps: Update.
23529         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23531 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23533         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23535 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23537         * csu/init-first.c: Fix then/than typos.
23538         * locale/programs/ld-collate.c: Likewise.
23539         * locale/programs/linereader.h: Likewise.
23540         * manual/charset.texi: Likewise.
23541         * manual/filesys.texi: Likewise.
23542         * manual/stdio.texi: Likewise.
23543         * manual/string.texi: Likewise.
23544         * stdlib/fmtmsg.c: Likewise.
23545         * sysdeps/i386/stpncpy.S: Likewise.
23546         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23547         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23548         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23549         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23551 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23553         * elf/dl-open.c: Fix typos.
23554         * iconvdata/gbbig5.c: Likewise.
23555         * iconvdata/iso-2022-jp.c: Likewise.
23556         * iconv/gconv_int.h: Likewise.
23557         * iconv/loop.c: Likewise.
23558         * nis/rpcsvc/nis.h: Likewise.
23559         * resolv/ns_name.c: Likewise.
23560         * stdio-common/vfscanf.c: Likewise.
23561         * streams/stropts.h: Likewise.
23562         * sunrpc/rpc_thread.c: Likewise.
23563         * sysdeps/i386/strpbrk.S: Likewise.
23564         * sysdeps/ieee754/k_standard.c: Likewise.
23565         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23566         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23567         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23568         * sysdeps/mach/hurd/profil.c: Likewise.
23569         * sysdeps/s390/dl-procinfo.h: Likewise.
23570         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23571         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23572         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23573         * sysdeps/x86_64/dl-trampoline.S: Likewise.
23574         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23576 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
23578         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23579         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23581 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
23583         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23584         aix specific files.
23585         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23586         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23587         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23588         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23589         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23590         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23591         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23592         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23594 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23595             Roland McGrath  <roland@hack.frob.com>
23597         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23598         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23600 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23602         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23603         __executable_start symbol instead of _start.
23605 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23607         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23608         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23609         Move macros to...
23610         * sysdeps/gnu/ldsodefs.h: ... this new file.
23612         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
23613         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
23614         instead of ELFOSABI_LINUX.
23616         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
23617         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
23618         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
23619         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
23620         Likewise.
23621         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
23622         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
23623         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
23624         Likewise.
23625         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23626         (ibm_extended_long_double): Add ieee_nan member.
23627         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
23628         (do_test): New function.
23630         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
23631         TEST_TRUNC.
23632         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
23633         functions, renamed from truncdfsf_test, trunctfsf_test,
23634         trunctfdf_test.
23635         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
23636         functions.
23637         (do_test): Run all these.
23639 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
23641         * argp/argp-help.c: Fix typos.
23642         * argp/argp-parse.c: Likewise.
23643         * debug/backtracesyms.c: Likewise.
23644         * elf/elf.h: Likewise.
23645         * malloc/malloc.c: Likewise.
23646         * nis/nis_print.c: Likewise.
23647         * resolv/res_comp.c: Likewise.
23648         * stdlib/stdlib.h: Likewise.
23649         * sunrpc/clnt_tcp.c: Likewise.
23650         * sunrpc/clnt_udp.c: Likewise.
23651         * sunrpc/clnt_unix.c: Likewise.
23652         * sysdeps/unix/bsd/ptsname.c: Likewise.
23653         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
23654         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
23655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
23656         Likewise.
23657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
23658         Likewise.
23659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
23660         Likewise.
23661         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
23663 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23665         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
23666         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23668 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
23670         [BZ #15897]
23671         * dlfcn/Makefile (tests): Add bug-dl-leaf.
23672         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
23673         ($(objpfx)bug-dl-leaf): New rule.
23674         ($(objpfx)bug-dl-leaf.so): Likewise.
23675         ($(objpfx)bug-dl-leaf.out): Likewise.
23676         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
23677         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
23678         * dlfcn/bug-dl-leaf.c: New test.
23679         * dlfcn/bug-dl-leaf-lib.c: Likewise.
23680         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
23681         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
23682         (dlclose): Likewise.
23683         (dlmopen): Likewise.
23685 2013-08-27  Roland McGrath  <roland@hack.frob.com>
23687         * include/netdb.h [!_ISOMAC]:
23688         Don't include <tls.h>.
23689         (h_errno, __libc_h_errno): Move declaration and macros out of
23690         [_LIBC_REENTRANT].
23692         * include/resolv.h [_RESOLV_H_]:
23693         Don't include <tls.h>.
23694         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
23695         * resolv/res_libc.c: Don't include <tls.h>.
23696         (_res): Use __attribute__ ((nocommon)) in place of
23697         __attribute__ ((section (".bss"))).
23699         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
23700         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
23702         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
23704         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
23705         only under [SIOCGIFCONF && SIOCGIFNETMASK].
23707         * resolv/res_mkquery.c: Include <sys/time.h>.
23709         * inet/ifreq.c: Moved to ...
23710         * sysdeps/unix/ifreq.c: ... here.
23711         * inet/ifreq.c: New file, true stub version.
23713         * socket/sa_len.c: New file.
23714         * socket/Makefile (aux): Add it.
23715         * sysdeps/unix/sysv/linux/Makefile
23716         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
23717         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
23718         and #include <socket/sa_len.c>.
23719         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
23720         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
23722         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
23723         * bits/socket.h: ... here.
23725         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
23726         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
23727         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
23729 2013-08-27  Andreas Schwab  <schwab@suse.de>
23731         [BZ #15736]
23732         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
23733         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
23734         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
23735         * string/test-strcasecmp.c (test_main): Run tests in several
23736         locales.
23737         * string/test-strncasecmp.c (test_main): Likewise.
23739         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
23740         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
23741         to __strcasecmp_nonascii and __strncasecmp_nonascii.
23742         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
23743         (__strncasecmp_ssse3) [PIC]: Likewise.
23745 2013-08-26  Roland McGrath  <roland@hack.frob.com>
23747         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
23749         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
23750         instead of explicitly declaring xdecrypt.
23751         * nis/nss_nis/nis-publickey.c: Likewise.
23753 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23755         [BZ #15890]
23756         * nscd/aicache.c: Include res_hconf.h.
23757         (addhstaiX): Initialize res_hconf.
23759 2013-08-26  Andreas Schwab  <schwab@suse.de>
23761         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
23762         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
23764 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23766         * nscd/aicache.c (addhstaiX): Fix indentation.
23768 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
23770         * configure.ac: Quote $build_pt_chown test.
23771         * configure: Regenerated.
23773 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
23775         [BZ #15532]
23776         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
23777         * math/s_cexpf.c (__cexpf): Likewise.
23778         * math/s_cexpl.c (__cexpl): Likewise.
23779         * math/libm-test.inc (cexp_test_data): Correct expected return
23780         value for NaN + i0.  Add another test.
23782 2013-08-22  David S. Miller  <davem@davemloft.net>
23784         * po/ca.po: Update Catalan translation from translation project.
23785         * po/uk.po: Add Ukrainian translations from translation project.
23787 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
23789         [BZ #15797]
23790         * math/s_fdim.c (__fdim): Check for infinite arguments if result
23791         is infinite, not alongside NaN test.
23792         * math/s_fdimf.c (__fdimf): Likewise.
23793         * math/s_fdiml.c (__fdiml): Likewise.
23794         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
23795         errno is unchanged.
23797 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
23799         * argp/argp-help.c: Fix typos.
23800         * crypt/speeds.c: Likewise.
23801         * csu/check_fds.c: Likewise.
23802         * elf/dl-load.c: Likewise.
23803         * elf/dl-open.c: Likewise.
23804         * elf/reldep3.c: Likewise.
23805         * elf/reldep.c: Likewise.
23806         * elf/sprof.c: Likewise.
23807         * iconv/iconv_charmap.c: Likewise.
23808         * iconv/skeleton.c: Likewise.
23809         * iconv/strtab.c: Likewise.
23810         * io/lockf64.c: Likewise.
23811         * libio/libioP.h: Likewise.
23812         * resolv/gai_notify.c: Likewise.
23813         * resolv/ns_name.c: Likewise.
23814         * resolv/ns_samedomain.c: Likewise.
23815         * resolv/res_send.c: Likewise.
23816         * stdlib/random.c: Likewise.
23817         * sunrpc/rpc/xdr.h: Likewise.
23818         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
23819         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
23820         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
23821         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
23822         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
23823         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
23824         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
23825         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
23826         * sysdeps/mach/hurd/check_fds.c: Likewise.
23827         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
23828         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23829         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23830         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
23831         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23832         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
23833         * sysdeps/pthread/aio_notify.c: Likewise.
23834         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
23835         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
23836         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
23837         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
23838         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23840 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23842         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
23843         version if bit_Slow_SSE4_2 is set.
23844         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
23845         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
23847 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23849         [BZ #15867]
23850         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
23851         trampoline stack frame information.
23852         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
23853         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
23854         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
23855         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
23856         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
23857         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23858         (_libc_vdso_platform_setup): Initialize the signal trampolines.
23859         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
23860         sa_flags value.
23861         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
23862         interrupting a syscall and set with option SA_SIGINFO.
23864 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23866         [BZ #15531]
23867         * math/s_cproj.c (__cproj): Only return an infinity if one part of
23868         argument is infinite.
23869         * math/s_cprojf.c (__cprojf): Likewise.
23870         * math/s_cprojl.c (__cprojl): Likewise.
23871         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
23872         * math/libm-test.inc (cproj_test_data): Add more tests.
23874         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
23876         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
23877         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
23878         size.  Use __ffs to determine corresponding shift.
23880 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23881             Roland McGrath  <roland@hack.frob.com>
23883         * Makefile (INSTALL): Remove trailing blank lines from output of
23884         makeinfo.
23886 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23888         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
23889         Align 32 bit compat elf_greg to 8 bytes.
23891 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
23893         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
23895 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23897         * string/strcoll_l.c (coll_seq): New structure.
23898         (get_next_seq_cached): New function.
23899         (get_next_seq): New function.
23900         (do_compare): New function.
23901         (STRCOLL): Use GNU style definition.  Simplify implementation
23902         by using get_next_seq, get_next_seq_cached and do_compare.
23904 2013-08-16  Florian Weimer  <fweimer@redhat.com>
23906         [BZ #14699]
23907         CVE-2013-4237
23908         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
23909         member.
23910         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
23911         member.
23912         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
23913         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
23914         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
23915         conditional.
23916         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
23917         GETDENTS_64BIT_ALIGNED.
23918         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
23919         * manual/filesys.texi (Reading/Closing Directory): Document
23920         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
23921         strongly.
23922         * manual/conf.texi (Limits for Files): Add portability note to
23923         NAME_MAX, PATH_MAX.
23924         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
23926 2013-08-13  Andreas Schwab  <schwab@suse.de>
23928         [BZ #15749]
23929         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
23930         of fabs.
23931         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
23932         LDBL_MAX_EXP >= 16384]: Add tests for it.
23934 2013-08-12  David S. Miller  <davem@davemloft.net>
23936         * version.h (RELEASE): Set to "development".
23937         (VERSION): Set to "2.18.90".
23938         * NEWS: Add 2.19 section.
23940 2013-08-03  David S. Miller  <davem@davemloft.net>
23942         * po/ko.po: Update Korean translation from translation project.
23944 2013-08-01  David S. Miller  <davem@davemloft.net>
23946         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
23947         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
23948         Bilka.
23950 2013-07-30  David S. Miller  <davem@davemloft.net>
23952         * po/fr.po: Update French translation from translation project.
23954 2013-07-28  David S. Miller  <davem@davemloft.net>
23956         * po/cs.po: Update Czech translation from translation project.
23958         * po/sv.po: Update Swedish translation from translation project.
23960 2013-07-27  David S. Miller  <davem@davemloft.net>
23962         * po/eo.po: Update Esperanto translation from translation project.
23964         * po/vi.po: Update Vietnamese translation from translation project.
23966         * po/de.po: Update German translation from translation project.
23968 2013-07-26  David S. Miller  <davem@davemloft.net>
23970         * po/bg.po: Update Bulgarian translation from translation project.
23972         * po/nl.po: Update Dutch translation from translation project.
23973         * po/pl.po: Update Polish translation from translation project.
23974         * po/ru.po: Update Russian translation from translation project.
23976 2013-07-24  David S. Miller  <davem@davemloft.net>
23978         * po/libc.pot: Update.
23980 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23982         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
23983         variable page size.
23984         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
23985         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
23986         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
23988 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23990         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
23992 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23993             Andreas Schwab  <schwab@suse.de>
23994             Roland McGrath  <roland@hack.frob.com>
23995             Joseph Myers  <joseph@codesourcery.com>
23996             Carlos O'Donell  <carlos@redhat.com>
23998         [BZ #15755]
23999         * config.h.in: Define HAVE_PT_CHOWN.
24000         * config.make.in (build-pt-chown): New variable.
24001         * configure.in (--enable-pt_chown): New configure option.
24002         * configure: Regenerate.
24003         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24004         build-pt-chown is enabled.
24005         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24006         pt_chown to fix pty ownership.
24007         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24008         CLOSE_ALL_FDS.
24009         * manual/install.texi (Configuring and compiling): Mention
24010         --enable-pt_chown. Add @findex for grantpt.
24011         * INSTALL: Regenerate.
24013 2013-07-20  David S. Miller  <davem@davemloft.net>
24015         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24016         difference between 32-bit and 64-bit.
24018 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24020         [BZ #15711]
24021         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24022         Avoid system header dependency with -ffreestanding.
24023         ($(objpfx)bits/syscall%d): Likewise.
24025 2013-07-13  David S. Miller  <davem@davemloft.net>
24027         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24028         underflows from atanl/atan2l due to bug 15319.
24029         (casinh_test_data): Likewise.
24031 2013-07-07  David S. Miller  <davem@davemloft.net>
24033         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24035 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24037         * sysdeps/i386/fpu/libm-test-ulps: Update.
24038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24040 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24042         * configure.in (--enable-lock-elision): Fix message text.
24043         * INSTALL: Regenerate.
24044         * configure: Regenerate.
24046 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24048         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24050 2013-07-03  Andreas Jaeger  <aj@suse.de>
24052         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24053         define.
24054         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24055         (ptrace_peeksiginfo_args): Add.
24056         (__ptrace_peeksiginfo_flags): Add.
24057         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24058         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24059         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24061 2013-07-03  Allan McRae  <allan@archlinux.org>
24063         * sysdeps/i386/fpu/libm-test-ulps: Update.
24065 2013-07-02  David S. Miller  <davem@davemloft.net>
24067         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24069 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24071         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24073 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24075         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24078 2013-07-02  Andi Kleen <ak@linux.intel.com>
24080         * config.h.in (ENABLE_LOCK_ELISION): Add.
24081         * configure.in (--enable-lock-elision): Add option.
24082         * manual/install.texi: Document --enable lock elision.
24083         * configure: Regenerate
24084         * INSTALL: Regenerate.
24086 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24088         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24089         SSE4.2 strcasecmp for libc.a.
24090         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24092 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24094         [BZ #13304]
24095         * soft-fp/op-common.h (_FP_FMA): New macro.
24096         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24097         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24098         (_FP_MUL_MEAT_1_imm): ... here.
24099         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24100         (_FP_MUL_MEAT_1_wide): ... here.
24101         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24102         (_FP_MUL_MEAT_1_hard): ... here.
24103         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24104         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24105         (_FP_MUL_MEAT_2_wide): ... here.
24106         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24107         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24108         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24109         (_FP_MUL_MEAT_2_gmp): ... here.
24110         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24111         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24112         (_FP_MUL_MEAT_4_wide): ... here.
24113         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24114         (_FP_MUL_MEAT_4_gmp): ... here.
24115         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24116         (_FP_WFRACBITS_DW_S): Likewise.
24117         (_FP_WFRACXBITS_DW_S): Likewise.
24118         (_FP_HIGHBIT_DW_S): Likewise.
24119         (FP_FMA_S): Likewise.
24120         (_FP_FRAC_HIGH_DW_S): Likewise.
24121         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24122         (_FP_WFRACBITS_DW_D): Likewise.
24123         (_FP_WFRACXBITS_DW_D): Likewise.
24124         (_FP_HIGHBIT_DW_D): Likewise.
24125         (FP_FMA_D): Likewise.
24126         (_FP_FRAC_HIGH_DW_D): Likewise.
24127         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24128         (_FP_WFRACBITS_DW_E): Likewise.
24129         (_FP_WFRACXBITS_DW_E): Likewise.
24130         (_FP_HIGHBIT_DW_E): Likewise.
24131         (FP_FMA_E): Likewise.
24132         (_FP_FRAC_HIGH_DW_E): Likewise.
24133         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24134         (_FP_WFRACBITS_DW_Q): Likewise.
24135         (_FP_WFRACXBITS_DW_Q): Likewise.
24136         (_FP_HIGHBIT_DW_Q): Likewise.
24137         (FP_FMA_Q): Likewise.
24138         (_FP_FRAC_HIGH_DW_Q): Likewise.
24139         * soft-fp/fmasf4.c: New file.
24140         * soft-fp/fmadf4.c: Likewise.
24141         * soft-fp/fmatf4.c: Likewise.
24143 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24145         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24146         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24147         Silvermont.
24148         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24149         macro.
24150         (index_Slow_SSE4_2): Likewise.
24151         (index_Prefer_PMINUB_for_stringop): Likewise.
24152         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24153         bit_Slow_SSE4_2 is set.
24154         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24155         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24157 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24159         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24160         rtld_global._dl_hwcap2.
24161         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24162         POWER8.
24163         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24164         POWER8 feature descriptions defined in _dl_hwcap2.
24165         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24166         string handling for POWER8 feature bits.
24167         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24168         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24169         _dl_powerpc_cap_flags.
24170         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24171         * sysdeps/powerpc/rtld-global-offsets.sym
24172         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24173         _dl_hwcap2 in the rtld_global_ro structure.
24175 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24177         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24178         hardware capabilities in support of AT_HWCAP2.
24179         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24180         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24181         GLRO(dl_hwcap2).
24182         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24183         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24184         explicitly the unknown a_type display mechanism is used.
24185         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24186         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24187         struct member.
24188         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24189         to macro prototype for AT_HWCAP2 support.
24190         * sysdeps/i386/dl-procinfo.h: Likewise.
24191         * sysdeps/s390/dl-procinfo.h: Likewise.
24192         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24193         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24194         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24195         return -1 for unknown a_type display fallback.
24196         * sysdeps/sparc/dl-procinfo.h: Likewise.
24197         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24198         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24200 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24202         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24203         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24205 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24207         [BZ #12492]
24208         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24209         mprotect making __stack_prot writable.
24211 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24212             Joseph Myers  <joseph@codesourcery.com>
24214         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24215         as being properly aligned.
24217 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24219         * dlfcn/modstatic5.c: New file.
24220         * dlfcn/tststatic5.c: New file.
24221         * dlfcn/Makefile (tests): Add tststatic5.
24222         (tests-static): Likewise.
24223         (modules-names): Add modstatic5.
24224         (tststatic5-ENV): New variable.
24225         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24227         [BZ #15022]
24228         * elf/dl-support.c (_dl_main_map): New variable.
24229         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24230         (_dl_nns, _dl_load_adds): Set to 1.
24231         (_dl_initial_searchlist): Refer to _dl_main_map.
24232         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24233         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24234         call to _dl_get_origin.
24235         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24236         around call_map.
24237         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24238         * dlfcn/modstatic3.c: New file.
24239         * dlfcn/tststatic3.c: New file.
24240         * dlfcn/tststatic4.c: New file.
24241         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24242         (tests-static): Likewise.
24243         (modules-names): Add modstatic3.
24244         (tststatic3-ENV, tststatic4-ENV): New variables.
24245         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24246         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24248 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24250         * configure.in (CC): Require GCC version 4.4 or later.
24251         * configure: Regenerated.
24252         * manual/install.texi (Tools for Compilation): Update GCC version
24253         requirement.
24254         * INSTALL: Regenerated.
24256 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24258         [BZ #15674]
24259         * string/test-memcmp.c (check2): New.
24260         (main): Call check2.
24262         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24264 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24266         [BZ #15022]
24267         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24268         over to...
24269         (dl_open_worker) [!SHARED]: ... here.
24271 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24273         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24275 2013-06-25  Richard Henderson  <rth@redhat.com>
24277         * locale/programs/locarchive.c: Include <libc-internal.h>
24279 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24281         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24282         trailing whitespace removed.
24284 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24286         [BZ #10283]
24287         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24288         * locale/programs/locarchive.c: Include libc-mmap.h.
24289         (prepare_address_space): Take two new outputs (the mmap base and len).
24290         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24291         values.
24292         (create_archive): Declare new mmap base and len values for
24293         prepare_address_space, and store the result in ah.
24294         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24295         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24296         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24297         Declare new mmap base and len values for
24298         prepare_address_space, and store the result in new_ah.
24299         (open_archive): Declare new mmap base and len values for
24300         prepare_address_space, and store the result in ah.
24301         (close_archive): If ah->mmap_base is not NULL, use that and
24302         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24303         * sysdeps/generic/libc-mmap.h: New file.
24305 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24307         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24308         (ALIGN_UP): Likewise.
24309         (PTR_ALIGN_DOWN): Likewise.
24310         (PTR_ALIGN_UP): Likewise.
24312 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24314         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24315         entry mapped to PPC_PLATFORM_POWER8.
24316         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24317         POWER8.
24318         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24319         (_dl_string_platform): Add case for exporting platform position for
24320         POWER8.
24321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24322         search path to sysdeps/powerpc/powerpc32/power8 directory.
24323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24324         search path to sysdeps/powerpc/powerpc64/power8 directory.
24325         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24326         power7 directories.
24327         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24328         power7 directories.
24330 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24332         * INSTALL: Regenerate.
24334         * nscd/connections.c (nscd_init): Fix comment.
24336 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24338         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24340         [BZ #15667]
24341         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24342         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24344 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24346         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24347         DL_DST_REQ_STATIC.
24348         (DL_DST_REQ_STATIC): Remove macro.
24350 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24352         [BZ #7006]
24353         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24354         with a shift of 0 bits.
24356 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24358         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24359         $(tststatic-ENV).
24361 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24363         [BZ #15655]
24364         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24366 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24368         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24369         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24370         accepts -fno-tree-loop-distribute-patterns.
24371         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24372         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24373         recursive call.
24374         * string/memset.c (memset): Likewise.
24375         * string/test-memmove.c (simple_memmove): Disable loop transformation
24376         to library calls.
24377         * string/test-memset.c (simple_memset): Likewise.
24378         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24379         * benchtests/bench-memset.c (simple_memset): Likewise.
24380         * configure: Regenerated.
24382 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24384         * math/test-misc.c (main): Ignore fesetround failure when failures
24385         of subsequent rounding tests would be ignored.
24387         [BZ #15654]
24388         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24389         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24390         * math/fegetenv.c (__fegetenv): Return 0.
24391         * math/fegetexcept.c (fegetexcept): Return 0.
24392         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24393         FE_TONEAREST.
24394         * math/feholdexcpt.c (feholdexcept): Return 0.
24395         * math/fesetenv.c (__fesetenv): Return 0.
24396         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24397         argument FE_TONEAREST.
24398         * math/feupdateenv.c (__feupdateenv): Return 0.
24399         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24401 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24403         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24404         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24405         ($(objpfx)rtld-%.os rules): Use them.
24407 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24409         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24410         fields.
24412 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24414         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24415         length of target pattern, then descending length of dependency pattern.
24416         * configure.in (AWK): Require gawk 3.1.2 or newer.
24417         * manual/install.texi (Tools for Compilation): Say that we do.
24418         * configure: Regenerated.
24420         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24421         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24422         * scripts/sysd-rules.awk: ... this new script.
24423         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24424         than a glob-style pattern.
24426 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24428         * math/test-misc.c (main): Do not treat incorrectly rounded
24429         conversions as failure unless ROUNDING_TESTS passes.
24431 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24433         [BZ #15631]
24434         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24435         restore exception state around main square root computation, then
24436         check for inexactness explicitly.
24438         * math/libm-test.inc (fma_test_data): Add another test.
24440 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24442         * manual/threads.texi (Non-POSIX Extensions): New document
24443         node.  Document pthread_getattr_default_np and
24444         pthread_setattr_default_np.
24446         * Versions.def (libpthread): Add GLIBC_2.18.
24447         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24449         Likewise.
24450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24451         Likewise.
24452         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24453         Likewise.
24454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24455         Likewise.
24456         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24457         Likewise.
24458         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24459         Likewise.
24460         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24461         Likewise.
24462         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24463         Likewise.
24464         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24465         Likewise.
24467 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24469         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24470         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24472 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24473             H.J. Lu  <hjl.tools@gmail.com>
24475         [BZ #15627]
24476         * sysdeps/x86_64/rtld-memset.c: Remove file.
24477         * sysdeps/x86_64/rtld-memset.S: New file.
24479 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24481         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24482         (test_in_one_mode): Take arguments for whether the rounding mode
24483         is supported for each floating-point type.
24484         (do_test): Pass new arguments to test_in_one_mode using
24485         ROUNDING_TESTS.
24487 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24489         * posix/tst-waitid.c (do_test): Distinguish different instances of
24490         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24491         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24492         before entering the kernel for waitpid.
24494 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24496         * NEWS: Fix note on clock function precision.  Text by Roland
24497         McGrath.
24499 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24501         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24502         it into place only when and if the sanity check passes.
24504 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24506         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24507         output for whether conversion result is exact.  Take argument
24508         indicating whether type is IBM long double.
24509         (round_for_all): Change need_exact field to ibm_ld.
24510         * stdlib/tst-strtod-round.c (struct exactness): New type.
24511         (struct test): Change bool ld_ok field to struct exactness exact.
24512         (TEST): Update all definitions for change to field.
24513         (tests): Regenerate array contents.
24514         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24515         field value.  Check for IBM long double here.
24516         (do_test): Update calls to test_in_one_mode.
24518 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24520         [BZ #12515]
24521         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24522         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24524 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24526         [BZ #15605]
24527         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24528         generated by the compiler on loop optimizations.
24529         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24530         general definitions.
24532 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24534         * math/bug-nextafter.c: Include <math-tests.h>.
24535         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24536         the relevant type.
24537         * math/bug-nexttoward.c: Include <math-tests.h>.
24538         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24539         the relevant type.
24540         * math/test-misc.c: Include <math-tests.h>.
24541         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24542         the relevant type.
24544 2013-06-12  Andreas Jaeger  <aj@suse.de>
24546         * po/ia.po: Update Interlingua translation from translation
24547         project.
24549 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24551         * include/fenv.h: Include stdbool.h.
24552         (struct rm_ctx): New structure.
24553         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24554         Define macro.
24555         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24556         (SET_RESTORE_ROUNDF): Likewise.
24557         (SET_RESTORE_ROUNDL): Likewise.
24558         (SET_RESTORE_ROUND_NOEX): Likewise.
24559         (SET_RESTORE_ROUND_NOEXF): Likewise.
24560         (SET_RESTORE_ROUND_NOEXL): Likewise.
24561         (SET_RESTORE_ROUND_53BIT): Likewise.
24562         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24563         (libc_feresetround_noexf_ctx): Likewise.
24564         (libc_feresetround_noexl_ctx): Likewise.
24565         (libc_feholdsetround_53bit_ctx): Likewise.
24566         (libc_feresetround_53bit_ctx): Likewise.
24567         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24568         (libc_feholdexcept_setround_sse_ctx): New function.
24569         (libc_fesetenv_sse_ctx): Likewise.
24570         (libc_feupdateenv_sse_ctx): Likewise.
24571         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24572         (libc_feholdexcept_setround_387_ctx): Likewise.
24573         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24574         (libc_feholdsetround_387_prec_ctx): Likewise.
24575         (libc_feholdsetround_387_ctx): Likewise.
24576         (libc_feholdsetround_387_53bit_ctx): Likewise.
24577         (libc_feholdsetround_sse_ctx): Likewise.
24578         (libc_feresetround_sse_ctx): Likewise.
24579         (libc_feresetround_387_ctx): Likewise.
24580         (libc_feupdateenv_387_ctx): Likewise.
24581         (libc_feholdexcept_setroundf_ctx): Define macro.
24582         (libc_fesetenvf_ctx): Likewise.
24583         (libc_feupdateenvf_ctx): Likewise.
24584         (libc_feholdsetroundf_ctx): Likewise.
24585         (libc_feresetroundf_ctx): Likewise.
24586         (libc_feholdexcept_setround_ctx): Likewise.
24587         (libc_fesetenv_ctx): Likewise.
24588         (libc_feupdateenv_ctx): Likewise.
24589         (libc_feholdsetround_ctx): Likewise.
24590         (libc_feresetround_ctx): Likewise.
24591         (libc_feholdexcept_setroundl_ctx): Likewise.
24592         (libc_feupdateenvl_ctx): Likewise.
24593         (libc_feholdsetroundl_ctx): Likewise.
24594         (libc_feresetroundl_ctx): Likewise.
24595         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24596         (libc_feresetround_53bit_ctx): Likewise.
24598 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24600         * locale/iso-639.def: Convert to UTF-8.
24602 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
24604         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24605         (EXCEPTION_TESTS_double): Likewise.
24606         (EXCEPTION_TESTS_long_double): Likewise.
24607         (EXCEPTION_TESTS): Likewise.
24608         * math/libm-test.inc (test_exceptions): Only test exceptions if
24609         EXCEPTION_TESTS (FLOAT).
24611 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24613         * benchtests/Makefile (string-bench): Add strcpy_chk and
24614         stpcpy_chk.
24615         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
24616         * benchtests/bench-stpcpy_chk.c: New file.
24617         * benchtests/bench-strcpy_chk-ifunc.c: New file.
24618         * benchtests/bench-strcpy_chk.c: New file.
24619         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
24620         code.
24621         (do_test): Likewise.
24623 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24625         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
24626         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
24627         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
24628         with tabs where appropriate.
24629         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
24630         dl-procinfo.h.
24631         [PPC_PLATFORM_PPC440]: Likewise.
24632         [PPC_PLATFORM_PPC464]: Likewise.
24633         [PPC_PLATFORM_PPC476]: Likewise.
24634         (_dl_string_platform): Add support for detecting ppc405, ppc440,
24635         ppc464, and ppc476 platform strings merging from ports/
24636         dl-procinfo.h.
24638 2013-06-11  Andreas Schwab  <schwab@suse.de>
24640         [BZ #14991]
24641         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
24642         (from_ucs4_idx): Regenerate.
24643         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
24644         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
24645         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
24646         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
24647         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
24648         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
24649         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
24650         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
24651         from FROM_LOOP and TO_LOOP specific macros.
24652         (BODY): Handle combining characters.
24653         * iconvdata/BIG5HKSCS.irreversible: Update.
24654         * iconvdata/BIG5HKSCS.precomposed: New file.
24655         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
24656         characters.
24657         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
24659 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24661         * include/sys/time.h: Fix indentation and add copyright header.
24663         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
24664         (do_test): Likewise.
24665         * string/test-memchr.c (do_one_test): Likewise.
24666         (do_test): Likewise.
24667         * string/test-memcmp.c (do_one_test): Likewise.
24668         (do_test): Likewise.
24669         * string/test-memcpy.c (do_one_test): Likewise.
24670         (do_test): Likewise.
24671         * string/test-memmem.c (do_one_test): Likewise.
24672         (do_test): Likewise.
24673         (do_random_tests): Likewise.
24674         * string/test-memmove.c (do_one_test): Likewise.
24675         (do_test): Likewise.
24676         * string/test-memset.c (do_one_test): Likewise.
24677         (do_test): Likewise.
24678         * string/test-rawmemchr.c (do_one_test): Likewise.
24679         (do_test): Likewise.
24680         * string/test-strcasecmp.c (do_one_test): Likewise.
24681         (do_test): Likewise.
24682         * string/test-strcasestr.c (do_one_test): Likewise.
24683         (do_test): Likewise.
24684         * string/test-strcat.c (do_one_test): Likewise.
24685         (do_test): Likewise.
24686         * string/test-strchr.c (do_one_test): Likewise.
24687         (do_test): Likewise.
24688         * string/test-strcmp.c (do_one_test): Likewise.
24689         (do_test): Likewise.
24690         * string/test-strcpy.c (do_one_test): Likewise.
24691         (do_test): Likewise.
24692         * string/test-string.h: Likewise.
24693         (test_init): Likewise.
24694         * string/test-strlen.c (do_one_test): Likewise.
24695         (do_test): Likewise.
24696         * string/test-strncasecmp.c (do_one_test): Likewise.
24697         (do_test): Likewise.
24698         * string/test-strncat.c (do_one_test): Likewise.
24699         (do_test): Likewise.
24700         * string/test-strncmp.c (do_one_test): Likewise.
24701         (do_test_limit): Likewise.
24702         (do_test): Likewise.
24703         * string/test-strncpy.c (do_one_test): Likewise.
24704         (do_test): Likewise.
24705         * string/test-strnlen.c (do_one_test): Likewise.
24706         (do_test): Likewise.
24707         * string/test-strpbrk.c (do_one_test): Likewise.
24708         (do_test): Likewise.
24709         * string/test-strrchr.c (do_one_test): Likewise.
24710         (do_test): Likewise.
24711         * string/test-strspn.c (do_one_test): Likewise.
24712         (do_test): Likewise.
24713         * string/test-strstr.c (do_one_test): Likewise.
24714         (do_test): Likewise.
24716         * benchtests/Makefile (string-bench): Add string benchmarks.
24717         * benchtests/bench-bcopy-ifunc.c: New file.
24718         * benchtests/bench-bcopy.c: New file.
24719         * benchtests/bench-bzero-ifunc.c: New file.
24720         * benchtests/bench-bzero.c: New file.
24721         * benchtests/bench-memccpy-ifunc.c: New file.
24722         * benchtests/bench-memccpy.c: New file.
24723         * benchtests/bench-memchr-ifunc.c: New file.
24724         * benchtests/bench-memchr.c: New file.
24725         * benchtests/bench-memcmp-ifunc.c: New file.
24726         * benchtests/bench-memcmp.c: New file.
24727         * benchtests/bench-memmem-ifunc.c: New file.
24728         * benchtests/bench-memmem.c: New file.
24729         * benchtests/bench-memmove-ifunc.c: New file.
24730         * benchtests/bench-memmove.c: New file.
24731         * benchtests/bench-mempcpy-ifunc.c: New file.
24732         * benchtests/bench-mempcpy.c: New file.
24733         * benchtests/bench-memset-ifunc.c: New file.
24734         * benchtests/bench-memset.c: New file.
24735         * benchtests/bench-rawmemchr-ifunc.c: New file.
24736         * benchtests/bench-rawmemchr.c: New file.
24737         * benchtests/bench-stpcpy-ifunc.c: New file.
24738         * benchtests/bench-stpcpy.c: New file.
24739         * benchtests/bench-stpncpy-ifunc.c: New file.
24740         * benchtests/bench-stpncpy.c: New file.
24741         * benchtests/bench-strcasecmp-ifunc.c: New file.
24742         * benchtests/bench-strcasecmp.c: New file.
24743         * benchtests/bench-strcasestr-ifunc.c: New file.
24744         * benchtests/bench-strcasestr.c: New file.
24745         * benchtests/bench-strcat-ifunc.c: New file.
24746         * benchtests/bench-strcat.c: New file.
24747         * benchtests/bench-strchr-ifunc.c: New file.
24748         * benchtests/bench-strchr.c: New file.
24749         * benchtests/bench-strchrnul-ifunc.c: New file.
24750         * benchtests/bench-strchrnul.c: New file.
24751         * benchtests/bench-strcmp-ifunc.c: New file.
24752         * benchtests/bench-strcmp.c: New file.
24753         * benchtests/bench-strcpy-ifunc.c: New file.
24754         * benchtests/bench-strcpy.c: New file.
24755         * benchtests/bench-strcspn-ifunc.c: New file.
24756         * benchtests/bench-strcspn.c: New file.
24757         * benchtests/bench-strlen-ifunc.c: New file.
24758         * benchtests/bench-strlen.c: New file.
24759         * benchtests/bench-strncasecmp-ifunc.c: New file.
24760         * benchtests/bench-strncasecmp.c: New file.
24761         * benchtests/bench-strncat-ifunc.c: New file.
24762         * benchtests/bench-strncat.c: New file.
24763         * benchtests/bench-strncmp-ifunc.c: New file.
24764         * benchtests/bench-strncmp.c: New file.
24765         * benchtests/bench-strncpy-ifunc.c: New file.
24766         * benchtests/bench-strncpy.c: New file.
24767         * benchtests/bench-strnlen-ifunc.c: New file.
24768         * benchtests/bench-strnlen.c: New file.
24769         * benchtests/bench-strpbrk-ifunc.c: New file.
24770         * benchtests/bench-strpbrk.c: New file.
24771         * benchtests/bench-strrchr-ifunc.c: New file.
24772         * benchtests/bench-strrchr.c: New file.
24773         * benchtests/bench-strspn-ifunc.c: New file.
24774         * benchtests/bench-strspn.c: New file.
24775         * benchtests/bench-strstr-ifunc.c: New file.
24776         * benchtests/bench-strstr.c: New file.
24778         * benchtests/Makefile: Disable parallel execution of targets.
24779         (string-bench): Add memcpy.
24780         (benchset): New variable to store a list of benchmark sets.
24781         (bench-func): Renamed from bench.
24782         (bench-set): New target.
24783         (bench): Depend on bench-func and bench-set.
24784         * benchtests/README: Add section on benchmark sets.
24785         * benchtests/bench-memcpy-ifunc.c: New file.
24786         * benchtests/bench-memcpy.c: New file.
24787         * benchtests/bench-string.h: New file.
24789 2013-06-11  Andreas Schwab  <schwab@suse.de>
24791         [BZ #15577]
24792         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
24793         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
24794         values in the triple.
24795         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
24796         terminator in the group key.
24798 2013-06-11  Andreas Jaeger  <aj@suse.de>
24800         * po/zh_TW.po: Update Chinese (traditional) translation from
24801         translation project.
24803 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24805         * include/time.h (__clock_gettime): Add libc_hidden_proto.
24806         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
24807         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
24808         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
24809         (clock_getcpuclockid): Likewise.
24810         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
24811         Add weak_alias and libc_hidden_def.
24812         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
24813         * rt/clock_gettime.c (clock_gettime): Rename to
24814         __clock_gettime.  Add weak_alias and libc_hidden_def.
24815         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
24816         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
24817         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
24818         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
24819         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
24820         Likewise.
24821         * rt/clock_settime.c (clock_settime): Rename to
24822         __clock_settime.  Add weak_alias and libc_hidden_def.
24823         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
24825 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
24827         * mach/err_boot.sub: Remove trailing whitespace.
24828         * mach/err_ipc.sub: Likewise.
24829         * mach/err_mach.sub: Likewise.
24831         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
24832         (ROUNDING_TESTS_double): Likewise.
24833         (ROUNDING_TESTS_long_double): Likewise.
24834         (ROUNDING_TESTS): Likewise.
24835         * math/libm-test.inc: Include <math-tests.h>.
24836         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
24837         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24838         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24839         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24841 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24843         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
24844         of assigning.
24846 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
24848         * sysdeps/gnu/errlist.awk: Do not generate space at end of
24849         otherwise empty TRANS lines.
24850         * sysdeps/gnu/errlist.c: Regenerated.
24852         * catgets/gencat.c (error_print): Use (void) in function
24853         definition.
24854         * crypt/crypt_util.c (__init_des): Likewise.
24855         * crypt/speeds.c (Stop): Likewise.
24856         (main): Likewise.
24857         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
24858         * inet/ruserpass.c (token): Likewise.
24859         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
24860         * intl/localealias.c (extend_alias_table): Likewise.
24861         * intl/plural-exp.c (init_germanic_plural): Likewise.
24862         * libio/fcloseall.c (__fcloseall): Likewise.
24863         * libio/genops.c (_IO_flush_all): Likewise.
24864         (_IO_flush_all_linebuffered): Likewise.
24865         (_IO_cleanup): Likewise.
24866         (_IO_iter_begin): Likewise.
24867         (_IO_iter_end): Likewise.
24868         (_IO_list_lock): Likewise.
24869         (_IO_list_unlock): Likewise.
24870         (_IO_list_resetlock): Likewise.
24871         * libio/getchar.c (getchar): Likewise.
24872         * libio/getchar_u.c (getchar_unlocked): Likewise.
24873         * libio/getwchar.c (getwchar): Likewise.
24874         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
24875         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
24876         * login/getpt.c (__getpt): Likewise.
24877         * login/tst-utmp.c (main): Likewise.
24878         * malloc/hooks.c (__malloc_check_init): Likewise.
24879         * malloc/malloc.c (__malloc_stats): Likewise.
24880         * malloc/mtrace.c (tr_break): Likewise.
24881         (mtrace): Likewise.
24882         (muntrace): Likewise.
24883         * misc/fstab.c (endfsent): Likewise.
24884         * misc/getclktck.c (__getclktck): Likewise.
24885         * misc/getdtsz.c (__getdtablesize): Likewise.
24886         * misc/gethostid.c (gethostid): Likewise.
24887         * misc/getpagesize.c (__getpagesize): Likewise.
24888         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
24889         (__get_nprocs): Likewise.
24890         (__get_phys_pages): Likewise.
24891         (__get_avphys_pages): Likewise.
24892         * misc/getttyent.c (getttyent): Likewise.
24893         (setttyent): Likewise.
24894         (endttyent): Likewise.
24895         * misc/getusershell.c (getusershell): Likewise.
24896         (endusershell): Likewise.
24897         (setusershell): Likewise.
24898         (initshells): Likewise.
24899         * misc/hsearch.c (__hdestroy): Likewise.
24900         * misc/sync.c (sync): Likewise.
24901         * misc/syslog.c (closelog_internal): Likewise.
24902         (closelog): Likewise.
24903         * misc/ttyslot.c (ttyslot): Likewise.
24904         * misc/vhangup.c (vhangup): Likewise.
24905         * posix/fork.c (__fork): Likewise.
24906         * posix/getegid.c (__getegid): Likewise.
24907         * posix/geteuid.c (__geteuid): Likewise.
24908         * posix/getgid.c (__getgid): Likewise.
24909         * posix/getpid.c (__getpid): Likewise.
24910         * posix/getppid.c (__getppid): Likewise.
24911         * posix/getuid.c (__getuid): Likewise.
24912         * posix/pause.c (pause): Likewise.
24913         * posix/setpgrp.c (setpgrp): Likewise.
24914         * posix/setsid.c (__setsid): Likewise.
24915         * posix/test-vfork.c (noop): Likewise.
24916         * resolv/gethnamaddr.c (_endhtent): Likewise.
24917         (_gethtent): Likewise.
24918         (ht_endhostent): Likewise.
24919         (gethostent): Likewise.
24920         (dns_service): Likewise.
24921         * stdlib/drand48.c (drand48): Likewise.
24922         * stdlib/lrand48.c (lrand48): Likewise.
24923         * stdlib/mrand48.c (mrand48): Likewise.
24924         * stdlib/rand.c (rand): Likewise.
24925         * stdlib/random.c (__random): Likewise.
24926         * stdlib/setenv.c (clearenv): Likewise.
24927         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
24928         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
24929         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
24930         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
24931         (__get_nprocs): Likewise.
24932         (__get_phys_pages): Likewise.
24933         (__get_avphys_pages): Likewise.
24934         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
24935         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
24936         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
24937         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
24938         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
24939         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
24940         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
24941         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
24942         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
24943         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
24944         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
24945         * sysdeps/mach/hurd/sync.c (sync): Likewise.
24946         * sysdeps/posix/clock.c (clock): Likewise.
24947         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
24948         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
24949         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
24950         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
24951         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
24952         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
24953         (__get_nprocs_conf): Likewise.
24954         (__get_phys_pages): Likewise.
24955         (__get_avphys_pages): Likewise.
24956         * time/clock.c (clock): Likewise.
24957         * time/tzset.c (__tzname_max): Likewise.
24959 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
24961         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
24962         (__bswap_32): Do not use "register".
24963         * crypt/crypt.c (_ufc_doit_r): Likewise.
24964         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
24965         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
24966         * gmon/gmon.c (__monstartup): Likewise.
24967         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
24968         * hurd/hurdmalloc.c (more_memory): Likewise.
24969         (malloc): Likewise.
24970         (free): Likewise.
24971         (realloc): Likewise.
24972         (malloc_fork_prepare): Likewise.
24973         (malloc_fork_parent): Likewise.
24974         (malloc_fork_child): Likewise.
24975         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
24976         (_svcauth_des): Likewise.
24977         * inet/inet_lnaof.c (inet_lnaof): Likewise.
24978         * inet/inet_net.c (inet_network): Likewise.
24979         * inet/inet_netof.c (inet_netof): Likewise.
24980         * inet/rcmd.c (__validuser2_sa): Likewise.
24981         * io/fts.c (fts_open): Likewise.
24982         (fts_load): Likewise.
24983         (fts_close): Likewise.
24984         (fts_read): Likewise.
24985         (fts_children): Likewise.
24986         (fts_build): Likewise.
24987         (fts_stat): Likewise.
24988         (fts_sort): Likewise.
24989         (fts_alloc): Likewise.
24990         (fts_lfree): Likewise.
24991         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
24992         (_IO_file_xsgetn): Likewise.
24993         (_IO_file_xsgetn_mmap): Likewise.
24994         * libio/iofopncook.c (_IO_cookie_read): Likewise.
24995         (_IO_cookie_write): Likewise.
24996         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
24997         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
24998         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
24999         * malloc/obstack.c (_obstack_begin): Likewise.
25000         (_obstack_begin_1): Likewise.
25001         (_obstack_newchunk): Likewise.
25002         (_obstack_allocated_p): Likewise.
25003         (obstack_free): Likewise.
25004         (_obstack_memory_used): Likewise.
25005         * misc/getttyent.c (getttynam): Likewise.
25006         (getttyent): Likewise.
25007         (skip): Likewise.
25008         (value): Likewise.
25009         * misc/getusershell.c (initshells): Likewise.
25010         * misc/syslog.c (__vsyslog_chk): Likewise.
25011         * misc/ttyslot.c (ttyslot): Likewise.
25012         * nis/nis_hash.c (__nis_hash): Likewise.
25013         * posix/fnmatch_loop.c (FCT): Likewise.
25014         * posix/getconf.c (print_all): Likewise.
25015         (main): Likewise.
25016         * posix/getopt.c (exchange): Likewise.
25017         * posix/glob.c (globfree): Likewise.
25018         (prefix_array): Likewise.
25019         (__glob_pattern_type): Likewise.
25020         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25021         (NS_GET32): Likewise.
25022         (NS_PUT16): Likewise.
25023         (NS_PUT32): Likewise.
25024         * resolv/gethnamaddr.c (getanswer): Likewise.
25025         (gethostbyname2): Likewise.
25026         (gethostbyaddr): Likewise.
25027         (_gethtent): Likewise.
25028         (_gethtbyname2): Likewise.
25029         (_gethtbyaddr): Likewise.
25030         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25031         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25032         * resolv/res_init.c (__res_vinit): Likewise.
25033         (net_mask): Likewise.
25034         * resolv/res_mkquery.c (outchar): Likewise.
25035         (PRINT): Likewise.
25036         * stdio-common/printf_fp.c (outchar): Likewise.
25037         (PRINT): Likewise.
25038         * stdio-common/printf_fphex.c (outchar): Likewise.
25039         (PRINT): Likewise.
25040         * stdio-common/printf_size.c (outchar): Likewise.
25041         (PRINT): Likewise.
25042         * stdio-common/test_rdwr.c (main): Likewise.
25043         * stdio-common/tfformat.c (matches): Likewise.
25044         * stdio-common/vfprintf.c (outchar): Likewise.
25045         (printf_unknown): Likewise.
25046         (buffered_vfprintf): Likewise.
25047         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25048         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25049         (ReadFile): Likewise.
25050         * stdlib/qsort.c (SWAP): Likewise.
25051         (_quicksort): Likewise.
25052         * stdlib/setenv.c (__add_to_environ): Likewise.
25053         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25054         * stdlib/strtol_l.c (__strtol_l): Likewise.
25055         * stdlib/tst-strtod.c (main): Likewise.
25056         * stdlib/tst-strtol.c (main): Likewise.
25057         * stdlib/tst-strtoll.c (main): Likewise.
25058         * string/bits/string2.h (__strcmp_cc): Likewise.
25059         (__strcmp_cg): Likewise.
25060         (__strcspn_c1): Likewise.
25061         (__strcspn_c2): Likewise.
25062         (__strcspn_c3): Likewise.
25063         (__strspn_c1): Likewise.
25064         (__strspn_c2): Likewise.
25065         (__strspn_c3): Likewise.
25066         (__strsep_1c): Likewise.
25067         (__strsep_2c): Likewise.
25068         (__strsep_3c): Likewise.
25069         * string/memccpy.c (__memccpy): Likewise.
25070         * string/stpcpy.c (__stpcpy): Likewise.
25071         * string/strcmp.c (strcmp): Likewise.
25072         * string/strrchr.c (strrchr): Likewise.
25073         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25074         Likewise.
25075         * sysdeps/mach/hurd/getcwd.c
25076         (_hurd_canonicalize_directory_name_internal): Likewise.
25077         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25078         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25079         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25080         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25081         Likewise, in both definitions.
25082         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25083         definitions.
25084         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25085         64] (__bswap_64): Likewise.
25086         * time/test_time.c (main): Likewise.
25087         * time/tzfile.c (__tzfile_read): Likewise.
25088         (__tzfile_compute): Likewise.
25089         * time/tzset.c (__tzset_parse_tz): Likewise.
25090         (tzset_internal): Likewise.
25091         (compute_change): Likewise.
25092         * wcsmbs/wcscat.c (__wcscat): Likewise.
25093         * wcsmbs/wcschr.c (wcschr): Likewise.
25094         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25095         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25096         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25097         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25098         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25099         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25100         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25101         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25102         * wcsmbs/wmemset.c (wmemset): Likewise.
25104 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25106         * scripts/config.guess: Update to version 2013-05-16.
25107         * scripts/config.sub: Update to version 2013-04-24.
25108         * scripts/install-sh: Update to version 2011-11-20.07.
25109         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25110         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25112 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25114         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25115         * elf/sln.c: Likewise.
25116         * hurd/hurd/ioctl.h: Likewise.
25117         * hurd/hurdmalloc.c: Likewise.
25118         * hurd/xattr.c: Likewise.
25119         * include/shlib-compat.h: Likewise.
25120         * inet/ruserpass.c: Likewise.
25121         * libio/iofgets_u.c: Likewise.
25122         * libio/iofgetws_u.c: Likewise.
25123         * locale/programs/ld-identification.c: Likewise.
25124         * locale/programs/ld-time.c: Likewise.
25125         * mach/msg-destroy.c: Likewise.
25126         * nss/nss_files/files-netgrp.c: Likewise.
25127         * resolv/res_data.c: Likewise.
25128         * soft-fp/op-1.h: Likewise.
25129         * soft-fp/op-2.h: Likewise.
25130         * soft-fp/op-4.h: Likewise.
25131         * soft-fp/op-common.h: Likewise.
25132         * stdio-common/printf_fphex.c: Likewise.
25133         * stdlib/strtod_l.c: Likewise.
25134         * sunrpc/rpc/clnt.h: Likewise.
25135         * sysdeps/generic/framestate.c: Likewise.
25136         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25137         * sysdeps/i386/bsd-setjmp.S: Likewise.
25138         * sysdeps/i386/__longjmp.S: Likewise.
25139         * sysdeps/i386/setjmp.S: Likewise.
25140         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25141         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25142         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25143         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25144         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25145         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25146         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25147         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25148         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25149         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25150         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25151         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25152         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25153         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25154         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25155         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25156         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25157         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25158         * sysdeps/ieee754/support.c: Likewise.
25159         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25160         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25161         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25162         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25163         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25164         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25165         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25166         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25167         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25168         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25169         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25170         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25171         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25172         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25173         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25174         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25175         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25178 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25180         * posix/transbug.c: Remove executable mode.
25182 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25184         * crypt/speeds.c: Remove trailing whitespace.
25185         * dlfcn/default.c: Likewise.
25186         * elf/ifuncdep2.c: Likewise.
25187         * elf/ifuncmain1.c: Likewise.
25188         * elf/ifuncmain1vis.c: Likewise.
25189         * elf/testobj.h: Likewise.
25190         * elf/tst-stackguard1.c: Likewise.
25191         * gmon/sys/gmon.h: Likewise.
25192         * hurd/hurdmsg.c: Likewise.
25193         * hurd/new-fd.c: Likewise.
25194         * hurd/ports-get.c: Likewise.
25195         * iconvdata/ibm1008_420.c: Likewise.
25196         * inet/tst-getni1.c: Likewise.
25197         * inet/tst-getni2.c: Likewise.
25198         * libio/ioungetc.c: Likewise.
25199         * libio/wfiledoalloc.c: Likewise.
25200         * manual/libm-err-tab.pl: Likewise.
25201         * math/w_dremf.c: Likewise.
25202         * misc/ftruncate.c: Likewise.
25203         * posix/bug-glob2.c: Likewise.
25204         * posix/tst-pcre.c: Likewise.
25205         * posix/wait4.c: Likewise.
25206         * resolv/README: Likewise.
25207         * resolv/res_debug.h: Likewise.
25208         * resolv/tst-inet_ntop.c: Likewise.
25209         * setjmp/bug269-setjmp.c: Likewise.
25210         * soft-fp/extended.h: Likewise.
25211         * soft-fp/op-1.h: Likewise.
25212         * soft-fp/op-2.h: Likewise.
25213         * soft-fp/op-4.h: Likewise.
25214         * soft-fp/op-8.h: Likewise.
25215         * soft-fp/testit.c: Likewise.
25216         * stdio-common/bug16.c: Likewise.
25217         * stdlib/random.c: Likewise.
25218         * sunrpc/rpcsvc/rquota.x: Likewise.
25219         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25220         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25221         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25222         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25223         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25224         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25225         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25226         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25227         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25228         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25229         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25230         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25231         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25232         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25233         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25234         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25235         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25236         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25237         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25238         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25239         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25240         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25241         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25242         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25243         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25244         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25245         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25246         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25247         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25248         * sysdeps/ieee754/s_lib_version.c: Likewise.
25249         * sysdeps/mach/hurd/check_fds.c: Likewise.
25250         * sysdeps/mach/hurd/getsockname.c: Likewise.
25251         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25252         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25253         * sysdeps/powerpc/bits/link.h: Likewise.
25254         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25255         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25256         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25257         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25258         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25259         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25260         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25261         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25262         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25263         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25264         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25265         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25266         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25267         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25268         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25269         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25270         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25271         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25272         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25273         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25274         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25275         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25276         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25277         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25278         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25279         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25280         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25281         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25282         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25283         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25284         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25285         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25286         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25287         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25288         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25289         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25290         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25291         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25292         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25293         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25294         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25295         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25296         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25297         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25298         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25299         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25300         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25301         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25302         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25303         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25304         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25305         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25306         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25307         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25308         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25309         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25310         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25311         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25312         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25313         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25314         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25315         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25316         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25317         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25318         * sysdeps/powerpc/sysdep.h: Likewise.
25319         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25320         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25321         * sysdeps/sh/dl-trampoline.S: Likewise.
25322         * sysdeps/sh/memset.S: Likewise.
25323         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25324         * sysdeps/sh/strlen.S: Likewise.
25325         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25326         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25327         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25328         * sysdeps/sparc/sparc32/rem.S: Likewise.
25329         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25330         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25331         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25332         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25333         * sysdeps/sparc/sparc32/urem.S: Likewise.
25334         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25335         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25336         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25337         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25338         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25339         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25340         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25341         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25342         * sysdeps/unix/bsd/times.c: Likewise.
25343         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25344         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25348         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25349         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25350         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25351         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25352         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25353         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25354         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25355         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25356         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25357         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25358         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25359         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25360         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25361         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25362         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25363         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25364         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25365         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25366         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25367         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25368         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25369         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25370         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25371         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25372         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25373         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25374         * sysdeps/x86_64/strcspn.S: Likewise.
25376 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25378         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25379         generated file.  Regenerate properly from gen-translit.pl.
25380         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25381         locale/C-translit.h.
25383 2013-06-05  Andreas Schwab  <schwab@suse.de>
25385         [BZ #15100]
25386         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25387         week as 6 instead of -1.
25388         * time/tst-strptime.c (day_tests): Add test case.
25390 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25392         * sysdeps/generic/math_private.h
25393         (libc_feholdexcept_setround_53bit): Replace with
25394         libc_feholdsetround_53bit.
25395         (libc_feupdateenv_53bit): Replace with
25396         libc_feresetround_53bit.
25397         (SET_RESTORE_ROUND_53BIT): Adjust.
25399 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25401         * string/test-strchrnul.c: Add copyright header.
25403         * posix/tst-getaddrinfo4.c: Increase test timeout.
25405 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25407         [BZ #15536]
25408         * math/libm-test.inc (MAX_EXP): Remove
25409         (MIN_EXP): Define.
25410         (ulp): Use MIN_EXP - MANT_DIG.
25411         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25413 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25415         * po/be.po: Revert last change.
25416         * po/zh_CN.po: Likewise.
25417         * po/header.pot: Likewise.
25419 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25421         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25422         link-libc-deps to empty as target-specific variable.
25423         * Makerules (link-libc-args): New variable.
25424         (libc-for-link): Likewise.
25425         (link-libc-deps): Likewise.
25426         (lib%.so): Depend on $(link-libc-deps).  Link with
25427         $(link-libc-args).
25428         (build-module): Link with $(link-libc-args).
25429         (build-module-asneeded): Likewise.
25430         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25431         list of objects.
25432         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25433         target-specific variable.
25434         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25435         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25436         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25437         libc.
25438         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25439         libc and ld.so.
25440         ($(objpfx)libpcprofile.so): Likewise.
25441         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25442         libc_nonshared.a.
25443         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25444         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25445         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25446         $(link-libc-deps).
25447         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25448         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25449         * login/Makefile ($(objpfx)libutil.so): Likewise.
25450         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25451         * math/Makefile ($(objpfx)libm.so): Likewise.
25452         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25453         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25454         variable instead of depending directly on libc.
25455         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25456         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25457         $(link-libc-deps).
25458         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25459         libc.
25460         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25461         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25462         ($(objpfx)libanl.so): Likewise.
25463         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25464         ld.so.
25465         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25466         $(link-libc-deps).
25467         * sysdeps/i386/fpu/Makefile: Remove file.
25468         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25469         ($(objpfx)libm.so): Remove dependency on ld.so.
25471 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25473         [BZ # 15553]
25474         * nis/yp_xdr.c (XDRMAXNAME): Define.
25475         (XDRMAXRECORD): Define.
25476         (xdr_domainname): Use XDRMAXNAME.
25477         (xdr_mapname): Likewise.
25478         (xdr_peername): Likewise.
25479         (xdr_keydat): Use XDRMAXRECORD.
25480         (xdr_valdat): Likewise.
25482 2013-05-30  Jeff Law  <law@redhat.com>
25484         [BZ #14256]
25485         * manual/errno.texi (ESTALE): Update to account for more than
25486         just NFS file systems.
25487         * sysdeps/gnu/errlist.c: Regenerated.
25489 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25491         [BZ #15465]
25492         * elf/Makefile (tests): Add tst-null-argv.
25493         (modules-names):  Add tst-null-argv-lib.
25494         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25495         (tst-null-argv-ENV): Set environment for tst-null-argv.
25496         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25497         (RTLD_PROGNAME): New macro.
25498         * elf/tst-null-argv.c: New test case.
25499         * elf/tst-null-argv-lib.c: Library for test case.
25500         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25501         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25502         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25503         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25504         * elf/dl-init.c (call_init): Likewise.
25505         (_dl_init): Likewise.
25506         * elf/dl-load.c (print_search_path): Likewise.
25507         (_dl_map_object): Likewise.
25508         * elf/dl-lookup.c (do_lookup_x): Likewise.
25509         (add_dependency): Likewise.
25510         (_dl_lookup_symbol_x): Likewise.
25511         (_dl_debug_bindings): Likewise.
25512         * elf/dl-open.c (_dl_show_scope): Likewise.
25513         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25514         * elf/dl-version.c (match_symbol): Likewise.
25515         (_dl_check_map_versions): Likewise.
25516         * elf/rtld.c (dl_main): Likewise.
25517         (print_unresolved): Use RTLD_PROGNAME.
25518         (print_missing_version): Likewise.
25519         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25520         (elf_machine_rela): Likewise.
25521         * sysdeps/powerpc/powerpc32/dl-machine.c
25522         (__process_machine_rela): Likewise.
25523         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25524         Likewise.
25525         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25526         Likewise.
25527         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25528         Likewise.
25529         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25530         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25531         Likewise.
25532         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25533         Likewise.
25534         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25536 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25538         * po/be.po: Add descriptive title.
25539         * po/zh_CN.po: Likewise.
25540         * po/header.pot: Likewise.
25542 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25544         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25545         error message.
25546         (enlarge_archive): Likewise.
25548 2013-05-28  Ben North  <ben@redfrontdoor.org>
25550         * manual/arith.texi (frexp): It is the magnitude of the return
25551         value which lies in [0.5, 1), not the return value itself.
25553 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25555         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25557 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25559         * stdio-common/bug26.c (main): Correct fscanf template.
25561         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25562         declare _dl_skip_args.
25564         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25565         Don't declare.
25567         * manual/platform.texi: Add missing @end deftypefun.
25569 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25571         [BZ #15529]
25572         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25573         bit of mantissa of 2^16382.
25574         * math/libm-test.inc (hypot_test_data): Add more tests.
25576         * math/libm-test.inc: Add drem and pow10 to list of tested
25577         functions.
25578         (pow10_test): New function.
25579         (drem_test): Likewise.
25580         (drem_test_tonearest): Likewise.
25581         (drem_test_towardzero): Likewise.
25582         (drem_test_downward): Likewise.
25583         (drem_test_upward): Likewise.
25584         (main): Call the new functions.
25586         * math/libm-test.inc (finite_test_data): Remove.
25587         (finite_test): Run tests from isfinite_test_data.
25588         (gamma_test_data): Remove.
25589         (gamma_test): Run tests from lgamma_test_data.
25590         * sysdeps/i386/fpu/libm-test-ulps: Update.
25591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25593 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25595         * manual/platform.texi: Add PowerPC PPR function set documentation.
25596         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25597         implementation.
25599 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
25601         * math/libm-test.inc (MAX_EXP): Define.
25602         (ULPDIFF): Define.
25603         (ulp): New function.
25604         (check_float_internal): Use ULPDIFF.
25605         (cpow_test): Disable failing test.
25606         (check_ulp): Test ulp() implemetnation.
25607         (main): Call check_ulp before starting tests.
25609 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25611         * math/gen-libm-test.pl (generate_testfile): Do not handle
25612         START_DATA and END_DATA.
25613         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
25614         END_DATA.
25615         (acos_tonearest_test_data): Likewise.
25616         (acos_towardzero_test_data): Likewise.
25617         (acos_downward_test_data): Likewise.
25618         (acos_upward_test_data): Likewise.
25619         (acosh_test_data): Likewise.
25620         (asin_test_data): Likewise.
25621         (asin_tonearest_test_data): Likewise.
25622         (asin_towardzero_test_data): Likewise.
25623         (asin_downward_test_data): Likewise.
25624         (asin_upward_test_data): Likewise.
25625         (asinh_test_data): Likewise.
25626         (atan_test_data): Likewise.
25627         (atanh_test_data): Likewise.
25628         (atan2_test_data): Likewise.
25629         (cabs_test_data): Likewise.
25630         (cacos_test_data): Likewise.
25631         (cacosh_test_data): Likewise.
25632         (carg_test_data): Likewise.
25633         (casin_test_data): Likewise.
25634         (casinh_test_data): Likewise.
25635         (catan_test_data): Likewise.
25636         (catanh_test_data): Likewise.
25637         (cbrt_test_data): Likewise.
25638         (ccos_test_data): Likewise.
25639         (ccosh_test_data): Likewise.
25640         (ceil_test_data): Likewise.
25641         (cexp_test_data): Likewise.
25642         (cimag_test_data): Likewise.
25643         (clog_test_data): Likewise.
25644         (clog10_test_data): Likewise.
25645         (conj_test_data): Likewise.
25646         (copysign_test_data): Likewise.
25647         (cos_test_data): Likewise.
25648         (cos_tonearest_test_data): Likewise.
25649         (cos_towardzero_test_data): Likewise.
25650         (cos_downward_test_data): Likewise.
25651         (cos_upward_test_data): Likewise.
25652         (cosh_test_data): Likewise.
25653         (cosh_tonearest_test_data): Likewise.
25654         (cosh_towardzero_test_data): Likewise.
25655         (cosh_downward_test_data): Likewise.
25656         (cosh_upward_test_data): Likewise.
25657         (cpow_test_data): Likewise.
25658         (cproj_test_data): Likewise.
25659         (creal_test_data): Likewise.
25660         (csin_test_data): Likewise.
25661         (csinh_test_data): Likewise.
25662         (csqrt_test_data): Likewise.
25663         (ctan_test_data): Likewise.
25664         (ctan_tonearest_test_data): Likewise.
25665         (ctan_towardzero_test_data): Likewise.
25666         (ctan_downward_test_data): Likewise.
25667         (ctan_upward_test_data): Likewise.
25668         (ctanh_test_data): Likewise.
25669         (ctanh_tonearest_test_data): Likewise.
25670         (ctanh_towardzero_test_data): Likewise.
25671         (ctanh_downward_test_data): Likewise.
25672         (ctanh_upward_test_data): Likewise.
25673         (erf_test_data): Likewise.
25674         (erfc_test_data): Likewise.
25675         (exp_test_data): Likewise.
25676         (exp_tonearest_test_data): Likewise.
25677         (exp_towardzero_test_data): Likewise.
25678         (exp_downward_test_data): Likewise.
25679         (exp_upward_test_data): Likewise.
25680         (exp10_test_data): Likewise.
25681         (exp2_test_data): Likewise.
25682         (expm1_test_data): Likewise.
25683         (fabs_test_data): Likewise.
25684         (fdim_test_data): Likewise.
25685         (finite_test_data): Likewise.
25686         (floor_test_data): Likewise.
25687         (fma_test_data): Likewise.
25688         (fma_towardzero_test_data): Likewise.
25689         (fma_downward_test_data): Likewise.
25690         (fma_upward_test_data): Likewise.
25691         (fmax_test_data): Likewise.
25692         (fmin_test_data): Likewise.
25693         (fmod_test_data): Likewise.
25694         (fpclassify_test_data): Likewise.
25695         (frexp_test_data): Likewise.
25696         (gamma_test_data): Likewise.
25697         (hypot_test_data): Likewise.
25698         (ilogb_test_data): Likewise.
25699         (isfinite_test_data): Likewise.
25700         (isgreater_test_data): Likewise.
25701         (isgreaterequal_test_data): Likewise.
25702         (isinf_test_data): Likewise.
25703         (isless_test_data): Likewise.
25704         (islessequal_test_data): Likewise.
25705         (islessgreater_test_data): Likewise.
25706         (isnan_test_data): Likewise.
25707         (isnormal_test_data): Likewise.
25708         (issignaling_test_data): Likewise.
25709         (isunordered_test_data): Likewise.
25710         (j0_test_data): Likewise.
25711         (j1_test_data): Likewise.
25712         (jn_test_data): Likewise.
25713         (ldexp_test_data): Likewise.
25714         (lgamma_test_data): Likewise.
25715         (lrint_test_data): Likewise.
25716         (lrint_tonearest_test_data): Likewise.
25717         (lrint_towardzero_test_data): Likewise.
25718         (lrint_downward_test_data): Likewise.
25719         (lrint_upward_test_data): Likewise.
25720         (llrint_test_data): Likewise.
25721         (llrint_tonearest_test_data): Likewise.
25722         (llrint_towardzero_test_data): Likewise.
25723         (llrint_downward_test_data): Likewise.
25724         (llrint_upward_test_data): Likewise.
25725         (log_test_data): Likewise.
25726         (log10_test_data): Likewise.
25727         (log1p_test_data): Likewise.
25728         (log2_test_data): Likewise.
25729         (logb_test_data): Likewise.
25730         (logb_downward_test_data): Likewise.
25731         (lround_test_data): Likewise.
25732         (llround_test_data): Likewise.
25733         (modf_test_data): Likewise.
25734         (nearbyint_test_data): Likewise.
25735         (nextafter_test_data): Likewise.
25736         (nexttoward_test_data): Likewise.
25737         (pow_test_data): Likewise.
25738         (pow_tonearest_test_data): Likewise.
25739         (pow_towardzero_test_data): Likewise.
25740         (pow_downward_test_data): Likewise.
25741         (pow_upward_test_data): Likewise.
25742         (remainder_test_data): Likewise.
25743         (remainder_tonearest_test_data): Likewise.
25744         (remainder_towardzero_test_data): Likewise.
25745         (remainder_downward_test_data): Likewise.
25746         (remainder_upward_test_data): Likewise.
25747         (remquo_test_data): Likewise.
25748         (rint_test_data): Likewise.
25749         (rint_tonearest_test_data): Likewise.
25750         (rint_towardzero_test_data): Likewise.
25751         (rint_downward_test_data): Likewise.
25752         (rint_upward_test_data): Likewise.
25753         (round_test_data): Likewise.
25754         (scalb_test_data): Likewise.
25755         (scalbn_test_data): Likewise.
25756         (scalbln_test_data): Likewise.
25757         (signbit_test_data): Likewise.
25758         (sin_test_data): Likewise.
25759         (sin_tonearest_test_data): Likewise.
25760         (sin_towardzero_test_data): Likewise.
25761         (sin_downward_test_data): Likewise.
25762         (sin_upward_test_data): Likewise.
25763         (sincos_test_data): Likewise.
25764         (sinh_test_data): Likewise.
25765         (sinh_tonearest_test_data): Likewise.
25766         (sinh_towardzero_test_data): Likewise.
25767         (sinh_downward_test_data): Likewise.
25768         (sinh_upward_test_data): Likewise.
25769         (sqrt_test_data): Likewise.
25770         (tan_test_data): Likewise.
25771         (tan_tonearest_test_data): Likewise.
25772         (tan_towardzero_test_data): Likewise.
25773         (tan_downward_test_data): Likewise.
25774         (tan_upward_test_data): Likewise.
25775         (tanh_test_data): Likewise.
25776         (tgamma_test_data): Likewise.
25777         (trunc_test_data): Likewise.
25778         (y0_test_data): Likewise.
25779         (y1_test_data): Likewise.
25780         (yn_test_data): Likewise.
25781         (significand_test_data): Likewise.
25783         * math/gen-libm-test.pl (@functions): Remove variable.
25784         (generate_testfile): Don't handle START and END lines.
25785         * math/libm-test.inc (START): New macro.
25786         (END): Likewise.
25787         (END_COMPLEX): Likewise.
25788         (acos_test): Use END macro without arguments.
25789         (acos_test_tonearest): Likewise.
25790         (acos_test_towardzero): Likewise.
25791         (acos_test_downward): Likewise.
25792         (acos_test_upward): Likewise.
25793         (acosh_test): Likewise.
25794         (asin_test): Likewise.
25795         (asin_test_tonearest): Likewise.
25796         (asin_test_towardzero): Likewise.
25797         (asin_test_downward): Likewise.
25798         (asin_test_upward): Likewise.
25799         (asinh_test): Likewise.
25800         (atan_test): Likewise.
25801         (atanh_test): Likewise.
25802         (atan2_test): Likewise.
25803         (cabs_test): Likewise.
25804         (cacos_test): Use END_COMPLEX macro without arguments.
25805         (cacosh_test): Likewise.
25806         (carg_test): Use END macro without arguments.
25807         (casin_test): Use END_COMPLEX macro without arguments.
25808         (casinh_test): Likewise.
25809         (catan_test): Likewise.
25810         (catanh_test): Likewise.
25811         (cbrt_test): Use END macro without arguments.
25812         (ccos_test): Use END_COMPLEX macro without arguments.
25813         (ccosh_test): Likewise.
25814         (ceil_test): Use END macro without arguments.
25815         (cexp_test): Use END_COMPLEX macro without arguments.
25816         (cimag_test): Use END macro without arguments.
25817         (clog_test): Use END_COMPLEX macro without arguments.
25818         (clog10_test): Likewise.
25819         (conj_test): Likewise.
25820         (copysign_test): Use END macro without arguments.
25821         (cos_test): Likewise.
25822         (cos_test_tonearest): Likewise.
25823         (cos_test_towardzero): Likewise.
25824         (cos_test_downward): Likewise.
25825         (cos_test_upward): Likewise.
25826         (cosh_test): Likewise.
25827         (cosh_test_tonearest): Likewise.
25828         (cosh_test_towardzero): Likewise.
25829         (cosh_test_downward): Likewise.
25830         (cosh_test_upward): Likewise.
25831         (cpow_test): Use END_COMPLEX macro without arguments.
25832         (cproj_test): Likewise.
25833         (creal_test): Use END macro without arguments.
25834         (csin_test): Use END_COMPLEX macro without arguments.
25835         (csinh_test): Likewise.
25836         (csqrt_test): Likewise.
25837         (ctan_test): Likewise.
25838         (ctan_test_tonearest): Likewise.
25839         (ctan_test_towardzero): Likewise.
25840         (ctan_test_downward): Likewise.
25841         (ctan_test_upward): Likewise.
25842         (ctanh_test): Likewise.
25843         (ctanh_test_tonearest): Likewise.
25844         (ctanh_test_towardzero): Likewise.
25845         (ctanh_test_downward): Likewise.
25846         (ctanh_test_upward): Likewise.
25847         (erf_test): Use END macro without arguments.
25848         (erfc_test): Likewise.
25849         (exp_test): Likewise.
25850         (exp_test_tonearest): Likewise.
25851         (exp_test_towardzero): Likewise.
25852         (exp_test_downward): Likewise.
25853         (exp_test_upward): Likewise.
25854         (exp10_test): Likewise.
25855         (exp2_test): Likewise.
25856         (expm1_test): Likewise.
25857         (fabs_test): Likewise.
25858         (fdim_test): Likewise.
25859         (finite_test): Likewise.
25860         (floor_test): Likewise.
25861         (fma_test): Likewise.
25862         (fma_test_towardzero): Likewise.
25863         (fma_test_downward): Likewise.
25864         (fma_test_upward): Likewise.
25865         (fmax_test): Likewise.
25866         (fmin_test): Likewise.
25867         (fmod_test): Likewise.
25868         (fpclassify_test): Likewise.
25869         (frexp_test): Likewise.
25870         (gamma_test): Likewise.
25871         (hypot_test): Likewise.
25872         (ilogb_test): Likewise.
25873         (isfinite_test): Likewise.
25874         (isgreater_test): Likewise.
25875         (isgreaterequal_test): Likewise.
25876         (isinf_test): Likewise.
25877         (isless_test): Likewise.
25878         (islessequal_test): Likewise.
25879         (islessgreater_test): Likewise.
25880         (isnan_test): Likewise.
25881         (isnormal_test): Likewise.
25882         (issignaling_test): Likewise.
25883         (isunordered_test): Likewise.
25884         (j0_test): Likewise.
25885         (j1_test): Likewise.
25886         (jn_test): Likewise.
25887         (ldexp_test): Likewise.
25888         (lgamma_test): Likewise.
25889         (lrint_test): Likewise.
25890         (lrint_test_tonearest): Likewise.
25891         (lrint_test_towardzero): Likewise.
25892         (lrint_test_downward): Likewise.
25893         (lrint_test_upward): Likewise.
25894         (llrint_test): Likewise.
25895         (llrint_test_tonearest): Likewise.
25896         (llrint_test_towardzero): Likewise.
25897         (llrint_test_downward): Likewise.
25898         (llrint_test_upward): Likewise.
25899         (log_test): Likewise.
25900         (log10_test): Likewise.
25901         (log1p_test): Likewise.
25902         (log2_test): Likewise.
25903         (logb_test): Likewise.
25904         (logb_test_downward): Likewise.
25905         (lround_test): Likewise.
25906         (llround_test): Likewise.
25907         (modf_test): Likewise.
25908         (nearbyint_test): Likewise.
25909         (nextafter_test): Likewise.
25910         (nexttoward_test): Likewise.
25911         (pow_test): Likewise.
25912         (pow_test_tonearest): Likewise.
25913         (pow_test_towardzero): Likewise.
25914         (pow_test_downward): Likewise.
25915         (pow_test_upward): Likewise.
25916         (remainder_test): Likewise.
25917         (remainder_test_tonearest): Likewise.
25918         (remainder_test_towardzero): Likewise.
25919         (remainder_test_downward): Likewise.
25920         (remainder_test_upward): Likewise.
25921         (remquo_test): Likewise.
25922         (rint_test): Likewise.
25923         (rint_test_tonearest): Likewise.
25924         (rint_test_towardzero): Likewise.
25925         (rint_test_downward): Likewise.
25926         (rint_test_upward): Likewise.
25927         (round_test): Likewise.
25928         (scalb_test): Likewise.
25929         (scalbn_test): Likewise.
25930         (scalbln_test): Likewise.
25931         (signbit_test): Likewise.
25932         (sin_test): Likewise.
25933         (sin_test_tonearest): Likewise.
25934         (sin_test_towardzero): Likewise.
25935         (sin_test_downward): Likewise.
25936         (sin_test_upward): Likewise.
25937         (sincos_test): Likewise.
25938         (sinh_test): Likewise.
25939         (sinh_test_tonearest): Likewise.
25940         (sinh_test_towardzero): Likewise.
25941         (sinh_test_downward): Likewise.
25942         (sinh_test_upward): Likewise.
25943         (sqrt_test): Likewise.
25944         (tan_test): Likewise.
25945         (tan_test_tonearest): Likewise.
25946         (tan_test_towardzero): Likewise.
25947         (tan_test_downward): Likewise.
25948         (tan_test_upward): Likewise.
25949         (tanh_test): Likewise.
25950         (tgamma_test): Likewise.
25951         (trunc_test): Likewise.
25952         (y0_test): Likewise.
25953         (y1_test): Likewise.
25954         (yn_test): Likewise.
25955         (significand_test): Likewise.
25957 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
25959         [BZ #15381]
25960         * libio/genops.c (_IO_no_init): Initialize wide struct info.
25962 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25964         [BZ #14894]
25965         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
25966         __ppc_mdoio and __ppc_mdoom.
25967         * manual/platform.texi: Document new functions __ppc_yield,
25968         __ppc_mdoio and __ppc_mdoom.
25970 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
25972         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
25973         (main): Mention "tls" pseudo-hwcap is legacy.
25974         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
25976 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
25978         * math/gen-libm-test.pl (parse_args): Output only string of
25979         arguments as text for test name, not full call or descriptions of
25980         tests for extra outputs.
25981         (generate_testfile): Do not pass function name to parse_args.
25982         Generate this_func variable from START.
25983         * math/libm-test.inc (struct test_f_f_data): Rename test_name
25984         field to arg_str.
25985         (struct test_ff_f_data): Likewise.
25986         (test_ff_f_data_nexttoward): Likewise.
25987         (struct test_fi_f_data): Likewise.
25988         (struct test_fl_f_data): Likewise.
25989         (struct test_if_f_data): Likewise.
25990         (struct test_fff_f_data): Likewise.
25991         (struct test_c_f_data): Likewise.
25992         (struct test_f_f1_data): Likewise.  Remove field extra_name.
25993         (struct test_fF_f1_data): Likewise.
25994         (struct test_ffI_f1_data): Likewise.
25995         (struct test_c_c_data): Rename test_name field to arg_str.
25996         (struct test_cc_c_data): Likewise.
25997         (struct test_f_i_data): Likewise.
25998         (struct test_ff_i_data): Likewise.
25999         (struct test_f_l_data): Likewise.
26000         (struct test_f_L_data): Likewise.
26001         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26002         and extra2_name.
26003         (COMMON_TEST_SETUP): New macro.
26004         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26005         (COMMON_TEST_CLEANUP): Likewise.
26006         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26007         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26008         macros.
26009         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26010         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26011         macros.
26012         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26013         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26014         cleanup macros.
26015         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26016         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26017         macros.
26018         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26019         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26020         macros.
26021         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26022         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26023         cleanup macros.
26024         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26025         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26026         cleanup macros.
26027         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26028         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26029         cleanup macros.
26030         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26031         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26032         macros.
26033         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26034         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26035         macros.
26036         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26037         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26038         macros.
26039         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26040         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26041         cleanup macros.
26042         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26043         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26044         cleanup macros.
26045         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26046         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26047         macros.
26048         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26049         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26050         cleanup macros.
26051         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26052         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26053         macros.
26054         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26055         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26056         macros.
26057         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26058         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26059         cleanup macros.
26060         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26062 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26064         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26065         to _sifields.sigfault.
26066         (si_addr_lsb): Define new macro.
26067         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26068         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26069         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26071 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26073         [BZ #15441]
26074         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26075         returns -1.
26076         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26077         null return -1.
26078         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26079         loading the domain.
26081 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26083         * math/gen-libm-test.pl (parse_args): Do not include expected
26084         result in test name.
26085         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26086         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26087         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26088         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26089         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26092 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26094         * benchtests/Makefile: Sort function entries.
26096         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26097         tanh, asinh, acosh, atanh.
26098         * benchtests/acos-inputs: New file.
26099         * benchtests/acosh-inputs: New file.
26100         * benchtests/asin-inputs: New file.
26101         * benchtests/asinh-inputs: New file.
26102         * benchtests/atanh-inputs: New file.
26103         * benchtests/cosh-inputs: New file.
26104         * benchtests/log-inputs: New file.
26105         * benchtests/sinh-inputs: New file.
26106         * benchtests/tanh-inputs: New file.
26108 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26110         [BZ #15339]
26111         * posix/tst-getaddrinfo4.c: New test.
26112         * posix/Makefile (tests): Add it.
26114 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26116         [BZ #15339]
26117         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26118         when no services were used.
26119         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26120         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26122 2013-05-21  Andreas Schwab  <schwab@suse.de>
26124         [BZ #15014]
26125         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26126         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26127         successful.
26128         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26129         redundant variable declarations and reallocation of buffer when
26130         parsing as IPv6 address.  Always set NSS status when called from
26131         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26132         buffer too small.  Correct computation of needed size.
26133         * nss/Makefile (tests): Add test-digits-dots.
26134         * nss/test-digits-dots.c: New test.
26136 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26138         * benchtests/Makefile: Remove instructions for adding
26139         benchmark tests.
26140         * benchtests/README: New file to explain how to execute and
26141         enhance the benchmark tests.
26143 2013-05-21  Andreas Schwab  <schwab@suse.de>
26145         [BZ #15493]
26146         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26147         * setjmp/tst-sigsetjmp.c: New test.
26149 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26151         * sysdeps/x86_64/memset.S (memset): New implementation.
26152         (__bzero): Likewise.
26153         (__memset_tail): New function.
26155 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26157         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26158         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26159         __memcpy_sse2_unaligned ifunc selection.
26160         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26161         Add memcpy-sse2-unaligned.S.
26162         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26163         Add: __memcpy_sse2_unaligned.
26165 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26167         [BZ #15490]
26168         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26169         math_force_eval before restoring floating-point envrionment.
26170         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26171         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26172         Likewise.
26173         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26174         <math_private.h>.
26175         (__nearbyintl): Use math_force_eval before restoring
26176         floating-point environment.
26177         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26179         * math/gen-libm-test.pl (special_functions): Remove.
26180         (parse_args): Don't handle TEST_extra.  Handle functions with no
26181         return value.
26182         * math/libm-test.inc (struct test_sincos_data): Replace with
26183         struct test_fFF_11_data.
26184         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26185         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26186         (sincos_test_data): Change element type to struct
26187         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26188         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26189         RUN_TEST_LOOP_sincos.
26190         * math/README.libm-test: Don't mention special handling of
26191         individual functions.
26192         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26193         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26194         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26195         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26196         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26199         * math/gen-libm-test.pl (get_variable): Remove function.
26200         (parse_args): Don't show pointer parameters to call in test
26201         names.  Use "extra output N" in test names for extra outputs
26202         rather than naming variables.
26204 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26206         [BZ #15488]
26207         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26208         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26209         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26210         double tests.
26211         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26212         disable.
26213         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26214         check_long_double.
26216         * math/gen-libm-test.pl (@tests): Remove variable.
26217         ($count): Likewise.
26218         (new_test): Remove function.
26219         (show_exceptions): New function.
26220         (special_functions): Use show_exceptions instead of new_test.
26221         (parse_args): Likewise.
26222         (generate_testfile): Pass only function name in generated call to
26223         print_max_error or print_complex_max_error.
26224         (get_ulps): Do not handle complex tests specially.
26225         (output_test): Rename to ...
26226         (get_all_ulps_for_test): ... this.  Return a string rather than
26227         printing to a file.  Require ulps to be present.
26228         (output_ulps): Generate arrays rather than #defines.
26229         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26230         (struct ulp_data): New type.
26231         (BUILD_COMPLEX_ULP): Remove macro.
26232         (compare_ulp_data): New function.
26233         (find_ulps): Likewise.
26234         (find_test_ulps): Likewise.
26235         (find_function_ulps): Likewise.
26236         (find_complex_function_ulps): Likewise.
26237         (print_max_error): Determine allowed ulps using
26238         find_function_ulps.
26239         (print_complex_max_error): Determine allowed ulps using
26240         find_complex_function_ulps.
26241         (check_float_internal): Determine max ulps using find_test_ulps.
26242         (check_float): Do not take max_ulp parameter.  Update call to
26243         check_float_internal.
26244         (check_complex): Likewise.
26245         (check_int): Do not take max_ulp parameter.
26246         (check_long): Likewise.
26247         (check_bool): Likewise.
26248         (check_longlong): Likewise.
26249         (struct test_f_f_data): Remove max_ulp field.
26250         (struct test_ff_f_data): Likewise.
26251         (struct test_ff_f_data_nexttoward): Likewise.
26252         (struct test_fi_f_data): Likewise.
26253         (struct test_fl_f_data): Likewise.
26254         (struct test_if_f_data): Likewise.
26255         (struct test_fff_f_data): Likewise.
26256         (struct test_c_f_data): Likewise.
26257         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26258         (struct test_fF_f1_data): Likewise.
26259         (struct test_ffI_f1_data): Likewise.
26260         (struct test_c_c_data): Remove max_ulp field.
26261         (struct test_cc_c_data): Likewise.
26262         (struct test_f_i_data): Likewise.
26263         (struct test_ff_i_data): Likewise.
26264         (struct test_f_l_data): Likewise.
26265         (struct test_f_L_data): Likewise.
26266         (struct test_sincos_data): Likewise.
26267         (RUN_TEST_f_f): Do not handle ulps.
26268         (RUN_TEST_LOOP_f_f): Likewise.
26269         (RUN_TEST_2_f): Likewise.
26270         (RUN_TEST_LOOP_2_f): Likewise.
26271         (RUN_TEST_fff_f): Likewise.
26272         (RUN_TEST_LOOP_fff_f): Likewise.
26273         (RUN_TEST_c_f): Likewise.
26274         (RUN_TEST_LOOP_c_f): Likewise.
26275         (RUN_TEST_f_f1): Likewise.
26276         (RUN_TEST_LOOP_f_f1): Likewise.
26277         (RUN_TEST_fF_f1): Likewise.
26278         (RUN_TEST_LOOP_fF_f1): Likewise.
26279         (RUN_TEST_fI_f1): Likewise.
26280         (RUN_TEST_LOOP_fI_f1): Likewise.
26281         (RUN_TEST_ffI_f1): Likewise.
26282         (RUN_TEST_LOOP_ffI_f1): Likewise.
26283         (RUN_TEST_c_c): Likewise.
26284         (RUN_TEST_LOOP_c_c): Likewise.
26285         (RUN_TEST_cc_c): Likewise.
26286         (RUN_TEST_LOOP_cc_c): Likewise.
26287         (RUN_TEST_f_i): Likewise.
26288         (RUN_TEST_LOOP_f_i): Likewise.
26289         (RUN_TEST_f_i_tg): Likewise.
26290         (RUN_TEST_LOOP_f_i_tg): Likewise.
26291         (RUN_TEST_ff_i_tg): Likewise.
26292         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26293         (RUN_TEST_f_b): Likewise.
26294         (RUN_TEST_LOOP_f_b): Likewise.
26295         (RUN_TEST_f_b_tg): Likewise.
26296         (RUN_TEST_LOOP_f_b_tg): Likewise.
26297         (RUN_TEST_f_l): Likewise.
26298         (RUN_TEST_LOOP_f_l): Likewise.
26299         (RUN_TEST_f_L): Likewise.
26300         (RUN_TEST_LOOP_f_L): Likewise.
26301         (RUN_TEST_sincos): Likewise.
26302         (RUN_TEST_LOOP_sincos): Likewise.
26304 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26306         [BZ #15480]
26307         [BZ #15485]
26308         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26309         main case of finite arguments, set rounding mode to FE_TONEAREST
26310         and discard exceptions.
26311         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26312         exceptions.
26313         (remainder_tonearest_test_data): New variable.
26314         (remainder_test_tonearest): New function.
26315         (remainder_towardzero_test_data): New variable.
26316         (remainder_test_towardzero): New function.
26317         (remainder_downward_test_data): New variable.
26318         (remainder_test_downward): New function.
26319         (remainder_upward_test_data): New variable.
26320         (remainder_test_upward): New function.
26321         (main): Call the new test functions.
26323         * math/libm-test.inc (struct test_f_f1_data): Remove field
26324         extra_init.
26325         (struct test_fF_f1_data): Likewise.
26326         (struct test_ffI_f1_data): Likewise.
26327         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26328         based on value of EXTRA_EXPECTED.
26329         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26330         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26331         EXTRA_VAR based on value of EXTRA_EXPECTED.
26332         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26333         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26334         EXTRA_VAR based on value of EXTRA_EXPECTED.
26335         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26336         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26337         EXTRA_VAR based on value of EXTRA_EXPECTED.
26338         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26339         * math/gen-libm-test.pl (parse_args): Don't output initializers
26340         for extra output values.
26342         * math/libm-test.inc (check_int): Expect result to be exactly
26343         equal to expected value and do not handle ulps.
26344         (check_long): Likewise.
26345         (check_longlong): Likewise.
26347         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26348         exceptions.
26349         (cimag_test_data): Likewise.
26350         (conj_test_data): Likewise.
26351         (copysign_test_data): Likewise.
26352         (cproj_test_data): Likewise.
26353         (creal_test_data): Likewise.
26354         (fabs_test_data): Likewise.
26355         (fdim_test_data): Likewise.
26356         (finite_test_data): Likewise.
26357         (floor_test_data): Likewise.
26358         (fmax_test_data): Likewise.
26359         (fmin_test_data): Likewise.
26360         (fmod_test_data): Likewise.
26361         (fpclassify_test_data): Likewise.
26362         (frexp_test_data): Likewise.
26363         (ilogb_test_data): Likewise.
26364         (isfinite_test_data): Likewise.
26365         (isgreater_test_data): Likewise.
26366         (isgreaterequal_test_data): Likewise.
26367         (isinf_test_data): Likewise.
26368         (isless_test_data): Likewise.
26369         (islessequal_test_data): Likewise.
26370         (islessgreater_test_data): Likewise.
26371         (isnan_test_data): Likewise.
26372         (isnormal_test_data): Likewise.
26373         (issignaling_test_data): Likewise.
26374         (isunordered_test_data): Likewise.
26375         (ldexp_test_data): Likewise.
26376         (lrint_test_data): Likewise.
26377         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26378         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26379         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26380         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26381         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26382         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26383         test input.
26384         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26385         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26386         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26387         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26388         that test input.
26389         (lrint_downward_test_data): Test for "inexact" exceptions.
26390         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26391         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26392         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26393         test input.
26394         (lrint_upward_test_data): Test for "inexact" exceptions.
26395         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26396         test input.
26397         (llrint_test_data): Test for "inexact" exceptions.
26398         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26399         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26400         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26401         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26402         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26403         (llrint_downward_test_data): Test for "inexact" exceptions.
26404         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26405         (llrint_upward_test_data): Test for "inexact" exceptions.
26406         (logb_test_data): Likewise.
26407         (logb_downward_test_data): Likewise.
26408         (nextafter_test_data): Likewise.
26409         (nexttoward_test_data): Likewise.
26410         (remainder_test_data): Likewise.
26411         (remquo_test_data): Likewise.
26412         (scalbn_test_data): Likewise.
26413         (scalbln_test_data): Likewise.
26414         (signbit_test_data): Likewise.
26415         (sqrt_test_data): Likewise.
26416         (significand_test_data): Likewise.
26418 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26420         [BZ #15424]
26421         * benchtests/bench-modf.c (struct args): Mark arg0 as
26422         volatile.
26423         * scripts/bench.pl: Mark members of struct args as volatile.
26425 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26427         [BZ # 15497]
26428         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26429         negative infinity on POWER6 or lower.
26430         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26432 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26434         [BZ #15442]
26435         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26436         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26437         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26438         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26439         (_FP_SETQNAN): New macro.
26440         (_FP_SETQNAN_SEMIRAW): Likewise.
26441         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26442         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26443         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26444         (FP_EXTEND): Use _FP_FRAC_SNANP.
26445         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26446         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26447         into account.
26448         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26449         New macro.
26450         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26451         Likewise.
26453 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26455         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26456         with DIVIDE_BY_ZERO_EXCEPTION.
26457         (gamma_test_data): Likewise.
26458         (lgamma_test_data): Likewise.
26459         (log_test_data): Likewise.
26460         (log10_test_data): Likewise.
26461         (log2_test_data): Likewise.
26462         (tgamma_test_data): Likewise.
26464         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26465         (acos_test_tonearest): Likewise.
26466         (acos_test_towardzero): Likewise.
26467         (acos_test_downward): Likewise.
26468         (acos_test_upward): Likewise.
26469         (acosh_test): Likewise.
26470         (asin_test): Likewise.
26471         (asin_test_tonearest): Likewise.
26472         (asin_test_towardzero): Likewise.
26473         (asin_test_downward): Likewise.
26474         (asin_test_upward): Likewise.
26475         (asinh_test): Likewise.
26476         (atan_test): Likewise.
26477         (atanh_test): Likewise.
26478         (atan2_test): Likewise.
26479         (cabs_test): Likewise.
26480         (cacos_test): Likewise.
26481         (cacosh_test): Likewise.
26482         (casin_test): Likewise.
26483         (casinh_test): Likewise.
26484         (catan_test): Likewise.
26485         (catanh_test): Likewise.
26486         (cbrt_test): Likewise.
26487         (ccos_test): Likewise.
26488         (ccosh_test): Likewise.
26489         (cexp_test): Likewise.
26490         (clog_test): Likewise.
26491         (clog10_test): Likewise.
26492         (cos_test): Likewise.
26493         (cos_test_tonearest): Likewise.
26494         (cos_test_towardzero): Likewise.
26495         (cos_test_downward): Likewise.
26496         (cos_test_upward): Likewise.
26497         (cosh_test): Likewise.
26498         (cosh_test_tonearest): Likewise.
26499         (cosh_test_towardzero): Likewise.
26500         (cosh_test_downward): Likewise.
26501         (cosh_test_upward): Likewise.
26502         (cpow_test): Likewise.
26503         (csin_test): Likewise.
26504         (csinh_test): Likewise.
26505         (csqrt_test): Likewise.
26506         (ctan_test): Likewise.
26507         (ctan_test_tonearest): Likewise.
26508         (ctan_test_towardzero): Likewise.
26509         (ctan_test_downward): Likewise.
26510         (ctan_test_upward): Likewise.
26511         (ctanh_test): Likewise.
26512         (ctanh_test_tonearest): Likewise.
26513         (ctanh_test_towardzero): Likewise.
26514         (ctanh_test_downward): Likewise.
26515         (ctanh_test_upward): Likewise.
26516         (erf_test): Likewise.
26517         (erfc_test): Likewise.
26518         (exp_test): Likewise.
26519         (exp_test_tonearest): Likewise.
26520         (exp_test_towardzero): Likewise.
26521         (exp_test_downward): Likewise.
26522         (exp_test_upward): Likewise.
26523         (exp10_test): Likewise.
26524         (exp2_test): Likewise.
26525         (expm1_test): Likewise.
26526         (fmod_test): Likewise.
26527         (gamma_test): Likewise.
26528         (hypot_test): Likewise.
26529         (j0_test): Likewise.
26530         (j1_test): Likewise.
26531         (jn_test): Likewise.
26532         (lgamma_test): Likewise.
26533         (log_test): Likewise.
26534         (log10_test): Likewise.
26535         (log1p_test): Likewise.
26536         (log2_test): Likewise.
26537         (logb_test_downward): Likewise.
26538         (pow_test): Likewise.
26539         (pow_test_tonearest): Likewise.
26540         (pow_test_towardzero): Likewise.
26541         (pow_test_downward): Likewise.
26542         (pow_test_upward): Likewise.
26543         (remainder_test): Likewise.
26544         (remquo_test): Likewise.
26545         (sin_test): Likewise.
26546         (sin_test_tonearest): Likewise.
26547         (sin_test_towardzero): Likewise.
26548         (sin_test_downward): Likewise.
26549         (sin_test_upward): Likewise.
26550         (sincos_test): Likewise.
26551         (sinh_test): Likewise.
26552         (sinh_test_tonearest): Likewise.
26553         (sinh_test_towardzero): Likewise.
26554         (sinh_test_downward): Likewise.
26555         (sinh_test_upward): Likewise.
26556         (sqrt_test): Likewise.
26557         (tan_test): Likewise.
26558         (tan_test_tonearest): Likewise.
26559         (tan_test_towardzero): Likewise.
26560         (tan_test_downward): Likewise.
26561         (tan_test_upward): Likewise.
26562         (tanh_test): Likewise.
26563         (tgamma_test): Likewise.
26564         (y0_test): Likewise.
26565         (y1_test): Likewise.
26566         (yn_test): Likewise.
26568         * math/gen-libm-test.pl (adjust_arg): Remove function.
26569         (special_function): Remove argument $in_func.  Only handle
26570         generating output for tables of tests, not inside functions.
26571         (parse_args): Likewise.
26572         (generate_testfile): Remove variable $in_func.  Update call to
26573         parse_args.
26574         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26575         (MINUS_ZERO_INIT): Rename macro to minus_zero.
26576         (PLUS_INFTY_INIT): Rename macro to plus_infty.
26577         (MINUS_INFTY_INIT): Rename macro to minus_infty.
26578         (QNAN_VALUE_INIT): Rename macro to qnan_value.
26579         (MAX_VALUE_INIT): Rename macro to max_value.
26580         (MIN_VALUE_INIT): Rename macro to min_value.
26581         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26582         (plus_zero): Remove variable.
26583         (minus_zero): Likewise.
26584         (plus_infty): Likewise.
26585         (minus_infty): Likewise.
26586         (qnan_value): Likewise.
26587         (max_value): Likewise.
26588         (min_value): Likewise.
26589         (min_subnorm_value): Likewise.
26591 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26593         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26594         uint64_t or uint32_t usage.
26595         * crypt/sha256-block.c: Likewise.
26596         * crypt/sha256-crypt.c: Likewise.
26597         * crypt/sha256.c: Likewise.
26598         * crypt/sha512-block.c: Likewise.
26599         * crypt/sha512-crypt.c: Likewise.
26600         * crypt/sha512.c: Likewise.
26601         * debug/backtrace-tst.c: Likewise.
26602         * debug/pcprofiledump.c: Likewise.
26603         * elf/cache.c: Likewise.
26604         * elf/dl-cache.c: Likewise.
26605         * elf/dl-misc.c: Likewise.
26606         * elf/dl-profile.c: Likewise.
26607         * elf/dl-support.c: Likewise.
26608         * elf/ldconfig.c: Likewise.
26609         * elf/sprof.c: Likewise.
26610         * iconv/dummy-repertoire.c: Likewise.
26611         * iconv/iconv_charmap.c: Likewise.
26612         * iconv/skeleton.c: Likewise.
26613         * iconvdata/8bit-generic.c: Likewise.
26614         * iconvdata/cp737.h: Likewise.
26615         * iconvdata/cp775.h: Likewise.
26616         * iconvdata/ibm1008.h: Likewise.
26617         * iconvdata/ibm1025.h: Likewise.
26618         * iconvdata/ibm1046.h: Likewise.
26619         * iconvdata/ibm1097.h: Likewise.
26620         * iconvdata/ibm1112.h: Likewise.
26621         * iconvdata/ibm1122.h: Likewise.
26622         * iconvdata/ibm1123.h: Likewise.
26623         * iconvdata/ibm1124.h: Likewise.
26624         * iconvdata/ibm1129.h: Likewise.
26625         * iconvdata/ibm1130.h: Likewise.
26626         * iconvdata/ibm1132.h: Likewise.
26627         * iconvdata/ibm1133.h: Likewise.
26628         * iconvdata/ibm1137.h: Likewise.
26629         * iconvdata/ibm1140.h: Likewise.
26630         * iconvdata/ibm1141.h: Likewise.
26631         * iconvdata/ibm1142.h: Likewise.
26632         * iconvdata/ibm1143.h: Likewise.
26633         * iconvdata/ibm1144.h: Likewise.
26634         * iconvdata/ibm1145.h: Likewise.
26635         * iconvdata/ibm1146.h: Likewise.
26636         * iconvdata/ibm1147.h: Likewise.
26637         * iconvdata/ibm1148.h: Likewise.
26638         * iconvdata/ibm1149.h: Likewise.
26639         * iconvdata/ibm1153.h: Likewise.
26640         * iconvdata/ibm1154.h: Likewise.
26641         * iconvdata/ibm1155.h: Likewise.
26642         * iconvdata/ibm1156.h: Likewise.
26643         * iconvdata/ibm1157.h: Likewise.
26644         * iconvdata/ibm1158.h: Likewise.
26645         * iconvdata/ibm1160.h: Likewise.
26646         * iconvdata/ibm1161.h: Likewise.
26647         * iconvdata/ibm1162.h: Likewise.
26648         * iconvdata/ibm1163.h: Likewise.
26649         * iconvdata/ibm1164.h: Likewise.
26650         * iconvdata/ibm1166.h: Likewise.
26651         * iconvdata/ibm1167.h: Likewise.
26652         * iconvdata/ibm12712.h: Likewise.
26653         * iconvdata/ibm1390.h: Likewise.
26654         * iconvdata/ibm1399.h: Likewise.
26655         * iconvdata/ibm16804.h: Likewise.
26656         * iconvdata/ibm4517.h: Likewise.
26657         * iconvdata/ibm4899.h: Likewise.
26658         * iconvdata/ibm4909.h: Likewise.
26659         * iconvdata/ibm4971.h: Likewise.
26660         * iconvdata/ibm5347.h: Likewise.
26661         * iconvdata/ibm803.h: Likewise.
26662         * iconvdata/ibm856.h: Likewise.
26663         * iconvdata/ibm901.h: Likewise.
26664         * iconvdata/ibm902.h: Likewise.
26665         * iconvdata/ibm9030.h: Likewise.
26666         * iconvdata/ibm9066.h: Likewise.
26667         * iconvdata/ibm921.h: Likewise.
26668         * iconvdata/ibm922.h: Likewise.
26669         * iconvdata/ibm9448.h: Likewise.
26670         * iconvdata/isiri-3342.h: Likewise.
26671         * iconvdata/jis0201.h: Likewise.
26672         * include/link.h: Likewise.
26673         * include/netdb.h: Likewise.
26674         * inet/check_native.c: Likewise.
26675         * inet/check_pf.c: Likewise.
26676         * inet/getipv4sourcefilter.c: Likewise.
26677         * inet/getnameinfo.c: Likewise.
26678         * inet/getsourcefilter.c: Likewise.
26679         * inet/htonl.c: Likewise.
26680         * inet/setipv4sourcefilter.c: Likewise.
26681         * inet/setsourcefilter.c: Likewise.
26682         * inet/test-inet6_opt.c: Likewise.
26683         * inet/tst-network.c: Likewise.
26684         * locale/C-collate.c: Likewise.
26685         * locale/C-ctype.c: Likewise.
26686         * locale/C-time.c: Likewise.
26687         * locale/C-translit.h: Likewise.
26688         * locale/loadarchive.c: Likewise.
26689         * locale/programs/3level.h: Likewise.
26690         * locale/programs/charmap.c: Likewise.
26691         * locale/programs/charmap.h: Likewise.
26692         * locale/programs/ld-address.c: Likewise.
26693         * locale/programs/ld-collate.c: Likewise.
26694         * locale/programs/ld-ctype.c: Likewise.
26695         * locale/programs/ld-identification.c: Likewise.
26696         * locale/programs/ld-measurement.c: Likewise.
26697         * locale/programs/ld-messages.c: Likewise.
26698         * locale/programs/ld-monetary.c: Likewise.
26699         * locale/programs/ld-name.c: Likewise.
26700         * locale/programs/ld-numeric.c: Likewise.
26701         * locale/programs/ld-paper.c: Likewise.
26702         * locale/programs/ld-telephone.c: Likewise.
26703         * locale/programs/ld-time.c: Likewise.
26704         * locale/programs/linereader.c: Likewise.
26705         * locale/programs/locale.c: Likewise.
26706         * locale/programs/locarchive.c: Likewise.
26707         * locale/programs/locfile.h: Likewise.
26708         * locale/programs/repertoire.c: Likewise.
26709         * locale/programs/simple-hash.c: Likewise.
26710         * locale/programs/simple-hash.h: Likewise.
26711         * malloc/memusage.c: Likewise.
26712         * malloc/memusagestat.c: Likewise.
26713         * nis/nis_defaults.c: Likewise.
26714         * nis/nis_hash.c: Likewise.
26715         * nis/nis_print.c: Likewise.
26716         * nis/nis_xdr.c: Likewise.
26717         * nscd/connections.c: Likewise.
26718         * nscd/hstcache.c: Likewise.
26719         * nscd/nscd_gethst_r.c: Likewise.
26720         * nscd/nscd_getserv_r.c: Likewise.
26721         * nscd/nscd_helper.c: Likewise.
26722         * nscd/servicescache.c: Likewise.
26723         * nss/makedb.c: Likewise.
26724         * nss/nss_db/db-XXX.c: Likewise.
26725         * nss/nss_db/db-initgroups.c: Likewise.
26726         * nss/nss_db/db-netgrp.c: Likewise.
26727         * nss/nss_files/files-network.c: Likewise.
26728         * nss/nss_files/files-parse.c: Likewise.
26729         * posix/bug-regex5.c: Likewise.
26730         * posix/fnmatch_loop.c: Likewise.
26731         * posix/regcomp.c: Likewise.
26732         * posix/regexec.c: Likewise.
26733         * posix/tst-rfc3484-2.c: Likewise.
26734         * posix/tst-rfc3484-3.c: Likewise.
26735         * posix/tst-rfc3484.c: Likewise.
26736         * resolv/nss_dns/dns-canon.c: Likewise.
26737         * resolv/nss_dns/dns-network.c: Likewise.
26738         * resolv/res_init.c: Likewise.
26739         * resolv/res_mkquery.c: Likewise.
26740         * resolv/tst-aton.c: Likewise.
26741         * stdlib/cxa_atexit.c: Likewise.
26742         * stdlib/cxa_finalize.c: Likewise.
26743         * stdlib/gen-fpioconst.c: Likewise.
26744         * stdlib/strtol_l.c: Likewise.
26745         * string/tst-endian.c: Likewise.
26746         * sunrpc/auth_des.c: Likewise.
26747         * sunrpc/clnt_udp.c: Likewise.
26748         * sunrpc/rtime.c: Likewise.
26749         * sunrpc/svcauth_des.c: Likewise.
26750         * sunrpc/xdr.c: Likewise.
26751         * sunrpc/xdr_intXX_t.c: Likewise.
26752         * sunrpc/xdr_rec.c: Likewise.
26753         * sysdeps/generic/ldconfig.h: Likewise.
26754         * sysdeps/generic/ldsodefs.h: Likewise.
26755         * sysdeps/generic/memusage.h: Likewise.
26756         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26757         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
26758         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
26759         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26760         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26761         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26762         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26763         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26764         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26765         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26766         * sysdeps/posix/getaddrinfo.c: Likewise.
26767         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26768         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26769         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
26770         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
26771         * sysdeps/powerpc/test-gettimebase.c: Likewise.
26772         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
26773         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
26774         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
26775         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
26776         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
26777         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
26778         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
26779         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
26780         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
26781         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
26782         * sysdeps/x86_64/dl-tls.h: Likewise.
26783         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
26784         * time/alt_digit.c: Likewise.
26785         * time/era.c: Likewise.
26786         * wcsmbs/tst-c16c32-1.c: Likewise.
26788 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26790         * math/libm-test.inc (struct test_sincos_data): New type.
26791         (RUN_TEST_LOOP_sincos): New macro.
26792         (sincos_test_data): New variable.
26793         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
26795 2013-05-16  Richard Henderson  <rth@redhat.com>
26797         * math/atest-exp2.c (LIMB64): New macro.
26798         (CONSTSZ): New macro.
26799         (mp_exp1, mp_exp_m1, mp_log2): New variables.
26800         (hexdig): Move ...
26801         (print_mpn_fp): ... to function scope.
26802         (read_mpn_hex): Remove.
26803         (get_log2): Remove.
26804         (exp2_mpn): Use mp_log2.
26805         (main): Use mp_exp1.
26807 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26809         * math/libm-test.inc: Remove comment about not testing "inexact"
26810         exceptions.
26811         (INEXACT_EXCEPTION): New macro.
26812         (NO_INEXACT_EXCEPTION): Likewise.
26813         (INVALID_EXCEPTION_OK): Update value.
26814         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
26815         (OVERFLOW_EXCEPTION_OK): Likewise.
26816         (UNDERFLOW_EXCEPTION_OK): Likewise.
26817         (IGNORE_ZERO_INF_SIGN): Likewise.
26818         (ERRNO_UNCHANGED): Likewise.
26819         (ERRNO_EDOM): Likewise.
26820         (ERRNO_ERANGE): Likewise.
26821         (test_exceptions): Handle testing "inexact" exceptions.
26822         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
26823         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
26824         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
26825         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
26826         INEXACT_EXCEPTION.
26827         (rint_towardzero_test_data): Likewise.
26828         (rint_downward_test_data): Likewise.
26829         (rint_upward_test_data): Likewise.
26831         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
26832         with OVERFLOW_EXCEPTION.
26833         (exp10_test_data): Likewise.
26834         (exp2_test_data): Likewise.
26835         (expm1_test_data): Likewise.
26836         (lgamma_test_data): Likewise.
26837         (pow_test_data): Likewise.
26838         (tgamma_test_data): Likewise.
26839         (yn_test_data): Remove duplicate test of overflow.
26841         * math/libm-test.inc (struct test_cc_c_data): New type.
26842         (RUN_TEST_LOOP_cc_c): New macro.
26843         (cpow_test_data): New variable.
26844         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
26846         * math/libm-test.inc (struct test_f_L_data): New type.
26847         (RUN_TEST_LOOP_f_L): New macro.
26848         (llrint_test_data): New variable.
26849         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
26850         (llrint_tonearest_test_data): New variable.
26851         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
26852         (llrint_towardzero_test_data): New variable.
26853         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
26854         (llrint_downward_test_data): New variable.
26855         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
26856         (llrint_upward_test_data): New variable.
26857         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
26858         (llround_test_data): New variable.
26859         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
26861 2013-05-13  Peter Collingbourne  <pcc@google.com>
26863         * math/atest-exp2.c (get_log2): Remove const attribute.
26865 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26867         * math/libm-test.inc (struct test_f_l_data): New type.
26868         (RUN_TEST_LOOP_f_l): New macro.
26869         (lrint_test_data): New variable.
26870         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
26871         (lrint_tonearest_test_data): New variable.
26872         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
26873         (lrint_towardzero_test_data): New variable.
26874         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
26875         (lrint_downward_test_data): New variable.
26876         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
26877         (lrint_upward_test_data): New variable.
26878         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
26879         (lround_test_data): New variable.
26880         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
26882 2013-05-15  Peter Collingbourne  <pcc@google.com>
26884         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
26885         (EXTRACT_WORDS64) Use where appropriate.
26886         (INSERT_WORDS64) Likewise.
26888         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
26889         constraints with x constraints.
26890         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
26892         * malloc/obstack.c (_obstack_compat): Add initializer.
26894 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26896         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
26897         si_trapno and add si_addr_lsb to _sifields.sigfault.
26898         (si_trapno): Remove macro.
26899         (si_addr_lsb): Define new macro.
26900         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26902 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26904         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
26905         instead of TEST_f_l.
26906         (llrint_test_tonearest): Likewise.
26907         (llrint_test_towardzero): Likewise.
26908         (llrint_test_downward): Likewise.
26909         (llrint_test_upward): Likewise.
26910         (llround_test): Likewise.
26912         * math/libm-test.inc (struct test_f_i_data): Add comment.
26913         (RUN_TEST_LOOP_f_b): New macro.
26914         (RUN_TEST_LOOP_f_b_tg): Likewise.
26915         (finite_test_data): New variable.
26916         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
26917         (isfinite_test_data): New variable.
26918         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26919         (isinf_test_data): New variable.
26920         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26921         (isnan_test_data): New variable.
26922         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26923         (isnormal_test_data): New variable.
26924         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26925         (issignaling_test_data): New variable.
26926         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26927         (signbit_test_data): New variable.
26928         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26930         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
26931         with INVALID_EXCEPTION.
26932         (acosh_test_data): Likewise.
26933         (asin_test_data): Likewise.
26934         (atanh_test_data): Likewise.
26935         (fmod_test_data): Likewise.
26936         (log_test_data): Likewise.
26937         (log10_test_data): Likewise.
26938         (log2_test_data): Likewise.
26939         (pow_test_data): Likewise.
26940         (sqrt_test_data): Likewise.
26941         (y0_test_data): Likewise.
26942         (y1_test_data): Likewise.
26943         (yn_test_data): Likewise.
26945         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
26946         function contents.
26948         * math/libm-test.inc (struct test_ff_i_data): New type.
26949         (RUN_TEST_LOOP_ff_i_tg): New macro.
26950         (isgreater_test_data): New variable.
26951         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26952         (isgreaterequal_test_data): New variable.
26953         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26954         (isless_test_data): New variable.
26955         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26956         (islessequal_test_data): New variable.
26957         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26958         (islessgreater_test_data): New variable.
26959         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26960         (isunordered_test_data): New variable.
26961         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26963 2013-05-14  David S. Miller  <davem@davemloft.net>
26965         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26967 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
26969         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
26971         * math/libm-test.inc (struct test_fF_f1_data): Change type of
26972         extra_test to int.
26973         (struct test_f_i_data): Change type of max_ulp to int.
26975         * math/libm-test.inc (test_ffI_f1_data): New type.
26976         (RUN_TEST_LOOP_ffI_f1): New macro.
26977         (remquo_test_data): New variable.
26978         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
26980         * setjmp/tst-setjmp-fp.c: New file.
26981         * setjmp/Makefile (tests): Add tst-setjmp-fp.
26982         (link-libm): New variable.
26983         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
26985         * math/libm-test.inc (struct test_f_i_data): New type.
26986         (RUN_TEST_LOOP_f_i): New macro.
26987         (RUN_TEST_LOOP_f_i_tg): Likewise.
26988         (fpclassify_test_data): New variable.
26989         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
26990         (ilogb_test_data): New variable.
26991         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
26993         * math/libm-test.inc (scalbln_test): Correct function name in END
26994         call.
26996         * math/libm-test.inc (struct test_f_f1_data): Add comment.
26997         (RUN_TEST_LOOP_fI_f1): New macro.
26998         (frexp_test_data): New variable.
26999         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27001         * math/libm-test.inc (struct test_fF_f1_data): New type.
27002         (RUN_TEST_LOOP_fF_f1): New macro.
27003         (modf_test_data): New variable.
27004         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27006         * math/libm-test.inc (struct test_f_f1_data): New type.
27007         (RUN_TEST_LOOP_f_f1): New macro.
27008         (gamma_test_data): New variable.
27009         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27010         (lgamma_test_data): New variable.
27011         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27013 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27015         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27016         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27017         (main): Comment "tls" pseudo-hwcap.
27019 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27021         * math/libm-test.inc (struct test_fl_f_data): New type.
27022         (RUN_TEST_LOOP_fl_f): New variable.
27023         (scalbln_test_data): New variable.
27024         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27026         * math/libm-test.inc (struct test_fi_f_data): New type.
27027         (RUN_TEST_LOOP_fi_f): New macro.
27028         (ldexp_test_data): New variable.
27029         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27030         (scalbn_test_data): New variable.
27031         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27033         * math/libm-test.inc (struct test_c_f_data): New type.
27034         (RUN_TEST_LOOP_c_f): New macro.
27035         (cabs_test_data): New variable.
27036         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27037         (carg_test_data): New variable.
27038         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27039         (cimag_test_data): New variable.
27040         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27041         (creal_test_data): New variable.
27042         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27044         * math/libm-test.inc (struct test_if_f_data): New type.
27045         (RUN_TEST_LOOP_if_f): New macro.
27046         (jn_test_data): New variable.
27047         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27048         (yn_test_data): New variable.
27049         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27051         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27053 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27055         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27056         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27058 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27060         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27061         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27062         (bench-deps): Add bench-timing.h.
27063         * benchtests-bench-skeleton.c: Include bench-timing.h.
27064         (main): Use TIMING_* macros instead of clock_gettime.
27065         * benchtests/bench-timing.h: New file.
27067         [BZ #14582]
27068         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27069         Renamed from _LIB_VERSION.
27070         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27072 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27074         * math/libm-test.inc (struct test_fff_f_data): New type.
27075         (RUN_TEST_LOOP_fff_f): New macro.
27076         (fma_test_data): New variable.
27077         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27078         (fma_towardzero_test_data): New variable.
27079         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27080         (fma_downward_test_data): New variable.
27081         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27082         (fma_upward_test_data): New variable.
27083         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27085         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27086         (struct test_c_c_data): New type.
27087         (RUN_TEST_LOOP_c_c): New macro.
27088         (cacos_test_data): New variable.
27089         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27090         (cacosh_test_data): New variable.
27091         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27092         (casin_test_data): New variable.
27093         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27094         (casinh_test_data): New variable.
27095         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27096         (catan_test_data): New variable.
27097         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27098         (catanh_test_data): New variable.
27099         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27100         (ccos_test_data): New variable.
27101         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27102         (ccosh_test_data): New variable.
27103         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27104         (cexp_test_data): New variable.
27105         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27106         (clog_test_data): New variable.
27107         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27108         (clog10_test_data): New variable.
27109         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27110         (conj_test_data): New variable.
27111         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27112         (cproj_test_data): New variable.
27113         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27114         (csin_test_data): New variable.
27115         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27116         (csinh_test_data): New variable.
27117         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27118         (csqrt_test_data): New variable.
27119         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27120         (ctan_test_data): New variable.
27121         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27122         (ctan_tonearest_test_data): New variable.
27123         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27124         (ctan_towardzero_test_data): New variable.
27125         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27126         (ctan_downward_test_data): New variable.
27127         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27128         (ctan_upward_test_data): New variable.
27129         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27130         (ctanh_test_data): New variable.
27131         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27132         (ctanh_tonearest_test_data): New variable.
27133         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27134         (ctanh_towardzero_test_data): New variable.
27135         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27136         (ctanh_downward_test_data): New variable.
27137         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27138         (ctanh_upward_test_data): New variable.
27139         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27140         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27141         of BUILD_COMPLEX.
27143         * math/libm-test.inc (struct test_ff_f_data): New type.
27144         (struct test_ff_f_data_nexttoward): Likewise.
27145         (RUN_TEST_LOOP_2_f): New macro.
27146         (RUN_TEST_LOOP_ff_f): Likewise.
27147         (atan2_test_data): New variable.
27148         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27149         (copysign_test_data): New variable.
27150         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27151         (fdim_test_data): New variable.
27152         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27153         (fmax_test_data): New variable.
27154         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27155         (fmin_test_data): New variable.
27156         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27157         (fmod_test_data): New variable.
27158         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27159         (hypot_test_data): New variable.
27160         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27161         (nextafter_test_data): New variable.
27162         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27163         (nexttoward_test_data): New variable.
27164         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27165         (pow_test_data): New variable.
27166         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27167         (pow_tonearest_test_data): New variable.
27168         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27169         (pow_towardzero_test_data): New variable.
27170         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27171         (pow_downward_test_data): New variable.
27172         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27173         (pow_upward_test_data): New variable.
27174         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27175         (remainder_test_data): New variable.
27176         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27177         (scalb_test_data): New variable.
27178         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27179         * sysdeps/i386/fpu/libm-test-ulps: Update.
27181 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27183         * math/libm-test.inc (fma_test): Use max_value instead of local
27184         variable fltmax.
27185         (nextafter_test): Likewise.
27187         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27188         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27189         (acos_downward_test_data): New variable.
27190         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27191         (acos_upward_test_data): New variable.
27192         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27193         (acosh_test_data): New variable.
27194         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27195         (asin_test_data): New variable.
27196         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27197         (asin_tonearest_test_data): New variable.
27198         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27199         (asin_towardzero_test_data): New variable.
27200         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27201         (asin_downward_test_data): New variable.
27202         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27203         (asin_upward_test_data): New variable.
27204         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27205         (asinh_test_data): New variable.
27206         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27207         (atan_test_data): New variable.
27208         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27209         (atanh_test_data): New variable.
27210         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27211         (cbrt_test_data): New variable.
27212         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27213         (ceil_test_data): New variable.
27214         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27215         (cos_test_data): New variable.
27216         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27217         (cos_tonearest_test_data): New variable.
27218         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27219         (cos_towardzero_test_data): New variable.
27220         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27221         (cos_downward_test_data): New variable.
27222         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27223         (cos_upward_test_data): New variable.
27224         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27225         (cosh_test_data): New variable.
27226         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27227         (cosh_tonearest_test_data): New variable.
27228         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27229         (cosh_towardzero_test_data): New variable.
27230         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27231         (cosh_downward_test_data): New variable.
27232         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27233         (cosh_upward_test_data): New variable.
27234         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27235         (erf_test_data): New variable.
27236         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27237         (erfc_test_data): New variable.
27238         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27239         (exp_test_data): New variable.
27240         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27241         (exp_tonearest_test_data): New variable.
27242         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27243         (exp_towardzero_test_data): New variable.
27244         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27245         (exp_downward_test_data): New variable.
27246         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27247         (exp_upward_test_data): New variable.
27248         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27249         (exp10_test_data): New variable.
27250         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27251         (exp2_test_data): New variable.
27252         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27253         (expm1_test_data): New variable.
27254         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27255         (fabs_test_data): New variable.
27256         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27257         (floor_test_data): New variable.
27258         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27259         (j0_test_data): New variable.
27260         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27261         (j1_test_data): New variable.
27262         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27263         (log_test_data): New variable.
27264         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27265         (log10_test_data): New variable.
27266         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27267         (log1p_test_data): New variable.
27268         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27269         (log2_test_data): New variable.
27270         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27271         (logb_test_data): New variable.
27272         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27273         (logb_downward_test_data): New variable.
27274         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27275         (nearbyint_test_data): New variable.
27276         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27277         (rint_test_data): New variable.
27278         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27279         (rint_tonearest_test_data): New variable.
27280         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27281         (rint_towardzero_test_data): New variable.
27282         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27283         (rint_downward_test_data): New variable.
27284         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27285         (rint_upward_test_data): New variable.
27286         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27287         (round_test_data): New variable.
27288         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27289         (sin_test_data): New variable.
27290         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27291         (sin_tonearest_test_data): New variable.
27292         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27293         (sin_towardzero_test_data): New variable.
27294         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27295         (sin_downward_test_data): New variable.
27296         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27297         (sin_upward_test_data): New variable.
27298         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27299         (sinh_test_data): New variable.
27300         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27301         (sinh_tonearest_test_data): New variable.
27302         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27303         (sinh_towardzero_test_data): New variable.
27304         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27305         (sinh_downward_test_data): New variable.
27306         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27307         (sinh_upward_test_data): New variable.
27308         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27309         (sqrt_test_data): New variable.
27310         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27311         (tan_test_data): New variable.
27312         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27313         (tan_tonearest_test_data): New variable.
27314         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27315         (tan_towardzero_test_data): New variable.
27316         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27317         (tan_downward_test_data): New variable.
27318         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27319         (tan_upward_test_data): New variable.
27320         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27321         (tanh_test_data): New variable.
27322         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27323         (tgamma_test_data): New variable.
27324         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27325         (trunc_test_data): New variable.
27326         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27327         (y0_test_data): New variable.
27328         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27329         (y1_test_data): New variable.
27330         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27331         (significand_test_data): New variable.
27332         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27334 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27336         [BZ #12387]
27337         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27339 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27341         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27343 2013-05-10  Andreas Jaeger  <aj@suse.de>
27345         [BZ #15448]
27346         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27347         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27349 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27351         * math/gen-libm-test.pl (adjust_arg): New function.
27352         (special_functions): Handle generating output in both functions
27353         and arrays.
27354         (parse_args): Likewise.
27355         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27356         $in_func argument to parse_args.
27357         * math/libm-test.inc (struct test_f_f_data): New type.
27358         (IF_ROUND_INIT_): New macro.
27359         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27360         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27361         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27362         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27363         (ROUND_RESTORE_): Likewise.
27364         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27365         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27366         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27367         (ROUND_RESTORE_FE_UPWARD): Likewise.
27368         (RUN_TEST_LOOP_f_f): New macro.
27369         (acos_test_data): New variable.
27370         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27371         (acos_tonearest_test_data): New variable.
27372         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27374 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27376         * benchtests/bench-skeleton.c (startup): Fix coding style.
27378 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27380         [BZ #6809]
27381         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27382         negative infinity argument.
27383         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27384         negative infinity argument.
27385         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27386         negative infinity argument.
27387         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27388         domain errors.
27390 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27392         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27393         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27394         * iconv/iconv_prog.c (main): Likewise.
27395         * locale/programs/charmap-dir.c (charmap_readdir)
27396         (fopen_uncompressed): Likewise.
27397         * locale/programs/locfile.c (siblings_uncached)
27398         (write_locale_data): Use lstat64 instead of lstat.
27399         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27400         stat.
27402 2013-05-10  Andreas Jaeger  <aj@suse.de>
27404         [BZ #15395]
27405         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27406         localization.
27407         Include <locale.h>.
27409 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27411         * elf/dl-close.c (_dl_close_worker): Add comments.
27413 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27415         [BZ #15359]
27416         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27417         high part of pi/2.
27418         (__ieee754_rem_pio2l): Update comments.
27420         [BZ #15429]
27421         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27422         high part of pi/2.
27423         (__ieee754_rem_pio2l): Update comments.
27425         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27426         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27428         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27429         M_PI_4l.
27431         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27432         (M_PI_34_LOG10El): Likewise.
27433         (M_PI2_LOG10El): Likewise.
27434         (M_PI4_LOG10El): Likewise.
27435         (M_PI_LOG10El): Likewise.
27437 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27439         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27441 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27443         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27444         (MINUS_ZERO_INIT): Likewise.
27445         (PLUS_INFTY_INIT): Likewise.
27446         (MINUS_INFTY_INIT): Likewise.
27447         (QNAN_VALUE_INIT): Likewise.
27448         (MAX_VALUE_INIT): Likewise.
27449         (MIN_VALUE_INIT): Likewise.
27450         (MIN_SUBNORM_VALUE_INIT): Likewise.
27451         (plus_zero): Initialize with PLUS_ZERO_INIT.
27452         (minus_zero): Initialize with MINUS_ZERO_INIT.
27453         (plus_infty): Initialize with PLUS_INFTY_INIT.
27454         (minus_infty): Initialize with MINUS_INFTY_INIT.
27455         (qnan_value): Initialize with QNAN_VALUE_INIT.
27456         (max_value): Initialize with MAX_VALUE_INIT.
27457         (min_value): Initialize with MIN_VALUE_INIT.
27458         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27460         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27461         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27462         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27463         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27465         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27466         (RUN_TEST_2_f): Likewise.
27467         (RUN_TEST_ff_f): Likewise.
27468         (RUN_TEST_fi_f): Likewise.
27469         (RUN_TEST_fl_f): Likewise.
27470         (RUN_TEST_fff_f): Likewise.
27471         (RUN_TEST_c_f): Likewise.
27472         (RUN_TEST_f_f1): Likewise.
27473         (RUN_TEST_fF_f1): Likewise.
27474         (RUN_TEST_fI_f1): Likewise.
27475         (RUN_TEST_ffI_f1): Likewise.
27476         (RUN_TEST_c_c): Likewise.
27477         (RUN_TEST_cc_c): Likewise.
27478         (RUN_TEST_f_i): Likewise.
27479         (RUN_TEST_f_i_tg): Likewise.
27480         (RUN_TEST_ff_i_tg): Likewise.
27481         (RUN_TEST_f_b): Likewise.
27482         (RUN_TEST_f_b_tg): Likewise.
27483         (RUN_TEST_f_l): Likewise.
27484         (RUN_TEST_f_L): Likewise.
27485         (RUN_TEST_sincos): Likewise.
27486         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27487         whether to show exceptions.  Do not include ");\n" in return
27488         value.
27489         (special_functions): Output call to RUN_TEST_sincos instead of
27490         check_float calls.  Update calls to new_test.
27491         (parse_args): Output call to single RUN_TEST_* macro instead of
27492         check_* calls and other assignments.  Update calls to new_test.
27494         [BZ #2546]
27495         [BZ #2560]
27496         [BZ #5159]
27497         [BZ #15426]
27498         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27499         input to result for tgamma overflow.
27500         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27501         (gamma_coeff): New variable.
27502         (NCOEFF): New macro.
27503         (gamma_positive): New function.
27504         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27505         underflow here.  Use gamma_positive instead of exp (lgamma) for
27506         other arguments.
27507         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27508         (gamma_coeff): New variable.
27509         (NCOEFF): New macro.
27510         (gammaf_positive): New function.
27511         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27512         underflow here.  Use gamma_positive instead of exp (lgamma) for
27513         other arguments.
27514         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27515         (gamma_coeff): New variable.
27516         (NCOEFF): New macro.
27517         (gammal_positive): New function.
27518         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27519         underflow here.  Use gamma_positive instead of exp (lgamma) for
27520         other arguments.
27521         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27522         (gamma_coeff): New variable.
27523         (NCOEFF): New macro.
27524         (gammal_positive): New function.
27525         (__ieee754_gammal_r): Handle positive infinity, overflow and
27526         underflow here.  Handle NaN the same as positive infinity.  Remove
27527         check x < 0xffffffff for negative integers.  Use gamma_positive
27528         instead of exp (lgamma) for other arguments.
27529         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27530         (gamma_coeff): New variable.
27531         (NCOEFF): New macro.
27532         (gammal_positive): New function.
27533         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27534         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27535         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27536         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27537         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27538         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27539         * sysdeps/generic/math_private.h (__gamma_productf): New
27540         prototype.
27541         (__gamma_product): Likewise.
27542         (__gamma_productl): Likewise.
27543         * math/Makefile (libm-calls): Add gamma_product.
27544         * math/libm-test.inc (tgamma_test): Add more tests.
27545         * sysdeps/i386/fpu/libm-test-ulps: Update.
27546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27548 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27550         * benchtests/bench-skeleton.c (main): Preheat CPU.
27552 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27554         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27556 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27558         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27559         and _dl_skip_args_internal.
27561 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27563         * manual/message.texi (Message Translation): Talk about users.
27564         Message to key mapping impacts design.
27566 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27568         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27570         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27572         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27573         * sysdeps/wordsize-64/glob64.c: ... here.
27575         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27576         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27577         New macros.
27579         * debug/getlogin_r_chk.c: Moved to ...
27580         * login/getlogin_r_chk.c: ... here.
27581         * debug/Makefile (routines): Move getlogin_r_chk to ...
27582         * login/Makefile (routines): ... here.
27583         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27584         * login/Versions (libc: GLIBC_2.4): ... here.
27586         * io/poll.c (__poll): Renamed from poll.
27587         Add libc_hidden_def.
27588         (poll): Define as weak alias.
27590         * debug/ptsname_r_chk.c: Moved to ...
27591         * login/ptsname_r_chk.c: ... here.
27592         * debug/Makefile (routines): Move ptsname_r_chk to ...
27593         * login/Makefile (routines): ... here.
27594         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27595         * login/Versions (libc: GLIBC_2.4): ... here.
27597         * posix/getlogin.c: Moved to ...
27598         * login/getlogin.c: ... here.
27599         * posix/getlogin_r.c: Moved to ...
27600         * login/getlogin_r.c: ... here.
27601         * posix/getlogin_r.c: Moved to ...
27602         * login/getlogin_r.c: ... here.
27603         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27604         * login/Makefile (routines): ... here.
27605         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27606         * login/Versions (libc: GLIBC_2.0): ... here.
27608         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27609         (setrlimit): Define as weak alias.
27611         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
27612         Call __ names for open, ftruncate, and close.
27613         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
27614         (truncate): Define as weak alias.
27616 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
27618         * math/gen-libm-test.pl (parse_args): Initialize x before each
27619         test of frexp, modf and remquo.
27621         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
27622         test signgam value.
27624 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27626         [BZ #15418]
27627         [BZ #15419]
27628         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
27629         internal tests.
27630         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27632 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27634         * elf/dl-writev.h: New file.
27635         * elf/dl-misc.c: Include it.
27636         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
27637         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
27639 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
27641         * math/libm-test.inc (noXFails): Remove variable.
27642         (noXPasses): Likewise.
27643         (BUILD_COMPLEX_INT): Remove macro.
27644         (print_screen): Remove xfail argument.
27645         (print_screen_max_error): Likewise.
27646         (update_stats): Likewise.
27647         (print_max_error): Likewise.  Update calls to other affected
27648         functions.
27649         (print_complex_max_error): Likewise.
27650         (test_single_exception): Update calls to print_screen.
27651         (test_single_errno): Likewise.
27652         (check_float_internal): Remove xfail argument.  Update calls to
27653         other affected functions.
27654         (check_float): Likewise.
27655         (check_complex): Likewise.
27656         (check_int): Likewise.
27657         (check_long): Likewise.
27658         (check_bool): Likewise.
27659         (check_longlong): Likewise.
27660         (main): Don't print noXFails and noXPasses.
27661         * math/gen-libm-test.pl (top level): Don't mention expected
27662         failure handling in comment.
27663         (new_test): Don't handle expected failures.
27664         (parse_args): Don't mention expected failure handling in comment.
27665         (generate_testfile): Don't handle expected failures.
27666         (parse_ulps): Likewise.
27667         (print_ulps_file): Likewise.
27668         (get_failure): Remove function.
27669         (output_test): Don't handle expected failures.
27670         * make/README.libm-test: Don't mention expected failure handling.
27672         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
27673         (minus_zero): Likewise.
27674         (plus_infty): Likewise.
27675         (minus_infty): Likewise.
27676         (qnan_value): Likewise.
27677         (max_value): Likewise.
27678         (min_value): Likewise.
27679         (min_subnorm_value): Likewise.
27680         (initialize): Do not initialize those variables dynamically.
27682 2013-05-03  Roland McGrath  <roland@hack.frob.com>
27684         * io/open.c (__open_2): Moved to ...
27685         * io/open_2.c: ... this new file.
27686         * io/open64.c (__open64_2): Moved to ...
27687         * io/open64_2.c: ... this new file.
27688         * io/openat.c (__openat_2): Moved to ...
27689         * io/openat_2.c: ... this new file.
27690         * io/openat64.c (__openat64_2): Moved to ...
27691         * io/openat64_2.c: ... this new file.
27692         * io/Makefile (routines): Add them.
27693         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
27694         * sysdeps/unix/sysv/linux/open_2.c: File removed.
27695         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
27696         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
27697         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
27698         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
27699         (__openat64): Add hidden_ver.
27700         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
27701         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
27703         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
27704         Separately conditionalize setting of GLRO(dl_sysinfo) so
27705         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
27706         as well, but the actual setting is only under [NEED_DL_SYSINFO].
27708 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27710         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
27711         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
27712         definition.
27713         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
27714         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27715         (_libc_vdso_platform_setup): Add __vdso_time initialization.
27716         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
27717         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
27719 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
27721         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
27722         test signgam value.
27724         * math/libm-test.inc (hypot_test): Do not use
27725         IGNORE_ZERO_INF_SIGN.
27727 2013-05-03  Andreas Jaeger  <aj@suse.de>
27729         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
27730         Linux 3.9.
27731         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
27732         (PF_MAX): Adjust for VSOCK change.
27734 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27736         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27738 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
27740         [BZ #15264]
27741         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
27742         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
27743         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
27745 2013-05-02  David S. Miller  <davem@davemloft.net>
27747         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27749 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
27751         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
27753 2013-05-01  Roland McGrath  <roland@hack.frob.com>
27755         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
27757 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
27759         [BZ #14952]
27760         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
27761         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27762         Use __attribute__ ((__gnu_inline__)).
27763         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27764         Don't use __attribute__ ((__gnu_inline__)).
27766 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
27768         [BZ #15423]
27769         * math/s_catan.c (__catan): Handle small real or imaginary part of
27770         input specially to avoid spurious underflow.
27771         * math/s_catanf.c (__catanf): Likewise.
27772         * math/s_catanh.c (__catanh): Likewise.
27773         * math/s_catanhf.c (__catanhf): Likewise.
27774         * math/s_catanhl.c (__catanhl): Likewise.
27775         * math/s_catanl.c (__catanl): Likewise.
27776         * math/libm-test.inc (catan_test): Add more tests.
27777         (catanh_test): Likewise.
27778         * sysdeps/i386/fpu/libm-test-ulps: Update.
27779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27781 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27783         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27785 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
27787         [BZ #15416]
27788         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
27789         accurately for denominator in atan2.
27790         * math/s_catanf.c (__catanf): Likewise.
27791         * math/s_catanh.c (__catanh): Likewise.
27792         * math/s_catanhf.c (__catanhf): Likewise.
27793         * math/s_catanhl.c (__catanhl): Likewise.
27794         * math/s_catanl.c (__catanl): Likewise.
27795         * math/libm-test.inc (catan_test): Add more tests.
27796         (catanh_test): Likewise.
27797         * sysdeps/i386/fpu/libm-test-ulps: Update.
27798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27800 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27802         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
27804         * benchtests/Makefile (bench): Remove slow benchmarks.
27805         * benchtests/atan-inputs: Add slow benchmark inputs.
27806         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
27807         (BENCH_FUNC): Accept variant offset.
27808         (VARIANT): Define.
27809         * benchtests/bench-skeleton.c (main): Run benchmark for each
27810         variant.
27811         * benchtests/cos-inputs: Add slow benchmark inputs.
27812         * benchtests/exp-inputs: Likewise.
27813         * benchtests/pow-inputs: Likewise.
27814         * benchtests/sin-inputs: Likewise.
27815         * benchtests/slowatan-inputs: Remove.
27816         * benchtests/slowatan.c: Remove.
27817         * benchtests/slowcos-inputs: Remove.
27818         * benchtests/slowcos.c: Remove.
27819         * benchtests/slowexp-inputs: Remove.
27820         * benchtests/slowexp.c: Remove.
27821         * benchtests/slowpow-inputs: Remove.
27822         * benchtests/slowpow.c: Remove.
27823         * benchtests/slowsin-inputs: Remove.
27824         * benchtests/slowsin.c: Remove.
27825         * benchtests/slowtan-inputs: Remove.
27826         * benchtests/slowtan.c: Remove.
27827         * benchtests/tan-inputs: Add slow benchmark inputs.
27828         * scripts/bench.pl: Parse comments and directives.
27830         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
27831         in CPPFLAGS.
27832         ($(objpfx)bench-%.c): Remove *-ITER.
27833         * benchtests/bench-modf.c: Remove definition of ITER.
27834         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
27835         (main): Loop for DURATION seconds instead of fixed number of
27836         iterations.
27837         * scripts/bench.pl: Don't expect iterations in parameters.
27839 2013-04-29  Roland McGrath  <roland@hack.frob.com>
27841         * io/fchdir.c (__fchdir): Renamed from fchdir.
27842         (fchdir): Define as weak alias.
27844 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27846         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
27847         (ERRNO_EDOM): Likewise.
27848         (ERRNO_ERANGE): Likewise.
27849         (noErrnoTests): New variable.
27850         (init_max_error): Set errno to 0.
27851         (test_single_errno): New function.
27852         (test_errno): Likewise.
27853         (check_float_internal): Call test_errno.  Set errno to 0.
27854         (check_complex): Refer to errno tests in comment.
27855         (check_int): Call test_errno.  Set errno to 0.
27856         (check_long): Likewise.
27857         (check_bool): Likewise.
27858         (check_longlong): Likewise.
27859         (cos_test): Use ERRNO_* flags for errno tests instead of
27860         check_int.
27861         (expm1_test): Likewise.
27862         (fmod_test): Likewise.
27863         (ilogb_test): Likewise.
27864         (lgamma_test): Likewise.
27865         (pow_test): Likewise.
27866         (remainder_test): Likewise.
27867         (sin_test): Likewise.
27868         (tan_test): Likewise.
27869         (yn_test): Likewise.
27870         (initialize): Set errno to 0.
27871         (main): Print number of errno tests.
27872         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
27874 2013-04-29  Andreas Jaeger  <aj@suse.de>
27876         [BZ #15084]
27877         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
27878         and RES_USEVC.
27880         [BZ #15085]
27881         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
27882         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
27883         unimplemented.
27885         [BZ #15380]
27886         * stdlib/random.c (__initstate): Return NULL if
27887         __initstate fails.
27889         [BZ #15086]
27890         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
27891         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
27892         RES_SNGLKUPREOP.
27894 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27896         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27898 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27900         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
27901         of individual tests.
27902         (casin_test): Likewise.
27903         (casinh_test): Likewise.
27905 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
27907         [BZ #15409]
27908         * math/s_catan.c (__catan): Handle arguments with large real or
27909         imaginary part separately without squaring.
27910         * math/s_catanf.c (__catanf): Likewise.
27911         * math/s_catanh.c (__catanh): Likewise.
27912         * math/s_catanhf.c (__catanhf): Likewise.
27913         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27914         and redefine.
27915         (__catanhl): Handle arguments with large real or imaginary part
27916         separately without squaring.
27917         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27918         and redefine.
27919         (__catanl): Handle arguments with large real or imaginary part
27920         separately without squaring.
27921         * math/libm-test.inc (catan_test): Add more tests.
27922         (catanh_test): Likewise.
27923         * sysdeps/i386/fpu/libm-test-ulps: Update.
27924         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27926 2013-04-27  Andreas Jaeger  <aj@suse.de>
27928         [BZ #15007]
27929         * stdlib/stdlib.h: Update guards for qecvt.
27930         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
27931         <stdlib.h>.
27933 2013-04-27  Allan McRae  <allan@archlinux.org>
27935         * sysdeps/i386/fpu/libm-test-ulps: Update.
27937 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
27939         [BZ #15406]
27940         * math/s_catan.c: Include <float.h>.
27941         (__catan): Ensure underflow exception occurs for underflowed
27942         result.
27943         * math/s_catanf.c: Include <float.h>.
27944         (__catanf): Ensure underflow exception occurs for underflowed
27945         result.
27946         * math/s_catanh.c: Include <float.h>.
27947         (__catanh): Ensure underflow exception occurs for underflowed
27948         result.
27949         * math/s_catanhf.c: Include <float.h>.
27950         (__catanhf): Ensure underflow exception occurs for underflowed
27951         result.
27952         * math/s_catanhl.c: Include <float.h>.
27953         (__catanhl): Ensure underflow exception occurs for underflowed
27954         result.
27955         * math/s_catanl.c: Include <float.h>.
27956         (__catanl): Ensure underflow exception occurs for underflowed
27957         result.
27958         * math/libm-test.inc (catan_test): Add more tests.
27959         (catanh_test): Likewise.
27961         [BZ #15405]
27962         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
27963         underflowed result.
27964         * math/s_ccoshf.c (__ccoshf): Likewise.
27965         * math/s_ccoshl.c (__ccoshl): Likewise.
27966         * math/s_csin.c (__csin): Likewise.
27967         * math/s_csinf.c (__csinf): Likewise.
27968         * math/s_csinh.c (__csinh): Likewise.
27969         * math/s_csinhf.c (__csinhf): Likewise.
27970         * math/s_csinhl.c (__csinhl): Likewise.
27971         * math/s_csinl.c (__csinl): Likewise.
27972         * math/libm-test.inc (ccos_test): Add more tests.
27973         (ccosh_test): Likewise.
27974         (csin_test): Likewise.
27975         (csinh_test): Likewise.
27977 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27979         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
27980         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
27981         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
27982         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
27983         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
27984         powerpc/power5+/fpu folders.
27985         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
27988 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
27990         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27992 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
27994         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
27995         additions to variable.
27996         [$(config-machine) = x86_64] (modules-names): Likewise.
27997         ($(objpfx)tst-audit3): Remove dependency.
27998         ($(objpfx)tst-audit3.out): Likewise.
27999         ($(objpfx)tst-audit4): Likewise.
28000         ($(objpfx)tst-audit4.out): Likewise.
28001         ($(objpfx)tst-audit5): Likewise.
28002         ($(objpfx)tst-audit5.out): Likewise.
28003         ($(objpfx)tst-audit6): Likewise.
28004         ($(objpfx)tst-audit6.out): Likewise.
28005         ($(objpfx)tst-audit7): Likewise.
28006         ($(objpfx)tst-audit7.out): Likewise.
28007         (tst-audit3-ENV): Remove variable.
28008         (tst-audit4-ENV): Likewise.
28009         (tst-audit5-ENV): Likewise.
28010         (tst-audit6-ENV): Likewise.
28011         (tst-audit7-ENV): Likewise.
28012         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28013         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28014         addition to variable.
28015         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28016         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28017         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28018         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28019         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28020         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28021         tst-audit3, tst-audit4 and tst-audit5.
28022         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28023         tst-audit6 and tst-audit7.
28024         [$(subdir) = elf] (modules-names): Add audit modules for those
28025         tests.
28026         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28027         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28028         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28029         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28030         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28031         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28032         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28033         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28034         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28035         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28036         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28037         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28038         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28039         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28040         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28041         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28042         Likewise.
28043         [$(subdir) = elf && $(config-cflags-avx) = yes]
28044         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28045         [$(subdir) = elf && $(config-cflags-avx) = yes]
28046         (CFLAGS-tst-auditmod4a.c): Likewise.
28047         [$(subdir) = elf && $(config-cflags-avx) = yes]
28048         (CFLAGS-tst-auditmod4b.c): Likewise.
28049         [$(subdir) = elf && $(config-cflags-avx) = yes]
28050         (CFLAGS-tst-auditmod6b.c): Likewise.
28051         [$(subdir) = elf && $(config-cflags-avx) = yes]
28052         (CFLAGS-tst-auditmod6c.c): Likewise.
28053         [$(subdir) = elf && $(config-cflags-avx) = yes]
28054         (CFLAGS-tst-auditmod7b.c): Likewise.
28055         * elf/tst-audit3.c: Move to ...
28056         * sysdeps/x86_64/tst-audit3.c: ... here.
28057         * elf/tst-audit4.c: Move to ...
28058         * sysdeps/x86_64/tst-audit4.c: ... here.
28059         * elf/tst-audit5.c: Move to ...
28060         * sysdeps/x86_64/tst-audit5.c: ... here.
28061         * elf/tst-audit6.c: Move to ...
28062         * sysdeps/x86_64/tst-audit6.c: ... here.
28063         * elf/tst-audit7.c: Move to ...
28064         * sysdeps/x86_64/tst-audit7.c: ... here.
28065         * elf/tst-auditmod3a.c: Move to ...
28066         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28067         * elf/tst-auditmod3b.c: Move to ...
28068         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28069         * elf/tst-auditmod4a.c: Move to ...
28070         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28071         * elf/tst-auditmod4b.c: Move to ...
28072         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28073         * elf/tst-auditmod5a.c: Move to ...
28074         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28075         * elf/tst-auditmod5b.c: Move to ...
28076         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28077         * elf/tst-auditmod6a.c: Move to ...
28078         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28079         * elf/tst-auditmod6b.c: Move to ...
28080         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28081         * elf/tst-auditmod6c.c: Move to ...
28082         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28083         * elf/tst-auditmod7a.c: Move to ...
28084         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28085         * elf/tst-auditmod7b.c: Move to ...
28086         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28088 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28090         [BZ #15366]
28091         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28092         define unconditionally.
28093         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28094         define unconditionally.
28095         (INT8_C, INT16_C, etc.): Likewise.
28097 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28099         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28100         __ehdr_start with hidden visibility.
28102         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28104 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28106         * math/libm-test.inc (cos_test): Use accurate hex constants.
28107         (sincost_test): Likewise.
28109 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28111         * math/libm-test.inc (catan_test): Add more tests.
28112         (catanh_test): Likewise.
28114         * math/s_catanf.c (__catanf): Use suffixed floating-point
28115         constants.
28116         * math/s_catanhf.c (__catanhf): Likewise.
28117         * math/s_catanhl.c (__catanhl): Likewise.
28118         * math/s_catanl.c (__catanl): Likewise.
28120         [BZ #15394]
28121         * math/s_catan.c (__catan): Calculate imaginary part of result
28122         with log1p not log unless computing log of number close to 0.
28123         * math/s_catanf.c (__catanf): Likewise.
28124         * math/s_catanl.c (__catanl): Likewise.
28125         * math/s_catanh.c (__catanh): Calculate real part of result with
28126         log1p not log unless computing log of number close to 0.
28127         * math/s_catanhf.c (__catanhf): Likewise.
28128         * math/s_catanhl.c (__catanhl): Likewise.
28129         * math/libm-test.inc (catan_test): Add more tests.
28130         (catanh_test): Likewise.
28131         * sysdeps/i386/fpu/libm-test-ulps: Update.
28132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28134 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28136         * benchtests/Makefile: Mention files in which fast and slow
28137         paths of math functions are implemented.
28139 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28141         * sysdeps/posix/timespec_get.c: New file.
28143 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28145         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28146         POWER.
28147         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28148         for POWER.
28149         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28150         powerpc/power5/fpu folders.
28151         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28152         * benchtests/Makefile: Add modf testcase.
28153         * benchtests/bench-modf.c: New file: Benchmark test for mo
28155 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28157         [BZ #14888]
28158         * time/Makefile (tests): Add tst-strptime-whitespace.
28159         * time/strptime_l.c (get_number): Use ISSPACE.
28160         (__strptime_internal): Likewise.
28161         * time/tst-strptime-whitespace.c: New test case.
28163 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28165         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28166         member.
28167         (_nss_files_init): Set it here.
28169 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28171         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28172         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28173         unsigned.
28175 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28177         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28179 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28181         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28182         size just once.
28184 2013-04-21  David S. Miller  <davem@davemloft.net>
28186         * po/ru.po: Update Russion translation from translation project.
28188 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28190         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28191         and setfsgid.
28193 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28195         * configure.in: Remove i386 configure warning. Remove i386 case.
28196         * configure: Regenerate.
28197         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28198         Add example to error message.
28199         * sysdeps/i386/configure: Regenerate.
28201 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28203         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28204         slowtan.
28205         * benchtests/cos-inputs: New file.
28206         * benchtests/slowcos-inputs: New file.
28207         * benchtests/slowcos.c: New file.
28208         * benchtests/slowtan-inputs: New file.
28209         * benchtests/slowtan.c: New file.
28210         * benchtests/tan-inputs: New file.
28212 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28214         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28215         considered kosher.
28217 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28219         * benchtests/Makefile: Include cppflags-iterator.mk to add
28220         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28222         * Makefile.in (bench-clean): New target.
28223         * benchtests/Makefile (bench-clean): Likewise.
28225 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28227         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28229 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28231         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28233 2013-04-15  Andreas Schwab  <schwab@suse.de>
28235         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28236         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28237         * nscd/pwdcache.c (cache_addpw): Likewise.
28238         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28239         more than recsize.
28241 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28243         * benchtests/Makefile (bench): Write all output to
28244         bench-out.tmp together.
28246 2013-04-15  Andreas Schwab  <schwab@suse.de>
28248         * nscd/nscd.c (main): Don't fork again after closing files.
28250 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28252         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28254         * benchtests/Rules (bench-deps): Collect dependencies into a
28255         single variable.  Add Makefile to dependencies.
28256         ($(objpfx)bench-%.c): Depend on bench-deps.
28258 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28259             Xavier Roche  <roche+kml2@exalead.com>
28261         [BZ #15361]
28262         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28263         just that it's a file descriptor.
28264         * manual/llio.texi (Synchronizing AIO Operations): Update description
28265         for EBADF error from aio_fsync.
28267 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28269         * Rules (bench): Move target definition...
28270         * benchtests/Makefile: ... here.
28272 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28274         * math/libm-test.inc (cos_test): Fix PI/2 test.
28275         (sincos_test): Likewise.
28276         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28277         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28279 2013-04-11  Andreas Schwab  <schwab@suse.de>
28281         [BZ #13988]
28282         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28283         accept exponent character only when digits were seen.
28284         * stdio-common/Makefile (tests): Add bug26.
28285         * stdio-common/bug26.c: New file.
28287         [BZ #14293]
28288         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28289         non-freeable.
28291 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28293         * Makeconfig (rtld-prefix): Define built linker prefix.
28294         * Rules (run-bench): Use it.
28295         * math/Makefile (run-regen-ulps): Likewise.
28297         * Rules (bench): Remove eval.
28299 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28300             Roland McGrath  <roland@hack.frob.com>
28301             Ondrej Bilka  <neleai@seznam.cz>
28303         [BZ #15346]
28304         * time/getdate.c: Include ctype.h and alloca.h.
28305         (__getdate_r): Trim leading and trailing spaces of input.
28306         * time/tst-getdate.c (tests): Add tests with leading and
28307         trailing spaces.
28309 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28311         [BZ #14280]
28312         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28313         when computing value.
28315 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28317         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28318         Use testrun.sh to run libm tests.
28320         [BZ #15309]
28321         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28323 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28325         [BZ #15264]
28326         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28328 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28330         * Makefile.in (regen-ulps): New target.
28331         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28332         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28333         [ifneq (no,$(PERL)] (regen-ulps): New target.
28334         [ifeq (no,$(PERL)] (regen-ulps): New target.
28335         * math/libm-test.inc (ulps_file_name): Define.
28336         (output_dir): New variable.
28337         (options): Add "output-dir" option.
28338         (parse_opt): Handle 'o' case.
28339         (main): If output_dir is non-NULL use it as a prefix
28340         otherwise use "".
28341         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28343 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28345         [BZ #10060, #10062]
28346         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28347         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28348         fail configure if __sync_val_compare_and_swap is not inlined.
28349         * sysdeps/i386/configure: Regenerate.
28350         * configure.in: Build for i686 when configured for i386.
28351         * configure: Regenerate.
28352         * README: Remove i386 reference.
28354 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28356         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28357         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28359 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28361         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28362         (lmsnanval): New variables.
28363         (F): Add conversion tests.
28364         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28365         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28367         * stdio-common/tstdiomisc.c (F): Properly collect individual
28368         tests' results.
28370         [BZ #14686, #15336]
28371         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28372         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28373         Instead, use input NaN values or generate a qNaN by arithmetic
28374         operation.  Also fix bugs to comply with the standard.
28375         * math/libm-test.inc (remainder_test): Add more tests.
28377         [BZ #15335, #15342]
28378         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28379         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28380         input NaN values or generate a qNaN by arithmetic operation.
28382         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28383         unreachable code.
28385         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28386         definitions.
28388 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28390         [BZ #14478]
28391         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28392         underflowed result.
28393         * math/s_cexpf.c (__cexpf): Likewise.
28394         * math/s_cexpl.c (__cexpl): Likewise.
28395         * math/libm-test.inc (cexp_test): Add more tests.
28397 2013-04-03  Andreas Schwab  <schwab@suse.de>
28399         [BZ #15330]
28400         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28401         order arrays from heap if bigger than alloca cutoff.
28403 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28405         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28406         (SNAN_TESTS_double): Refer to GCC PR56831.
28407         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28408         GCC PR56828.
28410 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28412         * Rules (bench): Move bench.out after the run is complete.
28414         * Rules (bench): Echo currently running benchmark.
28416         * benchtests/Makefile (bench): Add atan and slowatan.
28417         * benchtests/atan-inputs: New file.
28418         * benchtests/slowatan-inputs: New file.
28419         * benchtests/slowatan.c: New file.
28421         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28422         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28423         its value.
28425         [BZ #15305]
28426         * sysdeps/unix/sysv/linux/kernel-features.h
28427         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28428         __ASSUME_XFS_RESTRICTED_CHOWN.
28429         * sysdeps/unix/sysv/linux/pathconf.c
28430         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28431         Save and restore errno.
28433 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28435         [BZ #15327]
28436         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28437         arguments using __kernel_casinh.
28438         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28439         arguments using __kernel_casinhf.
28440         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28441         arguments using __kernel_casinhl.
28442         * math/libm-test.inc (cacosh_test): Add more tests.
28443         * sysdeps/i386/fpu/libm-test-ulps: Update.
28444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28446 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28448         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28449         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28451         * bench/Makefile (bench): Add sin and slowsin.
28452         * benchtests/sin-inputs: New file.
28453         * benchtests/slowsin-inputs: New file.
28454         * benchtests/slowsin.c: New file.
28456         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28457         (bench): Add slowexp and slowpow.
28458         (exp-ITER): Increase iterations.
28459         (pow-ITER): Likewise.
28460         * benchtests/exp-inputs: Change input.
28461         * benchtests/pow-inputs: Likewise.
28462         * benchtests/slowexp-inputs: New file.
28463         * benchtests/slowexp.c: New file.
28464         * benchtests/slowpow-inputs: New file.
28465         * benchtests/slowpow.c: New file.
28467 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28469         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28470         instructions.
28471         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28472         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28473         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28474         * benchtests/Makefile: Add rint benchtest.
28475         * benchtests/rint-inputs: Input for rint benchtest.
28477 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28479         * Versions.def (libm): Add GLIBC_2.18.
28480         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28481         hidden libm prototypes.
28482         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28483         * math/Makefile (libm-calls): Add s_issignaling.
28484         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28485         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28486         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28487         declaration.
28488         * math/math.h [__USE_GNU] (issignaling): New macro.
28489         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28490         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28491         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28492         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28493         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28494         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28495         * manual/arith.texi (issignaling): New section.
28496         * manual/libm-err-tab.pl (@all_functions): Update comment.
28497         * math/gen-libm-test.pl (parse_args): Apply special handling for
28498         issignaling.
28499         * math/libm-test.inc (print_float, issignaling_test): New
28500         functions.
28501         (check_float_internal): Add issignaling checks.
28502         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28503         default definition.
28504         * sysdeps/powerpc/math-tests.h: New file.
28505         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28506         tests.
28507         * math/test-snan.c (TEST_FUNC): Likewise.
28509 2013-03-30  David S. Miller  <davem@davemloft.net>
28511         * po/de.po: Update from translation team.
28513 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28515         [BZ #10357]
28516         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28517         imaginary part less than 1.0 and real part less than 0.5
28518         specially.
28519         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28520         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28521         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28522         (cacos_test): Add more tests.
28523         (casin_test): Likewise.
28524         (casinh_test): Likewise.
28525         * sysdeps/i386/fpu/libm-test-ulps: Update.
28526         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28528 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28530         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28531         ONE with its value.
28533         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28534         (__pow_mp): Replace ONE and MONE with their values.
28535         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28536         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28537         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28538         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28539         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28540         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28542         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28544         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28545         (__pow_mp): Replace ZERO and MZERO with their values.
28546         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28547         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28548         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28549         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28550         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28551         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28552         (__sqr): Likewise.
28554         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28556         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28558 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28560         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28561         Declare with __attribute__ ((weak)).
28562         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28563         Call __call_tls_dtors only if it's not NULL.
28565 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28567         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28568         didn't do it already, then set _dl_phdr and _dl_phnum based on the
28569         magic __ehdr_start linker symbol if it's defined.
28570         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28571         them up here if it was already done.
28573         * elf/dl-support.c (_dl_phdr): Make pointer to const.
28574         (_dl_aux_init): Use const in cast when setting it.
28575         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28576         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28577         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28579         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28580         Declare them here.
28581         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28582         * csu/libc-tls.c: Nor here.
28583         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28585         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28586         (__libc_message): Never call vsyslog.
28588 2013-03-28  Alan Modra  <amodra@gmail.com>
28590         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28591         Define as empty.
28592         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28593         Likewise.
28595 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28597         [BZ #15214]
28598         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28599         underflow.
28600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28602 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28604         [BZ #15304]
28605         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28606         Don't add gid passed as argument.
28608         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28610 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
28612         [BZ #15307]
28613         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28614         imaginary part between 1.0 and 1.5 and real part less than 0.5
28615         specially.
28616         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28617         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28618         * math/libm-test.inc (cacos_test): Add more tests.
28619         (casin_test): Likewise.
28620         (casinh_test): Likewise.
28621         * sysdeps/i386/fpu/libm-test-ulps: Update.
28622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28624 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28626         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
28627         constants.
28628         (norm): Likewise.
28629         (denorm): Likewise.
28630         (__dbl_mp): Likewise.
28631         (add_magnitudes): Likewise.
28632         (sub_magnitudes): Likewise.
28633         (__add): Likewise.
28634         (__sub): Likewise.
28635         (__mul): Likewise.
28636         (__sqr): Likewise.
28637         (__inv): Likewise.
28638         (__dvd): Likewise.
28640         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
28641         commented code.
28642         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
28643         (__dubcos): Likewise.
28644         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
28645         (__ieee754_acos): Likewise.
28646         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28647         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
28648         (__exp1): Likewise.
28649         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28650         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
28651         (log1): Likewise.
28652         (my_log2): Likewise.
28653         (checkint): Likewise.
28654         * sysdeps/ieee754/dbl-64/e_remainder.c
28655         (__ieee754_remainder): Likewise.
28656         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28657         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
28658         (bsloww): Likewise.
28659         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28661         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
28662         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
28663         MANTISSA_STORE_T to store computations on mantissa.  Use
28664         macros for rounding and division.
28665         (denorm): Likewise.
28666         (__dbl_mp): Likewise.
28667         (add_magnitudes): Likewise.
28668         (sub_magnitudes): Likewise.
28669         (__mul): Likewise.
28670         (__sqr): Likewise.
28671         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
28672         powers of two in terms of TWOPOW macro.
28673         (mp_no): Make type of mantissa as MANTISSA_T.
28674         [!RADIXI]: Define RADIXI.
28675         [!TWO52]: Define TWO52.
28676         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
28678 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28680         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
28681         llroundl symbol when building for PPC32.
28683 2013-03-24  Mark H Weaver  <mhw@netris.org>
28685         * manual/arith.texi (Normalization Functions): Fix prototypes for
28686         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
28688 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28690         [BZ #13889]
28691         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
28692         high value to check if expl overflow.
28693         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
28694         to check for underflow and overflow.
28695         * math/libm-test.inc: Add exp test.
28697 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
28699         [BZ #11120]
28700         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
28701         with NOT_IN_libc.
28703 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28705         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
28706         symbol.
28708 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28710         * math/gen-libm-test.pl (parse_args, special_functions): Properly
28711         wrap blocks consisting of several statements.
28713         * sysdeps/generic/math-tests.h: New file.
28714         * sysdeps/i386/fpu/math-tests.h: Likewise.
28715         * math/test-snan.c: Include it.
28716         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
28718 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28720         [BZ #15285]
28721         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
28722         (__ieee754_j0l): Do not improve calculations using cos of twice
28723         input for inputs above LDBL_MAX / 2.0L.
28724         (__ieee754_y0l): Likewise.
28725         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
28726         (__ieee754_j1l): Do not improve calculations using cos of twice
28727         input for inputs above LDBL_MAX / 2.0L.
28728         (__ieee754_y1l): Likewise.
28729         * math/libm-test.inc (j0_test): Add another test.
28730         (j1_test): Likewise.
28731         (y0_test): Likewise.
28732         (y1_test): Likewise.
28733         * sysdeps/i386/fpu/libm-test-ulps: Update.
28735 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28737         * Rules ($(objpfx)bench-%.c): Include code from a C source
28738         file.
28740 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28742         [BZ #15287]
28743         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28744         imaginary part 1.0 and real part less than 0.5 specially.
28745         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28746         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28747         * math/libm-test.inc (cacos_test): Add more tests.
28748         (casin_test): Likewise.
28749         (casinh_test): Likewise.
28750         * sysdeps/i386/fpu/libm-test-ulps: Update.
28751         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28753 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28755         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
28756         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
28758 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
28760         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
28761         * config.make.in (config-cflags-sse4): Remove variable.
28762         (config-cflags-avx): Likewise.
28763         (config-cflags-sse2avx): Likewise.
28764         (config-cflags-novzeroupper): Likewise.
28765         (config-asflags-i686): Likewise.
28766         (have-mfma4): Likewise.
28767         (have-as-vis3): Likewise.
28768         (MIG): Likewise.
28769         * configure.in (MIG): Do not AC_SUBST.
28770         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
28771         (libc_cv_cc_sse4): Do not AC_SUBST.
28772         (libc_cv_cc_avx): Likewise.
28773         (libc_cv_cc_sse2avx): Likewise.
28774         (libc_cv_cc_novzeroupper): Likewise.
28775         (libc_cv_cc_fma4): Likewise.
28776         (libc_cv_as_i686): Likewise.
28777         (libc_cv_sparc_as_vis3): Likewise.
28778         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
28779         LIBC_CONFIG_VAR.
28780         (config-asflags-i686): Likewise.
28781         (config-cflags-avx): Likewise.
28782         (config-cflags-sse2avx): Likewise.
28783         (have-mfma4): Likewise.
28784         (config-cflags-novzeroupper): Likewise.
28785         * sysdeps/mach/configure.in (MIG): Likewise.
28786         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
28787         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
28788         LIBC_CONFIG_VAR.
28789         (config-cflags-avx): Likewise.
28790         (config-cflags-sse2avx): Likewise.
28791         (have-mfma4): Likewise.
28792         (config-cflags-novzeroupper): Likewise.
28793         * configure: Regenerated.
28794         * sysdeps/i386/configure: Likewise.
28795         * sysdeps/mach/configure: Likewise.
28796         * sysdeps/sparc/configure: Likewise.
28797         * sysdeps/x86_64/configure: Likewise.
28799 2013-03-20  Roland McGrath  <roland@hack.frob.com>
28801         [BZ #14812]
28802         * locale/programs/localedef.c (options): Put N_ translation marker
28803         on argument names, not just descriptions.
28805 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28807         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
28809 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
28811         [BZ #14176]
28812         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
28814 2013-03-19  Roland McGrath  <roland@hack.frob.com>
28816         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
28817         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
28818         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
28819         [!BEFORE_ABORT] (before_abort): New function.
28820         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
28821         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
28822         (writev_for_fatal): New function.
28823         (WRITEV_FOR_FATAL): New macro; call that.
28824         (backtrace_and_maps): New function.
28825         (BEFORE_ABORT): New macro; call that.
28826         (struct str_list): Type removed.
28827         (__libc_message, __libc_fatal): Functions removed.
28828         Include <sysdeps/posix/libc_fatal.c> instead.
28830 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
28832         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
28833         constants.
28834         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
28835         double constants.
28837 2013-03-19  Andreas Schwab  <schwab@suse.de>
28839         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
28840         * sysdeps/gnu/configure: Regenerate.
28842         * configure.in: Substitute libc_cv_rtlddir.
28843         * configure: Regenerate.
28844         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
28845         * Makeconfig (rtlddir, inst_rtlddir): New variables.
28846         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
28847         * elf/Makefile (install-others, CFLAGS-interp.c)
28848         (ldso_install, common-ldd-rewrite): Likewise.
28849         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
28850         $(inst_slibdir)/$(rtld-installed-name).
28851         * scripts/rellns-sh: Add -p option.
28852         * Makerules (make-shlib-link): Use rellns-sh to get relative name
28853         for source.
28855 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28857         * manual/nptl.texi: Renamed to ...
28858         * manual/threads.texi: ... this.
28859         * manual/Makefile (chapters): Update.
28861 2013-03-18  Roland McGrath  <roland@hack.frob.com>
28863         [BZ #14812]
28864         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
28865         on argument names, not just descriptions.
28866         * malloc/memusagestat.c (options): Likewise.
28867         * nss/getent.c (options): Likewise.
28869 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
28871         [BZ #14812]
28872         * iconv/iconv_prog.c (options): Put N_ translation marker
28873         on argument names, not just descriptions.
28874         * iconv/iconvconfig.c (options): Likewise.
28876 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
28878         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
28879         implementation which is faster on all x86_64 architectures.
28880         Tested on AMD, Intel Nehalem, SNB, IVB.
28881         * sysdeps/x86_64/strnlen.S: Likewise.
28883         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28884         Remove all multiarch strlen and strnlen versions.
28885         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
28886         Remove strlen and strnlen related parts.
28888         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
28889         Inline strlen part.
28890         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
28892         * sysdeps/x86_64/multiarch/strlen.S: Remove.
28893         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
28894         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
28895         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
28896         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28897         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
28899 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
28901         * manual/memory.texi (Malloc Tunable Parameters):
28902         Sort parameters alphabetically. Add comments for missing entries.
28904 2013-03-17  David S. Miller  <davem@davemloft.net>
28906         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28908 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
28910         [BZ #15283]
28911         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
28912         for arguments at most half maximum finite value.
28913         * math/libm-test.inc (j0_test): Add more tests.
28914         (j1_test): Likewise.
28915         (y0_test): Likewise.
28916         (y1_test): Likewise.
28917         * sysdeps/i386/fpu/libm-test-ulps: Update.
28918         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28920         [BZ #14155]
28921         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
28922         1 / x and functions P and Q for arguments above 0x1p256L.
28923         (__ieee754_y0l): Likewise.
28924         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
28925         (__ieee754_y1l): Likewise.
28926         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
28927         (j1_test): Likewise.
28928         (y0_test): Likewise.
28929         (y1_test): Likewise.
28931 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
28933         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
28934         variable.
28936 2013-03-15  Roland McGrath  <roland@hack.frob.com>
28938         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
28939         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
28940         zero since it's initialized to EXEC_PAGESIZE.
28942         * sysdeps/unix/sysv/linux/ldsodefs.h
28943         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
28944         * sysdeps/generic/ldsodefs.h: ... here.
28946 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
28948         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
28950         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
28951         math/test-snan.c.
28952         * math/test-snan.c: Renamed from
28953         sysdeps/powerpc/fpu/test-powerpc-snan.c.
28954         * math/Makefile (tests): Add test-snan.
28955         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
28956         test-powerpc-snan.
28958         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
28959         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
28960         functions.
28961         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
28962         __builtin_nan family of functions.
28963         * math/libm-test.inc (initialize): Initialize qnan_value with
28964         __builtin_nan family of functions.
28965         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
28966         Remove variables.
28967         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
28968         Remove functions.
28969         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
28970         storage class.  Initialize qNaN_var and sNaN_var with
28971         __builtin_nan and __builtin_nans families of functions,
28972         respectively.
28974         * math/libm-test.inc (acosh_test): Also test with qNaN input.
28975         (sqrt_test): Remove duplicate test with qNaN input.
28976         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
28977         (round_test, signbit_test, significand_test): Note missing +/-Inf
28978         as well as qNaN tests.
28980         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
28981         qNaN_var.  Fix a few strings, too.
28982         * math/libm-test.inc (nan_value): Rename to qnan_value.
28983         * math/gen-libm-test.pl (%beautify): Adjust to that.
28984         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
28985         * math/test-misc.c (main): Likewise.
28986         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
28987         to __qnan_bytes, and __qnan_union, respectively.
28988         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
28989         Likewise.
28990         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
28991         and lqnanval, respectively.
28992         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
28993         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
28994         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
28995         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
28997         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
28998         * math/test-misc.c (main) [__x86_64__]: Enable test for long
28999         doubles.
29001         * math/test-misc.c (main): Fix copy'n'pastos.
29002         * misc/tst-efgcvt.c (special): Likewise.
29004         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29005         Remove declarations.
29007 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29009         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29010         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29011         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29012         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29014 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29016         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29017         macro to return vdso values correctly in IFUNC implementations.
29018         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29019         Optimization by using IFUNC.
29021 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29022             Richard Henderson  <rth@redhat.com>
29023             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29025         * Makefile.in (bench): New target.
29026         * NEWS: Mention the benchmark framework.
29027         * Rules (bench): Likewise.
29028         (binaries-bench): Generate binaries for functions to
29029         benchmark.
29030         * benchtests/Makefile: New makefile for benchmark tests.
29031         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29032         programs.
29033         * benchtests/exp-inputs: New input file for EXP function.
29034         * benchtests/pow-inputs: New input file for POW function.
29035         * scripts/bench.pl: New script to generate source files for
29036         benchmark programs.
29038 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29040         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29041         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29042         computations on mantissa.  Use macros for rounding and
29043         division.
29044         (denorm): Likewise.
29045         (__dbl_mp): Likewise.
29046         (add_magnitudes): Likewise.
29047         (sub_magnitudes): Likewise.
29048         (__mul): Likewise.
29049         (__sqr): Likewise.
29050         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29051         powers of two in terms of TWOPOW macro.
29052         (mp_no): Make type of mantissa as MANTISSA_T.
29053         [!RADIXI]: Define RADIXI.
29054         [!TWO52]: Define TWO52.
29055         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29057         * manual/nptl.texi (cindex): Modify threads to pthreads.
29059 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29061         * sysdeps/x86_64/preconfigure: Regenerated.
29063 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29065         [BZ #14155]
29066         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29067         0x1p28 and above.
29068         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29069         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29070         0x1p28 and above.
29071         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29072         * math/libm-test.inc (j0_test): Do not allow one spurious
29073         underflow exception.
29074         (y1_test): Likewise.
29076 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29078         * manual/Makefile (chapters): Add nptl.
29079         * manual/debug.texi (Debugging Support): Add link to Threads
29080         chapter.
29081         * manual/nptl.texi: New file.
29083         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29085 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29087         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29088         for non-NULL pointer before the memory validity test. Pointed
29089         out by Holger Brunck <holger.brunck@keymile.com>.
29091 2013-03-13  Andreas Schwab  <schwab@suse.de>
29093         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29094         instead of .os.
29096 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29098         * timezone/zic.c: Update from tzcode 2013b.
29100 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29102         * manual/install.texi (Configuring and compiling):
29103         Mention i686 and i586.
29104         * INSTALL: Regenerate.
29106 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29108         * sysdeps/init_array/elf-init.c: New file.
29109         * csu/elf-init.c
29110         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29111         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29113         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29114         __gmon_start__ as global, but as static with a .preinit_array pointer.
29115         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29116         * sysdeps/init_array/crti.S: New file, empty except for comments.
29117         * sysdeps/init_array/crtn.S: Likewise.
29119 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29121         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29122         definining bcopy.
29123         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29124         Remove Prefer_SSE_for_memop.
29125         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29126         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29127         HAS_PREFER_SSE_FOR_MEMOP.
29128         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29129         memset-x86-64.
29130         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29131         Remove bzero, memset ifunc support.
29132         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29133         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29134         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29135         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29137 2013-03-11  Andreas Schwab  <schwab@suse.de>
29139         [BZ #15234]
29140         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29141         by SHLIB_COMPAT.
29142         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29143         (GLIBC_2.16): Remove pthread_atfork.
29145 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29147         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29148         (ptestcases.h): Likewise.
29150 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29152         * Makeconfig ($(common-objpfx)config.status): Depend on
29153         sysdeps/*/preconfigure{,.in} too.
29155 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29157         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29158         (__free_hook): Use void * instead of __malloc_ptr_t.
29159         (__malloc_hook): Likewise.
29160         (__realloc_hook): Likewise.
29161         (__memalign_hook): Likewise.
29162         (__after_morecore_hook): Likewise.
29163         * malloc/arena.c (save_malloc_hook): Likewise.
29164         (save_free_hook): Likewise.
29165         * malloc/hooks.c (malloc_hook_ini): Likewise.
29166         (realloc_hook_ini): Likewise.
29167         (memalign_hook_ini): Likewise.
29168         * malloc/malloc.c (malloc_hook_ini): Likewise.
29169         (realloc_hook_ini): Likewise.
29170         (memalign_hook_ini): Likewise.
29171         (__free_hook): Likewise.
29172         (__malloc_hook): Likewise.
29173         (__realloc_hook): Likewise.
29174         (__memalign_hook): Likewise.
29175         (__libc_malloc): Likewise.
29176         (__libc_free): Likewise.
29177         (__libc_realloc): Likewise.
29178         (__libc_memalign): Likewise.
29179         (__libc_valloc): Likewise.
29180         (__libc_pvalloc): Likewise.
29181         (__libc_calloc): Likewise.
29182         (__posix_memalign): Likewise.
29183         * malloc/morecore.c (__sbrk): Likewise.
29184         (__default_morecore): Likewise.
29186         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29188         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29189         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29190         __malloc_ptrdiff_t.
29192         * malloc/malloc.h (__malloc_size_t): Remove macro.
29193         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29194         __malloc_size_t.
29195         (old_memalign_hook): Likewise.
29196         (old_realloc_hook): Likewise.
29197         (struct hdr): Likewise.
29198         (flood): Likewise.
29199         (mallochook): Likewise.
29200         (memalignhook): Likewise.
29201         (reallochook): Likewise.
29202         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29203         (tr_old_realloc_hook): Likewise.
29204         (tr_old_memalign_hook): Likewise.
29205         (tr_mallochook): Likewise.
29206         (tr_reallochook): Likewise.
29207         (tr_memalignhook): Likewise.
29209 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29211         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29212         default_ldbl_pack and using as default implementation.
29213         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29214         implementation.
29215         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29216         redundant definition.
29217         (ldbl_insert_mantissa): Likewise.
29218         (ldbl_canonicalize): Likewise.
29219         (ldbl_nearbyint): Likewise.
29220         (ldbl_pack): Rename to ldbl_pack_ppc.
29221         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29222         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29223         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29225 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29227         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29228         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29229         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29230         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29231         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29232         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29233         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29234         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29236 2013-03-07  Andreas Jaeger  <aj@suse.de>
29238         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29239         bits/mman-linux.h.
29241 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29243         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29244         Include mpa.h and declare __MPEXP.
29245         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29246         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29247         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29248         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29249         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29250         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29251         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29253         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29254         (__slowpow): Use long double EXPL and LOGL functions to
29255         compute POW.
29256         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29257         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29258         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29259         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29260         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29261         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29263         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29264         intermediate variable to calculate exponent.
29265         (__sqr): Likewise.
29266         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29267         Likewise.
29268         (__sqr): Likewise.
29270         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29271         [!NO__SQR]: Define __sqr.
29272         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29273         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29274         sysdeps/ieee754/dbl-64/mpa.c.
29275         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29277         [BZ #12723]
29278         * posix/Makefile (tests): Add tst-pathconf.
29279         * posix/tst-pathconf.c: New test case.
29280         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29281         _PC_PIPE_BUF.
29282         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29284 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29286         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29288 2013-03-06  Andreas Jaeger  <aj@suse.de>
29290         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29291         definition via __MAP_ANONYMOUS.
29293         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29294         it's not part of Linux headers.
29296         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29297         (MAP_HUGE_MASK): Define.
29299         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29300         Define.
29301         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29302         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29303         Define.
29304         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29305         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29306         Define.
29307         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29308         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29309         Define.
29310         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29312         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29313         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29314         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29315         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29316         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29317         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29319         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29320         Handle f2fs.
29322         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29323         Handle f2fs and efivarfs.
29325         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29326         f2fs.
29328         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29329         (EFIVARFS_MAGIC): Add.
29330         (F2FS_LINK_MAX): Add.
29332 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29334         * stdio-common/vfprintf.c: Replace __builtin_expect with
29335         __glibc_unlikely.
29337 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29339         [BZ #13550]
29340         * sysdeps/generic/bp-sym.h: Remove file.
29341         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29342         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29343         <bp-sym.h> and <bp-asm.h>.
29344         (__longjmp): Don't use BP_SYM.
29345         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29346         and <bp-asm.h>.
29347         (memcpy): Don't use BP_SYM.
29348         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29349         <bp-sym.h> and <bp-asm.h>.
29350         (memcpy): Don't use BP_SYM.
29351         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29352         <bp-asm.h>.
29353         (memcpy): Don't use BP_SYM.
29354         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29355         <bp-asm.h>.
29356         (memset): Don't use BP_SYM.
29357         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29358         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29359         (__bzero): Don't use BP_SYM.
29360         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29361         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29362         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29363         <bp-sym.h> and <bp-asm.h>.
29364         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29365         pointers.
29366         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29367         <bp-sym.h> and <bp-asm.h>.
29368         (memcpy): Don't use BP_SYM.
29369         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29370         <bp-sym.h> and <bp-asm.h>.
29371         (memset): Don't use BP_SYM.
29372         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29373         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29374         (__bzero): Don't use BP_SYM.
29375         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29376         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29377         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29378         <bp-sym.h> and <bp-asm.h>.
29379         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29380         pointers.
29381         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29382         <bp-sym.h> and <bp-asm.h>.
29383         (memcpy): Don't use BP_SYM.
29384         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29385         <bp-sym.h> and <bp-asm.h>.
29386         (memset): Don't use BP_SYM.
29387         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29388         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29389         (__bzero): Don't use BP_SYM.
29390         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29391         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29392         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29393         <bp-sym.h> and <bp-asm.h>.
29394         (__memchr): Don't use BP_SYM.
29395         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29396         <bp-sym.h> and <bp-asm.h>.
29397         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29398         pointers.
29399         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29400         <bp-sym.h> and <bp-asm.h>.
29401         (memcpy): Don't use BP_SYM.
29402         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29403         <bp-sym.h> and <bp-asm.h>.
29404         (__mempcpy): Don't use BP_SYM.
29405         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29406         <bp-sym.h> and <bp-asm.h>.
29407         (__memrchr): Don't use BP_SYM.
29408         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29409         <bp-sym.h> and <bp-asm.h>.
29410         (memset): Don't use BP_SYM.
29411         (__bzero): Likewise.
29412         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29413         <bp-sym.h> and <bp-asm.h>.
29414         (__rawmemchr): Don't use BP_SYM.
29415         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29416         <bp-sym.h> and <bp-asm.h>.
29417         (__STRCMP): Don't use BP_SYM.
29418         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29419         <bp-sym.h> and <bp-asm.h>.
29420         (strchr): Don't use BP_SYM.
29421         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29422         <bp-sym.h> and <bp-asm.h>.
29423         (__strchrnul): Don't use BP_SYM.
29424         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29425         <bp-sym.h> and <bp-asm.h>.
29426         (strlen): Don't use BP_SYM.
29427         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29428         <bp-sym.h> and <bp-asm.h>.
29429         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29430         pointers.
29431         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29432         <bp-sym.h> and <bp-asm.h>.
29433         (__strnlen): Don't use BP_SYM.
29434         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29435         <bp-sym.h> and <bp-asm.h>.
29436         (__GI__setjmp): Don't use BP_SYM.
29437         (_setjmp): Likewise.
29438         (__sigsetjmp): Likewise.
29439         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29440         (L(start_addresses)): Don't use BP_SYM.
29441         (_start): Likewise.
29442         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29443         <bp-asm.h>.
29444         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29445         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29446         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29447         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29448         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29449         <bp-asm.h>.
29450         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29451         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29452         about bounded pointers.
29453         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29454         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29455         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29456         <bp-asm.h>.
29457         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29458         about bounded pointers.  Remove GKM FIXME comments.
29459         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29460         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29461         <bp-asm.h>.
29462         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29463         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29464         Remove GKM FIXME comments.
29465         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29466         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29467         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29468         <bp-asm.h>.
29469         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29470         about bounded pointers.  Remove GKM FIXME comment.
29471         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29472         and <bp-asm.h>.
29473         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29474         pointers.
29475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29476         <bp-sym.h> and <bp-asm.h>.
29477         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29479         <bp-sym.h> and <bp-asm.h>.
29480         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29481         comment.
29483 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29485         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29486         call free(NULL).
29488 2013-03-05  David S. Miller  <davem@davemloft.net>
29490         * po/es.po: Update from translation team.
29492 2013-03-05  Andreas Jaeger  <aj@suse.de>
29494         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29495         <bits/mman-linux.h>.
29496         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29497         is fine.
29498         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29499         <bits/mman-linux.h> to end of file.
29500         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29501         is fine.
29502         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29503         <bits/mman-linux.h> to end of file.
29504         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29505         is fine.
29506         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29507         <bits/mman-linux.h> to end of file.
29509         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29510         (MCL_CURRENT, MCL_FUTURE): Define here.
29512 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29514         [BZ #15232]
29515         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29516         attribute_hidden.
29517         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29519 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29521         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29522         fourth parameter needed for rt_sigprocmask syscall.
29523         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29524         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29525         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29526         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29527         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29528         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29530 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29532         [BZ #13550]
29533         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29534         comment about bounded pointers.
29535         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29536         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29538 2013-03-04  Andreas Jaeger  <aj@suse.de>
29540         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29541         common definitions.
29543         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29544         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29545         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29546         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29547         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29548         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29550 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29552         [BZ #15055]
29553         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29554         __ieee754_sqrl instead of __sqrl.
29556 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29558         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29559         * sysdeps/powerpc/fpu_control.h: ... here.
29560         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29561         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29562         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29563         * sysdeps/powerpc/bits/mathinline.h: ... here.
29565 2013-03-01  Roland McGrath  <roland@hack.frob.com>
29567         * elf/dl-hwcaps.c (_dl_important_hwcaps):
29568         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29569         to just [NEED_DL_SYSINFO_DSO].
29570         * elf/dl-support.c: Likewise.
29571         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29572         * elf/rtld.c (dl_main): Likewise.
29573         * elf/setup-vdso.h (setup_vdso): Likewise.
29574         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29575         * sysdeps/unix/sysv/linux/dl-sysdep.c
29576         (_dl_discover_osversion): Likewise.
29578 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
29580         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29581         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29583 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
29585         * NEWS: Mention libm performance improvements and non-x86 PI
29586         futex support.
29588         * csu/libc-start.c (__pthread_initialize_minimal): Change
29589         function arguments.
29590         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29592 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
29594         [BZ #13550]
29595         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29596         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
29597         <bp-sym.h> and <bp-asm.h>.
29598         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29599         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
29600         and <bp-asm.h>.
29601         (memcpy): Don't use BP_SYM.
29602         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29603         <bp-asm.h>.
29604         (__mpn_add_n): Don't use BP_SYM.
29605         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29606         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29607         and <bp-asm.h>.
29608         (__mpn_addmul_1): Don't use BP_SYM.
29609         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29610         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29611         <bp-sym.h>.
29612         (_setjmp): Don't use BP_SYM.
29613         (__novmx_setjmp): Likewise.
29614         (__GI__setjmp): Likewise.
29615         (__vmx_setjmp): Likewise.
29616         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
29617         <bp-sym.h>.
29618         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
29619         (__bzero): Don't use BP_SYM.
29620         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29621         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29622         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
29623         <bp-sym.h> and <bp-asm.h>.
29624         (memcpy): Don't use BP_SYM.
29625         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
29626         <bp-sym.h> and <bp-asm.h>.
29627         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29628         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
29629         <bp-sym.h> and <bp-asm.h>.
29630         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29631         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
29632         <bp-asm.h>.
29633         (__mpn_lshift): Don't use BP_SYM.
29634         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29635         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
29636         <bp-asm.h>.
29637         (memset): Don't use BP_SYM.
29638         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29639         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29640         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
29641         <bp-asm.h>.
29642         (__mpn_mul_1): Don't use BP_SYM.
29643         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29644         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
29645         <bp-sym.h> and <bp-asm.h>.
29646         (memcmp): Don't use BP_SYM.
29647         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
29648         <bp-sym.h> and <bp-asm.h>.
29649         (memcpy): Don't use BP_SYM.
29650         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
29651         <bp-sym.h> and <bp-asm.h>.
29652         (memset): Don't use BP_SYM.
29653         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
29654         <bp-sym.h> and <bp-asm.h>.
29655         (strncmp): Don't use BP_SYM.
29656         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
29657         <bp-sym.h> and <bp-asm.h>.
29658         (memcpy): Don't use BP_SYM.
29659         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
29660         <bp-sym.h> and <bp-asm.h>.
29661         (memset): Don't use BP_SYM.
29662         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
29663         <bp-sym.h> and <bp-asm.h>.
29664         (__memchr): Don't use BP_SYM.
29665         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
29666         <bp-sym.h> and <bp-asm.h>.
29667         (memcmp): Don't use BP_SYM.
29668         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
29669         <bp-sym.h> and <bp-asm.h>.
29670         (memcpy): Don't use BP_SYM.
29671         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
29672         <bp-sym.h> and <bp-asm.h>.
29673         (__mempcpy): Don't use BP_SYM.
29674         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
29675         <bp-sym.h> and <bp-asm.h>.
29676         (__memrchr): Don't use BP_SYM.
29677         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
29678         <bp-sym.h> and <bp-asm.h>.
29679         (memset): Don't use BP_SYM.
29680         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
29681         <bp-sym.h> and <bp-asm.h>.
29682         (__rawmemchr): Don't use BP_SYM.
29683         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
29684         <bp-sym.h> and <bp-asm.h>.
29685         (__STRCMP): Don't use BP_SYM.
29686         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
29687         <bp-sym.h> and <bp-asm.h>.
29688         (strchr): Don't use BP_SYM.
29689         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
29690         <bp-sym.h> and <bp-asm.h>.
29691         (__strchrnul): Don't use BP_SYM.
29692         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
29693         <bp-sym.h> and <bp-asm.h>.
29694         (strlen): Don't use BP_SYM.
29695         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
29696         <bp-sym.h> and <bp-asm.h>.
29697         (strncmp): Don't use BP_SYM.
29698         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
29699         <bp-sym.h> and <bp-asm.h>.
29700         (__strnlen): Don't use BP_SYM.
29701         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
29702         <bp-asm.h>.
29703         (__mpn_rshift): Don't use BP_SYM.
29704         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29705         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
29706         <bp-sym.h> and <bp-asm.h>.
29707         (__sigsetjmp): Don't use BP_SYM.
29708         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
29709         (L(start_addresses)): Don't use BP_SYM.
29710         (_start): Likewise.
29711         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
29712         <bp-asm.h>.
29713         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
29714         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29715         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29716         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
29717         <bp-asm.h>.
29718         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
29719         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29720         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29721         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
29722         <bp-asm.h>.
29723         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29724         comments.
29725         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29726         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
29727         <bp-asm.h>.
29728         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
29729         FIXME comments.
29730         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29731         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29732         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
29733         <bp-asm.h>.
29734         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29735         comment.
29736         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
29737         and <bp-asm.h>.
29738         (strncmp): Don't use BP_SYM,
29739         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
29740         <bp-asm.h>.
29741         (__mpn_sub_n): Don't use BP_SYM.
29742         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29743         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
29744         and <bp-asm.h>.
29745         (__mpn_submul_1): Don't use BP_SYM.
29746         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
29748         <bp-sym.h> and <bp-asm.h>.
29749         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
29751         <bp-sym.h> and <bp-asm.h>.
29752         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29753         comment.
29755 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29757         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
29758         Use ZK to minimize writes to Z.
29759         (sub_magnitudes): Simplify code a bit.
29760         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
29761         Use ZK to minimize writes to Z.
29762         (sub_magnitudes): Simplify code a bit.
29764 2013-02-27  Roland McGrath  <roland@hack.frob.com>
29766         * csu/gmon-start.c: Add special exception to license text.
29768 2013-02-27  Richard Henderson  <rth@redhat.com>
29770         * scripts/config.guess: Update from config.git.
29771         * scripts/config.sub: Likewise.
29773 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29775         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
29777         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
29779         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
29781         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
29783         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
29785 2013-02-26  Roland McGrath  <roland@hack.frob.com>
29787         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
29788         [$(build-shared = yes].
29790 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29792         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
29793         (__mul): Reduce iterations for calculating mantissa.
29795         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
29796         MPTWO.
29797         (__mpranred): Likewise.
29799         [BZ #15160]
29800         * malloc/memusagestat.c (main): Draw graphs for heap and stack
29801         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
29803 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29805         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
29806         Define __attribute__.
29808 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29810         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
29811         unused.
29812         * posix/regex_internal.h (__attribute): Remove.
29813         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
29814         (re_string_context_at): Likewise.
29815         (bitset_not): Use __attribute__ and mark function as possibly
29816         unused.
29817         (bitset_merge): Likewise.
29818         (bitset_mask): Likewise.
29819         (re_string_char_size_at): Likewise.
29820         (re_string_wchar_at): Likewise.
29821         (re_string_elem_size_at): Likewise.
29823 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29825         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
29826         code.
29827         (cc32): Likewise.
29829         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
29830         (__acr): Likewise.
29831         (__cpy): Likewise.
29832         (norm): Likewise.
29833         (denorm): Likewise.
29834         (__dbl_mp): Likewise.
29835         (add_magnitudes): Likewise.
29836         (sub_magnitudes): Likewise.
29837         (__mul): Likewise.
29838         (__inv): Likewise.
29840         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
29841         style.
29843         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
29844         style.
29846         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
29847         code.
29849         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
29850         up changes with default code.
29851         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
29852         Likewise.
29854 2013-02-24  Allan McRae  <allan@archlinux.org>
29856         * manual/socket.texi (The Internet Namespace): Order menu items
29857         to match that in the file.
29859         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
29860         node listing of the info page menu.
29862 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
29864         [BZ #13550]
29865         * sysdeps/i386/bp-asm.h: Remove file.
29866         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29867         (PARMS): Do not use macros from bp-asm.h.
29868         (S1): Likewise.
29869         (S2): Likewise.
29870         (SIZE): Likewise.
29871         (__mpn_add_n): Do not use BP_SYM
29872         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
29873         "bp-asm.h".
29874         (PARMS): Do not use macros from bp-asm.h.
29875         (S1): Likewise.
29876         (SIZE): Likewise.
29877         (__mpn_addmul_1): Do not use BP_SYM
29878         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
29879         "bp-asm.h".
29880         (PARMS): Do not use macros from bp-asm.h.
29881         (SIGMSK): Likewise.
29882         (_setjmp): Likewise.  Do not use BP_SYM.
29883         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
29884         "bp-asm.h".
29885         (PARMS): Do not use macros from bp-asm.h.
29886         (SIGMSK): Likewise.
29887         (setjmp): Likewise.  Do not use BP_SYM.
29888         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
29889         "bp-asm.h".
29890         (PARMS): Do not use macros from bp-asm.h.
29891         (__frexp): Do not use BP_SYM.
29892         (frexp): Likewise.
29893         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
29894         "bp-asm.h".
29895         (PARMS): Do not use macros from bp-asm.h.
29896         (__frexpf): Do not use BP_SYM.
29897         (frexpf): Likewise.
29898         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
29899         "bp-asm.h".
29900         (PARMS): Do not use macros from bp-asm.h.
29901         (__frexpl): Do not use BP_SYM.
29902         (frexpl): Likewise.
29903         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
29904         "bp-asm.h".
29905         (PARMS): Do not use macros from bp-asm.h.
29906         (__remquo): Do not use BP_SYM.
29907         (remquo): Likewise.
29908         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
29909         "bp-asm.h".
29910         (PARMS): Do not use macros from bp-asm.h.
29911         (__remquof): Do not use BP_SYM.
29912         (remquof): Likewise.
29913         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
29914         "bp-asm.h".
29915         (PARMS): Do not use macros from bp-asm.h.
29916         (__remquol): Do not use BP_SYM.
29917         (remquol): Likewise.
29918         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
29919         "bp-asm.h".
29920         (PARMS): Do not use macros from bp-asm.h.
29921         (DEST): Likewise.
29922         (SRC): Likewise.
29923         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
29924         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
29925         "bp-asm.h".
29926         (PARMS): Do not use macros from bp-asm.h.
29927         (strlen): Do not use BP_SYM.
29928         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
29929         "bp-asm.h".
29930         (PARMS): Do not use macros from bp-asm.h.
29931         (S1): Likewise.
29932         (S2): Likewise.
29933         (SIZE): Likewise.
29934         (__mpn_add_n): Do not use BP_SYM.
29935         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
29936         "bp-asm.h".
29937         (PARMS): Do not use macros from bp-asm.h.
29938         (S1): Likewise.
29939         (SIZE): Likewise.
29940         (__mpn_addmul_1): Do not use BP_SYM.
29941         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
29942         weak_alias.
29943         (bzero): Likewise.
29944         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
29945         "bp-asm.h".
29946         (PARMS): Do not use macros from bp-asm.h.
29947         (S): Likewise.
29948         (SIZE): Likewise.
29949         (__mpn_lshift): Do not use BP_SYM.
29950         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
29951         "bp-asm.h".
29952         (PARMS): Do not use macros from bp-asm.h.
29953         (DEST): Likewise.
29954         (SRC): Likewise.
29955         (LEN): Likewise.
29956         (memcpy): Likewise.  Do not use BP_SYM.
29957         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
29958         libc_hidden_def and weak_alias.
29959         (mempcpy): Do not use BP_SYM in weak_alias.
29960         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
29961         "bp-asm.h".
29962         (PARMS): Do not use macros from bp-asm.h.
29963         (DEST): Likewise.
29964         (LEN): Likewise.
29965         [!BZERO_P] (CHR): Likewise.
29966         (memset): Likewise.  Do not use BP_SYM.
29967         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
29968         "bp-asm.h".
29969         (PARMS): Do not use macros from bp-asm.h.
29970         (S1): Likewise.
29971         (SIZE): Likewise.
29972         (__mpn_mul_1): Do not use BP_SYM.
29973         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
29974         "bp-asm.h".
29975         (PARMS): Do not use macros from bp-asm.h.
29976         (S): Likewise.
29977         (SIZE): Likewise.
29978         (__mpn_rshift): Do not use BP_SYM.
29979         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
29980         "bp-asm.h".
29981         (PARMS): Do not use macros from bp-asm.h.
29982         (STR): Likewise.
29983         (CHR): Likewise.
29984         (strchr): Likewise.  Do not use BP_SYM.
29985         (index): Do not use BP_SYM in weak_alias.
29986         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
29987         "bp-asm.h".
29988         (PARMS): Do not use macros from bp-asm.h.
29989         (DEST): Likewise.
29990         (SRC): Likewise.
29991         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
29992         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
29993         "bp-asm.h".
29994         (PARMS): Do not use macros from bp-asm.h.
29995         (strlen): Do not use BP_SYM.
29996         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
29997         "bp-asm.h".
29998         (PARMS): Do not use macros from bp-asm.h.
29999         (S1): Likewise.
30000         (S2): Likewise.
30001         (SIZE): Likewise.
30002         (__mpn_sub_n): Do not use BP_SYM.
30003         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30004         "bp-asm.h".
30005         (PARMS): Do not use macros from bp-asm.h.
30006         (S1): Likewise.
30007         (SIZE): Likewise.
30008         (__mpn_submul_1): Do not use BP_SYM.
30009         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30010         "bp-asm.h".
30011         (PARMS): Do not use macros from bp-asm.h.
30012         (S1): Likewise.
30013         (S2): Likewise.
30014         (SIZE): Likewise.
30015         (__mpn_add_n): Do not use BP_SYM.
30016         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30017         weak_alias.
30018         (bzero): Likewise.
30019         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30020         "bp-asm.h".
30021         (PARMS): Do not use macros from bp-asm.h.
30022         (BLK2): Likewise.
30023         (LEN): Likewise.
30024         (memcmp): Do not use BP_SYM.
30025         (bcmp): Do not use BP_SYM in weak_alias.
30026         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30027         "bp-asm.h".
30028         (PARMS): Do not use macros from bp-asm.h.
30029         (DEST): Likewise.
30030         (SRC): Likewise.
30031         (LEN): Likewise.
30032         (memcpy): Likewise.  Do not use BP_SYM.
30033         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30034         "bp-asm.h".
30035         (PARMS): Do not use macros from bp-asm.h.
30036         (DEST): Likewise.
30037         (SRC): Likewise.
30038         (LEN): Likewise.
30039         (memmove): Likewise.  Do not use BP_SYM.
30040         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30041         "bp-asm.h".
30042         (PARMS): Do not use macros from bp-asm.h.
30043         (DEST): Likewise.
30044         (SRC): Likewise.
30045         (LEN): Likewise.
30046         (__mempcpy): Likewise.  Do not use BP_SYM.
30047         (mempcpy): Do not use BP_SYM in weak_alias.
30048         * sysdeps/i386/i686/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/i686/strcmp.S: Do not include "bp-sym.h" and
30056         "bp-asm.h".
30057         (PARMS): Do not use macros from bp-asm.h.
30058         (STR2): Likewise.
30059         (strcmp): Do not use BP_SYM.
30060         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30061         "bp-asm.h".
30062         (PARMS): Do not use macros from bp-asm.h.
30063         (STR): Likewise.
30064         (DELIM): Likewise.
30065         [USE_AS_STRTOK_R] (SAVE): Likewise.
30066         (FUNCTION): Likewise.  Do not use BP_SYM.
30067         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30068         aliases.
30069         (strtok_r): Likewise.
30070         (__GI___strtok_r): Likewise.
30071         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30072         (PARMS): Do not use macros from bp-asm.h.
30073         (S): Likewise.
30074         (SIZE): Likewise.
30075         (__mpn_lshift): Do not use BP_SYM.
30076         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30077         (PARMS): Do not use macros from bp-asm.h.
30078         (STR): Likewise.
30079         (CHR): Likewise.
30080         (__memchr): Do not use BP_SYM.
30081         (memchr): Do not use BP_SYM in weak_alias.
30082         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30083         (PARMS): Do not use macros from bp-asm.h.
30084         (BLK2): Likewise.
30085         (LEN): Likewise.
30086         (memcmp): Do not use BP_SYM.
30087         (bcmp): Do not use BP_SYM in weak_alias.
30088         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30089         (PARMS): Do not use macros from bp-asm.h.
30090         (S1): Likewise.
30091         (SIZE): Likewise.
30092         (__mpn_mul_1): Do not use BP_SYM.
30093         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30094         "bp-asm.h".
30095         (PARMS): Do not use macros from bp-asm.h.
30096         (STR): Likewise.
30097         (CHR): Likewise.
30098         (__rawmemchr): Do not use BP_SYM.
30099         (rawmemchr): Do not use BP_SYM in weak_alias.
30100         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30101         (PARMS): Do not use macros from bp-asm.h.
30102         (S): Likewise.
30103         (SIZE): Likewise.
30104         (__mpn_rshift): Do not use BP_SYM.
30105         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30106         (PARMS): Do not use macros from bp-asm.h.
30107         (SIGMSK): Likewise.
30108         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30109         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30110         (_start): Do not use BP_SYM.
30111         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30112         (PARMS): Do not use macros from bp-asm.h.
30113         (DEST): Likewise.
30114         (SRC): Likewise.
30115         (__stpcpy): Likewise.  Do not use BP_SYM.
30116         (stpcpy): Do not use BP_SYM in weak_alias.
30117         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30118         "bp-asm.h".
30119         (PARMS): Do not use macros from bp-asm.h.
30120         (DEST): Likewise.
30121         (SRC): Likewise.
30122         (LEN): Likewise.
30123         (__stpncpy): Likewise.  Do not use BP_SYM.
30124         (stpncpy): Do not use BP_SYM in weak_alias.
30125         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30126         (PARMS): Do not use macros from bp-asm.h.
30127         (STR): Likewise.
30128         (CHR): Likewise.
30129         (strchr): Likewise.  Do not use BP_SYM.
30130         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30131         "bp-asm.h".
30132         (PARMS): Do not use macros from bp-asm.h.
30133         (STR): Likewise.
30134         (CHR): Likewise.
30135         (__strchrnul): Likewise.  Do not use BP_SYM.
30136         (strchrnul): Do not use BP_SYM in weak_alias.
30137         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30138         "bp-asm.h".
30139         (PARMS): Do not use macros from bp-asm.h.
30140         (STOP): Likewise.
30141         (strcspn): Do not use BP_SYM.
30142         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30143         "bp-asm.h".
30144         (PARMS): Do not use macros from bp-asm.h.
30145         (STR): Likewise.
30146         (STOP): Likewise.
30147         (strpbrk): Likewise.  Do not use BP_SYM.
30148         * sysdeps/i386/strrchr.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         (CHR): Likewise.
30153         (strrchr): Likewise.  Do not use BP_SYM.
30154         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30155         (PARMS): Do not use macros from bp-asm.h.
30156         (SKIP): Likewise.
30157         (strspn): Do not use BP_SYM.
30158         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30159         (PARMS): Do not use macros from bp-asm.h.
30160         (STR): Likewise.
30161         (DELIM): Likewise.
30162         (SAVE): Likewise.
30163         (FUNCTION): Likewise.  Do not use BP_SYM.
30164         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30165         aliases.
30166         (strtok_r): Likewise.
30167         (__GI___strtok_r): Likewise.
30168         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30169         (PARMS): Do not use macros from bp-asm.h.
30170         (S1): Likewise.
30171         (S2): Likewise.
30172         (SIZE): Likewise.
30173         (__mpn_sub_n): Do not use BP_SYM.
30174         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30175         "bp-asm.h".
30176         (PARMS): Do not use macros from bp-asm.h.
30177         (S1): Likewise.
30178         (SIZE): Likewise.
30179         (__mpn_submul_1): Do not use BP_SYM.
30180         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30181         <bp-sym.h>.
30182         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30183         and <bp-asm.h>.
30184         (PARMS): Do not use macros from bp-asm.h.
30185         (FLAGS): Likewise.
30186         (PTID): Likewise.
30187         (TLS): Likewise.
30188         (CTID): Likewise.
30189         (__clone): Do not use BP_SYM.
30190         (clone): Do not use BP_SYM in weak_alias.
30191         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30192         and <bp-asm.h>.
30193         (PARMS): Do not use macros from bp-asm.h.
30194         (LEN): Likewise.
30195         (__mmap64): Do not use BP_SYM.
30196         (mmap64): Do not use BP_SYM in weak_alias.
30197         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30198         <bp-sym.h> and <bp-asm.h>.
30199         (PARMS): Do not use macros from bp-asm.h.
30200         (__posix_fadvise64_l64): Do not use BP_SYM.
30201         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30202         (PARMS): Do not use macros from bp-asm.h.
30203         (NSOPS): Likewise.
30204         (semtimedop): Do not use BP_SYM.
30205         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30206         and <bp-asm.h>.
30208 2013-02-21  Allan McRae  <allan@archlinux.org>
30210         * manual/message.texi (Charset conversion in gettext):
30211         Move @end statement to beginning of line.
30213 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30215         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30216         static.
30217         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30218         Likewise.
30220         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30221         (denorm): Likewise.
30222         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30223         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30225 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30227         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30228         tail-call to the resolved function if pltexit isn't needed.
30230 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30232         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30233         or Y being zero as being unlikely.
30234         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30235         Likewise.
30237 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30239         * manual/nss.texi (System Databases and Name Service Switch):
30240         Remove frobnicate @pxref.
30242 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30244         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30245         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30247 2013-02-20  Petr Machata  <pmachata@redhat.com>
30249         * elf/elf.h (R_ARM_TARGET1): New macro.
30250         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30251         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30252         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30253         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30254         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30255         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30256         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30257         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30258         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30259         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30260         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30261         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30262         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30263         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30264         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30265         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30266         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30267         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30268         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30269         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30270         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30271         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30272         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30273         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30274         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30275         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30276         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30277         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30278         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30279         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30280         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30281         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30282         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30283         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30284         (R_ARM_THM_GOT_BREL12): Likewise.
30285         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30286         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30287         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30288         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30289         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30290         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30291         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30292         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30293         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30295 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30297         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30298         __attribute_used__ to __attribute__ ((unused)).
30300 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30302         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30303         powerpc mpa.c.
30304         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30305         comment formatting.
30306         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30308 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30310         [BZ #13550]
30311         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30312         Remove macro.
30313         (ENTER): Remove both macro definitions.
30314         (LEAVE): Likewise.
30315         (CHECK_BOUNDS_LOW): Likewise.
30316         (CHECK_BOUNDS_HIGH): Likewise.
30317         (CHECK_BOUNDS_BOTH): Likewise.
30318         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30319         (RETURN_BOUNDED_POINTER): Likewise.
30320         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30321         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30322         (POP_ERRNO_LOCATION_RETURN): Likewise.
30323         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30324         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30325         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30326         macros.
30327         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30328         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30329         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30330         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30331         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30332         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30333         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30334         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30335         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30336         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30337         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30338         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30339         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30340         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30341         removed macros.
30342         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30343         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30344         macros.
30345         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30346         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30347         * sysdeps/i386/i586/memset.S (memset): Likewise.
30348         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30349         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30350         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30351         macros.
30352         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30353         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30354         Change uses of L(2) to L(out).
30355         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30356         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30357         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30358         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30359         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30360         removed macros.
30361         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30362         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30363         macros.
30364         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30365         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30366         (RETURN): Do not use macro LEAVE.
30367         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30368         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30369         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30370         * sysdeps/i386/i686/memset.S (memset): Likewise.
30371         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30372         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30373         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30374         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30375         Likewise.
30376         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30377         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30378         L(1_2) and L(1_3) into L(1).
30379         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30380         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30381         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30382         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30383         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30384         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30385         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30386         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30387         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30388         macros.
30389         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30390         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30391         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30392         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30393         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30394         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30395         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30396         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30397         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30398         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30399         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30400         * sysdeps/i386/strspn.S (strspn): Likewise.
30401         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30402         conditional code.
30403         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30404         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30405         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30406         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30407         L(1_3) into L(1_1).
30408         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30409         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30410         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30411         macros.
30412         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30414 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30416         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30417         macro.
30419 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30421         * math/atest-exp.c (exp_mpn): Remove ROUND.
30422         * math/atest-exp2.c (exp_mpn): Likewise.
30423         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30425         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30426         * stdlib/tst-tls-atexit-lib.c: Likewise.
30427         * stdlib/tst-tls-atexit.c: Likewise.
30429 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30431         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30432         and __attribute_alloc_size__.
30434 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30436         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30437         __attribute_alloc_size__.
30438         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30439         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30441 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30443         * include/programs/xmalloc.h: New file.
30444         * catgets/gencat.c: Include it.
30445         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30446         * elf/pldd.c: Likewise.
30447         * iconv/iconv_charmap.c: Likewise.
30448         * iconv/iconvconfig.c: Likewise.
30449         * iconv/strtab.c: Likewise.
30450         * locale/programs/locale.c: Likewise.
30451         * locale/programs/localedef.h: Likewise.
30452         * locale/programs/simple-hash.c: Likewise.
30453         * nscd/nscd.h: Likewise.
30454         * nss/makedb.c: Likewise.
30455         * sysdeps/generic/ldconfig.h: Likewise.
30457 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30459         * Versions.def: Add GLIBC_2.18.
30460         * include/link.h (struct link_map): New member l_tls_dtor_count.
30461         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30462         (__call_tls_dtors): Likewise.
30463         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30464         __cxa_thread_atexit_impl.
30465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30466         Likewise.
30467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30468         Likewise.
30469         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30470         Likewise.
30471         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30472         Likewise.
30473         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30474         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30475         Likewise.
30476         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30477         Likewise.
30478         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30479         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30480         Likewise.
30481         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30482         (tests): Add test case tst-tls-atexit.
30483         (modules-names): Add shared library for tst-tls-atexit.
30484         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30485         (GLIBC_PRIVATE): Add __call_tls_dtors.
30486         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30487         for libstdc++.
30488         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30489         * stdlib/tst-tls-atexit.c: New test case.
30490         * stdlib/tst-tls-atexit-lib.c: New test case.
30492         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30494         * elf/Versions (ld): Add _dl_find_dso_for_object.
30495         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30496         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30497         (dl_open_worker): Use _dl_find_dso_for_object.
30498         * elf/dl-sym.c (do_sym): Likewise.
30499         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30501 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30503         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30504         Syntactic changes only.
30505         (_dl_runtime_profile): Do a tail-call to the resolved function.
30507 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30509         [BZ #13550]
30510         * sysdeps/x86_64/bp-asm.h: Remove file.
30511         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30512         <bp-sym.h> and <bp-asm.h>.
30513         (__clone): Do not use BP_SYM.
30514         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30515         <bp-sym.h> and <bp-asm.h>.
30516         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30517         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30518         "bp-asm.h".
30519         (_setjmp): Do not use BP_SYM.
30520         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30521         "bp-asm.h".
30522         (setjmp): Do not use BP_SYM.
30523         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30524         libc_hidden_def.
30525         (mempcpy): Do not use BP_SYM in weak_alias.
30526         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30527         "bp-asm.h".
30528         (strchr): Do not use BP_SYM.
30529         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30530         "bp-asm.h".
30531         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30532         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30533         (_start): Do not use BP_SYM.
30534         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30535         "bp-asm.h".
30536         (strcat): Do not use BP_SYM.
30537         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30538         "bp-asm.h".
30539         (STRCMP): Do not use BP_SYM.
30540         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30541         "bp-asm.h".
30542         (STRCPY): Do not use BP_SYM.
30543         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30544         "bp-asm.h".
30545         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30546         "bp-asm.h".
30547         (FUNCTION): Do not use BP_SYM.
30548         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30549         weak_alias.
30550         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30552 2013-02-17  Andreas Jaeger  <aj@suse.de>
30554         * time/Versions: Sort entries.
30555         * string/Versions: Likewise.
30556         * resolv/Versions: Likewise.
30557         * posix/Versions: Likewise.
30558         * iconv/Versions: Likewise.
30559         * elf/Versions: Likewise.
30560         * wcsmbs/Versions: Likewise.
30562 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30564         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30565         loop termination condition.
30567         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30568         variable to calculate EZ.
30569         (__sqr): Likewise.
30571         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30572         the lower precision input.
30574 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
30576         [BZ #13550]
30577         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30578         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30579         (run-via-rtld-prefix): Do not handle %-bp tests.
30580         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30581         (all-object-suffixes): Remove .ob.
30582         (bppfx): Remove variable.
30583         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30584         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30585         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30586         [$(build-bounded) = yes] (libtype.ob): Likewise.
30587         * Makerules (elide-routines.ob): Remove variable.
30588         (do-tests-clean): Do not handle *-bp.out.
30589         (common-mostlyclean): Do not handle *-bp and *-bp.out.
30590         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30591         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30592         (tests): Do not include $(tests-bp.out).
30593         (xtests): Do not include $(xtests-bp.out).
30594         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30595         [$(build-bounded) = yes] ($(addprefix
30596         $(objpfx),$(binaries-bounded))): Remove rule.
30597         ($(objpfx)%-bp.out): Remove rule.
30598         * config.make.in (build-bounded): Remove variable.
30599         * crypt/Makefile [$(build-bounded) = yes]
30600         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30601         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30602         append to variable.
30603         [$(build-bounded) = yes] (install-lib): Likewise.
30604         [$(build-bounded) = yes] (generated): Likewise.
30605         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30606         Remove rule.
30607         * intl/Makefile [$(build-bounded) = yes]
30608         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30609         * math/Makefile [$(build-bounded) = yes]
30610         ($(tests:%=$(objpfx)%-bp): Likewise.
30611         * misc/Makefile [$(build-bounded) = yes]
30612         ($(objpfx)tst-tsearch-bp): Likewise.
30613         * nptl/Makeconfig (bounded-thread-library): Remove variable.
30614         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
30615         Remove dependency.
30616         * string/Makefile (o-objects.ob): Remove variable.
30617         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
30618         (CFLAGS-.ob): Remove variable.
30619         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
30620         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
30621         both definitions of variable.
30622         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
30623         (ASFLAGS-.ob): Remove variable.
30625 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
30627         [BZ #13550]
30628         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
30629         Remove __BOUNDED_POINTERS__ from condition.
30630         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
30631         * string/bits/string2.h [!__NO_STRING_INLINES &&
30632         !__BOUNDED_POINTERS__]: Likewise.
30633         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
30634         Likewise.
30635         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
30636         Remove conditional code.
30637         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
30638         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
30639         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
30640         condition.
30642         [BZ #13550]
30643         * csu/libc-start.c: Do not include <bp-sym.h>.
30644         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
30645         * elf/dl-open.c: Do not include <bp-sym.h>.
30646         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
30647         * math/fegetenv.c: Do not include <bp-sym.h>.
30648         (fegetenv): Do not use BP_SYM in versioned symbols.
30649         * nptl/sysdeps/pthread/bits/libc-lockP.h
30650         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
30651         <bp-sym.h>.
30652         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30653         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
30654         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30655         (__pthread_mutex_destroy): Likewise.
30656         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30657         (__pthread_mutex_lock): Likewise.
30658         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30659         (__pthread_mutex_trylock): Likewise.
30660         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30661         (__pthread_mutex_unlock): Likewise.
30662         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30663         (__pthread_mutexattr_init): Likewise.
30664         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30665         (__pthread_mutexattr_destroy): Likewise.
30666         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30667         (__pthread_mutexattr_settype): Likewise.
30668         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30669         (__pthread_rwlock_init): Likewise.
30670         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30671         (__pthread_rwlock_destroy): Likewise.
30672         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30673         (__pthread_rwlock_rdlock): Likewise.
30674         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30675         (__pthread_rwlock_tryrdlock): Likewise.
30676         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30677         (__pthread_rwlock_wrlock): Likewise.
30678         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30679         (__pthread_rwlock_trywrlock): Likewise.
30680         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30681         (__pthread_rwlock_unlock): Likewise.
30682         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30683         (__pthread_key_create): Likewise.
30684         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30685         (__pthread_setspecific): Likewise.
30686         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30687         (__pthread_getspecific): Likewise.
30688         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
30689         Likewise.
30690         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30691         (_pthread_cleanup_push_defer): Likewise.
30692         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30693         (_pthread_cleanup_pop_restore): Likewise.
30694         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30695         (pthread_setcancelstate): Likewise.
30696         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
30697         <bp-sym.h>.
30698         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
30699         (memchr): Do not use BP_SYM in weak_alias.
30700         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
30701         (fegetenv): Do not use BP_SYM in versioned symbols.
30702         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
30703         (fesetenv): Do not use BP_SYM in versioned symbols.
30704         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30705         (feupdateenv): Do not use BP_SYM in versioned symbols.
30706         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30707         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30708         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
30709         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
30710         (open64): Do not use BP_SYM in weak_alias.
30711         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
30712         (fegetenv): Do not use BP_SYM in versioned symbols.
30713         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
30714         (fesetenv): Do not use BP_SYM in versioned symbols.
30715         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30716         (feupdateenv): Do not use BP_SYM in versioned symbols.
30717         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
30718         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
30719         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
30720         (feraiseexcept): Do not use BP_SYM in versioned symbols.
30721         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30722         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30723         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
30724         <bp-sym.h>.
30725         (__libc_start_main): Do not use BP_SYM.
30727 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30729         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
30730         redundant return line.
30731         (norm): Likewise.
30732         (denorm): Likewise.
30733         (dbl_mp): Likewise.
30734         (sub_magnitudes): Likewise.
30735         (__add): Likewise.
30736         (__sub): Likewise.
30737         (__mul): Likewise.
30738         (__inv): Likewise.
30739         (__dvd): Likewise.
30740         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
30741         (norm): Likewise.
30742         (denorm): Likewise.
30743         (dbl_mp): Likewise.
30744         (sub_magnitudes): Likewise.
30745         (__add): Likewise.
30746         (__sub): Likewise.
30747         (__mul): Likewise.
30748         (__inv): Likewise.
30749         (__dvd): Likewise.
30751         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
30752         instead of __mul.
30753         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30754         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
30755         (cc32): Likewise.
30757         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
30758         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
30759         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
30760         of __mul for squares.
30761         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
30762         function
30763         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
30764         Likewise.
30765         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
30766         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30768 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
30770         [BZ #13550]
30771         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
30772         code.
30773         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
30774         prototype or function definition.  Rename ubp_* variables and
30775         parameters.  Remove argv definitions conditional on
30776         [__BOUNDED_POINTERS__].
30777         * debug/backtrace.c (__backtrace): Do not use __unbounded.
30778         * elf/dl-runtime.c (_dl_fixup): Likewise.
30779         * include/set-hooks.h (RUN_HOOK): Likewise.
30780         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
30781         definition.
30782         * string/strcpy.c (strcpy): Do not use __unbounded.
30783         * sysdeps/generic/frame.h (struct layout): Likewise.
30784         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
30785         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
30786         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
30787         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
30788         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
30789         (__backtrace): Likewise.
30790         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
30791         use __ptrvalue.
30792         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
30793         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
30794         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
30795         Likewise.
30796         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
30797         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
30798         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
30799         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30800         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
30801         Do not use __unbounded.
30802         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
30803         Rename __unboundedrlimits parameter to rlimits in prototype.
30804         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
30805         Do not use __unbounded.
30806         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
30807         not use __ptrvalue.
30808         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30809         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
30810         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30811         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
30812         __ptrvalue or __unbounded.
30813         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
30814         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
30815         use __unbounded.
30816         (__new_msgctl): Do not use __ptrvalue.
30817         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
30818         __unbounded.
30819         (__libc_msgrcv): Do not use __ptrvalue.
30820         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
30821         startup_info): Do not use __unbounded.
30822         (__libc_start_main): Likewise.  Rename ubp_* variables and
30823         parameters.  Remove argv definitions conditional on
30824         [__BOUNDED_POINTERS__].
30825         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
30826         __ptrvalue.
30827         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
30828         use __unbounded.
30829         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
30830         or __ptrvalue.
30831         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
30832         use __unbounded.
30833         (__new_shmctl): Do not use __ptrvalue.
30834         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
30835         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
30836         Likewise.
30837         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
30838         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
30839         (__libc_sigaction): Likewise.
30840         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
30841         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
30842         Likewise.
30843         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30845 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
30847         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
30849         * string/mempcpy.c: Implement by calling memcpy.
30851 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30853         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
30855         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
30856         evaluation.
30858         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
30859         values in the mantissa.
30861         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
30862         minimize writes to Z.
30863         (sub_magnitudes): Simplify code a bit.
30865 2013-02-12  Roland McGrath  <roland@hack.frob.com>
30867         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
30868         from the message.  The linker prefixes all warnings with that already.
30870 2013-02-12  Andreas Schwab  <schwab@suse.de>
30872         [BZ #15078]
30873         * posix/regexec.c (extend_buffers): Add parameter min_len.
30874         (check_matching): Pass minimum needed length.
30875         (clean_state_log_if_needed): Likewise.
30876         (get_subexp): Likewise.
30877         * posix/Makefile (tests): Add bug-regex34.
30878         (bug-regex34-ENV): Define.
30879         * posix/bug-regex34.c: New file.
30881         [BZ #11561]
30882         * posix/regcomp.c (parse_bracket_exp): When looking up collating
30883         elements compare against the byte sequence of it, not its name.
30884         * posix/Makefile (tests): Add bug-regex35.
30885         (bug-regex35-ENV): Define.
30886         * posix/bug-regex35.c: New file.
30888 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30890         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
30891         comment.
30892         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
30893         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
30894         (CHECK_EOL): Add undef.
30896 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
30898         * bits/stdlib-bsearch.h: New file.
30899         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
30900         * stdlib/stdlib.h: Likewise.
30902 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30904         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
30905         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
30906         declaration.
30907         * manual/search.texi (Array Search Function): Add missing const in
30908         lfind prototype.
30909         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
30910         declaration to use rlim_t.
30911         (Basic Scheduling Functions): Remove erroneous const from
30912         sched_getparam prototype.  Remove erroneous * from
30913         sched_get_priority_max and sched_get_priority_min prototypes.
30914         (Resource Usage): Fix summary @comment on vtimes to refer to
30915         sys/vtimes.h rather than vtimes.h.
30916         Add missing *s in vtimes prototype.
30917         (Limits on Resources): Fix ulimit prototype to return long int.
30918         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
30919         prototypes to use long int rather than double.
30920         (BSD Random): Fix initstate and setstate to use char *, not void *.
30921         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
30922         prototype to make second argument 'struct aiocb64 *const[]'.
30923         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
30924         (Status of AIO Operations): Remove erroneous const in aio_return and
30925         aio_return64 prototypes.
30926         (Synchronizing I/O): Fix sync prototype to return void.
30927         * manual/startup.texi (Suboptions): Remove an erroneous const in
30928         getsubopt prototype.
30929         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
30930         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
30931         use size_t rather than int.
30932         (Scanning All Users): Likewise for getpwent_r.
30933         (Setting Groups): Add missing const to setgroups prototype.
30934         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
30935         * manual/socket.texi (Host Names): Fix gethostbyaddr and
30936         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
30937         'const void *' rather than 'const char *'.
30938         (Host Address Functions): Likewise for inet_ntop.
30939         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
30940         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
30941         ssize_t for return value.
30942         (Sending Data): Likewise for send, sendto, sendmsg.
30943         (Socket Option Functions): Add a missing const in setsockopt prototype.
30944         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
30945         use wchar_t for the argument.
30946         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
30947         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
30948         take no arguments.
30949         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
30950         double/float/long double for second argument.
30951         Fix return types of significand, significandf, significandl.
30952         * manual/filesys.texi (Setting Permissions): Use mode_t for second
30953         argument in fchmod prototype.
30954         (File Owner): Use uid_t and gid_t in fchown prototype.
30955         (File Times): Add const to utimes, futimes, and lutimes prototypes.
30956         (Making Special Files): Use mode_t and dev_t in mknod prototype.
30957         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
30958         use 'const struct dirent **' as argument types to CMP function pointer
30959         argument.
30960         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
30961         (File Times): Fix summary magic @comment for struct utimbuf and utime
30962         to refer to utime.h, not time.h.
30963         * manual/string.texi (Argz Functions): Add missing const in
30964         argz_extract and argz_next prototypes.
30965         (Finding Tokens in a String): Likewise for basename.
30966         (String/Array Comparison): Fix typo in wcscasecmp prototype.
30967         (Copying and Concatenation): Fix typo in wmemmove prototype.
30968         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
30969         (Signal Stack): Remove erroneous const in sigstack prototype.
30970         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
30971         prototype.
30972         (Simple Calendar Time): Likewise for stime.
30973         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
30974         prototype.
30975         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
30976         say sys/sysctl.h instead.
30977         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
30978         and vsyslog prototypes.
30980 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30982         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
30983         Remove.
30985 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30987         * misc/sys/mman.h: Fix typo in mremap comment.
30989 2013-02-08  Roland McGrath  <roland@hack.frob.com>
30991         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
30992         the '\0' terminator.
30994 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
30996         [BZ #13550]
30997         * debug/segfault.c: Don't include <bp-checks.h>.
30998         * sysdeps/generic/bp-checks.h: Remove file.
30999         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31000         (__GETDENTS): Don't use CHECK_N.
31001         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31002         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31003         (__getgroups): Don't use CHECK_N.
31004         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31005         (setgroups): Don't use CHECK_N.
31006         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31007         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31008         (__libc_msgrcv): Don't use CHECK_N.
31009         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31010         (__libc_msgsnd): Don't use CHECK_N.
31011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31012         <bp-checks.h>.
31013         (__libc_pread): Don't use CHECK_N.
31014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31015         include <bp-checks.h>.
31016         (__libc_pread64): Don't use CHECK_N.
31017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31018         include <bp-checks.h>.
31019         (__libc_pwrite): Don't use CHECK_N.
31020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31021         include <bp-checks.h>.
31022         (__libc_pwrite64): Don't use CHECK_N.
31023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31024         <bp-checks.h>.
31025         (__libc_pread): Don't use CHECK_N.
31026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31027         include <bp-checks.h>.
31028         (__libc_pread64): Don't use CHECK_N.
31029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31030         include <bp-checks.h>.
31031         (__libc_pwrite): Don't use CHECK_N.
31032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31033         include <bp-checks.h>.
31034         (__libc_pwrite64): Don't use CHECK_N.
31035         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31036         (do_pread): Don't use CHECK_N.
31037         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31038         (do_pread64): Don't use CHECK_N.
31039         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31040         (do_pwrite): Don't use CHECK_N.
31041         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31042         (do_pwrite64): Don't use CHECK_N.
31043         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31044         (__libc_readv): Don't use CHECK_N.
31045         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31046         (semop): Don't use CHECK_N.
31047         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31048         <bp-checks.h>.
31049         (semtimedop): Don't use CHECK_N.
31050         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31051         (__libc_pread): Don't use CHECK_N.
31052         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31053         <bp-checks.h>.
31054         (__libc_pread64): Don't use CHECK_N.
31055         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31056         <bp-checks.h>.
31057         (__libc_pwrite): Don't use CHECK_N.
31058         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31059         <bp-checks.h>.
31060         (__libc_pwrite64): Don't use CHECK_N.
31061         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31062         <bp-checks.h>.
31063         (__libc_msgrcv): Don't use CHECK_N.
31064         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31065         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31066         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31067         (__libc_writev): Don't use CHECK_N.
31069 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31071         * string/strcpy.c: Removed unused variable.
31073         * Makeconfig (+sysdep-includes): Define with := rather than =.
31074         Use an existing include/ subdir of each sysdeps dir before it.
31076 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31078         * nscd/connection.c (register_traced_file): Comment function.
31079         [HAVE_INOTIFY] (union __inev): Define.
31080         [HAVE_INOTIFY] (inotify_check_files): New function.
31081         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31082         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31083         clear_db_cache.
31084         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31086 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31088         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31089         loaded if not already and that a failure is permanent.
31091 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31093         [BZ #15006]
31094         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31095         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31097 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31099         [BZ #13550]
31100         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31101         (CHECK_1_NULL_OK): Likewise.
31102         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31103         (__fxstat): Do not use CHECK_1.
31104         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31105         <bp-checks.h>.
31106         (___fxstat64): Do not use CHECK_1.
31107         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31108         <bp-checks.h>.
31109         (__fxstatat): Do not use CHECK_1.
31110         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31111         <bp-checks.h>.
31112         (__fxstatat64): Do not use CHECK_1.
31113         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31114         <bp-checks.h>.
31115         (__fxstat): Do not use CHECK_1.
31116         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31117         <bp-checks.h>.
31118         (__fxstatat): Do not use CHECK_1.
31119         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31120         <bp-checks.h>.
31121         (__getresgid): Do not use CHECK_1.
31122         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31123         <bp-checks.h>.
31124         (__getresuid): Do not use CHECK_1.
31125         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31126         <bp-checks.h>.
31127         (__lxstat): Do not use CHECK_1.
31128         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31129         <bp-checks.h>.
31130         (__old_msgctl): Do not use CHECK_1.
31131         (__new_msgctl): Likewise.
31132         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31133         <bp-checks.h>.
31134         (__new_setrlimit): Do not use CHECK_1.
31135         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31136         <bp-checks.h>.
31137         (__old_shmctl): Do not use CHECK_1.
31138         (__new_shmctl): Likewise.
31139         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31140         <bp-checks.h>.
31141         (__xstat): Do not use CHECK_1.
31142         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31143         (__lxstat): Do not use CHECK_1.
31144         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31145         <bp-checks.h>.
31146         (___lxstat64): Do not use CHECK_1.
31147         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31148         (__old_msgctl): Do not use CHECK_1.
31149         (__new_msgctl): Likewise.
31150         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31151         <bp-checks.h>.
31152         (__gettimeofday): Do not use CHECK_1.
31153         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31154         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31155         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31156         <bp-checks.h>.
31157         (__gettimeofday): Do not use CHECK_1.
31158         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31159         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31160         (__new_shmctl): Do not use CHECK_1.
31161         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31162         <bp-checks.h>.
31163         (do_sigtimedwait): Do not use CHECK_1.
31164         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31165         <bp-checks.h>.
31166         (do_sigwaitinfo): Do not use CHECK_1.
31167         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31168         <bp-checks.h>.
31169         (msgctl): Do not use CHECK_1.
31170         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31171         <bp-checks.h>.
31172         (shmctl): Do not use CHECK_1.
31173         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31174         (ustat): Do not use CHECK_1.
31175         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31176         <bp-checks.h>.
31177         (__fxstat): Do not use CHECK_1.
31178         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31179         <bp-checks.h>.
31180         (__fxstatat): Do not use CHECK_1.
31181         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31182         <bp-checks.h>.
31183         (__lxstat): Do not use CHECK_1.
31184         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31185         <bp-checks.h>.
31186         (__xstat): Do not use CHECK_1.
31187         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31188         (__xstat): Do not use CHECK_1.
31189         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31190         (___xstat64): Do not use CHECK_1.
31192         [BZ #13550]
31193         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31194         definitions.
31195         (CHECK_BOUNDS_HIGH): Likewise.
31196         * string/strcpy.c: Do not include <bp-checks.h>.
31197         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31199 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31201         * nscd/nscd-client.h (__nscd_drop_map_ref):
31202         Add __attribute__ ((unused)).
31203         * nis/nss-nisplus.h (niserr2nss): Likewise.
31205         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31206         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31208         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31209         Remove inline keyword.
31210         * include/rounding-mode.h (round_away): Likewise.
31211         * libio/wfileops.c (adjust_wide_data): Likewise.
31212         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31213         (__m128i_strloadu_tolower): Likewise.
31214         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31215         (__m128i_strloadu_tolower): Likewise.
31216         * time/mktime.c (ydhms_diff): Likewise.
31217         * locale/elem-hash.h (elem_hash): Likewise.
31218         * locale/setlocale.c (setdata): Likewise.
31219         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31220         (re_string_wchar_at): Likewise.
31221         (bitset_not, bitset_merge, bitset_mask): Likewise.
31222         [!(__GNUC__ > 3)] (inline): Remove macro.
31223         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31224         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31225         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31226         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31227         * string/memcmp.c (memcmp_bytes): Likewise.
31228         * locale/programs/locarchive.c (compute_hashval): Likewise.
31229         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31230         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31231         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31232         * nss/getent.c (print_rpc, print_protocols): Likewise.
31233         (print_passwd, print_group, print_aliases): Likewise.
31234         * nis/nss-nisplus.h (niserr2nss): Likewise.
31235         * nscd/connections.c (restart_p): Likewise.
31236         Change return type to bool.
31238 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31240         * Makeconfig (all-Depend-files): Add existing
31241         $(sorted-subdirs:=/Depend) files.
31242         (all-subdirs): Remove nss.
31243         * sysdeps/unix/inet/Subdirs: Add it here instead.
31244         * hesiod/Depend: New file.
31246         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31247         instead of calling alloca.
31249         * io/lseek.c (__lseek): Rename to __libc_lseek.
31250         Define __lseek as an alias.
31252         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31254 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31256         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31257         else clause and remove check for non-standard endianness.
31259 2013-02-04  David S. Miller  <davem@davemloft.net>
31261         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31263 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31265         [BZ #13550]
31266         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31267         (__ubp_memchr): Remove prototype.
31268         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31269         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31270         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31271         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31272         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31273         Remove alias.
31274         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31275         (__ubp_memchr): Likewise.
31276         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31277         (__ubp_memchr): Likewise.
31278         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31279         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31280         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31281         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31282         CHECK_STRING.
31283         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31284         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31285         (__getcwd): Do not use CHECK_STRING.
31286         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31287         <bp-checks.h>.
31288         (__real_chown): Do not use CHECK_STRING.
31289         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31290         <bp-checks.h>.
31291         (fchownat): Do not use CHECK_STRING.
31292         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31293         CHECK_STRING.
31294         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31295         <bp-checks.h>.
31296         (__lchown): Do not use CHECK_STRING.
31297         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31298         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31299         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31300         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31302         include <bp-checks.h>.
31303         (truncate64): Do not use CHECK_STRING.
31304         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31305         <bp-checks.h>.
31306         (__real_chown): Do not use CHECK_STRING.
31307         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31308         <bp-checks.h>.
31309         (__lchown): Do not use CHECK_STRING.
31310         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31311         <bp-checks.h>.
31312         (__chown): Do not use CHECK_STRING.
31313         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31314         <bp-checks.h>.
31315         (truncate64): Do not use CHECK_STRING.
31316         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31317         Likewise.
31318         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31319         (__xmknod): Do not use CHECK_STRING.
31320         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31321         <bp-checks.h>.
31322         (__xmknodat): Do not use CHECK_STRING.
31323         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31324         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31326 2013-02-04  Andreas Schwab  <schwab@suse.de>
31328         [BZ #14142]
31329         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31330         * include/netdb.h: Likewise for h_errno.
31331         * elf/tst-stackguard1.c: Include <tls.h>.
31333 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31335         * elf/link.h (struct link_map): Extend the l_addr comment.
31336         * include/link.h (struct link_map): Likewise.
31338 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31340         [BZ #13550]
31341         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31342         (BOUNDED_1): Remove macro.
31343         * debug/backtrace.c: Don't include <bp-checks.h>.
31344         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31345         (__backtrace): Likewise.
31346         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31347         <bp-checks.h>.
31348         (__backtrace): Don't use BOUNDED_1.
31349         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31350         <bp-checks.h>.
31351         (__backtrace): Don't use BOUNDED_1.
31352         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31353         (__backtrace): Don't use BOUNDED_1.
31354         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31355         (shmat): Don't use BOUNDED_N.
31357 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31359         [BZ #13550]
31360         * sysdeps/generic/bp-start.h: Remove file.
31361         * csu/libc-start.c: Don't include <bp-start.h>.
31362         (LIBC_START_MAIN): Set up __environ directly instead of using
31363         INIT_ARGV_and_ENVIRON.
31364         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31365         <bp-start.h>.
31367         [BZ #13550]
31368         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31369         definitions.
31370         (CHECK_FCNTL): Likewise.
31371         (CHECK_N_PAGES): Likewise.
31373         [BZ #13550]
31374         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31375         definitions.
31376         (CHECK_SIGSET_NULL_OK): Likewise.
31377         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31378         <bp-checks.h>.
31379         (sigpending): Don't use CHECK_SIGSET.
31380         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31381         <bp-checks.h>.
31382         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31383         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31384         <bp-checks.h>.
31385         (do_sigsuspend): Don't use CHECK_SIGSET.
31386         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31387         use CHECK_SIGSET.
31388         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31389         (do_sigwait): Don't use CHECK_SIGSET.
31390         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31391         use CHECK_SIGSET.
31392         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31393         include <bp-checks.h>.
31394         (sigpending): Don't use CHECK_SIGSET.
31395         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31396         include <bp-checks.h>.
31397         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31398         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31399         <bp-checks.h>.
31400         (sigpending): Don't use CHECK_SIGSET.
31401         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31402         <bp-checks.h>.
31403         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31405         [BZ #13550]
31406         * sysdeps/generic/bp-semctl.h: Remove file.
31407         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31408         <bp-checks.h> and <bp-semctl.h>.
31409         (__old_semctl): Don't use CHECK_SEMCTL.
31410         (__new_semctl): Likewise.
31411         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31412         and <bp-semctl.h>.
31413         (__old_semctl): Don't use CHECK_SEMCTL.
31414         (__new_semctl): Likewise.
31415         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31416         <bp-checks.h> and <bp-semctl.h>.
31417         (__old_semctl): Don't use CHECK_SEMCTL.
31418         (__new_semctl): Likewise.
31419         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31420         <bp-checks.h> and <bp-semctl.h>.
31421         (semctl): Don't use CHECK_SEMCTL.
31423         [BZ #13550]
31424         * Makerules (elide-bp-thunks): Remove variable.
31425         (elide-routines.oS): Don't use $(elide-bp-thunks).
31426         (elide-routines.os): Likewise.
31427         (elide-routines.o): Likewise.
31428         (elide-routines.op): Likewise.
31429         (elide-routines.og): Likewise.
31430         (objects): Don't use $(bp-thunks).
31431         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31432         include.
31433         (common-generated): Do not add s-proto-bp.d.
31434         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31435         (int): Likewise.
31436         (typ): Likewise.
31437         Do not generate makefile rules for bounded-pointer thunks.
31438         * sysdeps/generic/bp-thunks.h: Remove file.
31439         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31440         * sysdeps/unix/s-proto-bp.S: Likewise.
31442         [BZ #15062]
31443         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31444         parts of result separately when argument is not close to line from
31445         -i to i and one part of argument is small.
31446         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31447         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31448         * math/libm-test.inc (cacos_test): Add more tests.
31449         (casin_test): Likewise.
31450         (casinh_test): Likewise.
31451         * sysdeps/i386/fpu/libm-test-ulps: Update.
31452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31454 2013-01-31  David S. Miller  <davem@davemloft.net>
31456         * po/de.po: Update from translation team.
31458 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31460         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31462 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31464         * configure.in (_AC_PROG_CC_C89): New definition.
31465         * configure: Regenerate.
31467         * configure.in (AC_PROG_CPP): New definition.
31468         * configure: Regenerate.
31470 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31472         * debug/tst-backtrace.h: New file.
31473         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31474         (ret): Remove variable.
31475         (x): Likewise.
31476         (FAIL): Remove macro.
31477         (NO_INLINE): Likewise.
31478         (fn1): Use match function instead of strstr.
31479         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31480         (ret): Remove variable.
31481         (x): Likewise.
31482         (FAIL): Remove macro.
31483         (NO_INLINE): Likewise.
31484         (fn): Use match function instead of strstr.
31485         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31486         (ret): Remove variable.
31487         (x): Likewise.
31488         (FAIL): Remove macro.
31489         (NO_INLINE): Likewise.
31490         (handle_signal): Use match function instead of strstr.
31491         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31492         (ret): Remove variable.
31493         (x): Likewise.
31494         (FAIL): Remove macro.
31495         (NO_INLINE): Likewise.
31496         (handle_signal): Use match function instead of strstr.
31498 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31500         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31502 2013-01-23  David S. Miller  <davem@davemloft.net>
31504         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31505         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31506         argument of CAS if possible.
31507         * sysdeps/sparc/sparc64/bits/atomic.h
31508         (__arch_compare_and_exchange_val_32_acq): Likewise.
31509         (__arch_compare_and_exchange_val_64_acq): Likewise.
31511 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31513         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31514         * sysdeps/posix/ulimit.c: ... this.
31515         Include <limits.h>.
31516         * sysdeps/unix/bsd/ulimit.c: Remove file.
31518 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31520         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31521         (LDFLAGS-tst-array5): Likewise.
31523 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31525         [BZ #15036]
31526         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31527         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31528         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31529         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31531 2013-01-21  David S. Miller  <davem@davemloft.net>
31533         * sysdeps/sparc/backtrace.c: New file.
31534         * sysdeps/sparc/sparc32/backtrace.h: New file.
31535         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31536         * sysdeps/sparc/sparc64/backtrace.h: New file.
31537         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31538         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31539         -funwind-tables.
31541 2013-01-21  Andreas Schwab  <schwab@suse.de>
31543         [BZ #15020]
31544         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31545         closed its stdout.
31547 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31549         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31550         "mpa2.h".
31551         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31553 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31554             Mark Mitchell  <mark@codesourcery.com>
31555             Tom de Vries  <tom@codesourcery.com>
31556             Paul Pluzhnikov  <ppluzhnikov@google.com>
31558         * debug/tst-backtrace2.c: New file.
31559         * debug/tst-backtrace3.c: Likewise.
31560         * debug/tst-backtrace4.c: Likewise.
31561         * debug/tst-backtrace5.c: Likewise.
31562         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31563         (CFLAGS-tst-backtrace3.c): Likewise.
31564         (CFLAGS-tst-backtrace4.c): Likewise.
31565         (CFLAGS-tst-backtrace5.c): Likewise.
31566         (LDFLAGS-tst-backtrace2): Likewise.
31567         (LDFLAGS-tst-backtrace3): Likewise.
31568         (LDFLAGS-tst-backtrace4): Likewise.
31569         (LDFLAGS-tst-backtrace5): Likewise.
31570         (tests): Add new tests tst-backtrace2, tst-backtrace3,
31571         tst-backtrace4 and tst-backtrace5.
31573 2013-01-18  Anton Blanchard  <anton@samba.org>
31574             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31576         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31577         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31578         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31579         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31581         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31582         "+r" and remove output regs list as redundant.  Add explicit inline
31583         asm to specify register of return val to work around compiler codegen
31584         bug.  Remove (int) cast on return value.  Add return type parameter to
31585         use in macro so that this macro does not truncate return value for
31586         64-bit values.
31587         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31588         pass to INTERNAL_VSYSCALL_NCS.
31589         (INLINE_VSYSCALL): Add 'long int' as return type to
31590         INTERNAL_VSYSCALL_NCS macro invocation.
31591         (INTERNAL_VSYSCALL): Add 'long int' as return type to
31592         INTERNAL_VSYSCALL_NCS macro invocation.
31593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31595 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31597         [BZ #14496]
31598         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31599         Fix application of SIMD FP exception mask.
31601         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31602         mp_no from a power of two.
31603         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31604         __mpexp_twomm1.  Use __pow_mp.
31606         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31607         multiplication.
31609 2013-01-17  David S. Miller  <davem@davemloft.net>
31611         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31613 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31615         [BZ #15023]
31616         * include/complex.h: Condition contents on [!_COMPLEX_H].
31617         (__kernel_casinhf): New prototype.
31618         (__kernel_casinh): Likewise.
31619         (__kernel_casinhl): Likewise.
31620         * math/Makefile (libm_calls): Add k_casinh.
31621         * math/k_casinh.c: New file.
31622         * math/k_casinhf.c: Likewise.
31623         * math/k_casinhl.c: Likewise.
31624         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
31625         finite nonzero arguments.
31626         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
31627         finite nonzero arguments.
31628         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
31629         finite nonzero arguments.
31630         * math/s_casinh.c: Do not include <float.h>.
31631         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
31632         * math/s_casinhf.c: Do not include <float.h>.
31633         (__casinhf): Move code for finite nonzero arguments to
31634         k_casinhf.c.
31635         * math/s_casinhl.c: Do not include <float.h>.
31636         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
31637         redefine.
31638         (__casinhl): Move code for finite nonzero arguments to
31639         k_casinhl.c.
31640         * math/libm-test.inc (cacos_test): Add more tests.
31641         * sysdeps/i386/fpu/libm-test-ulps: Update.
31642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31644 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
31646         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
31647         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
31648         [!HAVE_MREMAP]: Remove [defined linux] case.
31649         * malloc/arena.c: Do not include <malloc-sysdep.h>.
31651 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31653         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
31655 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
31657         * elf/elf.h (R_386_SIZE32): New relocation.
31658         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
31659         R_386_SIZE32.
31660         (elf_machine_rela): Likewise.
31661         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
31662         R_X86_64_SIZE64 and R_X86_64_SIZE32.
31664 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31666         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
31667         (FP_FAST_FMA): Do not define.
31668         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
31669         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
31670         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
31671         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
31672         !_SOFT_FLOAT]: Likewise.
31673         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
31674         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
31675         value.
31676         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
31677         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
31678         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
31679         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
31680         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
31681         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
31682         file.
31684 2013-01-16  Andreas Schwab  <schwab@suse.de>
31686         [BZ #14327]
31687         * include/stdlib.h (__mktemp): Add declaration.
31688         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
31689         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
31691 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31693         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
31694         definitions.
31695         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31696         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
31697         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
31698         definitions here.
31699         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
31700         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
31701         definitions.
31702         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
31703         and ONE.
31704         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
31705         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
31706         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
31707         definitions.
31708         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
31709         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
31710         definitions.
31711         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31713         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
31715 2013-01-15  David S. Miller  <davem@davemloft.net>
31717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31718         trunc{,f} to libm-sysdep_routes.
31719         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
31721         file.
31722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
31723         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
31724         file.
31725         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
31726         file.
31727         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
31728         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
31729         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
31730         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
31731         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
31732         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
31733         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
31734         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
31736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31737         nearbyint{,f} to libm-sysdep_routes.
31738         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
31740         New file.
31741         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
31742         file.
31743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
31744         New file.
31745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
31746         file.
31747         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
31748         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
31749         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
31750         file.
31751         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
31752         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
31753         file.
31754         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
31755         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
31756         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
31758         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31759         libc_feholdexcept and libc_fesetenv.
31761 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
31763         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
31765 2013-01-14  David S. Miller  <davem@davemloft.net>
31767         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
31768         (SPARC_ASM_VIS2_IFUNC): Likewise.
31769         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
31770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
31771         use of 'siam' instruction.
31772         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
31773         Likewise.
31774         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
31775         Likewise.
31776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
31777         Likewise.
31778         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
31779         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
31780         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
31781         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
31782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
31783         file.
31784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
31785         file.
31786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
31787         file.
31788         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
31789         file.
31790         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
31791         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
31792         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
31793         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
31794         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
31795         new VIS2 routines.
31796         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
31797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
31798         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
31799         Likewise.
31800         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
31801         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
31802         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
31803         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
31804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
31805         routines to libm-sysdep_routines.
31806         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31809         fdim/fdimf to libm-sysdep_routines.
31810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
31811         file.
31812         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
31813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
31814         file.
31815         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
31816         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
31817         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
31818         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
31819         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
31820         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
31821         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
31823 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31825         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
31826         to optimize copies.
31828         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
31829         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31830         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31832         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
31833         local variable MPTWO.
31834         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31835         Likewise.
31837 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31839         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
31840         GLOB_NOESCAPE.
31842 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31844         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
31846 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31848         * manual/pattern.texi (glob_t): Document gl_flags.
31849         (glob64_t): Likewise.
31851 2013-01-11  David S. Miller  <davem@davemloft.net>
31853         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
31854         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
31855         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
31856         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
31857         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
31858         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
31859         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
31860         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
31861         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
31862         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
31863         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
31864         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
31865         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
31867         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
31868         sparc V9 rather than using V8 code.
31869         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31870         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31872         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
31873         Move to...
31874         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
31875         Here.
31877 2013-01-11  Roland McGrath  <roland@hack.frob.com>
31879         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
31880         not in the main loop.
31881         * configure: Regenerated.
31883 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
31885         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
31886         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
31887         to just #else.
31888         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
31889         [!__GLIBC_HAVE_LONG_LONG] case.
31890         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
31891         condition to just #else.
31892         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
31893         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
31894         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
31895         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
31896         unconditional.
31897         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
31898         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31899         #elif condition to just #else.
31900         * sysdeps/unix/sysv/linux/sys/sysmacros.h
31901         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
31902         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31903         #elif condition to just #else.
31905 2013-01-11  Steve Ellcey  <sellcey@mips.com>
31907         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
31908         (EF_MIPS_ARCH_64): Fix value.
31909         (EF_MIPS_ARCH_32R2): New.
31910         (EF_MIPS_ARCH_64R2): New.
31912 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
31914         * Makeconfig (+link-pie-before-libc): New.
31915         (+link-pie-after-libc): Likewise.
31916         (+link-pie-tests): Likewise.
31917         (+link-pie): Rewritten.
31918         (link-before-libc): Remove $(config-LDFLAGS).
31919         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
31920         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
31921         (config-LDFLAGS): Renamed to ...
31922         (rtld-LDFLAGS): This.
31923         (rtld-tests-LDFLAGS): New macro.
31924         (link-libc-rpath-link): Likewise.
31925         (link-libc-tests-rpath-link): Likewise.
31926         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
31927         (link-libc): Prepand $(link-libc-rpath-link).
31928         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
31929         (test-program-prefix): New macro.
31930         (test-via-rtld-prefix): Likewise.
31931         (test-program-cmd): Likewise.
31932         (host-test-program-cmd): Likewise.
31933         * Makefile ($(common-objpfx)testrun.sh): Replace
31934         $(run-program-prefix) with $(test-program-prefix).
31935         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
31936         $(rtld-LDFLAGS).
31937         ($(common-objpfx)shlib.lds): Likewise.
31938         (build-module-helper): Likewise.
31939         ($(common-objpfx)format.lds): Likewise.
31940         * Rules (binaries-pie-tests): New.
31941         (binaries-pie-notests): Likewise.
31942         (binaries-pie): Rewritten.
31943         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
31944         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
31945         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
31946         (make-test-out): Replace $(host-built-program-cmd) with
31947         $(host-test-program-cmd).
31948         * config.make.in (build-hardcoded-path-in-tests): New variable.
31949         * configure.in (--enable-hardcoded-path-in-tests): New configure
31950         option.
31951         (hardcoded_path_in_tests): New AC_SUBST.
31952         * configure: Regenerated.
31953         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
31954         $(built-program-cmd) with $(test-program-cmd).
31955         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
31956         (test_program_cmd): This.
31957         * elf/Makefile ($(objpfx)order.out): Run test with
31958         $(test-program-prefix).
31959         ($(objpfx)order2.out): Likewise.
31960         ($(objpfx)tst-initorder.out): Likewise.
31961         ($(objpfx)tst-initorder2.out): Likewise.
31962         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
31963         $(test-program-cmd).
31964         ($(objpfx)tst-array1-static.out): Likewise.
31965         ($(objpfx)tst-array2.out): Likewise.
31966         ($(objpfx)tst-array3.out): Likewise.
31967         ($(objpfx)tst-array4.out): Likewise.
31968         ($(objpfx)tst-array5.out): Likewise.
31969         ($(objpfx)tst-array5-static.out): Likewise.
31970         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
31971         $(test-program-cmd).
31972         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
31973         $(run-program-prefix) with $(test-program-prefix).
31974         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
31975         (test_program_prefix): This.
31976         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
31977         $(run-program-prefix) with $(test-program-prefix).
31978         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
31979         (test_program_prefix): This.
31980         * iconvdata/tst-tables.sh: Likewise.
31981         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
31982         $(run-program-prefix) with $(test-program-prefix).
31983         ($(objpfx)tst-translit.out): Likewise.
31984         ($(objpfx)tst-gettext2.out): Likewise.
31985         ($(objpfx)tst-gettext4.out): Likewise.
31986         ($(objpfx)tst-gettext6.out): Likewise.
31987         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
31988         (test_program_prefix): This.
31989         * intl/tst-gettext2.sh: Likewise.
31990         * intl/tst-gettext4.sh  Likewise.
31991         * intl/tst-gettext6.sh: Likewise.
31992         * intl/tst-translit.sh: Likewise.
31993         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
31994         with $(test-program-cmd).
31995         * libio/Makefile ($(objpfx)test-freopen.out): Replace
31996         $(run-program-prefix) with $(test-program-prefix).
31997         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
31998         (test_program_prefix): This.
31999         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32000         $(run-program-prefix) with $(test-program-prefix).
32001         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32002         (test_program_prefix): This.
32003         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32004         * posix/Makefile ($(objpfx)globtest.out): Replace
32005         $(run-via-rtld-prefix) and $(test-wrapper) with
32006         $(test-program-prefix) and $(test-via-rtld-prefix).
32007         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32008         $(test-program-prefix).
32009         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32010         $(host-test-program-cmd).
32011         (tst-spawn-ARGS): Likewise.
32012         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32013         $(test-program-prefix).
32014         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32015         (test_via_rtld_prefix): This.
32016         (test_wrapper): Renamed to ...
32017         (test_program_prefix): This.
32018         (run_program_prefix): Replaced by test_program_prefix.
32019         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32020         (test_program_prefix): This.
32021         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32022         with $(host-test-program-cmd).
32023         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32024         $(run-program-prefix) with $(test-program-prefix).
32025         ($(objpfx)tst-printf.out): Likewise.
32026         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32027         $(test-program-cmd).
32028         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32029         (test_program_prefix): This.
32030         * stdio-common/tst-unbputc.sh: Likewise.
32031         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32032         $(run-program-prefix) with $(test-program-prefix).
32033         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32034         (test_program_prefix): This.
32035         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32036         $(built-program-cmd) with $(test-program-cmd).
32038 2013-01-11  Andreas Jaeger  <aj@suse.de>
32040         [BZ #15003]
32041         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32042         value. Sync with Linux 3.7.
32044 2013-01-10  David S. Miller  <davem@davemloft.net>
32046         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32047         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32048         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32050 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32052         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32053         never set.
32054         * configure: Regenerated.
32056 2013-01-10  David S. Miller  <davem@davemloft.net>
32058         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32059         sparc V9 rather than using V8 code.
32060         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32061         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32063 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32065         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32066         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32067         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32068         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32069         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32070         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32071         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32072         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32073         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32074         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32075         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32076         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32077         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32078         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32079         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32080         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32081         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32082         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32083         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32084         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32085         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32086         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32087         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32088         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32089         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32090         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32091         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32093 2013-01-10  David S. Miller  <davem@davemloft.net>
32095         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32097 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32099         * posix/Makefile (tests-static): New variable.
32100         (tests): Add $(tests-static).
32101         (tst-exec-static-ARGS): New variable.
32102         (tst-spawn-static-ARGS): Likewise.
32103         * posix/tst-exec-static.c: New file.
32104         * posix/tst-spawn-static.c: Likewise.
32105         * posix/tst-exec.c: Support run directly.
32106         * posix/tst-spawn.c: Likewise.
32108 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32110         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32111         long.
32112         * math/bits/mathcalls.h (llrint): Likewise.
32113         (llround): Likewise.
32114         * stdlib/stdlib.h (struct drand48_data): Likewise.
32115         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32116         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32117         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32118         Likewise.
32119         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32120         Likewise.
32121         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32122         (elf_greg_t): Likewise.
32123         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32124         (__jmp_buf): Likewise.
32125         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32126         definitions.
32127         (llrint): Likewise, for all definitions.
32128         (llrintl): Likewise.
32130         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32131         Remove [__GNUC__] condition.
32132         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32133         condition to just [__USE_ISOC99].
32134         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32136 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32138         [BZ #14200]
32139         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32140         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32141         defined.
32142         (_POSIX_V6_ILP32_OFF32): Likewise.
32143         (_XBS5_ILP32_OFF32): Likewise.
32144         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32145         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32147 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32149         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32151         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32152         doubles __mpexp_twomm1.  Adjust usage.
32153         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32154         Remove.
32156 2013-01-10  Andreas Schwab  <schwab@suse.de>
32158         [BZ #14964]
32159         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32160         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32162 2013-01-09  David S. Miller  <davem@davemloft.net>
32164         [BZ #15003]
32165         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32166         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32167         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32168         (TCP_FASTOPEN): Define.
32169         (tcp_repair_opt): New structure.
32170         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32171         enum values.
32172         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32173         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32174         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32175         (tcp_cookie_transactions): New structure.
32177 2013-01-09  Anton Blanchard  <anton@samba.org>
32179         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32180         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32181         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32182         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32184 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32186         * include/features.h (__USE_ANSI): Remove.
32188 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32190         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32192         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32194 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32196         * sysdeps/s390/fpu/libm-test-ulps: Update.
32198         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32200         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32201         (__acr): Likewise.
32202         (__cpy): Likewise.
32203         (norm): Likewise.
32204         (denorm): Likewise.
32205         (__mp_dbl): Likewise.
32206         (__dbl_mp): Likewise.
32207         (add_magnitudes): Likewise.
32208         (sub_magnitudes): Likewise.
32209         (__add): Likewise.
32210         (__sub): Likewise.
32211         (__mul): Likewise.
32212         (__inv): Likewise.
32213         (__dvd): Likewise.
32214         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32215         (__acr): Likewise.
32216         (__cpy): Likewise.
32217         (norm): Likewise.
32218         (denorm): Likewise.
32219         (__mp_dbl): Likewise.
32220         (__dbl_mp): Likewise.
32221         (add_magnitudes): Likewise.
32222         (sub_magnitudes): Likewise.
32223         (__add): Likewise.
32224         (__sub): Likewise.
32225         (__mul): Likewise.
32226         (__inv): Likewise.
32227         (__dvd): Likewise.
32228         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32229         (__acr): Likewise.
32230         (__cpy): Likewise.
32231         (norm): Likewise.
32232         (denorm): Likewise.
32233         (__mp_dbl): Likewise.
32234         (__dbl_mp): Likewise.
32235         (add_magnitudes): Likewise.
32236         (sub_magnitudes): Likewise.
32237         (__add): Likewise.
32238         (__sub): Likewise.
32239         (__mul): Likewise.
32240         (__inv): Likewise.
32241         (__dvd): Likewise.
32243 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32245         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32246         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32247         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32248         2 && __USE_EXTERN_INLINES]: Likewise.
32250 2013-01-08  Andreas Jaeger  <aj@suse.de>
32252         [BZ# 14985]
32253         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32254         Remove.
32255         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32256         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32258 2013-01-07  Anton Blanchard  <anton@samba.org>
32260         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32261         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32262         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32263         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32264         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32265         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32266         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32267         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32268         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32269         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32270         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32271         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32272         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32273         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32274         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32275         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32276         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32277         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32278         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32279         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32280         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32281         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32282         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32283         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32284         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32285         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32286         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32287         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32288         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32289         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32290         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32291         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32292         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32293         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32294         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32295         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32296         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32297         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32298         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32299         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32300         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32301         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32302         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32304 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32306         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32307         (__MALLOC_PMT): Likewise.
32308         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32309         [__GNUC__], only on [_LIBC].
32310         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32311         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32312         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32313         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32314         forward declaration.
32315         (realloc_hook_ini): Likewise.
32316         (memalign_hook_ini): Likewise.
32317         (__libc_memalign): Do not use __MALLOC_PMT in variable
32318         declaration.
32319         (__libc_valloc): Likewise.
32320         (__libc_pvalloc): Likewise.
32321         (__libc_calloc): Likewise.
32322         (__posix_memalign): Likewise.
32324         [BZ #14996]
32325         * math/s_casinh.c: Include <float.h>.
32326         (__casinh): Do not do computation with squaring and square root
32327         for large arguments.
32328         * math/s_casinhf.c: Include <float.h>.
32329         (__casinhf): Do not do computation with squaring and square root
32330         for large arguments.
32331         * math/s_casinhl.c: Include <float.h>.
32332         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32333         (__casinhl): Do not do computation with squaring and square root
32334         for large arguments.
32335         * math/libm-test.inc (casin_test): Add more tests.
32336         (casinh_test): Likewise.
32337         * sysdeps/i386/fpu/libm-test-ulps: Update.
32338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32340 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32342         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32343         (__x86_64_raw_data_cache_size): Likewise.
32344         (__x86_64_data_cache_size_half): Likewise.
32345         (__x86_64_raw_data_cache_size_half): Likewise.
32346         (__x86_64_shared_cache_size): Likewise.
32347         (__x86_64_raw_shared_cache_size): Likewise.
32348         (__x86_64_shared_cache_size_half): Likewise.
32349         (__x86_64_raw_shared_cache_size_half): Likewise.
32350         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32351         to ...
32352         (__x86_data_cache_size): This.
32353         (__x86_64_raw_data_cache_size): Renamed to ...
32354         (__x86_raw_data_cache_size): This.
32355         (__x86_64_data_cache_size_half): Renamed to ...
32356         (__x86_data_cache_size_half): This.
32357         (__x86_64_raw_data_cache_size_half): Renamed to ...
32358         (__x86_raw_data_cache_size_half): This.
32359         (__x86_64_shared_cache_size): Renamed to ...
32360         (__x86_shared_cache_size): This.
32361         (__x86_64_raw_shared_cache_size): Renamed to ...
32362         (__x86_raw_shared_cache_size): This.
32363         (__x86_64_shared_cache_size_half): Renamed to ...
32364         (__x86_shared_cache_size_half): This.
32365         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32366         (__x86_raw_shared_cache_size_half): This.
32367         * sysdeps/x86_64/memcpy.S: Updated.
32368         * sysdeps/x86_64/memset.S: Likewise.
32369         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32370         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32371         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32373 2013-01-04  David S. Miller  <davem@davemloft.net>
32375         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32377 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32379         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32380         1 to avoid redefinition warning.
32381         (__USE_GNU): Don't define.
32382         (init_signaling_nan): Protoize.
32384         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32386 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32388         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32389         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32390         (__cpymn): Likewise.
32391         (norm): Remove commented code.
32392         (denorm): Likewise.
32393         (__mp_dbl): Likewise.
32394         (__inv): Likewise.
32395         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32396         (__cpymn): Likewise.
32397         (norm): Remove commented code.
32398         (denorm): Likewise.
32399         (__mp_dbl): Likewise.
32400         (__inv): Likewise.
32402         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32403         mp_no value for 1.0 and 2.0.
32404         (norm): Use RADIXI instead of radixi.d.
32405         (denorm): Likewise.
32406         (__mul): Use 0.0 instead of zero.d.
32407         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32408         mp_no value for 1.0 and 2.0.
32409         (norm): Use RADIXI instead of radixi.d.
32410         (denorm): Likewise.
32411         (__mul): Use 0.0 instead of zero.d.
32413 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32415         [BZ #14994]
32416         * math/s_casinh.c (__casinh): Reduce finite argument to first
32417         quadrant then set signs of results at the end.
32418         * math/s_casinhf.c (__casinhf): Likewise.
32419         * math/s_casinhl.c (__casinhl): Likewise.
32420         * math/libm-test.inc (casin_test): Add more tests.
32421         (casinh_test): Likewise.
32422         * sysdeps/i386/fpu/libm-test-ulps: Update.
32423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32425 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32427         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32429         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32431         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32432         declarations.
32433         (denorm): Likewise.
32434         (__mp_dbl): Likewise.
32435         (__inv): Likewise.
32437         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32438         and adjust the header comment.
32440         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32441         variable name from declaration.
32443 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32445         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32446         Initialize COMMON_CPUID_INDEX_7 element.
32447         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32448         (CPUID_RTM): Likewise.
32449         (HAS_RTM): Likewise.
32450         (COMMON_CPUID_INDEX_7): New enum.
32452 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32454         [BZ #14981]
32455         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32456         size is zero, record memory as freed.
32458 2013-01-03  Andreas Jaeger  <aj@suse.de>
32460         * po/ia.po: Add new Interlingua translation.
32462 2012-01-03  Allan McRae  <allan@archlinux.org>
32464         * locale/programs/localedef.c: Fix description of '--posix' flag.
32466 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32468         * NEWS: Update dates in second copyright notice.
32469         * README: Update copyright dates in example.
32470         * manual/libc.texinfo: Update copyright dates.
32471         * scripts/test-installation.pl: Update copyright date in --version
32472         output.
32474         * hurd/ctty-input.c: Fix copyright notice formatting.
32475         * hurd/ctty-output.c: Likewise.
32476         * hurd/dtable.c: Likewise.
32477         * hurd/hurd-raise.c: Likewise.
32478         * hurd/hurdprio.c: Likewise.
32479         * hurd/msgportdemux.c: Likewise.
32480         * misc/sys/file.h: Likewise.
32481         * misc/sys/ioctl.h: Likewise.
32482         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32483         * sysdeps/mach/hurd/chdir.c: Likewise.
32484         * sysdeps/mach/hurd/fchdir.c: Likewise.
32485         * sysdeps/mach/hurd/rename.c: Likewise.
32486         * sysdeps/mach/hurd/rmdir.c: Likewise.
32487         * sysdeps/mach/hurd/seekdir.c: Likewise.
32488         * sysdeps/mach/hurd/setsid.c: Likewise.
32489         * sysdeps/posix/wait3.c: Likewise.
32491         * All files with FSF copyright notices: Update copyright dates
32492         using scripts/update-copyrights.
32493         * intl/plural.c: Regenerated.
32494         * locale/programs/charmap-kw.h: Likewise.
32495         * locale/programs/locfile-kw.h: Likewise.
32497 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32499         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32500         four values.
32502         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32503         calculation loop and add branch prediction.
32505         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32506         check access beyond bounds of m1np.
32508         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32509         MPTWO.
32510         (__inv): Remove local variable MPTWO to use the global
32511         constant.
32512         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32513         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32514         variable MPTWO.
32515         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32516         MP3HALFS static const.
32518 2013-01-01  David S. Miller  <davem@davemloft.net>
32520         * po/ca.po: Update from translation team.
32522 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32524         * scripts/update-copyrights: New file.
32525         * Makeconfig: Reformat copyright notice.
32526         * ctype/ctype.h: Likewise.
32527         * debug/swprintf_chk.c: Likewise.
32528         * elf/dl-cache.c: Likewise.
32529         * elf/dl-debug.c: Likewise.
32530         * elf/dl-object.c: Likewise.
32531         * grp/initgroups.c: Likewise.
32532         * hurd/Makefile: Likewise.
32533         * hurd/hurd/signal.h: Likewise.
32534         * hurd/hurdfault.c: Likewise.
32535         * hurd/hurdioctl.c: Likewise.
32536         * hurd/hurdlookup.c: Likewise.
32537         * hurd/intr-msg.c: Likewise.
32538         * iconv/gconv_open.c: Likewise.
32539         * libio/swprintf.c: Likewise.
32540         * locale/lc-ctype.c: Likewise.
32541         * locale/nl_langinfo.c: Likewise.
32542         * mach/Machrules: Likewise.
32543         * mach/Makefile: Likewise.
32544         * malloc/obstack.h: Likewise.
32545         * manual/Makefile: Likewise.
32546         * manual/tsort.awk: Likewise.
32547         * misc/bits/stab.def: Likewise.
32548         * nis/nis_print_group_entry.c: Likewise.
32549         * nis/nis_table.c: Likewise.
32550         * nis/nss_compat/compat-pwd.c: Likewise.
32551         * nis/nss_compat/compat-spwd.c: Likewise.
32552         * po/Makefile: Likewise.
32553         * posix/fnmatch.c: Likewise.
32554         * posix/regex.h: Likewise.
32555         * resolv/Makefile: Likewise.
32556         * resolv/nss_dns/dns-network.c: Likewise.
32557         * resolv/res_hconf.c: Likewise.
32558         * scripts/gen-sorted.awk: Likewise.
32559         * soft-fp/soft-fp.h: Likewise.
32560         * stdio-common/printf.h: Likewise.
32561         * stdlib/monetary.h: Likewise.
32562         * stdlib/random.c: Likewise.
32563         * stdlib/random_r.c: Likewise.
32564         * sysdeps/generic/Makefile: Likewise.
32565         * sysdeps/gnu/Makefile: Likewise.
32566         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32567         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32568         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32569         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32570         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32571         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32572         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32573         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32574         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32575         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32576         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32577         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32578         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32579         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32580         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32581         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32582         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32583         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32584         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32585         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32586         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32587         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32588         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32589         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32590         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32591         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32592         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32593         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32594         * sysdeps/mach/hurd/errnos.awk: Likewise.
32595         * sysdeps/mach/hurd/fork.c: Likewise.
32596         * sysdeps/mach/hurd/getcwd.c: Likewise.
32597         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32598         * sysdeps/mach/hurd/mmap.c: Likewise.
32599         * sysdeps/mach/hurd/utimes.c: Likewise.
32600         * sysdeps/mach/hurd/xmknod.c: Likewise.
32601         * sysdeps/posix/profil.c: Likewise.
32602         * sysdeps/posix/readdir_r.c: Likewise.
32603         * sysdeps/powerpc/bits/mathdef.h: Likewise.
32604         * sysdeps/powerpc/bits/setjmp.h: Likewise.
32605         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32606         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32607         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32608         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32609         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32610         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32611         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32612         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
32613         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32614         * sysdeps/pthread/lio_listio.c: Likewise.
32615         * sysdeps/sparc/dl-procinfo.h: Likewise.
32616         * sysdeps/unix/i386/sysdep.S: Likewise.
32617         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
32618         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
32619         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
32620         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
32621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32622         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32623         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32624         * sysdeps/unix/sysv/linux/speed.c: Likewise.
32625         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
32626         * sysdeps/wordsize-32/divdi3.c: Likewise.
32627         * time/sys/time.h: Likewise.
32628         * wcsmbs/Makefile: Likewise.
32630 2013-01-01  David S. Miller  <davem@davemloft.net>
32632         * po/fr.po: Update from translation team.
32634         * catgets/gencat.c: Update copyright year.
32635         * csu/version.c: Likewise.
32636         * debug/catchsegv.sh: Likewise.
32637         * debug/pcprofiledump.c: Likewise.
32638         * debug/xtrace.sh: Likewise.
32639         * elf/ldconfig.c: Likewise.
32640         * elf/ldd.bash.in: Likewise.
32641         * elf/pldd.c: Likewise.
32642         * elf/sotruss.ksh: Likewise.
32643         * elf/sprof.c: Likewise.
32644         * iconv/iconv_prog.c: Likewise.
32645         * iconv/iconvconfig.c: Likewise.
32646         * locale/programs/locale.c: Likewise.
32647         * locale/programs/localedef.c: Likewise.
32648         * login/programs/pt_chown.c: Likewise.
32649         * malloc/memusage.sh: Likewise.
32650         * malloc/memusagestat.c: Likewise.
32651         * malloc/mtrace.pl: Likewise.
32652         * nscd/nscd.c: Likewise.
32653         * nss/getent.c: Likewise.
32654         * nss/makedb.c: Likewise.
32655         * posix/getconf.c: Likewise.
32657 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
32659         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
32660         numbers.
32662 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
32664         * math/bits/mathcalls.h (modf): Use __nonnull.
32666 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32668         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
32669         (split): Use macro CN instead of the bare value.
32670         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
32671         could be used.
32672         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
32673         instead of the bare value.
32674         (power1): Likewise.
32676 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32678         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
32679         __ATAN_TWOM.
32680         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32682         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
32683         their values.
32684         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32685         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32686         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
32687         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32689 2012-12-28  Andreas Jaeger  <aj@suse.de>
32691         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
32692         values are from Linux 3.7.
32694         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
32695         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
32697 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32699         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
32700         TRUE case.
32702         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
32703         (norm): Likewise.
32704         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
32705         variables with preprocessor constants.
32706         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32707         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
32708         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32710 2012-12-27  Bruno Haible  <bruno@clisp.org>
32712         [BZ #14317]
32713         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
32714         only if needed.
32716 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32718         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
32719         and use variable directly.
32720         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
32722         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32723         MPONE.
32724         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
32725         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32726         variable MPONE.
32727         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32728         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32729         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
32730         include directive.  Remove local variable MPONE.
32731         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
32732         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
32733         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32735 2012-12-25  David S. Miller  <davem@davemloft.net>
32737         * version.h (RELEASE): Set to "development".
32738         (VERSION): Set to "2.17.90".
32739         * NEWS: Add 2.18 section.
32741 2012-12-21  David S. Miller  <davem@davemloft.net>
32743         * po/hr.po: Update from translation team.
32745 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32747         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
32749 2012-12-19  Steve Ellcey  <sellcey@mips.com>
32751         * NEWS:  Mention new memcpy for MIPS.
32753 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32755         * manual/contrib.texi (Contributors): Spelling correction.
32757 2012-12-15  David S. Miller  <davem@davemloft.net>
32759         * po/ru.po: Update from translation team.
32761 2012-12-13  David S. Miller  <davem@davemloft.net>
32763         * NEWS: Mention IFUNC testsuite enhancements.
32765         * po/pl.po: Update from translation team.
32766         * po/bg.po: Likewise.
32768         * manual/contrib.texi (Contributors): Update entries for Hongjiu
32769         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
32771 2012-12-11  David S. Miller  <davem@davemloft.net>
32773         * po/sv.po: Update from translation team.
32775         * po/vi.po: Update from translation team.
32777         * po/cs.po: Update from translation team.
32779         * po/de.po: Update from translation team.
32780         * po/eo.po: Likewise.
32781         * po/nl.po: Likewise.
32783 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32785         [BZ #14246]
32786         * manual/argp.texi (Argp Helper Functions): Move node to follow
32787         Argp Parsing State.
32789         [BZ #14872]
32790         * manual/conf.texi (Limits on File System Capacity): Mention if
32791         terminating null is included in the max size.
32793 2012-12-10  Andreas Jaeger  <aj@suse.de>
32795         * po/cs.po: Update from translation team.
32797 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32799         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
32800         void pointer and cast to uintptr_t.
32801         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
32802         path.
32803         * sysdeps/s390/s390-64/memcpy.S: Likewise.
32804         * sysdeps/s390/s390-64/memset.S: Likewise.
32806 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
32808         [BZ #14833]
32809         * menual/message.texi (Message Translation): Fix typos.
32810         (Helper programs for gettext): Likewise.
32812 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
32814         [BZ #14898]
32815         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
32816         Change to -1.
32818 2012-12-07  David S. Miller  <davem@davemloft.net>
32820         * po/libc.pot: Update.
32822 2012-12-07  Richard Henderson  <rth@redhat.com>
32824         [BZ #10114]
32825         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
32826         normal/normal case to before the switch.
32827         (_FP_DIV): Likewise.
32829 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
32830             Mike Frysinger  <vapier@gentoo.org>
32832         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
32833         check for __NR_fadvise64_64.
32835 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
32837         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
32838         0, not just to plain "0" as a statement.
32839         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
32840         with cw.
32842 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
32844         * NEWS: Use sourceware.org in Bugzilla URL.
32846 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32849         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32851         * stdio-common/tst-put-error.c (do_test): Add newline to the
32852         padded test to ensure flush.
32854 2012-12-05  Jeff Law  <law@redhat.com>
32856         * sunrpc/etc.rpc (fedfs_admin): Add entry.
32858 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
32860         * README: Don't refer to ports add-on as distributed separately.
32861         Mention AArch64 in list of systems supported in the ports add-on.
32863         * LICENSES: Add more non-FSF copyright and license notices.
32865         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
32866         ((unused)).
32868         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
32870         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
32871         10000 as width of padded output.
32873 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32875         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
32877         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
32878         variable LX with __attribute__ ((unused)).
32879         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32880         Likewise.
32881         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
32882         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
32883         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
32884         with __attribute__ ((unused)).
32886 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
32888         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
32890 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32892         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
32893         (CFLAGS-nldbl-acos.c): New variable.
32894         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
32895         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
32896         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
32897         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
32898         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
32899         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
32900         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
32901         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
32902         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
32903         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
32904         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
32905         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
32906         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
32907         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
32908         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
32909         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
32910         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
32911         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
32912         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
32913         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
32914         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
32915         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
32916         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
32917         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
32918         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
32919         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
32920         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
32921         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
32922         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
32923         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
32924         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
32925         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
32926         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
32927         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
32928         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
32929         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
32930         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
32931         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
32932         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
32933         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
32934         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
32935         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
32936         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
32937         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
32938         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
32939         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
32940         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
32941         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
32942         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
32943         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
32944         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
32945         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
32946         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
32947         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
32948         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
32949         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
32950         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
32951         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
32952         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
32953         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
32954         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
32955         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
32956         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
32957         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
32958         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
32959         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
32960         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
32961         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
32962         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
32963         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
32964         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
32965         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
32966         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
32967         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
32968         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
32969         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
32970         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
32971         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
32972         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
32973         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
32974         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
32975         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
32976         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
32977         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
32978         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
32979         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
32980         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
32981         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
32982         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
32983         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
32984         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
32985         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
32986         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
32987         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
32988         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
32989         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
32990         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
32992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32993         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32995         [BZ #14914]
32996         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
32997         whole low double instead of just low 47 bits when splitting values
32998         into two parts.
33000 2012-12-03  Allan McRae  <allan@archlinux.org>
33002         * manual/stdio.texi (Predefined Printf Handlers): Remove
33003         @hsep and @vsep usage.
33005 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33007         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33008         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33010 2012-12-03  Jeff Law  <law@redhat.com>
33012         * time/sys/time.h (settimeofday): Do not mark TV argument
33013         as __nonnull.
33015 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33017         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33018         when currently writing and seek to current position when not.
33019         * libio/Makefile (tests): Remove bug-fclose1.
33020         * libio/bug-fclose1.c: Delete.
33022 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33024         * manual/arith.texi (feenableexcept): Fix typo.
33025         (fedisableexcept): Likewise.
33027 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33029         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33030         second, differently-typed declaration, rather than a cast.
33032 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33034         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33035         * include/rpc/svc.h: ... here.
33037 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33039         [BZ #13013]
33040         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33041         depending n and resplen2 to catch cases where answer
33042         equals answerp2.
33044 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33046         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33047         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33049 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33051         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33053 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33055         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33057 2012-11-28  Jeff Law  <law@redhat.com>
33059         [BZ #13761]
33060         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33061         dataset_temporary.  Track alloca usage into alloca_used.
33062         If dataset is large allocate and release it via malloc/free.
33064 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33066         [BZ #14197]
33067         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33069 2012-11-28  David S. Miller  <davem@davemloft.net>
33071         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33073 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33075         [BZ #14803]
33076         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33077         of pi/2 rounded to nearest to 64 bits.
33078         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33079         nearest to 64 bits.
33080         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33081         bits.
33083 2012-11-28  Jeff Law <law@redhat.com>
33084             Martin Osvald <mosvald@redhat.com>
33086         [BZ #14889]
33087         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33088         * sunrpc/svc.c: Include time.h.
33089         (__svc_accept_failed): New function.
33090         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33091         any reason other than EINTR, call __svc_accept_failed.
33092         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33093         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33095 2012-11-28  Andreas Schwab  <schwab@suse.de>
33097         * scripts/abilist.awk: Also handle indirect functions in .opd
33098         section.
33100 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33102         [BZ #13881]
33103         * sysdeps/x86/fpu/powl_helper.c: New file.
33104         * sysdeps/x86/fpu/Makefile: Likewise.
33105         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33106         (p3): New object.
33107         (__ieee754_powl): Use __powl_helper for finite arguments except
33108         integer exponents below 8.
33109         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33110         (p3): New object.
33111         (__ieee754_powl): Use __powl_helper for finite arguments except
33112         integer exponents below 8.
33113         * math/libm-test.inc (pow_test): Add more tests and enable some
33114         previously disabled tests.
33115         * sysdeps/i386/fpu/libm-test-ulps: Update.
33116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33118 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33119             Carlos O'Donell  <carlos_odonell@mentor.com>
33121         * nss/makedb.c (is_prime): Assert that input is odd and greater
33122         than 4.  Note that fact in a comment too.
33123         (next_prime): Add 4 to input.
33125 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33127         [BZ #11741]
33128         * libio/Makefile (tests): Add test case tst-fwrite-error.
33129         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33130         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33131         * libio/tst-fwrite-error.c: New test case.
33133 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33135         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33136         before casting to void *.
33137         * include/libc-internal.h (__pointer_type): New macro.
33138         (__integer_if_pointer_type_sub): Likewise.
33139         (__integer_if_pointer_type): Likewise.
33140         (cast_to_integer): Likewise.
33141         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33142         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33143         before casting to atomic64_t.
33144         (atomic_exchange_acq): Likewise.
33145         (__arch_exchange_and_add_body): Likewise.
33146         (__arch_add_body): Likewise.
33147         (atomic_add_negative): Likewise.
33148         (atomic_add_zero): Likewise.
33150 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33152         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33153         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33154         (add_fdes): Likewise.
33155         (linear_search_fdes): Likewise.
33156         (binary_search_unencoded_fdes): Likewise.
33158 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33160         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33162 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33164         * configure.in: Autodetect C++ header directories.
33165         * configure: Regenerated.
33167 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33169         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33171 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33173         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33175 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33177         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33178         LDBL_MANT_DIG == 106]: Disable some tests.
33179         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33180         Likewise.
33181         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33182         Likewise.
33184         [BZ #14871]
33185         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33186         input for small inputs.  Return +/- pi/2 for large inputs.
33187         * math/libm-test.inc (atan_test): Add more tests.
33189         * sysdeps/generic/unwind-dw2-fde-glibc.c
33190         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33191         __attribute__ ((unused)).
33193         [BZ #14645]
33194         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33195         x * y if x and y are nonzero and z is zero.
33197         [BZ #14811]
33198         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33199         nonzero exponents with absolute value below 0x1p-117 to +/-
33200         0x1p-117.
33202         [BZ #14869]
33203         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33204         up arguments below 2**-450, not just those below 2**-500.
33205         * math/libm-test.inc (hypot_test): Add another test.
33207         [BZ #14868]
33208         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33209         Return a+b for ratio over 2**120, not 2**60.
33210         * math/libm-test.inc (hypot_test): Add another test.
33212         * math/libm-test.inc (clog_test): Use
33213         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33214         (clog10_test): Likewise.
33216         [BZ #6778]
33217         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33219 2012-11-22  Andreas Schwab  <schwab@suse.de>
33221         * sysdeps/i386/fpu/libm-test-ulps: Update.
33223 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33225         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33226         printf output with newline.
33228 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33230         [BZ #14865]
33231         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33232         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33233         -z nodlopen, -z initfirst and -z execstack support.
33234         * configure: Regenerated.
33236         * elf/elf.h (DF_1_NODIRECT): New macro.
33237         (DF_1_IGNMULDEF): Likewise.
33238         (DF_1_NOKSYMS): Likewise.
33239         (DF_1_NOHDR): Likewise.
33240         (DF_1_EDITED): Likewise.
33241         (DF_1_NORELOC): Likewise.
33242         (DF_1_SYMINTPOSE): Likewise.
33243         (DF_1_GLOBAUDIT): Likewise.
33244         (DF_1_SINGLETON): Likewise.
33245         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33246         DT_1_SUPPORTED_MASK bits.
33247         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33249 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33251         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33253 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33255         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33256         macro.
33258         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33259         (sendmmsg): Move declarations...
33260         * socket/sys/socket.h: ... here.
33261         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33262         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33263         include it from...
33264         * socket/recvmmsg.c: ... this new file.
33265         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33266         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33267         definition of __sendmmsg hidden.
33268         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33269         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33270         Move ENOSYS stub into and include it from...
33271         * socket/sendmmsg.c: ... this new file.
33272         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33273         (sysdep_routines): Move recvmmsg and sendmmsg...
33274         * socket/Makefile (routines): ... here.
33275         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33276         (GLIBC_PRIVATE): Add __sendmmsg.
33277         * include/sys/socket.h (__sendmmsg): Add declarations.
33278         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33279         sendmmsg.
33281 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33283         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33284         variable I1 with __attribute__ ((unused)).
33285         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33287 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33289         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33290         DUMMY variables with __attribute__ ((unused)).
33292         * bits/byteswap.h: Include <bits/types.h>.
33293         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33295 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33297         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33298         string_t.  Do not manually set errno.
33299         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33300         length with __strnlen.  Make sure to both set errno and return it on
33301         failure.
33303 2012-11-19  David S. Miller  <davem@davemloft.net>
33305         With help from Joseph Myers.
33306         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33307         very large arguments properly.
33308         * math/libm-test.inc (atan_test): New tests.
33309         (atan2_test): New tests.
33310         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33311         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33313 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33315         [BZ #14856]
33316         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33317         Define to 3.
33319         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33320         [POSIX] (EADDRNOTAVAIL): Likewise.
33321         [POSIX] (EAFNOSUPPORT): Likewise.
33322         [POSIX] (EALREADY): Likewise.
33323         [POSIX] (ECONNABORTED): Likewise.
33324         [POSIX] (ECONNREFUSED): Likewise.
33325         [POSIX] (ECONNRESET): Likewise.
33326         [POSIX] (EDESTADDRREQ): Likewise.
33327         [POSIX] (EDQUOT): Likewise.
33328         [POSIX] (EHOSTUNREACH): Likewise.
33329         [POSIX] (EIDRM): Likewise.
33330         [POSIX] (EISCONN): Likewise.
33331         [POSIX] (ELOOP): Likewise.
33332         [POSIX] (EMULTIHOP): Likewise.
33333         [POSIX] (ENETDOWN): Likewise.
33334         [POSIX] (ENETUNREACH): Likewise.
33335         [POSIX] (ENOBUFS): Likewise.
33336         [POSIX] (ENODATA): Likewise.
33337         [POSIX] (ENOLINK): Likewise.
33338         [POSIX] (ENOMSG): Likewise.
33339         [POSIX] (ENOPROTOOPT): Likewise.
33340         [POSIX] (ENOSR): Likewise.
33341         [POSIX] (ENOSTR): Likewise.
33342         [POSIX] (ENOTCONN): Likewise.
33343         [POSIX] (ENOTSOCK): Likewise.
33344         [POSIX] (EOPNOTSUPP): Likewise.
33345         [POSIX] (EOVERFLOW): Likewise.
33346         [POSIX] (EPROTO): Likewise.
33347         [POSIX] (EPROTONOSUPPORT): Likewise.
33348         [POSIX] (EPROTOTYPE): Likewise.
33349         [POSIX] (ESTALE): Likewise.
33350         [POSIX] (ETIME): Likewise.
33351         [POSIX] (ETXTBSY): Likewise.
33352         [POSIX] (EWOULDBLOCK): Likewise.
33353         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33354         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33355         [POSIX] (SEEK_CUR): Likewise.
33356         [POSIX] (SEEK_END): Likewise.
33357         [POSIX || UNIX98] (mode_t): Do not require.
33358         [POSIX] (off_t): Likewise.
33359         [POSIX] (pid_t): Likewise.
33360         [POSIX] (sys/stat.h): Do not allow header.
33361         [POSIX] (unistd.h): Likewise.
33362         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33363         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33364         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33365         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33366         require.
33367         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33368         sigevent): Specify elements.
33369         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33370         entry.
33371         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33372         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33374         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33375         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33376         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33377         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33378         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33379         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33380         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33381         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33382         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33383         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33384         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33385         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33386         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33387         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33388         Likewise.
33389         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33390         Likewise.
33391         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33392         Likewise.
33393         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33394         Likewise.
33395         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33396         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33397         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33398         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33399         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33400         Specify lower bound on value.
33401         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33402         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33403         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33404         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33405         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33406         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33407         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33408         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33409         value.
33410         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33411         as optional.
33412         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33413         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33414         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33415         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33416         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33417         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33418         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33419         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33420         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33421         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33422         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33423         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33424         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33425         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33426         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33427         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33428         entry.
33429         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33430         optional.
33431         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33432         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33433         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33434         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33435         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33436         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33437         Likewise.
33438         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33439         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33440         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33441         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33442         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33443         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33444         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33445         as optional.
33446         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33447         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33448         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33449         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33450         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33451         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33452         specify as optional.
33453         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33454         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33455         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33456         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33457         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33458         [XPG3] (NL_LANGMAX): Likewise.
33459         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33460         [POSIX || XPG3] (NL_NMAX): Likewise.
33461         [POSIX || XPG3] (NL_SETMAX): Likewise.
33462         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33463         [XPG3] (NZERO): Likewise.
33464         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33465         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33466         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33467         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33468         (REG_ERANGE): Expect.
33469         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33470         optional-constant.
33471         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33472         Use (void) in prototype.
33473         [POSIX] (*_t): Allow.
33474         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33475         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33476         (WRDE_BADVAL): Expect.
33478         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33479         expect.
33480         [XPG3 || XPG4] (O_RSYNC): Likewise.
33481         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33482         Likewise.
33483         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33484         [XPG3 || XPG4] (sigqueue): Likewise.
33485         [XPG3 || XPG4] (sigtimedwait): Likewise.
33486         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33487         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33488         [XPG3 || XPG4] (vsnprintf): Likewise.
33489         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33490         Likewise.
33491         [XPG3 || XPG4] (blksize_t): Likewise.
33492         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33493         Likewise.
33494         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33495         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33496         [XPG3 || XPG4] (struct itimerspec): Likewise.
33497         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33498         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33499         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33500         [XPG3 || XPG4] (clockid_t): Likewise.
33501         [XPG3 || XPG4] (timer_t): Likewise.
33502         [XPG3 || XPG4] (clock_getres): Likewise.
33503         [XPG3 || XPG4] (clock_gettime): Likewise.
33504         [XPG3 || XPG4] (clock_settime): Likewise.
33505         [XPG3 || XPG4] (nanosleep): Likewise.
33506         [XPG3 || XPG4] (timer_create): Likewise.
33507         [XPG3 || XPG4] (timer_delete): Likewise.
33508         [XPG3 || XPG4] (timer_gettime): Likewise.
33509         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33510         [XPG3 || XPG4] (timer_settime): Likewise.
33511         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33512         [XPG3 || XPG4] (getlogin_r): Likewise.
33513         [XPG3 || XPG4] (pread): Likewise.
33514         [XPG3 || XPG4] (pthread_atfork): Likewise.
33515         [XPG3 || XPG4] (pwrite): Likewise.
33517         [BZ #14835]
33518         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33519         <bits/siginfo.h>.
33521 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33523         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33524         finalizing MALLSTREAM.
33526         * sysdeps/mach/hurd/syncfs.c: New file.
33528 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33530         [BZ #14719]
33531         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33532         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33533         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33534         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33535         (_nss_dns_gethostbyname4_r): Likewise.
33536         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33537         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33539 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33541         [BZ #13763]
33542         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33544 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33546         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33547         * elf/cache.c (print_entry): Print ",AArch64" for
33548         FLAG_AARCH64_LIB64
33550         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33551         * elf/cache.c (print_entry): Print ",hard-float" for
33552         FLAG_ARM_LIBHF.
33554 2012-11-18  David S. Miller  <davem@davemloft.net>
33556         With help from Joseph Myers.
33557         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33558         cutoff to 2**-13.
33559         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33560         cutoff to 2**-25.
33561         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33562         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33563         small.
33564         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33565         * math/libm-test.inc (y0_test): New tests.
33566         (y1_test): New tests.
33567         * sysdeps/i386/fpu/libm-test-ulps: Update.
33568         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33569         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33571 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
33573         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33574         64-bit targets.
33575         * configure: Regenerated.
33577 2012-11-17  David S. Miller  <davem@davemloft.net>
33579         [BZ #14811]
33580         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33581         nonzero exponents with absolute value below 0x1p-128 to +/-
33582         0x1p-128.
33584 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
33586         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33588         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33590         * posix/getconf-speclist.c: New file.
33591         * posix/posix-envs.def: Likewise.
33592         * posix/confstr.c (START_ENV_GROUP): New macro.
33593         (END_ENV_GROUP): Likewise.
33594         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33595         (KNOWN_PRESENT_ENV_STRING): Likewise.
33596         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33597         (UNKNOWN_ENVIRONMENT): Likewise.
33598         (confstr): Include posix-envs.def instead of handling
33599         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33600         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33601         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33602         (END_ENV_GROUP): Likewise.
33603         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33604         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33605         (UNKNOWN_ENVIRONMENT): Likewise.
33606         (__sysconf): Include posix-envs.def instead of handling associated
33607         cases directly here.
33608         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33609         preprocessing getconf-speclist.c rather than running getconf or
33610         generating empty file.
33612 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
33614         * scripts/check-local-headers.sh: Ignore 'mach' headers.
33616 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
33618         [BZ #14672]
33619         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
33621 2012-11-16  David S. Miller  <davem@davemloft.net>
33623         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
33624         smaller than LDBL_EPSILON/2.0L, just return xm1.
33626 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
33628         * elf/tst-array1.c (init): Set constructor priority to 1000.
33629         (fini): Set destructor priority to 1000.
33630         * elf/tst-array2dep.c: Likewise.
33632 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33634         [BZ #11741]
33635         * libio/fileops.c (_IO_new_file_write): Correctly return error.
33636         (_IO_new_file_xsputn): Also return EOF if none of the input
33637         data was written when overflow failed.
33638         * libio/iopadn.c (_IO_padn): Likewise.
33639         * libio/iowpadn.c (_IO_wpadn): Likewise.
33640         * stdio-common/tst-put-error.c: Add copyright notice.
33641         (do_test): Add case for printing padded string.
33642         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
33643         _IO_padn returned error.
33644         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
33645         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
33646         return EOF.
33648 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33650         * libio/libioP.h: Add comment note that the references to C++
33651         bits are now obsolete.
33653 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33655         * math/libm-test.inc (check_complex): Use asprintf.
33657 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
33659         * debug/pcprofiledump.c (print_version): Update copyright year.
33660         * malloc/memusagestat.c (print_version): Likewise.
33662 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
33664         [BZ #14831]
33665         * elf/Makefile (tests): Add tst-audit8.
33666         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
33667         ($(objpfx)tst-audit8.out): New target.
33668         (tst-audit8-ENV): New variable.
33669         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
33670         audit if l_reloc_result is NULL.
33671         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
33672         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
33673         * elf/tst-audit8.c: New file.
33675 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33677         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
33678         * misc/Makefile (CFLAGS-select.c): Define.
33679         * posix/Makefile (CFLAGS-pause.c): Define.
33681 2012-11-13  David S. Miller  <davem@davemloft.net>
33683         * crypt/Makefile: Move test targets after toplevel Rules
33684         inclusion.  Grab any necessary sysdep routines when linking.
33685         * crypt/md5.c (md5_process_block): Remove define, we will always
33686         name it __md5_process_block.
33687         (md5_finish_ctx): Update md5_process_block call.
33688         (md5_stream): Likewise.
33689         (md5_process_bytes): Likewise.
33690         (md5_process_block): Rename to __md5_process_block and move to ...
33691         * crypt/md5-block.c: ... here.
33692         * crypt/sha256.c (sha256_process_block): Move to ...
33693         * crypt/sha256-block.c: ... here.
33694         * crypt/sha512.c (sha512_process_block): Move to ...
33695         * crypt/sha512-block.c: ... here.
33696         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
33697         path.
33698         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
33699         * sysdeps/sparc/sparc64/multiarch/Makefile
33700         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
33701         crypt subdir.
33702         (localedef-aux): Add md5 crypto assembler when in locale subdir.
33703         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
33704         multiarch changes.
33705         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
33706         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
33707         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
33708         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
33709         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
33710         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
33711         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
33712         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
33713         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
33714         file.
33715         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
33716         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
33717         file.
33718         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
33720 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
33722         * timezone/tzselect.ksh: Update from tzcode git revision
33723         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
33724         * timezone/zdump.c: Likewise.
33725         * timezone/zic.c: Likewise.
33726         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
33727         in TZVERSION setting, not $(PKGVERSION).
33728         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
33729         REPORT_BUGS_TO settings.
33731         [BZ #14838]
33732         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
33733         macro.
33735 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33737         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
33738         detection to immediately after _FP_ROUND().
33739         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
33740         bits are 0.
33742 2012-11-11  David S. Miller  <davem@davemloft.net>
33744         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
33745         inttypes.h
33746         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
33747         __close rather than their public counterparts.
33749 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
33751         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
33752         file.
33753         [UNIX98] (sem_timedwait): Do not expect.
33754         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
33755         [XPG4 || UNIX98] (sockatmark): Do not expect.
33756         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
33757         (clock_getcpuclockid): Do not expect.
33758         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
33759         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
33760         Do not expect.
33761         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
33762         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
33763         [UNIX98] (vwscanf): Likewise.
33764         [UNIX98] (vswscanf): Likewise.
33766 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
33768         * timezone/version.h: Remove file.
33769         * timezone/README: Do not refer to version.h.
33770         * timezone/Makefile ($(objpfx)zic.o): New dependency on
33771         $(objpfx)version.h.
33772         ($(objpfx)zdump.o): Likewise.
33773         ($(objpfx)version.h): New target.
33775         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
33776         2012i.
33777         * timezone/README: Don't mention modification to tzselect.ksh.
33778         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
33779         work on unmodified tzselect.ksh.  Substitute version numbers in
33780         tzselect.ksh.
33782         * Makefile (format-me): Remove.
33783         (INSTALL): Adjust indentation.  Use commands directly instead of
33784         using $(format-me).
33786         * aclocal.m4 (ACX_PKGVERSION): New macro.
33787         (ACX_BUGURL): Likewise.
33788         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
33789         (PKGVERSION): New AC_DEFINE_UNQUOTED.
33790         (REPORT_BUGS_TO): Likewise.
33791         * configure: Regenerated.
33792         * config.h.in (PKGVERSION): New macro.
33793         (REPORT_BUGS_TO): Likewise.
33794         * config.make.in (PKGVERSION): New variable.
33795         (PKGVERSION_TEXI): Likewise.
33796         (REPORT_BUGS_TO): Likewise.
33797         (REPORT_BUGS_TEXI): Likewise.
33798         * Makefile (format-me): Use -I$(common-objpfx)manual.
33799         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
33800         ($(common-objpfx)manual/%): New target.
33801         (manual/%): Remove target.
33802         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
33803         (print_version): Use PKGVERSION.
33804         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
33805         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
33806         and REPORT_BUGS_TO.
33807         ($(objpfx)xtrace): Likewise.
33808         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
33809         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
33810         (print_version): Use PKGVERSION.
33811         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
33812         (do_version): Use PKGVERSION.
33813         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
33814         REPORT_BUGS_TO.
33815         (common-ldd-rewrite): Likewise.
33816         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
33817         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
33818         (print_version): Use PKGVERSION.
33819         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
33820         * elf/pldd.c (argp_program_bug_address): Remove variable.
33821         (more_help): New function.
33822         (argp): Use more_help.
33823         (print_version): Use PKGVERSION.
33824         * elf/sln.c (main): Use PKGVERSION.
33825         (usage): Use REPORT_BUGS_TO.
33826         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
33827         (top level): Use PKGVERSION.
33828         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
33829         (print_version): Use PKGVERSION.
33830         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
33831         (print_version): Use PKGVERSION.
33832         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
33833         (print_version): Use PKGVERSION.
33834         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
33835         (print_version): Use PKGVERSION.
33836         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
33837         (print_version): Use PKGVERSION.
33838         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
33839         (print_version): Use PKGVERSION.
33840         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
33841         and BUGURL.
33842         ($(objpfx)memusage): Likewise.
33843         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
33844         (do_version): Use PKGVERSION.
33845         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
33846         (print_version): Use PKGVERSION.
33847         * malloc/mtrace.pl ($PACKAGE): Remove variable.
33848         ($PKGVERSION): New variable.
33849         ($REPORT_BUGS_TO): Likewise.
33850         (usage): Use $REPORT_BUGS_TO.
33851         (top level): Use $PKGVERSION.
33852         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
33853         ($(objpfx)pkgvers.texi): New rule.
33854         ($(objpfx)stamp-pkgvers): Likewise.
33855         * manual/install.texi: Include pkgvers.texi.
33856         (--with-pkgversion): Document new configure option.
33857         (--with-bugurl): Likewise.
33858         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
33859         than necessarily for this particular distribution.  Use
33860         REPORT_BUGS_TO for where to report bugs.
33861         * INSTALL: Regenerated.
33862         * manual/libc.texinfo: Include pkgvers.texi.
33863         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
33864         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
33865         (print_version): Use PKGVERSION.
33866         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
33867         (print_version): Use PKGVERSION.
33868         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
33869         (print_version): Use PKGVERSION.
33870         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
33871         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
33872         macro.
33873         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
33874         (print_version): Use PKGVERSION.
33875         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
33876         (print_version): Use PKGVERSION.
33877         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
33878         and PKGVERSION.
33880         * timezone/checktab.awk: Update from tzcode 2012i.
33881         * timezone/ialloc.c: Likewise.
33882         * timezone/private.h: Likewise.
33883         * timezone/scheck.c: Likewise.
33884         * timezone/tzfile.h: Likewise.
33885         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
33886         (TZVERSION): Hardcode tzcode version number.
33887         * timezone/zdump.c: Update from tzcode 2012i.
33888         * timezone/zic.c: Likewise.
33889         * timezone/version.h: New file.
33890         * timezone/README: Describe version.h.  Update upstream location.
33892         [BZ #14824]
33893         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
33894         (mktemp): Enable declaration.
33895         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
33896         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
33897         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
33898         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
33899         Likewise.
33900         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
33901         Likewise.
33902         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
33903         Likewise.
33904         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
33905         Likewise.
33906         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
33907         Likewise.
33908         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
33909         Likewise.
33911         [BZ #14821]
33912         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
33913         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
33914         for copies of such integer values.
33915         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
33916         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
33918 2012-11-09  Andreas Jaeger  <aj@suse.de>
33920         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
33921         definitions and declarations that are provided by
33922         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33924 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33926         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
33927         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
33928         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
33929         definition.
33931 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33933         * elf/elf.h: Update comment before AArch64 relocations.
33935 2012-11-07  David S. Miller  <davem@davemloft.net>
33937         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
33938         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
33939         (__start_context): Declare.
33940         (__makecontext_ret): Delete.
33941         (__makecontext): Hook up __start_context instead of
33942         __makecontext_ret.
33943         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
33944         (sysdep_routines): Add __start_context when in stdlib.
33946 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33948         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
33949         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
33950         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
33951         hardcoded "nm".
33952         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
33953         (READELF): New variable.  Use it instead of hardcoded "readelf".
33955 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
33957         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
33958         * sysdeps/x86/Makefile: Here.
33959         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
33960         * sysdeps/x86/tst-xmmymm.sh: This.
33962 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33964         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
33965         expectations.
33966         [UNIX98] (pthread_barrier_t): Do not expect.
33967         [UNIX98] (pthread_barrierattr_t): Likewise.
33968         [UNIX98] (pthread_spinlock_t): Likewise.
33969         [UNIX98] (pthread_barrier_destroy): Likewise.
33970         [UNIX98] (pthread_barrier_init): Likewise.
33971         [UNIX98] (pthread_barrier_wait): Likewise.
33972         [UNIX98] (pthread_barrierattr_destroy): Likewise.
33973         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
33974         [UNIX98] (pthread_barrierattr_init): Likewise.
33975         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
33976         [UNIX98] (pthread_getcpuclockid): Likewise.
33977         [UNIX98] (pthread_mutex_timedlock): Likewise.
33978         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
33979         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
33980         [UNIX98] (pthread_sigmask): Likewise.
33981         [UNIX98] (pthread_spin_destroy): Likewise.
33982         [UNIX98] (pthread_spin_init): Likewise.
33983         [UNIX98] (pthread_spin_lock): Likewise.
33984         [UNIX98] (pthread_spin_trylock): Likewise.
33985         [UNIX98] (pthread_spin_unlock): Likewise.
33986         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
33987         Do not expect.
33988         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
33989         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
33990         [XPG3 || XPG4] (pthread_cond_t): Likewise.
33991         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
33992         [XPG3 || XPG4] (pthread_key_t): Likewise.
33993         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
33994         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
33995         [XPG3 || XPG4] (pthread_once_t): Likewise.
33996         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
33997         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
33998         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
33999         [XPG3 || XPG4] (pthread_t): Likewise.
34001         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34002         not expect.
34003         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34005         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34006         Change function return type to int.
34008         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34009         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34010         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34011         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34012         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34013         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34014         [!POSIX] (posix_madvise): Likewise.
34015         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34016         && !UNIX98].
34017         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34018         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34019         (mode_t): Likewise.
34020         (posix_mem_offset): Likewise.
34021         (posix_typed_mem_get_info): Likewise.
34022         (posix_typed_mem_open): Likewise.
34024         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34025         Change condition to [XOPEN2K8].
34027         * conform/conformtest.pl: Preprocess allow-header data with -x c
34028         instead of from stdin.
34029         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34030         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34031         [C99-based standards] (cerfc): Likewise.
34032         [C99-based standards] (cexp2): Likewise.
34033         [C99-based standards] (cexpm1): Likewise.
34034         [C99-based standards] (clog10): Likewise.
34035         [C99-based standards] (clog1p): Likewise.
34036         [C99-based standards] (clog2): Likewise.
34037         [C99-based standards] (clgamma): Likewise.
34038         [C99-based standards] (ctgamma): Likewise.
34039         [C99-based standards] (cerff): Likewise.
34040         [C99-based standards] (cerfcf): Likewise.
34041         [C99-based standards] (cexp2f): Likewise.
34042         [C99-based standards] (cexpm1f): Likewise.
34043         [C99-based standards] (clog10f): Likewise.
34044         [C99-based standards] (clog1pf): Likewise.
34045         [C99-based standards] (clog2f): Likewise.
34046         [C99-based standards] (clgammaf): Likewise.
34047         [C99-based standards] (ctgammaf): Likewise.
34048         [C99-based standards] (cerfl): Likewise.
34049         [C99-based standards] (cerfcl): Likewise.
34050         [C99-based standards] (cexp2l): Likewise.
34051         [C99-based standards] (cexpm1l): Likewise.
34052         [C99-based standards] (clog10l): Likewise.
34053         [C99-based standards] (clog1pl): Likewise.
34054         [C99-based standards] (clog2l): Likewise.
34055         [C99-based standards] (clgammal): Likewise.
34056         [C99-based standards] (ctgammal): Likewise.
34057         * conform/data/inttypes.h-data [C99-based standards]: Include
34058         stdint.h-data.  Remove all expectations for stdint.h contents.
34059         [C99-based standards] (PRI*): Do not allow.
34060         [C99-based standards] (SCN*): Likewise.
34061         [C99-based standards] (*_t): Likewise.
34062         [C99-based-standards] (PRId8): Expect macro.
34063         [C99-based-standards] (PRIi8): Likewise.
34064         [C99-based-standards] (PRIo8): Likewise.
34065         [C99-based-standards] (PRIu8): Likewise.
34066         [C99-based-standards] (PRIx8): Likewise.
34067         [C99-based-standards] (PRIX8): Likewise.
34068         [C99-based-standards] (SCNd8): Likewise.
34069         [C99-based-standards] (SCNi8): Likewise.
34070         [C99-based-standards] (SCNo8): Likewise.
34071         [C99-based-standards] (SCNu8): Likewise.
34072         [C99-based-standards] (SCNx8): Likewise.
34073         [C99-based-standards] (PRIdLEAST8): Likewise.
34074         [C99-based-standards] (PRIiLEAST8): Likewise.
34075         [C99-based-standards] (PRIoLEAST8): Likewise.
34076         [C99-based-standards] (PRIuLEAST8): Likewise.
34077         [C99-based-standards] (PRIxLEAST8): Likewise.
34078         [C99-based-standards] (PRIXLEAST8): Likewise.
34079         [C99-based-standards] (SCNdLEAST8): Likewise.
34080         [C99-based-standards] (SCNiLEAST8): Likewise.
34081         [C99-based-standards] (SCNoLEAST8): Likewise.
34082         [C99-based-standards] (SCNuLEAST8): Likewise.
34083         [C99-based-standards] (SCNxLEAST8): Likewise.
34084         [C99-based-standards] (PRIdFAST8): Likewise.
34085         [C99-based-standards] (PRIiFAST8): Likewise.
34086         [C99-based-standards] (PRIoFAST8): Likewise.
34087         [C99-based-standards] (PRIuFAST8): Likewise.
34088         [C99-based-standards] (PRIxFAST8): Likewise.
34089         [C99-based-standards] (PRIXFAST8): Likewise.
34090         [C99-based-standards] (SCNdFAST8): Likewise.
34091         [C99-based-standards] (SCNiFAST8): Likewise.
34092         [C99-based-standards] (SCNoFAST8): Likewise.
34093         [C99-based-standards] (SCNuFAST8): Likewise.
34094         [C99-based-standards] (SCNxFAST8): Likewise.
34095         [C99-based-standards] (PRId16): Likewise.
34096         [C99-based-standards] (PRIi16): Likewise.
34097         [C99-based-standards] (PRIo16): Likewise.
34098         [C99-based-standards] (PRIu16): Likewise.
34099         [C99-based-standards] (PRIx16): Likewise.
34100         [C99-based-standards] (PRIX16): Likewise.
34101         [C99-based-standards] (SCNd16): Likewise.
34102         [C99-based-standards] (SCNi16): Likewise.
34103         [C99-based-standards] (SCNo16): Likewise.
34104         [C99-based-standards] (SCNu16): Likewise.
34105         [C99-based-standards] (SCNx16): Likewise.
34106         [C99-based-standards] (PRIdLEAST16): Likewise.
34107         [C99-based-standards] (PRIiLEAST16): Likewise.
34108         [C99-based-standards] (PRIoLEAST16): Likewise.
34109         [C99-based-standards] (PRIuLEAST16): Likewise.
34110         [C99-based-standards] (PRIxLEAST16): Likewise.
34111         [C99-based-standards] (PRIXLEAST16): Likewise.
34112         [C99-based-standards] (SCNdLEAST16): Likewise.
34113         [C99-based-standards] (SCNiLEAST16): Likewise.
34114         [C99-based-standards] (SCNoLEAST16): Likewise.
34115         [C99-based-standards] (SCNuLEAST16): Likewise.
34116         [C99-based-standards] (SCNxLEAST16): Likewise.
34117         [C99-based-standards] (PRIdFAST16): Likewise.
34118         [C99-based-standards] (PRIiFAST16): Likewise.
34119         [C99-based-standards] (PRIoFAST16): Likewise.
34120         [C99-based-standards] (PRIuFAST16): Likewise.
34121         [C99-based-standards] (PRIxFAST16): Likewise.
34122         [C99-based-standards] (PRIXFAST16): Likewise.
34123         [C99-based-standards] (SCNdFAST16): Likewise.
34124         [C99-based-standards] (SCNiFAST16): Likewise.
34125         [C99-based-standards] (SCNoFAST16): Likewise.
34126         [C99-based-standards] (SCNuFAST16): Likewise.
34127         [C99-based-standards] (SCNxFAST16): Likewise.
34128         [C99-based-standards] (PRId32): Likewise.
34129         [C99-based-standards] (PRIi32): Likewise.
34130         [C99-based-standards] (PRIo32): Likewise.
34131         [C99-based-standards] (PRIu32): Likewise.
34132         [C99-based-standards] (PRIx32): Likewise.
34133         [C99-based-standards] (PRIX32): Likewise.
34134         [C99-based-standards] (SCNd32): Likewise.
34135         [C99-based-standards] (SCNi32): Likewise.
34136         [C99-based-standards] (SCNo32): Likewise.
34137         [C99-based-standards] (SCNu32): Likewise.
34138         [C99-based-standards] (SCNx32): Likewise.
34139         [C99-based-standards] (PRIdLEAST32): Likewise.
34140         [C99-based-standards] (PRIiLEAST32): Likewise.
34141         [C99-based-standards] (PRIoLEAST32): Likewise.
34142         [C99-based-standards] (PRIuLEAST32): Likewise.
34143         [C99-based-standards] (PRIxLEAST32): Likewise.
34144         [C99-based-standards] (PRIXLEAST32): Likewise.
34145         [C99-based-standards] (SCNdLEAST32): Likewise.
34146         [C99-based-standards] (SCNiLEAST32): Likewise.
34147         [C99-based-standards] (SCNoLEAST32): Likewise.
34148         [C99-based-standards] (SCNuLEAST32): Likewise.
34149         [C99-based-standards] (SCNxLEAST32): Likewise.
34150         [C99-based-standards] (PRIdFAST32): Likewise.
34151         [C99-based-standards] (PRIiFAST32): Likewise.
34152         [C99-based-standards] (PRIoFAST32): Likewise.
34153         [C99-based-standards] (PRIuFAST32): Likewise.
34154         [C99-based-standards] (PRIxFAST32): Likewise.
34155         [C99-based-standards] (PRIXFAST32): Likewise.
34156         [C99-based-standards] (SCNdFAST32): Likewise.
34157         [C99-based-standards] (SCNiFAST32): Likewise.
34158         [C99-based-standards] (SCNoFAST32): Likewise.
34159         [C99-based-standards] (SCNuFAST32): Likewise.
34160         [C99-based-standards] (SCNxFAST32): Likewise.
34161         [C99-based-standards] (PRId64): Likewise.
34162         [C99-based-standards] (PRIi64): Likewise.
34163         [C99-based-standards] (PRIo64): Likewise.
34164         [C99-based-standards] (PRIu64): Likewise.
34165         [C99-based-standards] (PRIx64): Likewise.
34166         [C99-based-standards] (PRIX64): Likewise.
34167         [C99-based-standards] (SCNd64): Likewise.
34168         [C99-based-standards] (SCNi64): Likewise.
34169         [C99-based-standards] (SCNo64): Likewise.
34170         [C99-based-standards] (SCNu64): Likewise.
34171         [C99-based-standards] (SCNx64): Likewise.
34172         [C99-based-standards] (PRIdLEAST64): Likewise.
34173         [C99-based-standards] (PRIiLEAST64): Likewise.
34174         [C99-based-standards] (PRIoLEAST64): Likewise.
34175         [C99-based-standards] (PRIuLEAST64): Likewise.
34176         [C99-based-standards] (PRIxLEAST64): Likewise.
34177         [C99-based-standards] (PRIXLEAST64): Likewise.
34178         [C99-based-standards] (SCNdLEAST64): Likewise.
34179         [C99-based-standards] (SCNiLEAST64): Likewise.
34180         [C99-based-standards] (SCNoLEAST64): Likewise.
34181         [C99-based-standards] (SCNuLEAST64): Likewise.
34182         [C99-based-standards] (SCNxLEAST64): Likewise.
34183         [C99-based-standards] (PRIdFAST64): Likewise.
34184         [C99-based-standards] (PRIiFAST64): Likewise.
34185         [C99-based-standards] (PRIoFAST64): Likewise.
34186         [C99-based-standards] (PRIuFAST64): Likewise.
34187         [C99-based-standards] (PRIxFAST64): Likewise.
34188         [C99-based-standards] (PRIXFAST64): Likewise.
34189         [C99-based-standards] (SCNdFAST64): Likewise.
34190         [C99-based-standards] (SCNiFAST64): Likewise.
34191         [C99-based-standards] (SCNoFAST64): Likewise.
34192         [C99-based-standards] (SCNuFAST64): Likewise.
34193         [C99-based-standards] (SCNxFAST64): Likewise.
34194         [C99-based-standards] (PRIdMAX): Likewise.
34195         [C99-based-standards] (PRIiMAX): Likewise.
34196         [C99-based-standards] (PRIoMAX): Likewise.
34197         [C99-based-standards] (PRIuMAX): Likewise.
34198         [C99-based-standards] (PRIxMAX): Likewise.
34199         [C99-based-standards] (PRIXMAX): Likewise.
34200         [C99-based-standards] (SCNdMAX): Likewise.
34201         [C99-based-standards] (SCNiMAX): Likewise.
34202         [C99-based-standards] (SCNoMAX): Likewise.
34203         [C99-based-standards] (SCNuMAX): Likewise.
34204         [C99-based-standards] (SCNxMAX): Likewise.
34205         [C99-based-standards] (PRIdPTR): Likewise.
34206         [C99-based-standards] (PRIiPTR): Likewise.
34207         [C99-based-standards] (PRIoPTR): Likewise.
34208         [C99-based-standards] (PRIuPTR): Likewise.
34209         [C99-based-standards] (PRIxPTR): Likewise.
34210         [C99-based-standards] (PRIXPTR): Likewise.
34211         [C99-based-standards] (SCNdPTR): Likewise.
34212         [C99-based-standards] (SCNiPTR): Likewise.
34213         [C99-based-standards] (SCNoPTR): Likewise.
34214         [C99-based-standards] (SCNuPTR): Likewise.
34215         [C99-based-standards] (SCNxPTR): Likewise.
34216         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34217         allow.
34218         * conform/data/stdint.h-data: Update comments to clarify
34219         requirements.
34220         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34221         type.
34222         [C99-based standards] (INT8_MAX): Likewise.
34223         [C99-based standards] (INT16_MIN): Likewise.
34224         [C99-based standards] (INT16_MAX): Likewise.
34225         [C99-based standards] (INT32_MIN): Likewise.
34226         [C99-based standards] (INT32_MAX): Likewise.
34227         [C99-based standards] (INT64_MIN): Likewise.
34228         [C99-based standards] (INT64_MAX): Likewise.
34229         [C99-based standards] (UINT8_MAX): Likewise.
34230         [C99-based standards] (UINT16_MAX): Likewise.
34231         [C99-based standards] (UINT32_MAX): Likewise.
34232         [C99-based standards] (UINT64_MAX): Likewise.
34233         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34234         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34235         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34236         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34237         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34238         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34239         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34240         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34241         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34242         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34243         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34244         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34245         [C99-based standards] (INT_FAST8_MIN): Likewise.
34246         [C99-based standards] (INT_FAST8_MAX): Likewise.
34247         [C99-based standards] (INT_FAST16_MIN): Likewise.
34248         [C99-based standards] (INT_FAST16_MAX): Likewise.
34249         [C99-based standards] (INT_FAST32_MIN): Likewise.
34250         [C99-based standards] (INT_FAST32_MAX): Likewise.
34251         [C99-based standards] (INT_FAST64_MIN): Likewise.
34252         [C99-based standards] (INT_FAST64_MAX): Likewise.
34253         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34254         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34255         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34256         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34257         [C99-based standards] (INTPTR_MIN): Likewise.
34258         [C99-based standards] (INTPTR_MAX): Likewise.
34259         [C99-based standards] (UINTPTR_MAX): Likewise.
34260         [C99-based standards] (INTMAX_MIN): Likewise.
34261         [C99-based standards] (INTMAX_MAX): Likewise.
34262         [C99-based standards] (UINTMAX_MAX): Likewise.
34263         [C99-based standards] (PTRDIFF_MIN): Likewise.
34264         [C99-based standards] (PTRDIFF_MAX): Likewise.
34265         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34266         [C99-based standards] (SIZE_MAX): Likewise.
34267         [C99-based standards] (WCHAR_MAX): Likewise.
34268         [C99-based standards] (WINT_MAX): Likewise.
34269         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34270         constraint on value.
34271         [C99-based standards] (WCHAR_MIN): Likewise.
34272         [C99-based standards] (WINT_MIN): Likewise.
34273         [C99-based standards] (*_t): Allow.
34274         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34275         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34276         Include math.h-data and complex.h-data.  Remove all expectations
34277         of math.h and complex.h contents.
34278         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34279         at end of line.
34280         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34281         (struct tm): Expect tag.
34282         [C99-based-standards] (wcstof): Expect function.
34283         [C99-based-standards] (wcstold): Likewise.
34284         [C99-based-standards] (wcstoll): Likewise.
34285         [C99-based-standards] (wcstoull): Likewise.
34286         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34287         macro-int-constant.  Specify type.
34288         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34289         constraint on value.
34290         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34291         Specify type.
34292         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34293         Specify value.
34294         [ISO C standards]: Do not allow headers.
34295         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34296         wcs[abcdefghijklmnopqrstuvwxyz]*.
34297         [ISO C standards] (*_t): Do not allow.
34298         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34299         Expect function.
34300         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34301         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34302         Specify type.
34303         [ISO C standards]: Do not allow headers.
34304         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34305         is[abcdefghijklmnopqrstuvwxyz]*.
34306         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34307         to[abcdefghijklmnopqrstuvwxyz]*.
34308         [ISO C standards] (*_t): Do not allow.
34309         * conform/data/stdalign.h-data: New file.
34310         * conform/data/stdbool.h-data: Likewise.
34311         * conform/data/stdnoreturn.h-data: Likewise.
34313 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34315         [BZ #14815]
34316         * manual/filesys.texi (Directory Entries): Typo fix.
34317         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34319 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34321         * elf/elf.h (EM_AARCH64): New macro.
34322         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34323         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34324         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34325         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34326         (R_AARCH64_TLSDESC): Likewise.
34327         (NT_ARM_TLS): Likewise.
34328         (NT_ARM_HW_BREAK): Likewise.
34329         (NT_ARM_HW_WATCH): Likewise.
34331 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34333         [BZ #14811]
34334         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34335         (__ieee754_powl): Saturate nonzero exponents with absolute value
34336         below 0x1p-79 to +/- 0x1p-79.
34337         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34338         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34339         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34340         nonzero exponents with absolute value below 0x1p-32 to +/-
34341         0x1p-32.
34342         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34343         (__ieee754_powl): Saturate nonzero exponents with absolute value
34344         below 0x1p-79 to +/- 0x1p-79.
34345         * math/libm-test.inc (pow_test): Add more tests.
34347 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34349         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34350         _dl_s390_cap_flags with kernel. Increase string length.
34351         (_dl_s390_platforms): Add z196 and zEC12.
34353 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34355         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34356         Change XOPEN21K to XOPEN2K.
34358 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34360         * string/memmove.c: Use memcpy when possible.
34362 2012-11-06  Andreas Jaeger  <aj@suse.de>
34364         * po/eo.po: Update from translation team.
34366 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34368         [BZ #14793]
34369         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34370         exponent and small x and y exponents, scale x or y up.  Increase
34371         by 2 the exponent used in scaling up.
34372         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34373         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34374         * math/libm-test.inc (fma_test): Add more tests.
34375         (fma_test_towardzero): Likewise.
34376         (fma_test_downward): Likewise.
34377         (fma_test_upward): Likewise.
34379 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34381         [BZ #14805]
34382         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34383         fenv_t *.
34385         [BZ #14801]
34386         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34387         namespace for names of struct fields.
34388         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34389         fenv_t fields.
34390         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34391         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34393 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34395         [BZ #3665]
34396         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34398 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34400         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34401         PTR_DEMANGLE.
34403         [BZ #5246]
34404         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34405         PTR_DEMANGLE.
34407 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34409         [BZ #14797]
34410         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34411         definitely overflow as x * y not x * y + z.
34412         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34413         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34414         * math/libm-test.inc (fma_test): Add more tests.
34415         (fma_test_towardzero): Likewise.
34416         (fma_test_downward): Likewise.
34417         (fma_test_upward): Likewise.
34419 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34421         [BZ #157]
34423         * include/stub-tag.h: Remove file.
34424         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34425         '#include' of it.
34426         * manual/maint.texi (Porting): Don't reference it.
34427         * Makerules ($(objpfx)stubs): Likewise.
34428         * dirent/closedir.c: Don't include <stub-tag.h>.
34429         * dirent/dirfd.c: Likewise.
34430         * dirent/fdopendir.c: Likewise.
34431         * dirent/getdents.c: Likewise.
34432         * dirent/getdents64.c: Likewise.
34433         * dirent/opendir.c: Likewise.
34434         * dirent/readdir.c: Likewise.
34435         * dirent/readdir64.c: Likewise.
34436         * dirent/readdir64_r.c: Likewise.
34437         * dirent/readdir_r.c: Likewise.
34438         * dirent/rewinddir.c: Likewise.
34439         * dirent/seekdir.c: Likewise.
34440         * dirent/telldir.c: Likewise.
34441         * gmon/profil.c: Likewise.
34442         * grp/setgroups.c: Likewise.
34443         * inet/if_index.c: Likewise.
34444         * io/access.c: Likewise.
34445         * io/chdir.c: Likewise.
34446         * io/chmod.c: Likewise.
34447         * io/chown.c: Likewise.
34448         * io/close.c: Likewise.
34449         * io/dup.c: Likewise.
34450         * io/dup2.c: Likewise.
34451         * io/dup3.c: Likewise.
34452         * io/euidaccess.c: Likewise.
34453         * io/faccessat.c: Likewise.
34454         * io/fchdir.c: Likewise.
34455         * io/fchmod.c: Likewise.
34456         * io/fchmodat.c: Likewise.
34457         * io/fchown.c: Likewise.
34458         * io/fchownat.c: Likewise.
34459         * io/fcntl.c: Likewise.
34460         * io/flock.c: Likewise.
34461         * io/fstatfs.c: Likewise.
34462         * io/fstatfs64.c: Likewise.
34463         * io/fstatvfs.c: Likewise.
34464         * io/fstatvfs64.c: Likewise.
34465         * io/futimens.c: Likewise.
34466         * io/fxstat.c: Likewise.
34467         * io/fxstat64.c: Likewise.
34468         * io/fxstatat.c: Likewise.
34469         * io/fxstatat64.c: Likewise.
34470         * io/getcwd.c: Likewise.
34471         * io/isatty.c: Likewise.
34472         * io/lchmod.c: Likewise.
34473         * io/lchown.c: Likewise.
34474         * io/link.c: Likewise.
34475         * io/linkat.c: Likewise.
34476         * io/lseek.c: Likewise.
34477         * io/lseek64.c: Likewise.
34478         * io/lxstat64.c: Likewise.
34479         * io/mkdir.c: Likewise.
34480         * io/mkdirat.c: Likewise.
34481         * io/mkfifo.c: Likewise.
34482         * io/mkfifoat.c: Likewise.
34483         * io/open.c: Likewise.
34484         * io/open64.c: Likewise.
34485         * io/openat.c: Likewise.
34486         * io/openat64.c: Likewise.
34487         * io/pipe.c: Likewise.
34488         * io/pipe2.c: Likewise.
34489         * io/poll.c: Likewise.
34490         * io/posix_fadvise.c: Likewise.
34491         * io/posix_fadvise64.c: Likewise.
34492         * io/posix_fallocate.c: Likewise.
34493         * io/posix_fallocate64.c: Likewise.
34494         * io/read.c: Likewise.
34495         * io/readlink.c: Likewise.
34496         * io/readlinkat.c: Likewise.
34497         * io/rmdir.c: Likewise.
34498         * io/sendfile.c: Likewise.
34499         * io/sendfile64.c: Likewise.
34500         * io/statfs.c: Likewise.
34501         * io/statfs64.c: Likewise.
34502         * io/statvfs.c: Likewise.
34503         * io/statvfs64.c: Likewise.
34504         * io/symlink.c: Likewise.
34505         * io/symlinkat.c: Likewise.
34506         * io/ttyname.c: Likewise.
34507         * io/ttyname_r.c: Likewise.
34508         * io/umask.c: Likewise.
34509         * io/unlink.c: Likewise.
34510         * io/unlinkat.c: Likewise.
34511         * io/utime.c: Likewise.
34512         * io/utimensat.c: Likewise.
34513         * io/write.c: Likewise.
34514         * io/xmknod.c: Likewise.
34515         * io/xmknodat.c: Likewise.
34516         * io/xstat.c: Likewise.
34517         * io/xstat64.c: Likewise.
34518         * login/getpt.c: Likewise.
34519         * login/grantpt.c: Likewise.
34520         * login/unlockpt.c: Likewise.
34521         * math/e_acoshl.c: Likewise.
34522         * math/e_acosl.c: Likewise.
34523         * math/e_asinl.c: Likewise.
34524         * math/e_atan2l.c: Likewise.
34525         * math/e_atanhl.c: Likewise.
34526         * math/e_coshl.c: Likewise.
34527         * math/e_expl.c: Likewise.
34528         * math/e_fmodl.c: Likewise.
34529         * math/e_gammal_r.c: Likewise.
34530         * math/e_hypotl.c: Likewise.
34531         * math/e_j0l.c: Likewise.
34532         * math/e_j1l.c: Likewise.
34533         * math/e_jnl.c: Likewise.
34534         * math/e_lgammal_r.c: Likewise.
34535         * math/e_log10l.c: Likewise.
34536         * math/e_log2l.c: Likewise.
34537         * math/e_logl.c: Likewise.
34538         * math/e_powl.c: Likewise.
34539         * math/e_rem_pio2l.c: Likewise.
34540         * math/e_sinhl.c: Likewise.
34541         * math/e_sqrtl.c: Likewise.
34542         * math/fclrexcpt.c: Likewise.
34543         * math/fedisblxcpt.c: Likewise.
34544         * math/feenablxcpt.c: Likewise.
34545         * math/fegetenv.c: Likewise.
34546         * math/fegetexcept.c: Likewise.
34547         * math/fegetround.c: Likewise.
34548         * math/feholdexcpt.c: Likewise.
34549         * math/fesetenv.c: Likewise.
34550         * math/fesetround.c: Likewise.
34551         * math/feupdateenv.c: Likewise.
34552         * math/fgetexcptflg.c: Likewise.
34553         * math/fraiseexcpt.c: Likewise.
34554         * math/fsetexcptflg.c: Likewise.
34555         * math/ftestexcept.c: Likewise.
34556         * math/k_cosl.c: Likewise.
34557         * math/k_rem_pio2l.c: Likewise.
34558         * math/k_sinl.c: Likewise.
34559         * math/k_tanl.c: Likewise.
34560         * math/s_asinhl.c: Likewise.
34561         * math/s_atanl.c: Likewise.
34562         * math/s_cbrtl.c: Likewise.
34563         * math/s_erfl.c: Likewise.
34564         * math/s_expm1l.c: Likewise.
34565         * math/s_log1pl.c: Likewise.
34566         * math/s_tanhl.c: Likewise.
34567         * misc/acct.c: Likewise.
34568         * misc/brk.c: Likewise.
34569         * misc/chflags.c: Likewise.
34570         * misc/chroot.c: Likewise.
34571         * misc/fchflags.c: Likewise.
34572         * misc/fgetxattr.c: Likewise.
34573         * misc/flistxattr.c: Likewise.
34574         * misc/fremovexattr.c: Likewise.
34575         * misc/fsetxattr.c: Likewise.
34576         * misc/fsync.c: Likewise.
34577         * misc/ftruncate.c: Likewise.
34578         * misc/futimes.c: Likewise.
34579         * misc/futimesat.c: Likewise.
34580         * misc/getdomain.c: Likewise.
34581         * misc/getdtsz.c: Likewise.
34582         * misc/gethostid.c: Likewise.
34583         * misc/gethostname.c: Likewise.
34584         * misc/getloadavg.c: Likewise.
34585         * misc/getpagesize.c: Likewise.
34586         * misc/getsysstats.c: Likewise.
34587         * misc/getxattr.c: Likewise.
34588         * misc/gtty.c: Likewise.
34589         * misc/ioctl.c: Likewise.
34590         * misc/lgetxattr.c: Likewise.
34591         * misc/listxattr.c: Likewise.
34592         * misc/llistxattr.c: Likewise.
34593         * misc/lremovexattr.c: Likewise.
34594         * misc/lsetxattr.c: Likewise.
34595         * misc/lutimes.c: Likewise.
34596         * misc/madvise.c: Likewise.
34597         * misc/mincore.c: Likewise.
34598         * misc/mlock.c: Likewise.
34599         * misc/mlockall.c: Likewise.
34600         * misc/mmap.c: Likewise.
34601         * misc/mprotect.c: Likewise.
34602         * misc/msync.c: Likewise.
34603         * misc/munlock.c: Likewise.
34604         * misc/munlockall.c: Likewise.
34605         * misc/munmap.c: Likewise.
34606         * misc/preadv.c: Likewise.
34607         * misc/preadv64.c: Likewise.
34608         * misc/ptrace.c: Likewise.
34609         * misc/pwritev.c: Likewise.
34610         * misc/pwritev64.c: Likewise.
34611         * misc/readv.c: Likewise.
34612         * misc/reboot.c: Likewise.
34613         * misc/remap_file_pages.c: Likewise.
34614         * misc/removexattr.c: Likewise.
34615         * misc/revoke.c: Likewise.
34616         * misc/select.c: Likewise.
34617         * misc/setdomain.c: Likewise.
34618         * misc/setegid.c: Likewise.
34619         * misc/seteuid.c: Likewise.
34620         * misc/sethostid.c: Likewise.
34621         * misc/sethostname.c: Likewise.
34622         * misc/setregid.c: Likewise.
34623         * misc/setreuid.c: Likewise.
34624         * misc/setxattr.c: Likewise.
34625         * misc/sstk.c: Likewise.
34626         * misc/stty.c: Likewise.
34627         * misc/swapoff.c: Likewise.
34628         * misc/swapon.c: Likewise.
34629         * misc/sync.c: Likewise.
34630         * misc/syncfs.c: Likewise.
34631         * misc/syscall.c: Likewise.
34632         * misc/truncate.c: Likewise.
34633         * misc/ualarm.c: Likewise.
34634         * misc/usleep.c: Likewise.
34635         * misc/ustat.c: Likewise.
34636         * misc/utimes.c: Likewise.
34637         * misc/vhangup.c: Likewise.
34638         * misc/writev.c: Likewise.
34639         * posix/_exit.c: Likewise.
34640         * posix/alarm.c: Likewise.
34641         * posix/execve.c: Likewise.
34642         * posix/fexecve.c: Likewise.
34643         * posix/fork.c: Likewise.
34644         * posix/fpathconf.c: Likewise.
34645         * posix/getaddrinfo.c: Likewise.
34646         * posix/getegid.c: Likewise.
34647         * posix/geteuid.c: Likewise.
34648         * posix/getgid.c: Likewise.
34649         * posix/getgroups.c: Likewise.
34650         * posix/getlogin.c: Likewise.
34651         * posix/getlogin_r.c: Likewise.
34652         * posix/getpgid.c: Likewise.
34653         * posix/getpid.c: Likewise.
34654         * posix/getppid.c: Likewise.
34655         * posix/getresgid.c: Likewise.
34656         * posix/getresuid.c: Likewise.
34657         * posix/getsid.c: Likewise.
34658         * posix/getuid.c: Likewise.
34659         * posix/glob64.c: Likewise.
34660         * posix/nanosleep.c: Likewise.
34661         * posix/pathconf.c: Likewise.
34662         * posix/pause.c: Likewise.
34663         * posix/posix_madvise.c: Likewise.
34664         * posix/pread.c: Likewise.
34665         * posix/pread64.c: Likewise.
34666         * posix/pwrite.c: Likewise.
34667         * posix/pwrite64.c: Likewise.
34668         * posix/sched_getaffinity.c: Likewise.
34669         * posix/sched_getp.c: Likewise.
34670         * posix/sched_gets.c: Likewise.
34671         * posix/sched_primax.c: Likewise.
34672         * posix/sched_primin.c: Likewise.
34673         * posix/sched_rr_gi.c: Likewise.
34674         * posix/sched_setaffinity.c: Likewise.
34675         * posix/sched_setp.c: Likewise.
34676         * posix/sched_sets.c: Likewise.
34677         * posix/sched_yield.c: Likewise.
34678         * posix/setgid.c: Likewise.
34679         * posix/setlogin.c: Likewise.
34680         * posix/setpgid.c: Likewise.
34681         * posix/setresgid.c: Likewise.
34682         * posix/setresuid.c: Likewise.
34683         * posix/setsid.c: Likewise.
34684         * posix/setuid.c: Likewise.
34685         * posix/sleep.c: Likewise.
34686         * posix/spawni.c: Likewise.
34687         * posix/sysconf.c: Likewise.
34688         * posix/times.c: Likewise.
34689         * posix/wait.c: Likewise.
34690         * posix/wait3.c: Likewise.
34691         * posix/wait4.c: Likewise.
34692         * posix/waitpid.c: Likewise.
34693         * resolv/gai_sigqueue.c: Likewise.
34694         * resource/getpriority.c: Likewise.
34695         * resource/getrlimit.c: Likewise.
34696         * resource/getrusage.c: Likewise.
34697         * resource/nice.c: Likewise.
34698         * resource/setpriority.c: Likewise.
34699         * resource/setrlimit.c: Likewise.
34700         * resource/ulimit.c: Likewise.
34701         * rt/aio_cancel.c: Likewise.
34702         * rt/aio_fsync.c: Likewise.
34703         * rt/aio_read.c: Likewise.
34704         * rt/aio_sigqueue.c: Likewise.
34705         * rt/aio_suspend.c: Likewise.
34706         * rt/aio_write.c: Likewise.
34707         * rt/clock_getres.c: Likewise.
34708         * rt/clock_gettime.c: Likewise.
34709         * rt/clock_nanosleep.c: Likewise.
34710         * rt/clock_settime.c: Likewise.
34711         * rt/lio_listio.c: Likewise.
34712         * rt/mq_close.c: Likewise.
34713         * rt/mq_getattr.c: Likewise.
34714         * rt/mq_notify.c: Likewise.
34715         * rt/mq_open.c: Likewise.
34716         * rt/mq_receive.c: Likewise.
34717         * rt/mq_send.c: Likewise.
34718         * rt/mq_setattr.c: Likewise.
34719         * rt/mq_timedreceive.c: Likewise.
34720         * rt/mq_timedsend.c: Likewise.
34721         * rt/mq_unlink.c: Likewise.
34722         * rt/shm_open.c: Likewise.
34723         * rt/shm_unlink.c: Likewise.
34724         * rt/timer_create.c: Likewise.
34725         * rt/timer_delete.c: Likewise.
34726         * rt/timer_getoverr.c: Likewise.
34727         * rt/timer_gettime.c: Likewise.
34728         * rt/timer_settime.c: Likewise.
34729         * setjmp/__longjmp.c: Likewise.
34730         * setjmp/setjmp.c: Likewise.
34731         * signal/kill.c: Likewise.
34732         * signal/killpg.c: Likewise.
34733         * signal/raise.c: Likewise.
34734         * signal/sigaction.c: Likewise.
34735         * signal/sigaltstack.c: Likewise.
34736         * signal/sigblock.c: Likewise.
34737         * signal/sigignore.c: Likewise.
34738         * signal/sigintr.c: Likewise.
34739         * signal/signal.c: Likewise.
34740         * signal/sigpause.c: Likewise.
34741         * signal/sigpending.c: Likewise.
34742         * signal/sigqueue.c: Likewise.
34743         * signal/sigreturn.c: Likewise.
34744         * signal/sigset.c: Likewise.
34745         * signal/sigsetmask.c: Likewise.
34746         * signal/sigstack.c: Likewise.
34747         * signal/sigsuspend.c: Likewise.
34748         * signal/sigtimedwait.c: Likewise.
34749         * signal/sigvec.c: Likewise.
34750         * signal/sigwait.c: Likewise.
34751         * signal/sigwaitinfo.c: Likewise.
34752         * signal/sysv_signal.c: Likewise.
34753         * socket/accept.c: Likewise.
34754         * socket/accept4.c: Likewise.
34755         * socket/bind.c: Likewise.
34756         * socket/connect.c: Likewise.
34757         * socket/getpeername.c: Likewise.
34758         * socket/getsockname.c: Likewise.
34759         * socket/getsockopt.c: Likewise.
34760         * socket/isfdtype.c: Likewise.
34761         * socket/listen.c: Likewise.
34762         * socket/recv.c: Likewise.
34763         * socket/recvfrom.c: Likewise.
34764         * socket/recvmsg.c: Likewise.
34765         * socket/send.c: Likewise.
34766         * socket/sendmsg.c: Likewise.
34767         * socket/sendto.c: Likewise.
34768         * socket/setsockopt.c: Likewise.
34769         * socket/shutdown.c: Likewise.
34770         * socket/sockatmark.c: Likewise.
34771         * socket/socket.c: Likewise.
34772         * socket/socketpair.c: Likewise.
34773         * stdio-common/ctermid.c: Likewise.
34774         * stdio-common/cuserid.c: Likewise.
34775         * stdio-common/remove.c: Likewise.
34776         * stdio-common/rename.c: Likewise.
34777         * stdio-common/renameat.c: Likewise.
34778         * stdio-common/tempname.c: Likewise.
34779         * stdlib/getcontext.c: Likewise.
34780         * stdlib/makecontext.c: Likewise.
34781         * stdlib/setcontext.c: Likewise.
34782         * stdlib/swapcontext.c: Likewise.
34783         * stdlib/system.c: Likewise.
34784         * streams/fattach.c: Likewise.
34785         * streams/fdetach.c: Likewise.
34786         * streams/getmsg.c: Likewise.
34787         * streams/getpmsg.c: Likewise.
34788         * streams/putmsg.c: Likewise.
34789         * streams/putpmsg.c: Likewise.
34790         * sysdeps/unix/bsd/getpt.c: Likewise.
34791         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
34792         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
34793         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
34794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
34795         Likewise.
34796         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
34797         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
34798         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
34799         * sysvipc/msgctl.c: Likewise.
34800         * sysvipc/msgget.c: Likewise.
34801         * sysvipc/msgrcv.c: Likewise.
34802         * sysvipc/msgsnd.c: Likewise.
34803         * sysvipc/semctl.c: Likewise.
34804         * sysvipc/semget.c: Likewise.
34805         * sysvipc/semop.c: Likewise.
34806         * sysvipc/semtimedop.c: Likewise.
34807         * sysvipc/shmat.c: Likewise.
34808         * sysvipc/shmctl.c: Likewise.
34809         * sysvipc/shmdt.c: Likewise.
34810         * sysvipc/shmget.c: Likewise.
34811         * termios/tcdrain.c: Likewise.
34812         * termios/tcflow.c: Likewise.
34813         * termios/tcflush.c: Likewise.
34814         * termios/tcgetattr.c: Likewise.
34815         * termios/tcgetpgrp.c: Likewise.
34816         * termios/tcsendbrk.c: Likewise.
34817         * termios/tcsetattr.c: Likewise.
34818         * termios/tcsetpgrp.c: Likewise.
34819         * time/adjtime.c: Likewise.
34820         * time/clock.c: Likewise.
34821         * time/getitimer.c: Likewise.
34822         * time/gettimeofday.c: Likewise.
34823         * time/setitimer.c: Likewise.
34824         * time/settimeofday.c: Likewise.
34825         * time/stime.c: Likewise.
34826         * time/time.c: Likewise.
34828 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
34830         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
34831         /usr/old/bin.
34833         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
34834         instead of spaces.
34835         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
34837 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
34839         [BZ #14796]
34840         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
34841         FE_TONEAREST before applying Dekker multiplication and Knuth
34842         addition.  Clear inexact exceptions and check for exact zero
34843         results afterwards.
34844         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34845         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34846         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34847         * math/libm-test.inc (fma_test): Add more tests.
34848         (fma_test_towardzero): Likewise.
34849         (fma_test_downward): Likewise.
34850         (fma_test_upward): Likewise.
34851         * sysdeps/generic/math_private.h (default_libc_fesetround): New
34852         function.
34853         (libc_fesetround): New macro.
34854         (libc_fesetroundf): Likewise.
34855         (libc_fesetroundl): Likewise.
34856         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
34857         function.
34858         (libc_fesetround_387): Likewise.
34859         (libc_fesetroundf): New macro.
34860         (libc_fesetround): Likewise.
34861         (libc_fesetroundl): Likewise.
34862         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
34863         function.
34864         (libc_fesetroundf): New macro.
34865         (libc_fesetround): Likewise.
34866         (libc_fesetroundl): Likewise.
34867         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
34868         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
34869         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
34870         libm_hidden_ver.
34871         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
34872         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
34873         libm_hidden_def.
34874         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
34875         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
34876         libm_hidden_ver.
34877         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
34878         libm_hidden_def.
34880         [BZ #3439]
34881         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
34882         integer constant usable in #if and use that to give value to enum
34883         constant.
34884         (FE_DIVBYZERO): Likewise.
34885         (FE_UNDERFLOW): Likewise.
34886         (FE_OVERFLOW): Likewise.
34887         (FE_INVALID): Likewise.
34888         (FE_INVALID_SNAN): Likewise.
34889         (FE_INVALID_ISI): Likewise.
34890         (FE_INVALID_IDI): Likewise.
34891         (FE_INVALID_ZDZ): Likewise.
34892         (FE_INVALID_IMZ): Likewise.
34893         (FE_INVALID_COMPARE): Likewise.
34894         (FE_INVALID_SOFTWARE): Likewise.
34895         (FE_INVALID_SQRT): Likewise.
34896         (FE_INVALID_INTEGER_CONVERSION): Likewise.
34897         (FE_TONEAREST): Likewise.
34898         (FE_TOWARDZERO): Likewise.
34899         (FE_UPWARD): Likewise.
34900         (FE_DOWNWARD): Likewise.
34901         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
34902         (FE_DIVBYZERO): Likewise.
34903         (FE_OVERFLOW): Likewise.
34904         (FE_UNDERFLOW): Likewise.
34905         (FE_INEXACT): Likewise.
34906         (FE_TONEAREST): Likewise.
34907         (FE_DOWNWARD): Likewise.
34908         (FE_UPWARD): Likewise.
34909         (FE_TOWARDZERO): Likewise.
34910         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
34911         (FE_UNDERFLOW): Likewise.
34912         (FE_OVERFLOW): Likewise.
34913         (FE_DIVBYZERO): Likewise.
34914         (FE_INVALID): Likewise.
34915         (FE_TONEAREST): Likewise.
34916         (FE_TOWARDZERO): Likewise.
34917         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
34918         (FE_OVERFLOW): Likewise.
34919         (FE_UNDERFLOW): Likewise.
34920         (FE_DIVBYZERO): Likewise.
34921         (FE_INEXACT): Likewise.
34922         (FE_TONEAREST): Likewise.
34923         (FE_TOWARDZERO): Likewise.
34924         (FE_UPWARD): Likewise.
34925         (FE_DOWNWARD): Likewise.
34926         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
34927         (FE_DIVBYZERO): Likewise.
34928         (FE_OVERFLOW): Likewise.
34929         (FE_UNDERFLOW): Likewise.
34930         (FE_INEXACT): Likewise.
34931         (FE_TONEAREST): Likewise.
34932         (FE_DOWNWARD): Likewise.
34933         (FE_UPWARD): Likewise.
34934         (FE_TOWARDZERO): Likewise.
34936 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
34938         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
34940 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
34942         * scripts/cross-test-ssh.sh (command): Use newlines to separate
34943         commands.  Quote $PWD.
34944         (blacklist_exports): Don't use remove_newlines.  Replace "declare
34945         -x" by "export".
34946         (remove_newlines): Remove.
34948 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
34950         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
34951         * stdlib/stdlib.h (atof): Moved to ...
34952         * include/bits/stdlib-float.h: Here.  New file.
34953         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
34954         * stdlib/bits/stdlib-float.h: New file.
34955         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
34956         -mno-sse -mno-mmx.
34957         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
34958         <xmmintrin.h>.
34960 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
34962         * conform/conformtest.pl (@headers): Add fenv.h.
34963         * conform/data/fenv.h-data: New file.
34964         * include/fenv.h [_ISOMAC]: Disable all contents of file except
34965         include of <math/fenv.h>.
34967         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
34968         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
34969         && !UNIX98].  Enables tests for XOPEN2K8.
34970         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
34971         POSIX2008]: Likewise.
34973         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
34974         (struct rusage): Do not expect type or its members.
34976         [BZ #3439]
34977         * math/math.h (FP_NAN): Define macro to integer constant usable in
34978         #if and use that to give value to enum constant.
34979         (FP_INFINITE): Likewise.
34980         (FP_ZERO): Likewise.
34981         (FP_SUBNORMAL): Likewise.
34982         (FP_NORMAL): Likewise.
34984 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
34986         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
34987         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
34988         arguments.
34990 2012-11-02  Roland McGrath  <roland@hack.frob.com>
34992         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
34993         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
34994         autoconf-time if not.
34995         * configure.in: Remove AC_PREREQ.
34997 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34999         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35000         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35001         of the internal implementation.
35003 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35005         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35006         except include of <misc/sys/syslog.h>.
35008 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35011         function returns with a NULL context exit with zero.
35013 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35015         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35017 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35019         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35020         (run_program_cmd): This.
35021         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35022         (tst_langinfo): New variable.  Use it.
35024 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35026         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35027         floating point opcodes.
35029 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35031         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35032         variable.
35034         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35036         * sysdeps/mach/hurd/powerpc: Remove directory.
35037         * sysdeps/mach/powerpc: Likewise.
35039 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35041         * scripts/check-local-headers.sh: Ignore c++ headers.
35043 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35045         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35046         __libc_cleanup_region_start argument.
35048 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35050         [BZ #14784]
35051         [BZ #14785]
35052         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35053         x * y using scaling, not as x * y + z.
35054         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35055         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35056         * math/libm-test.inc (fma_test): Add more tests.
35057         (fma_test_towardzero): Likewise.
35058         (fma_test_downward): Likewise.
35059         (fma_test_upward): Likewise.
35061 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35063         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35065 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35067         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35068         New variable.
35070 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35072         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35074 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35077         Fix sort order.
35078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35079         Likewise.
35081 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35084         Fix the order of the list for glibc 2.17.
35085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35086         Likewise.
35088 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35090         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35092 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35094         [BZ #14610]
35095         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35096         for low part of x being zero before using __atanl (y).
35097         * math/libm-test.inc (atan2_test): Add another test.
35099         * manual/install.texi (Configuring and compiling): Document
35100         general use of test-wrapper and test-wrapper-env.
35101         * INSTALL: Regenerated.
35103         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35104         (__fma): Do not extract and scale down low bits on after-rounding
35105         systems when result rounded to normal precision would have normal
35106         exponent.
35107         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35108         (__fmal): Do not extract and scale down low bits on after-rounding
35109         systems when result rounded to normal precision would have normal
35110         exponent.
35111         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35112         (__fmal): Do not extract and scale down low bits on after-rounding
35113         systems when result rounded to normal precision would have normal
35114         exponent.
35115         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35116         macro.
35117         (fma_test): Add more tests.
35118         (fma_test_towardzero): Likewise.
35119         (fma_test_downward): Likewise.
35120         (fma_test_upward): Likewise.
35122 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35124         * sysdeps/i386/tininess.h: Renamed to ...
35125         * sysdeps/x86/tininess.h: This.
35126         * sysdeps/x86_64/tininess.h: Removed.
35128 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35130         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35131         input.  Use $(build-program-cmd).
35132         ($(objpfx)tst-array1-static.out): Likewise.
35133         ($(objpfx)tst-array2.out): Likewise.
35134         ($(objpfx)tst-array3.out): Likewise.
35135         ($(objpfx)tst-array4.out): Likewise.
35136         ($(objpfx)tst-array5.out): Likewise.
35137         ($(objpfx)tst-array5-static.out): Likewise.
35139 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35141         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35142         if defined.
35144         * nss/nsswitch.h (nss_interface_function): Provide new
35145         macro for use with NSS functions.
35146         * grp/initgroups.c: Use new macro.
35147         * nss/getXXbyYY.c: Likewise.
35148         * nss/getXXbyYY_r.c: Likewise.
35149         * nss/getXXent.c: Likewise.
35150         * nss/getXXent_r.c: Likewise.
35151         * sysdeps/posix/getaddrinfo.c: Likewise.
35153 2012-10-30  Andreas Jaeger  <aj@suse.de>
35155         * po/ru.po: Update Russion translation from translation project.
35157 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35159         [BZ #14152]
35160         [BZ #14783]
35161         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35162         result and shift together with sticky bit instead of replicating
35163         round-to-nearest rounding.
35164         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35165         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35166         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35167         missing underflow exceptions.
35168         (fma_test_towardzero): Add more tests.
35169         (fma_test_downward): Likewise.
35170         (fma_test_upward): Likewise.
35172         [BZ #14047]
35173         * sysdeps/generic/tininess.h: New file.
35174         * sysdeps/i386/tininess.h: Likewise.
35175         * sysdeps/sh/tininess.h: Likewise.
35176         * sysdeps/x86_64/tininess.h: Likewise.
35177         * stdlib/tst-strtod-underflow.c: Likewise.
35178         * stdlib/tst-tininess.c: Likewise.
35179         * stdlib/strtod_l.c: Include <tininess.h>.
35180         (round_and_return): Do not set errno for exact underflow cases.
35181         Force an underflow exception when setting errno for underflow.
35182         Determine underflow based on rounding to normal precision if
35183         TININESS_AFTER_ROUNDING.
35184         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35185         ERANGE for exact underflow cases.
35186         * stdlib/Makefile (tests): Add tst-tininess and
35187         tst-strtod-underflow.
35188         ($(objpfx)tst-tininess): Use $(link-libm).
35189         ($(objpfx)tst-strtod-underflow): Likewise.
35191 2012-10-30  Andreas Jaeger  <aj@suse.de>
35193         [BZ#14767]
35194         * elf/Makefile (tests): Remove conditional for have-initfini-array
35195         since this is now always required and the variable does not exist
35196         anymore.
35197         (tests-static): Likewise.
35198         (modules-names): Likewise.
35200         * po/eo.po: Add Esperanto translation from translation project.
35202         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35203         merged with constructor/destructor.
35204         (init_array): Likewise.
35205         * elf/tst-array2dep.c (fini_array): Likewise.
35206         (init_array): Likewise.
35208 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35210         * manual/message.texi: Delete @cartouche tags.
35212 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35214         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35215         EOPNOTSUPP.
35216         * sysdeps/mach/hurd/fsync.c: Likewise.
35218         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35219         [_POSIX_REALTIME_SIGNALS]: Change condition to
35220         [_POSIX_REALTIME_SIGNALS > 0].
35222 2012-10-27  Andreas Jaeger  <aj@suse.de>
35224         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35225         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35226         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35227         [__WORDSIZE != 64]: Likewise.
35229 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35231         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35232         *  iconvdata/tst-tables.sh: Likewise.
35234 2012-10-25  David S. Miller  <davem@davemloft.net>
35236         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35237         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35238         of strtoull.
35240         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35241         ifunc-impl-list.c
35242         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35243         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35244         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35245         file.
35247 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35249         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35250         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35251         __getdirentries.
35253 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35254             Jim Blandy  <jimb@codesourcery.com>
35256         * scripts/cross-test-ssh.sh: New file.
35257         * manual/install.texi (Configuring and compiling): Document use of
35258         cross-test-ssh.sh.
35259         * INSTALL: Regenerated.
35261 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35263         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35264         EOPNOTSUPP.
35266 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35268         * Makeconfig (run-program-prefix): Fix comment.
35270 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35271             Jim Blandy  <jimb@codesourcery.com>
35273         * Makeconfig (test-wrapper): New variable,
35274         (test-wrapper-env): Likewise.
35275         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35276         (run-built-tests): Define to yes.
35277         (run-program-prefix): Use $(test-wrapper).
35278         (built-program-cmd): Likewise.
35279         * Rules (make-test-out): Use $(test-wrapper-env) and
35280         $(host-built-program-cmd).
35281         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35282         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35283         tst-pathopt.sh.
35284         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35285         $(test-wrapper-env) to tst-rtld-load-self.sh.
35286         ($(objpfx)order2.out): Use $(test-wrapper).
35287         ($(objpfx)tst-initorder.out): Likewise.
35288         ($(objpfx)tst-initorder2.out): Likewise.
35289         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35290         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35291         (test_wrapper_env): New variable.  Use it to run ld.so.
35292         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35293         Use it to run ld.so.
35294         (test_wrapper_env): Likewise.
35295         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35296         $(test-wrapper) to run-iconv-test.sh.
35297         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35298         (ICONV): Use $test_wrapper.
35299         * posix/Makefile ($(objpfx)globtest.out): Pass
35300         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35301         globtest.sh, not $(run-program-prefix).
35302         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35303         (test_wrapper): Likewise.
35304         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35305         set together with run_via_rtld_prefix.
35306         (run_program_prefix): Define in terms of test_wrapper and
35307         run_via_rtld_prefix.
35309 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35311         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35312         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35313         Targets removed.
35315         [BZ #14743]
35316         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35317         Declare __clock_getres, __clock_gettime, __clock_settime,
35318         __clock_nanosleep, and __clock_getcpuclockid.
35319         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35320         Remove librt_hidden_def (clock_gettime).
35321         * sysdeps/unix/clock_gettime.c: Likewise.
35322         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35323         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35324         * rt/clock_getres.c: Define __clock_getres as an alias.
35325         * sysdeps/posix/clock_getres.c: Likewise.
35326         * rt/clock_settime.c: Define __clock_settime as an alias.
35327         * sysdeps/unix/clock_settime.c: Likewise.
35328         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35329         * sysdeps/unix/clock_nanosleep.c: Likewise.
35330         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35331         * rt/clock-compat.c: New file.
35332         * rt/Makefile (librt-routines): Add clock-compat and move
35333         $(clock-routines) to ...
35334         (routines): ... here, new variable.
35335         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35336         Don't add get_clockfreq here.
35337         * rt/Versions (libc: GLIBC_2.17): New version set.
35338         Add clock_* symbols here.
35339         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35340         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35341         (GLIBC_2.17): Add clock_* symbols.
35342         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35343         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35344         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35346         Likewise.
35347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35348         Likewise.
35349         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35350         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35351         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35353         * NEWS: Mention the move.
35355         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35356         Use __open, __read, __close rather than their public counterparts.
35357         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35358         (__get_clockfreq_via_cpuinfo): Likewise.
35359         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35360         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35362         * config.h.in (HAVE_IFUNC): New #undef.
35363         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35364         was successful.
35365         * configure: Regenerated.
35367 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35369         * configure.in: Move READELF check to start of file.
35370         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35371         libc_cv_asm_gnu_indirect_function in the process.
35372         * configure: Regenerated.
35374 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35376         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35377         send the output to /dev/null.
35378         (libc_cv_cc_with_libunwind): Likewise.
35379         (libc_cv_as_noexecstack): Likewise.
35380         * configure: Regenerate.
35382 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35384         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35386         * posix/globtest.sh (TMPDIR): Do not set.
35387         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35388         (testout): Likewise.
35390 2012-10-24  Andreas Jaeger  <aj@suse.de>
35392         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35393         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35394         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35395         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35396         posix_fadvise64, posix_fallocate64.
35398         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35399         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35400         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35401         Likewise.
35402         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35403         Likewise.
35404         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35406         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35407         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35408         <bits/fcntl-linux.h>.
35409         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35411         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35412         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35413         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35414         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35415         [__WORDSIZE != 64]: Likewise.
35417 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35419         * Makeconfig (run-built-tests): New variable.
35420         * Rules [$(cross-compiling) = yes]: Change condition to
35421         [$(run-built-tests) = no].
35422         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35423         to [$(run-built-tests) = yes].
35424         * elf/Makefile [$(cross-compiling) = no]: Likewise
35425         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35426         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35427         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35428         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35429         * io/Makefile [$(cross-compiling) = no]: Likewise.
35430         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35431         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35432         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35433         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35434         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35435         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35436         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35437         * string/Makefile [$(cross-compiling) = no]: Likewise.
35439         * posix/Makefile ($(objpfx)globtest.out): Pass
35440         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35441         $(rtld-installed-name).
35442         * posix/globtest.sh (elf_objpfx): Remove variable.
35443         (rtld_installed_name): Likewise.
35444         (library_path): Likewise.
35445         (run_program_prefix): New variable.  Use for running globtest
35446         binary.
35448 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35449             Joseph Myers  <joseph@codesourcery.com>
35451         * Makeconfig (host-built-program-cmd): New variable.
35452         * elf/Makefile (tst-stackguard1-ARGS): Use
35453         $(host-built-program-cmd).
35454         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35455         (tst-spawn-ARGS): Likewise.
35456         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35458 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35459             Jim Blandy  <jimb@codesourcery.com>
35461         * Makeconfig (run-via-rtld-prefix): New variable.
35462         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35463         (built-program-cmd): Likewise.
35465 2012-10-22  Andreas Jaeger  <aj@suse.de>
35467         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35468         __O_RSYNC if it exists, otherwise to O_SYNC.
35470 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35471             Joseph Myers  <joseph@codesourcery.com>
35473         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35474         /dev/null.
35475         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35476         from /dev/null
35477         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35478         /dev/null.
35480 2012-10-22  Andreas Jaeger  <aj@suse.de>
35482         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35483         Define always.
35484         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35486         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35487         bits/fcntl-linux.h.
35489         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35490         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35492         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35493         to __O_LARGEFILE.
35494         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35495         to __O_LARGEFILE.
35497 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35498             Joseph Myers  <joseph@codesourcery.com>
35500         * config.make.in (NM): New variable.
35502 2012-10-21  Andreas Jaeger  <aj@suse.de>
35504         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35505         definitions and declarations that are provided by
35506         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35508 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35510         [BZ #14683]
35511         * elf/Makefile (tests-static): Add tst-leaks1-static.
35512         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35513         ($(objpfx)tst-leaks1-static): New rule.
35514         ($(objpfx)tst-leaks1-static-mem): Likewise.
35515         (tst-leaks1-static-ENV): New macro.
35516         * elf/dl-open.c (dl_open_worker): Check the main application
35517         only if SHARED is defined.
35518         * elf/tst-leaks1-static.c: New file.
35520 2012-10-20  Andreas Jaeger  <aj@suse.de>
35522         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35523         generic values for Linux.
35524         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35525         and declarations that are provided by <bits/fcntl-linux.h> and
35526         include <bits/fcntl-linux.h>.
35527         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35528         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35530 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35532         * io/fcntl.h: Move include of <bits/types.h> to the top and
35533         include it unconditionally.
35535 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35537         * wcsmbs/Makefile (tests-ifunc): New variable.
35538         (tests): Add $(tests-ifunc).
35539         * wcsmbs/test-wcschr-ifunc.c: New file.
35540         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35541         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35542         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35543         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35544         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35546         * string/Makefile (tests-ifunc): New variable.
35547         (tests): Add $(tests-ifunc).
35548         * string/test-memccpy.c (TEST_NAME): New macro.
35549         * string/test-memchr.c (TEST_NAME): Likewise.
35550         * string/test-memcmp.c (TEST_NAME): Likewise.
35551         * string/test-memcpy.c (TEST_NAME): Likewise.
35552         * string/test-memmem.c (TEST_NAME): Likewise.
35553         * string/test-memmove.c (TEST_NAME): Likewise.
35554         * string/test-memset.c (TEST_NAME): Likewise.
35555         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35556         * string/test-stpcpy.c (TEST_NAME): Likewise.
35557         * string/test-stpncpy.c (TEST_NAME): Likewise.
35558         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35559         * string/test-strcasestr.c (TEST_NAME): Likewise.
35560         * string/test-strcat.c (TEST_NAME): Likewise.
35561         * string/test-strchr.c (TEST_NAME): Likewise.
35562         * string/test-strcmp.c(TEST_NAME): Likewise.
35563         * string/test-strcpy.c (TEST_NAME): Likewise.
35564         * string/test-strcspn.c (TEST_NAME): Likewise.
35565         * string/test-strlen.c (TEST_NAME): Likewise.
35566         * string/test-strncasecmp.c (TEST_NAME): Likewise.
35567         * string/test-strncmp.c (TEST_NAME): Likewise.
35568         * string/test-strncpy.c (TEST_NAME): Likewise.
35569         * string/test-strnlen.c (TEST_NAME): Likewise.
35570         * string/test-strpbrk.c (TEST_NAME): Likewise.
35571         * string/test-strrchr.c (TEST_NAME): Likewise.
35572         * string/test-strspn.c (TEST_NAME): Likewise.
35573         * string/test-strstr.c (TEST_NAME): Likewise.
35574         * string/test-bcopy-ifunc.c: New file.
35575         * string/test-bzero-ifunc.c: Likewise.
35576         * string/test-memccpy-ifunc.c: Likewise.
35577         * string/test-memchr-ifunc.c: Likewise.
35578         * string/test-memcmp-ifunc.c: Likewise.
35579         * string/test-memcpy-ifunc.c: Likewise.
35580         * string/test-memmem-ifunc.c: Likewise.
35581         * string/test-memmove-ifunc.c: Likewise.
35582         * string/test-mempcpy-ifunc.c: Likewise.
35583         * string/test-memset-ifunc.c: Likewise.
35584         * string/test-rawmemchr-ifunc.c: Likewise.
35585         * string/test-stpcpy-ifunc.c: Likewise.
35586         * string/test-stpncpy-ifunc.c: Likewise.
35587         * string/test-strcasecmp-ifunc.c: Likewise.
35588         * string/test-strcasestr-ifunc.c: Likewise.
35589         * string/test-strcat-ifunc.c: Likewise.
35590         * string/test-strchr-ifunc.c: Likewise.
35591         * string/test-strchrnul-ifunc.c: Likewise.
35592         * string/test-strcmp-ifunc.c: Likewise.
35593         * string/test-strcpy-ifunc.c: Likewise.
35594         * string/test-strcspn-ifunc.c: Likewise.
35595         * string/test-strlen-ifunc.c: Likewise.
35596         * string/test-strncasecmp-ifunc.c: Likewise.
35597         * string/test-strncat-ifunc.c: Likewise.
35598         * string/test-strncmp-ifunc.c: Likewise.
35599         * string/test-strncpy-ifunc.c: Likewise.
35600         * string/test-strnlen-ifunc.c: Likewise.
35601         * string/test-strpbrk-ifunc.c: Likewise.
35602         * string/test-strrchr-ifunc.c: Likewise.
35603         * string/test-strspn-ifunc.c: Likewise.
35604         * string/test-strstr-ifunc.c: Likewise.
35606         * debug/Makefile (tests-ifunc): New variable.
35607         (tests): Add $(tests-ifunc).
35608         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35609         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35610         * debug/test-stpcpy_chk-ifunc.c: New file.
35611         * debug/test-strcpy_chk-ifunc.c: Likewise.
35613 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
35615         [BZ #13601]
35616         * elf/dl-load.c (open_verify): Retry read if the entire ELF
35617         header is not read in.
35619 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
35621         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
35622         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
35623         directly.  Pass built executable to script as
35624         $(built-program-cmd).
35625         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
35626         $testprogram without using LD_LIBRARY_PATH and $ldso.
35628         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
35629         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
35630         $(rtld-installed-name).
35631         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
35632         (rtld_installed_name): Likewise.
35633         (library_path): Likewise.
35634         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
35635         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
35636         $(run-program-prefix) to tst-tables.sh.
35637         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
35638         it to run tst-table-from and tst-table-to.
35639         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
35640         Pass it to tst-table.sh.
35641         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
35642         $(run-program-prefix) to tst-gettext.sh.
35643         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
35644         tst-translit.sh.
35645         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
35646         tst-gettext2.sh.
35647         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
35648         to run tst-gettext.
35649         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
35650         to run tst-gettext2.
35651         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
35652         to run tst-translit.
35653         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
35654         $(run-program-prefix) to tst-mtrace.sh.
35655         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
35656         to run tst-mtrace.
35657         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
35658         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
35659         $(rtld-installed-name).
35660         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
35661         (rtld_installed_name): Likewise.
35662         (run_program_prefix): New variable.  Use it to run wordexp-test.
35664         * Makeconfig (ARCH): Remove all definitions.
35665         (machine): Likewise.
35666         [ARCH]: Remove conditional code.
35667         [!objdir]: Give error.
35668         [!objdir] (objpfx): Remove.
35669         [!objdir] (common-objpfx): Likewise.
35670         [!objdir] (common-objdir): Likewise.
35671         * configure.in (config_makefile): Remove.  Hardcode Makefile in
35672         AC_CONFIG_FILES call.
35673         * configure: Regenerated.
35675         [BZ #13888]
35676         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
35677         or TMPDIR.
35678         (testout): Likewise.
35680         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
35681         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
35682         $(rtld-installed-name).
35683         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
35684         (rtld_installed_name): Likwise.
35685         (runit): Remove function.
35686         (run_getconf): New variable,  Use it for running getconf binary.
35688 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
35690         [BZ #14716]
35691         * string/test-memmem.c (check_result): New function.
35692         (do_one_test): Use it.
35693         (check1): New function.
35694         (test_main): Use it.
35696 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
35698         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
35700 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
35702         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
35703         (_G_LSEEK64): Likewise.
35704         (_G_MMAP64): Likewise.
35705         (_G_FSTAT64): Likewise.
35706         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
35707         (_G_LSEEK64): Likewise.
35708         (_G_MMAP64): Likewise.
35709         (_G_FSTAT64): Likewise.
35710         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
35711         unconditional.  Call __mmap64 directly.
35712         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
35713         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
35714         __lseek64 directly.
35715         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
35716         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
35717         __mmap64 directly.
35718         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
35719         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35720         __lseek64 directly.
35721         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
35722         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35723         __lseek64 directly.
35724         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
35725         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
35726         __lseek64 directly.
35727         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
35728         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
35729         __fxstat64 directly.
35730         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
35731         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
35732         unconditional.
35733         (freopen64) [!_G_OPEN64]: Remove conditional code.
35734         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
35735         unconditional.
35736         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
35737         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
35738         unconditional.
35739         (ftello64) [!_G_LSEEK64]: Remove conditional code.
35740         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
35741         unconditional.
35742         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35743         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
35744         unconditional.
35745         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
35746         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
35747         unconditional.
35748         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35749         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
35750         unconditional.
35751         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35752         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
35753         unconditional.
35754         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35756 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35758         [BZ #12140]
35759         * manual/memory.texi (Malloc Tunable Parameters): Add note
35760         about free list pointers overwriting some perturb bytes.
35761         Wording suggested by Roland McGrath.
35763 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
35765         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
35766         (lgamma_test): Likewise.
35767         (tgamma_test): Likewise.
35769 2012-10-16  Florian Weimer  <fweimer@redhat.com>
35771         [BZ #14700]
35772         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
35773         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
35775 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
35777         * NEWS: Mention BZ #14716.
35778         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
35779         when removing AVAILABLE1_USES_J macro.
35781 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
35783         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
35784         (__bswap_64): __uint64_t for unsigned 64-bit int.
35786 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
35788         * include/string.h (memmem): Declare libc hidden alias.
35789         * string/memmem.c (memmem): Define libc hidden alias.
35790         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
35791         __read, __close instead of open, read, close.
35793 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
35795         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
35796         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
35797         global and hidden.
35798         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
35799         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
35800         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
35801         Likewise.
35802         (__rawmemchr_sse2): Likewise.
35803         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
35804         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
35805         (__strchr_sse2): Likewise.
35806         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
35807         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
35808         (__strcasecmp_sse2): Likewise.
35809         (__strncasecmp_sse2): Likewise.
35810         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
35811         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
35812         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
35813         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
35814         (__strrchr_sse2): Likewise.
35815         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
35816         ifunc-impl-list.c.
35817         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
35818         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
35819         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
35820         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
35821         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
35822         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
35823         * sysdeps/x86_64/multiarch/memset.S: Likewise.
35824         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
35825         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
35826         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
35827         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
35828         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
35829         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
35830         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
35831         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
35832         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
35833         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
35834         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
35835         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
35836         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
35837         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
35838         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
35839         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
35840         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
35841         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
35842         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
35843         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
35844         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35845         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
35846         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
35848         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
35849         global and hidden.
35850         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
35851         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
35852         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
35853         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
35854         Likewise.
35855         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
35856         Likewise.
35857         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
35858         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
35859         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
35860         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
35861         ifunc-impl-list.c.
35862         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
35863         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
35864         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
35865         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
35866         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
35867         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
35868         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
35869         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
35870         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
35871         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
35872         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
35873         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
35874         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
35875         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
35876         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
35877         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
35878         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
35879         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
35880         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
35881         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
35882         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
35883         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
35884         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
35885         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
35886         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
35887         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
35888         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
35889         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
35890         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
35891         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
35892         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
35893         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
35894         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
35895         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
35896         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
35897         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
35898         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
35899         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
35900         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
35901         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
35902         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
35904         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
35905         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
35906         * include/ifunc-impl-list.h: New file.
35907         * misc/ifunc-impl-list.c: Likewise.
35908         * misc/Makefile (routines): Add ifunc-impl-list.
35909         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
35910         * string/test-string.h: Include <ifunc-impl-list.h>.
35911         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
35912         TEST_NAME]: New variables.
35913         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
35914         are defined.
35915         (test_init): Call __libc_ifunc_impl_list to initialize
35916         func_list if TEST_IFUNC and TEST_NAME are defined.
35918         * string/Makefile (strop-tests): Add bcopy and bzero.
35919         * string/test-bcopy.c: New file.
35920         * string/test-bzero.c: Likewise.
35921         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
35922         defined.
35923         * string/test-memset.c: Support bzero test if TEST_BZERO is
35924         defined.
35925         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
35926         __libc_memmove.
35927         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
35928         __libc_memset.
35929         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
35930         of memset.
35932 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
35934         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
35935         * configure: Regenerated.
35937         * Makeconfig (+link-static-before-libc): Don't include
35938         $(link-static-libc).
35940         * libio/libio.h (_IO_pos_t): Remove.
35942 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35944         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
35945         McGrath.
35947 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35949         * crypt/crypt-entry.c: Include fips-private.h.
35950         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
35951         * crypt/md5c-test.c (main): Tolerate disabled MD5.
35952         * sysdeps/unix/sysv/linux/fips-private.h: New file.
35953         * sysdeps/generic/fips-private.h: New file, dummy fallback.
35955 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35957         * crypt/crypt-private.h: Include stdbool.h.
35958         (_ufc_setup_salt_r): Return bool.
35959         * crypt/crypt-entry.c: Include errno.h.
35960         (__crypt_r): Return NULL with EINVAL for bad salt.
35961         * crypt/crypt_util.c (bad_for_salt): New.
35962         (_ufc_setup_salt_r): Check that salt is long enough and within
35963         the specified alphabet.
35964         * crypt/badsalttest.c: New file.
35965         * crypt/Makefile (tests): Add it.
35966         ($(objpfx)badsalttest): New.
35968 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
35970         * NEWS: Add entry for BZ #14602.
35972 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
35974         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
35975         type-generic.
35976         * math/libm-test.inc: Update comment listing what functions and
35977         macros are tested.
35978         (isgreater_test): New function.
35979         (isgreaterequal_test): Likewise.
35980         (isless_test): Likewise.
35981         (islessequal_test): Likewise.
35982         (islessgreater_test): Likewise.
35983         (isunordered_test): Likewise.
35984         (main): Call the new functions.
35986 2012-10-09  Roland McGrath  <roland@hack.frob.com>
35988         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
35989         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
35990         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
35991         * sysdeps/i386/configure: Regenerated.
35992         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
35993         * sysdeps/mach/configure: Regenerated.
35994         * sysdeps/mach/hurd/configure: Regenerated.
35995         * sysdeps/powerpc/configure: Regenerated.
35996         * sysdeps/powerpc/powerpc32/configure: Regenerated.
35997         * sysdeps/powerpc/powerpc64/configure: Regenerated.
35998         * sysdeps/s390/s390-32/configure: Regenerated.
35999         * sysdeps/s390/s390-64/configure: Regenerated.
36000         * sysdeps/sh/configure: Regenerated.
36001         * sysdeps/sparc/configure: Regenerated.
36002         * sysdeps/unix/sysv/linux/configure: Regenerated.
36003         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36004         * sysdeps/x86_64/configure: Regenerated.
36006         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36007         defined.  Don't check if MAP is NULL.
36009 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36011         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36012         (_G_stat64): Likewise.
36013         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36014         (_G_stat64): Likewise.
36015         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36016         instead of struct _G_stat64.
36017         * libio/fileops.c (mmap_remap_check): Likewise.
36018         (decide_maybe_mmap): Likewise.
36019         (_IO_new_file_seekoff): Likewise.
36020         (_IO_file_stat): Likewise.
36021         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36022         _G_off64_t.
36023         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36024         instead of struct _G_stat64.
36025         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36027 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36029         [BZ #14602]
36030         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36031         Replace with ...
36032         (CHECK_EOL): New macro.
36033         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36034         CHECK_EOL.
36035         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36036         Replace with CHECK_EOL.
36037         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36038         Replace with CHECK_EOL.
36040 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36042         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36043         type-generic.
36044         * math/libm-test.inc: Update comment listing what functions and
36045         macros are tested.
36046         (finite_test): New function.
36047         (isinf_test): Likewise.
36048         (isnan_test): Likewise.
36049         (fpclassify_test): Test subnormal input.
36050         (isfinite_test): Likewise.
36051         (isnormal_test): Likewise.
36052         (main): Call the new functions.
36054 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36056         [BZ #14660]
36057         * Makerules (%.dynsym): Force C locale when running
36058         $(OBJDUMP) --dynamic-syms.
36060 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36062         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36063         <stdint.h>.
36065 2012-10-06  David S. Miller  <davem@davemloft.net>
36067         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36068         upper 32-bits of the length value in %o2 since we use branch-on-register
36069         tests which consider the entire 64-bit register.
36071 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36073         * string/test-strstr.c (check2): Add a test for page boundary.
36075 2012-10-05  David S. Miller  <davem@davemloft.net>
36077         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36078         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36079         file.
36080         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36081         sysdep_routines.
36082         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36083         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36084         and bzero when HWCAP_SPARC_CRYPTO is present.
36086 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36088         [BZ #14602]
36089         * string/test-strstr.c (check2): New function.
36090         (test_main): Call check2.
36092         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36093         and bug-strchr1.
36094         * string/bug-strcasestr1.c (do_test): Moved to ...
36095         * string/test-strcasestr.c (check1): Here.  New function.
36096         (do_one_test): Break out result checking code into ...
36097         (check_result): This.  New function.
36098         (do_one_test): Call check_result.
36099         (test_main): Call check1.
36100         * string/bug-strchr1.c (do_test): Moved to ...
36101         * string/test-strchr.c (check1): Here.  New function.
36102         (do_one_test): Break out result checking code into ...
36103         (check_result): This.  New function.
36104         (do_one_test): Call check_result.
36105         (test_main): Call check1.
36106         * string/bug-strstr1.c (main): Moved to ...
36107         * string/test-strstr.c (check1): Here.  New function.
36108         (do_one_test): Break out result checking code into ...
36109         (check_result): This.  New function.
36110         (do_one_test): Call check_result.
36111         (test_main): Call check1.
36112         * string/bug-strcasestr1.c: Removed.
36113         * string/bug-strchr1.c: Likewise.
36114         * string/bug-strstr1.c: Likewise.
36116         * elf/Makefile (dl-routines): Add hwcaps.
36117         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36118         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36119         (_dl_important_hwcaps): Moved to ...
36120         * elf/dl-hwcaps.c: Here.  New file.
36121         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36123         [BZ #14557]
36124         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36125         if IS_IN_rtld isn't defined.
36127         * elf/dl-support.c (_dl_sysinfo_map): New.
36128         Include "get-dynamic-info.h" and "setup-vdso.h".
36129         (_dl_non_dynamic_init): Call setup_vdso.
36130         * elf/dynamic-link.h: Don't include <assert.h>.
36131         (elf_get_dynamic_info): Moved to ...
36132         * elf/get-dynamic-info.h: Here.  New file.
36133         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36134         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36135         * elf/setup-vdso.h: Here.  New file.
36136         * elf/rtld.c: Include "setup-vdso.h".
36137         (dl_main): Call setup_vdso.
36139 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36141         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36142         creal in comment listing functions tested.  List finite, isinf,
36143         isnan, isless, islessequal, isgreater, isgreaterequal,
36144         islessgreater, isunordered, lgamma_r and pow10 as functions and
36145         macros not tested.  Mention which functions not tested are aliases
36146         for other functions.  Fix typo.  Note that signs of NaNs are not
36147         tested.
36149         * scripts/config.guess: Update from config.git.
36150         * scripts/config.sub: Likewise.
36152 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36154         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36155         * misc/madvise.c (madvise): Renamed to __madvise.
36156         Make madvise a weak alias.
36157         * include/sys/mman.h: Declare __madvise.
36158         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36159         * sysdeps/unix/syscalls.list
36160         (madvise): Make __madvise the strong name, and madvise a weak alias.
36161         * sysdeps/unix/sysv/linux/syscalls.list
36162         (madvise, mmap): Remove redundant entries.
36163         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36164         * malloc/malloc.c (mtrim): Likewise.
36165         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36167 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36169         * sysdeps/mach/hurd/dl-cache.c: File removed.
36170         * config.h.in (USE_LDCONFIG): New #undef.
36171         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36172         * configure: Regenerated.
36173         * elf/Makefile (dl-routines): Add dl-cache only under
36174         [$(use-ldconfig) = yes].
36175         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36176         cache on [USE_LDCONFIG].
36177         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36178         [USE_LDCONFIG].
36179         * elf/rtld.c (dl_main): Likewise.
36181 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36183         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36184         _SC_LEVEL4_CACHE_LINESIZE.
36186 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36188         * sysdeps/unix/bsd/confstr.h: File removed.
36190 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36192         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36193         sys/sdt-config.h.
36195 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36197         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36198         Make 'mapoff' field ElfW(Off) rather than off_t.
36200 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36202         * nscd/Makefile: Remove nscd-cflags and all its users.
36203         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36204         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36206         [BZ #10631]
36207         * malloc.c (malloc_printerr): Clarify error message.
36209 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36211         [BZ #14648]
36212         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36213         Set bit_FMA_Usable if FMA is supported.
36214         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36215         macro.
36216         (bit_FMA4_Usable): Updated.
36217         (index_FMA_Usable): New macro.
36218         (CPUID_FMA): Likewise
36219         (HAS_FMA): Defined with bit_FMA_Usable.
36221 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36223         * bits/types.h (__swblk_t): Type removed.
36224         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36225         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36226         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36227         (__SWBLK_T_TYPE): Likewise.
36228         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36229         (__SWBLK_T_TYPE): Likewise.
36230         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36231         (__SWBLK_T_TYPE): Likewise.
36232         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36233         (__SWBLK_T_TYPE): Likewise.
36235 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36236             Honza Horak <hhorak@redhat.com>
36238         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36239         (xdr_mapname): Use YPMAXMAP as maxsize.
36240         (xdr_peername): Use YPMAXPEER as maxsize.
36241         (xdr_keydat): Use YPAXRECORD as maxsize.
36242         (xdr_valdat): Use YPMAXRECORD as maxsize.
36244 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36246         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36248         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36249         * csu/init-first.c: ... here.
36250         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36251         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36252         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36253         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36254         * sysdeps/i386/init-first.c: File removed.
36255         * sysdeps/sh/init-first.c: File removed.
36257 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36259         [BZ #14645]
36260         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36261         if x * y might underflow to zero and z is zero.
36262         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36263         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36264         * math/libm-test.inc (min_subnorm_value): New variable.
36265         (fma_test): Add more tests.
36266         (fma_test_towardzero): Likewise.
36267         (fma_test_downward): Likewise
36268         (fma_test_upward): Likewise.
36269         (initialize): Set min_subnorm_value.
36271 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36273         [BZ #14638]
36274         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36275         0 + 0.
36276         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36277         mode for addition resulting in exact zero.
36278         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36279         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36280         exact 0 + 0.
36281         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36282         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36283         * math/libm-test.inc (fma_test): Add more tests.
36284         (fma_test_towardzero): New function.
36285         (fma_test_downward): Likewise.
36286         (fma_test_upward): Likewise.
36287         (main): Call the new functions.
36289 2012-09-28  David S. Miller  <davem@davemloft.net>
36291         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36293 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36295         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36296         instead of SIGALRM.
36298         * sysdeps/gnu/_G_config.h: Moved to ...
36299         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36300         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36301         * sysdeps/generic/_G_config.h: ... here.
36303         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36305         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36307         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36308         Conditionalize target on [libnss_test1.so-version].
36310         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36312         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36313         (elfobjdir): Move out of conditionals.
36315         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36316         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36317         (__nss_lookup_function): Conditionalize label remove_from_tree on
36318         [!DO_STATIC_NSS || SHARED], matching its only use.
36320 2012-09-28  David S. Miller  <davem@davemloft.net>
36322         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36323         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36324         file.
36325         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36326         sysdep_routines.
36327         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36328         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36329         when HWCAP_SPARC_CRYPTO is present.
36331 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36333         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36335 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36337         [BZ #6530]
36338         * stdio-common/vfprintf.c (process_string_arg): Revert
36339         2000-07-22 change.
36341 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36343         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36344         for testcase.
36345         * stdio-common/tst-sprintf.c: Include <locale.h>
36346         (main): Test sprintf's handling of incomplete multibyte
36347         characters.
36349 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36351         * elf/dl-runtime.c (VERSYMIDX): Removed.
36352         * elf/dl-version.c (VERSYMIDX): Likewise.
36353         * elf/do-rel.h (VERSYMIDX): Likewise.
36354         (VALIDX): Likewise.
36355         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36356         * elf/rtld.c (VALIDX): Likewise.
36357         (ADDRIDX): Likewise.
36358         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36359         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36360         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36361         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36362         (VALIDX): Likewise.
36363         (ADDRIDX): Likewise.
36365 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36367         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36369 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36371         [BZ #11438]
36372         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36373         to global scope.
36374         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36375         addresses are in the same scope as 192.0.2/24.
36376         * posix/gai.conf: Document new scope table defaults.
36378 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36380         [BZ #5298]
36381         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36382         for ftell.  Compute offsets from write pointers instead.
36383         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36385 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36387         [BZ #14543]
36388         * libio/Makefile (tests): New test case tst-fseek.
36389         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36390         combination works in wide mode.
36391         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36392         state when the external buffer state changes.
36394 2012-09-27  David S. Miller  <davem@davemloft.net>
36396         [BZ #14376]
36397         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36398         pass reloc->r_addend in as the 'high' argument to
36399         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36401         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36403 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36405         * rt/tst-aio2.c: Include <pthread.h>.
36406         * rt/tst-aio3.c: Likewise.
36408 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36410         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36412 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36414         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36415         contents on [SHARED].
36417 2012-09-26  Marek Polacek  <polacek@redhat.com>
36419         [BZ #14530]
36420         [BZ #13741]
36421         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36422         for C++ and GCC <4.3 as well as for non GCC compilers.
36424 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36426         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36428 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36430         * Makefile.in (all, install): Declare with .PHONY.
36431         Reported by Michael Hope <michael.hope@linaro.org>.
36433 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36435         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36436         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36437         system header.
36438         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36439         Likewise.
36440         (sydep_routines): Add the new and the internal functions.
36441         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36442         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36444         (GLIBC_2.17): Add the new function.
36445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36446         (GLIBC_2.17): Likewise.
36447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36448         (GLIBC_2.17): Likewise.
36449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36450         (GLIBC_2.17): Likewise.
36451         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36453 2012-09-25  Alan Modra  <amodra@gmail.com>
36455         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36456         Add release barrier before setting once_control to say
36457         initialisation is done.  Add hints on lwarx.  Use macro in
36458         place of isync.
36459         (clear_once_control): Add release barrier.
36461 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36463         [BZ #13629]
36464         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36465         specially.
36466         * math/s_clog10.c (__clog10): Likewise.
36467         * math/s_clog10f.c (__clog10f): Likewise.
36468         * math/s_clog10l.c (__clog10l): Likewise.
36469         * math/s_clogf.c (__clogf): Likewise.
36470         * math/s_clogl.c (__clogl): Likewise.
36471         * math/Makefile (libm-calls): Add x2y2m1.
36472         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36473         (__x2y2m1): Likewise.
36474         (__x2y2m1l): Likewise.
36475         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36476         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36477         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36478         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36479         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36480         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36481         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36482         * sysdeps/i386/fpu/libm-test-ulps: Update.
36483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36485         [BZ #14621]
36486         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36487         int as type of variable DEPTH.
36488         (glob): Use size_t instead of int as type of variables NEWCOUNT
36489         and OLD_PATHC.
36491 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36493         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36494         Add s_sincosf-sse2.
36495         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36496         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36497         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36498         macros for using routine as __sincosf_ia32.
36499         Use macro for function declaration and weak_alias.
36500         * sysdeps/i386/fpu/libm-test-ulps: Update.
36502         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36503         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36505         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36506         subnormal argument.
36507         * math/s_cexpf.c (__cexpf): Likewise.
36508         * math/s_csinf.c (__csinf): Likewise.
36509         * math/s_csinhf.c (__csinhf): Likewise.
36510         * math/s_ctanf.c (__ctanf): Likewise.
36511         * math/s_ctanhf.c (__ctanhf): Likewise.
36512         * math/s_ccosh.c (__ccoshf): Likewise.
36513         * math/s_cexp.c (__cexpl): Likewise.
36514         * math/s_csin.c (__csin): Likewise.
36515         * math/s_csinh.c (__csinh): Likewise.
36516         * math/s_ctan.c (__ctan): Likewise.
36517         * math/s_ctanh.c (ctanh): Likewise.
36518         * math/s_ccoshl.c (__ccoshl): Likewise.
36519         * math/s_cexpl.c (__cexpl): Likewise.
36520         * math/s_csinl.c (__csinl): Likewise.
36521         * math/s_csinhl.c (__csinhl): Likewise.
36522         * math/s_ctanl.c (__ctanl): Likewise.
36523         * math/s_ctanhl.c (__ctanhl): Likewise.
36525 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36527         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36528         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36529         (_IO_off_t): Define to __off_t, not _G_off_t.
36530         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36531         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36532         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36533         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36534         type of __dummy and __dummy2 fields.
36535         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36536         (_G_ssize_t): Likewise.
36537         (_G_off_t): Likewise.
36538         (_G_pid_t): Likewise.
36539         (_G_uid_t): Likewise.
36540         (_G_wchar_t): Likewise.
36541         (_G_wint_t): Likewise.
36542         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36543         (_G_ssize_t): Likewise.
36544         (_G_off_t): Likewise.
36545         (_G_pid_t): Likewise.
36546         (_G_uid_t): Likewise.
36547         (_G_wchar_t): Likewise.
36548         (_G_wint_t): Likewise.
36549         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36550         (_G_ssize_t): Likewise.
36551         (_G_off_t): Likewise.
36552         (_G_pid_t): Likewise.
36553         (_G_uid_t): Likewise.
36554         (_G_wchar_t): Likewise.
36555         (_G_wint_t): Likewise.
36557 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36559         * malloc/arena.c: Include malloc-sysdep.h.
36560         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36561         is sufficient to shrink the heap or an unmap is needed.
36562         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36563         new function check_may_shrink_heap.
36564         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36565         new function check_may_shrink_heap.
36567 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36569         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36570         comments.
36572 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
36574         * catgets/test-gencat.sh: Add "set -e".
36575         * elf/tst-pathopt.sh: Likewise.
36576         * grp/tst_fgetgrent.sh: Likewise.
36577         * iconvdata/run-iconv-test.sh: Likewise.
36578         * intl/tst-gettext.sh: Likewise.
36579         * intl/tst-gettext2.sh: Likewise.
36580         * intl/tst-gettext4.sh: Likewise.
36581         * intl/tst-gettext6.sh: Likewise.
36582         * intl/tst-translit.sh: Likewise.
36583         * io/ftwtest-sh: Likewise.
36584         * libio/test-freopen.sh: Likewise.
36585         * malloc/tst-mtrace.sh: Likewise.
36586         * posix/globtest.sh: Likewise.
36587         * posix/tst-getconf.sh: Likewise.
36588         * posix/wordexp-tst.sh: Likewise.
36589         * stdio-common/tst-printf.sh: Likewise.
36590         * stdio-common/tst-unbputc.sh: Likewise.
36591         * stdlib/tst-fmtmsg.sh: Likewise.
36592         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36593         * catgets/Makefile: Do not specify -e option when running
36594         testsuite shell scripts.
36595         * elf/Makefile: Likewise.
36596         * grp/Makefile: Likewise.
36597         * iconvdata/Makefile: Likewise.
36598         * intl/Makefile: Likewise.
36599         * io/Makefile: Likewise.
36600         * libio/Makefile: Likewise.
36601         * malloc/Makefile: Likewise.
36602         * posix/Makefile: Likewise.
36603         * stdio-common/Makefile: Likewise.
36604         * stdlib/Makefile: Likewise.
36605         * sysdeps/x86_64/Makefile: Likewise.
36607         * io/ftwtest-sh: Add copyright header.
36608         * posix/globtest.sh: Likewise.
36609         * posix/tst-getconf.sh: Likewise.
36610         * posix/wordexp-tst.sh: Likewise.
36611         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36613 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
36615         [BZ #13679]
36616         * Makeconfig (+link): Defined as $(+link-static) if
36617         $(build-shared) isn't yes.
36618         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
36619         isn't yes.
36620         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
36622         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
36624         [BZ #14562]
36625         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
36626         new chunk size with MALLOC_ALIGN_MASK.
36628 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
36630         [BZ #5044]
36631         * stdio-common/printf_fphex.c: Include <stdbool.h> and
36632         <rounding-mode.h>.
36633         (__printf_fphex): Determine rounding using get_rounding_mode and
36634         round_away.
36635         * stdio-common/tst-printf-round.c (struct hex_test): New
36636         structure.
36637         (hex_tests): New variable.
36638         (test_hex_in_one_mode): New function.
36639         (do_test): Also run tests for hex float output.
36641 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
36643         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36644         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36645         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
36646         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36647         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36648         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
36649         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36650         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36652 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
36654         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
36655         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
36656         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
36657         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
36659 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
36661         [BZ #14579]
36662         * elf/rtld.c (dl_main): Limit the check for self loading to normal
36663         mode only.
36664         * elf/tst-rtld-load-self.sh: New test.
36665         * elf/Makefile: Run it.
36667 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
36669         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
36670         (tst-writev-ENV): Remove.
36671         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
36673 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
36675         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
36677 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
36679         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
36680         unconditional.
36681         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
36682         Likewise.
36683         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
36684         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
36685         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
36686         Likewise.
36688 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
36690         [BZ #14587]
36691         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
36692         * config.make.in (have-cpp-asm-debuginfo): Removed.
36693         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
36694         * configure: Regenerated.
36696 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
36698         [BZ #5044]
36699         * stdio-common/printf_fp.c: Include <stdbool.h> and
36700         <rounding-mode.h>.
36701         (___printf_fp): Determine rounding using get_rounding_mode and
36702         round_away.
36703         * stdio-common/tst-printf-round.c: New file.
36704         * stdio-common/Makefile (tests): Add tst-printf-round.
36705         (link-libm): New variable.
36706         ($(objpfx)tst-printf-round): Depend in $(link-libm).
36708 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
36710         [BZ #14576]
36711         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
36712         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
36713         Likewise.
36714         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
36715         Likewise.
36717 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
36719         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
36720         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36721         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36722         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36724 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
36726         [BZ #14518]
36727         * include/rounding-mode.h: New file.
36728         * sysdeps/generic/get-rounding-mode.h: Likewise.
36729         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
36730         * stdlib/strtod_l.c: Include <rounding-mode.h>.
36731         (MAX_VALUE): New macro.
36732         (MIN_VALUE): Likewise.
36733         (overflow_value): New function.
36734         (underflow_value): Likewise.
36735         (round_and_return): Use overflow_value and underflow_value to
36736         determine return values in overflow and underflow cases.  Use
36737         round_away to determine rounding depending on rounding mode.
36738         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
36739         determine return values in overflow and underflow cases.
36740         * stdlib/tst-strtod-round.c: Include <fenv.h>.
36741         (struct test_results): New structure.
36742         (struct test): Use struct test_results to store expected results
36743         for all rounding modes.
36744         (TEST): Include expected results for all rounding modes.
36745         (test_in_one_mode): New function.
36746         (do_test): Use test_in_one_mode to compute and check results.
36747         Check results for all rounding modes.
36748         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
36749         $(link-libm).
36751 2012-12-09  Allan McRae  <allan@archlinux.org>
36753         * sysdeps/i386/fpu/libm-test-ulps: Update
36755 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
36757         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
36758         (_G_int32_t): Likewise.
36759         (_G_uint16_t): Likewise.
36760         (_G_uint32_t): Likewise.
36761         (_G_HAVE_BOOL): Likewise.
36762         (_G_HAVE_ATEXIT): Likewise.
36763         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36764         (_G_HAVE_IO_FILE_OPEN): Likewise.
36765         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
36766         (_G_int32_t): Likewise.
36767         (_G_uint16_t): Likewise.
36768         (_G_uint32_t): Likewise.
36769         (_G_HAVE_BOOL): Likewise.
36770         (_G_HAVE_ATEXIT): Likewise.
36771         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36772         (_G_HAVE_IO_FILE_OPEN): Likewise.
36773         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
36774         (_G_int32_t): Likewise.
36775         (_G_uint16_t): Likewise.
36776         (_G_uint32_t): Likewise.
36777         (_G_HAVE_BOOL): Likewise.
36778         (_G_HAVE_ATEXIT): Likewise.
36779         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36780         (_G_HAVE_IO_FILE_OPEN): Likewise.
36782 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
36784         * csu/libc-tls.c: Update copyright years.
36786 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
36788         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
36789         [!_G_USING_THUNKS]: Remove conditional code.
36790         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
36791         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
36793         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
36794         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
36795         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36796         (_G_VTABLE_LABEL_PREFIX): Likewise.
36797         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36798         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36799         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36800         (_G_VTABLE_LABEL_PREFIX): Likewise.
36801         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36802         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36803         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36804         (_G_VTABLE_LABEL_PREFIX): Likewise.
36805         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36807 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
36809         * libio/Makefile: Include ../Makeconfig before tests.
36810         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
36811         only if $(build-shared) is yes.
36813         * iconv/gconv_db.c: Update copyright years.
36815 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36817         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
36818         unwind info if defined PIC. Fix special cases description.
36819         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
36821         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
36822         DP_HI_MASK entry.
36823         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
36825 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
36827         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
36829         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
36830         is NULL.
36832         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
36833         (LDLIBS-tst-chk4): This.
36834         (LDFLAGS-tst-chk5): Renamed to ...
36835         (LDLIBS-tst-chk5): This.
36836         (LDFLAGS-tst-chk6): Renamed to ...
36837         (LDLIBS-tst-chk6): This.
36838         (LDFLAGS-tst-lfschk4): Renamed to ...
36839         (LDLIBS-tst-lfschk4): This.
36840         (LDFLAGS-tst-lfschk5): Renamed to ...
36841         (LDLIBS-tst-lfschk5): This.
36842         (LDFLAGS-tst-lfschk6): Renamed to ...
36843         (LDLIBS-tst-lfschk6): This.
36845         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
36846         on $(common-objpfx)soversions.mk.
36848 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
36850         [BZ #10014]
36851         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
36852         example host name.
36854 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
36856         * malloc/arena.c (arena_get_retry): New function that gets
36857         another arena for the caller to try its request on.
36858         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
36859         current arena cannot fulfill the request.
36860         (__libc_memalign): Likewise.
36861         (__libc_memalign): Likewise.
36862         (__libc_pvalloc): Likewise.
36863         (__libc_calloc): Likewise.
36865 2012-09-05  John Tobey  <john.tobey@gmail.com>
36867         [BZ #13542]
36868         * manual/arith.texi (Operations on Complex): Fix description
36869         of carg branch cut.
36871 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36873         [BZ #10014]
36874         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
36875         host name.
36877         [BZ #10038]
36878         * manual/memory.texi (Memory): Make order of menu items match
36879         order of sections.
36881 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36883         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
36884         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
36885         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
36887 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36889         * csu/libc-tls.c (static_dtv): Renamed to ...
36890         (_dl_static_dtv): This.  Make it global.
36891         (_dl_initial_dtv): Removed.
36892         (__libc_setup_tls): Updated.
36893         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
36894         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
36895         DL_INITIAL_DTV.
36897 2012-09-06  Petr Machata  <pmachata@redhat.com>
36899         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
36900         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
36901         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
36902         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
36904 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36906         [BZ #14545]
36907         * csu/libc-tls.c (_dl_initial_dtv): New variable.
36908         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
36909         freeing dtv[-1].
36911 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36913         [BZ #14544]
36914         * Makeconfig (link-static-before-libc): Replace $(+prector)
36915         with $(+prectorT).
36916         (link-static-after-libc): Replace $(+postctor) with
36917         $(+postctorT).
36918         (link-bounded): Replace $(+prector)/$(+postctor) with
36919         $(+prectorT)/$(+postctorT).
36920         (+prectorT): New macro.
36921         (+postctorT): Likewise.
36923 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36925         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
36926         (round_str): Handle values above the maximum for IBM long double
36927         as inexact.
36928         * stdlib/tst-strtod-round.c (tests): Regenerated.
36930 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36932         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
36933         assembler flag.
36934         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
36935         zarch_nohighgprs around the zarch optimized routines.
36936         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
36937         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
36938         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
36939         for zarch.
36941 2012-09-05  David S. Miller  <davem@davemloft.net>
36943         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36945         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
36946         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
36947         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
36948         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
36949         entries.
36951 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36953         * malloc/arena.c: Fold copyright years.
36954         * malloc/mcheck.c, malloc/memusage.c: Likewise.
36956 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36958         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
36960 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36962         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
36964 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36966         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
36967         change internal state upon failure.
36969 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36971         * malloc/mcheck.c (mcheck_check_all): Fix typo.
36972         * malloc/memusage.c (mmap): Likewise.
36973         (mmap64, mremap): Likewise.  Adjust name in comment.
36975 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
36977         * libio/fileops.c: Fix typos in comments.
36978         * libio/oldfileops.c: Likewise.
36979         * libio/wfileops.c: Likewise.
36981 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
36983         [BZ #1349]
36984         * malloc/Makefile (tests): Add tst-malloc-usable test case.
36985         (tst-malloc-usable-ENV): Set environment for test case.
36986         * malloc/hooks.c (malloc_check_get_size): New function to get
36987         requested size.
36988         * malloc/malloc.c (musable): Use malloc_check_get_size.
36989         * malloc/tst-malloc-usable.c: New test case.
36991 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
36993         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
36995 2012-09-05  Allan McRae  <allan@archlinux.org>
36997         [BZ #13966]
36998         * configure.in (CXX_SYSINCLUDES): Use compiler output to
36999         determine header location.
37000         * configure: Regenerated.
37002 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37004         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37005         float format.
37006         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37007         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37008         format.
37009         (test): Regenerate.
37011 2012-09-04  David S. Miller  <davem@davemloft.net>
37013         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37014         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37015         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37017 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37019         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37020         failures.
37022         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37024 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37026         [BZ #9914]
37027         * libio/iogetdelim.c: Include <limits.h>.
37028         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37029         + len + 1 would overflow.
37031 2012-09-03  Andreas Jaeger  <aj@suse.de>
37033         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37034         * sysdeps/i386/fpu/libm-test-ulps: Update.
37036 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37038         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37039         Add s_sinf-sse2, s_conf-sse2.
37041         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37042         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37043         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37044         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37046         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37047         for using routine as __sinf_ia32.
37048         Use macro for function declaration and weak_alias.
37049         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37050         for using routine as __cosf_ia32.
37051         Use macro for function declaration and weak_alias.
37053         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37054         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37056         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37057         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37058         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37060         * math/libm-test.inc (cos_test): Add more test cases.
37061         (sin_test): Likewise.
37062         (sincos_test): Likewise.
37064 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37066         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37067         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37068         hidden.
37069         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37071 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37073         [BZ #14538]
37074         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37075         first element of the GOT.
37076         (elf_machine_load_address): Return the difference between
37077         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37079 2012-09-01  Allan McRae  <allan@archlinux.org>
37081         [BZ #13412]
37082         * configure.in (AWK): Require gawk version 3.0 or later.
37083         * configure: Regenerated.
37085 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37087         * sysdeps/unix/sysv/linux/kernel-features.h
37088         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37089         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37090         [__NR_clock_getres]: Make code unconditional.
37091         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37092         (clock_getcpuclockid): Remove code left unreachable by removal of
37093         conditionals.
37094         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37095         code unconditional.
37096         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37097         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37098         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37099         Make code unconditional.
37100         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37101         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37102         * sysdeps/unix/sysv/linux/clock_settime.c
37103         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37104         conditional code.
37105         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37106         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37108 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37110         [BZ #14476]
37111         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37112         scripts/test-installation.pl.
37114         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37115         and $ld_so_version if it is set.
37117 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37119         [BZ #14516]
37120         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37121         failure if reading from procfs failed.
37122         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37124 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37126         * sysdeps/unix/sysv/linux/kernel-features.h
37127         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37128         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37129         Remove conditional code.
37130         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37131         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37132         Remove conditional code.
37133         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37134         * sysdeps/unix/sysv/linux/i386/fxstat.c
37135         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37136         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37137         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37138         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37139         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37140         * sysdeps/unix/sysv/linux/i386/lxstat.c
37141         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37142         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37143         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37144         Remove conditional code.
37145         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37146         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37147         Remove conditional code.
37148         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37149         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37150         <kernel-features.h>.
37151         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37152         Remove.
37153         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37154         Remove conditional code.
37155         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37156         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37157         Remove conditional.
37159 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37161         [BZ #5400]
37162         * NEWS: Add fixed bug number.
37164 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37166         [BZ #14519]
37167         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37168         underflowing exponent in case of negative sign.
37169         * stdlib/tst-strtod-round-data: Add more tests.
37170         * stdlib/tst-strtod-round.c (tests): Regenerated.
37172         [BZ #3479]
37173         * stdlib/strtod_l.c (NDIG): Remove.
37174         (HEXNDIG): Likewise.
37175         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37176         smallest representable value.
37177         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37178         lie within an exact representation of 1/2 ulp of the result.
37179         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37180         unconditionally.
37181         (TENS_P9_IDX): Define unconditionally.
37182         (TENS_P9_SIZE): Likewise.
37183         (TENS_P10_IDX): Likewise.
37184         (TENS_P10_SIZE): Likewise.
37185         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37186         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37187         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37188         entries for 10^2^13 and 10^2^14.
37189         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37190         (TENS_P13_IDX): Define.
37191         (TENS_P13_SIZE): Likewise.
37192         (TENS_P14_IDX): Likewise.
37193         (TENS_P14_SIZE): Likewise.
37194         (_fpioconst_pow10): Change array size to
37195         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37196         unconditional.
37197         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37198         1024]: Add entries for 10^2^13 and 10^2^14.
37199         [LAST_POW10 > _LAST_POW10]: Remove #error.
37200         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37201         (_fpioconst_pow10): Change array size to
37202         FPIOCONST_POW10_ARRAY_SIZE.
37203         * stdlib/gen-fpioconst.c: New file.
37204         * stdlib/gen-tst-strtod-round.c: Likewise.
37205         * stdlib/tst-strtod-round-data: Likewise.
37206         * stdlib/tst-strtod-round.c: Likewise.
37207         * stdlib/Makefile (tests): Add tst-strtod-round.
37209         [BZ #14459]
37210         * stdlib/strtod_l.c: Include <stdint.h>.
37211         (NDEBUG): Do not define.
37212         (round_and_return): Change EXPONENT parameter to type intmax_t.
37213         Rearrange calculations to avoid internal overflow possibilities.
37214         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37215         Rearrange calculations to avoid internal overflow possibilities.
37216         Assert that number fits inside MPNSIZE limbs.
37217         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37218         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37219         calculations and add assertions to avoid internal overflow
37220         possibilities.  Add casts to avoid signed/unsigned operations.
37221         * stdlib/tst-strtod-overflow.c: New file.
37222         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37224 2012-08-25  Marek Polacek  <polacek@redhat.com>
37226         * time/time.h: Fix some typos in comments.
37228 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37230         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37231         * posix/tst-rfc3484-2.c: Likewise.
37232         * posix/tst-rfc3484-3.c: Likewise.
37234 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37236         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37237         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37239 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37241         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37242         #include of fxstatat64.c.
37244 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37246         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37247         * shadow/getspent_r.c: Likewise.
37248         * shadow/getspnam.c: Likewise.
37249         * shadow/getspnam_r.c: Likewise.
37250         * gshadow/getsgent.c: Likewise.
37251         * gshadow/getsgent_r.c: Likewise.
37252         * gshadow/getsgnam.c: Likewise.
37253         * gshadow/getsgnam_r.c: Likewise.
37254         * inet/getnetbyad.c: Likewise.
37255         * inet/getnetbyad_r.c: Likewise.
37256         * inet/getnetbynm.c: Likewise.
37257         * inet/getnetbynm_r.c: Likewise.
37258         * inet/getnetent.c: Likewise.
37259         * inet/getnetent_r.c: Likewise.
37260         * inet/getproto.c: Likewise.
37261         * inet/getproto_r.c: Likewise.
37262         * inet/getprtent.c: Likewise.
37263         * inet/getprtent_r.c: Likewise.
37264         * inet/getprtname.c: Likewise.
37265         * inet/getprtname_r.c: Likewise.
37266         * inet/getrpcbyname.c: Likewise.
37267         * inet/getrpcbyname_r.c: Likewise.
37268         * inet/getrpcbynumber.c: Likewise.
37269         * inet/getrpcbynumber_r.c: Likewise.
37270         * inet/getrpcent.c: Likewise.
37271         * inet/getrpcent_r.c: Likewise.
37272         * inet/getaliasent.c: Likewise.
37273         * inet/getaliasent_r.c: Likewise.
37274         * inet/getaliasname.c: Likewise.
37275         * inet/getaliasname_r.c: Likewise.
37276         * nscd/getgrgid_r.c: Likewise.
37277         * nscd/getgrnam_r.c: Likewise.
37278         * nscd/gethstbyad_r.c: Likewise.
37279         * nscd/gethstbynm3_r.c: Likewise.
37280         * nscd/getpwnam_r.c: Likewise.
37281         * nscd/getpwuid_r.c: Likewise.
37282         * nscd/getsrvbynm_r.c: Likewise.
37283         * nscd/getsrvbypt_r.c: Likewise.
37284         * nscd/gai.c: Likewise.
37286         * configure.in (build_nscd): New substituted variable, set
37287         by --disable-build-nscd and defaults to $use_nscd.
37288         * configure: Regenerated.
37289         * config.make.in (build-nscd): New substituted variable.
37290         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37291         Change conditional to require [$(build-nscd) = yes] as well.
37292         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37294         [BZ# 13696]
37295         * configure.in (use_nscd): New substituted variable, set by
37296         --disable-nscd.  If enabled, define USE_NSCD.
37297         * configure: Regenerated.
37298         * config.h.in: Add USE_NSCD.
37299         * config.make.in (use-nscd): New substituted variable.
37300         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37301         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37302         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37303         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37304         (CFLAGS-getgrnam_r.c): Likewise.
37305         (CFLAGS-initgroups.c): Likewise.
37306         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37307         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37308         Variables removed.
37309         * inet/getnetgrent_r.c
37310         (nscd_setnetgrent): New function, broken out of ...
37311         (setnetgrent): ... here.  Call it.
37312         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37313         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37314         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37315         * nscd/Makefile (routines, aux): Move definitions after include of
37316         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37317         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37318         Conditionalize on [USE_NSCD].
37319         (is_nscd, nscd_init_cb): Likewise.
37320         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37321         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37322         * nss/nss_db/db-init.c: Likewise.
37323         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37324         [USE_NSCD].
37325         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37326         (make_request): Use it.
37327         (cache_valid_p): New function.
37328         (__check_pf): Use it.
37329         * NEWS: Add item for --disable-nscd.
37331 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37333         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37334         to support sed >= 4.2.1-20-ga9bf076.
37335         * configure: Regenerated.
37337 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37339         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37340         Conditionalize whole body on [IREL].
37342 2012-08-22  Jeff Law <law@redhat.com>
37344         [BZ #14505]
37345         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37346         if the family is PF_UNSPEC.
37348 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37350         * Makerules (lib-version): Rename from V.
37351         (install-lib-nosubdir): Change V to lib-version.
37353 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37355         [BZ #14252]
37356         * powerpc32/power6/wcschr.c: New file.
37357         * powerpc32/power6/wcscpy.c: New file.
37358         * powerpc32/power6/wcsrchr.c: New file.
37359         * powerpc64/power6/wcschr.c: New file.
37360         * powerpc64/power6/wcscpy.c: New file.
37361         * powerpc64/power6/wcsrchr.c: New file.
37363 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37365         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37366         (two_way_short_needle): Use it.
37367         * string/strstr.c (AVAILABLE1_USES_J): Define.
37368         * string/strcasestr.c: Likewise.
37370         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37371         array references.
37372         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37374         [BZ #11607]
37375         * NEWS: Add an entry.
37376         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37377         define their defaults.
37378         (two_way_short_needle): Detect end-of-string on-the-fly.
37379         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37380         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37381         * string/bug-strcasestr1.c: New test.
37382         * string/Makefile: Run it.
37384 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37386         [BZ #11607]
37387         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37388         the first character.
37390 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37392         * csu/elf-init.c (__libc_csu_irel): Function removed.
37393         * csu/libc-start.c (apply_irel): New function.
37394         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37396 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37398         * sysdeps/unix/sysv/linux/kernel-features.h
37399         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37400         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37401         <kernel-features.h>.
37402         [__NR_fadvise64_64]: Make code unconditional.
37403         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37404         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37405         !__NR_fadvise64_64)]: Likewise.
37406         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37407         !__NR_fadvise64_64))]: Likewise.
37408         [__NR_fadvise64]: Make code unconditional.
37409         [!__NR_fadvise64]: Remove conditional code.
37410         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37411         <kernel-features.h>.
37412         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37413         unconditional.
37414         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37415         conditional code.
37416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37417         not include <kernel-features.h>.
37418         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37419         unconditional.
37420         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37421         conditional code.
37422         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37423         include <kernel-features.h>.
37424         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37425         unconditional.
37426         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37427         conditional code.
37429 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37431         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37432         slight instruction rearrangements per scrollpipe analysis.
37433         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37435 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37437         * manual/syslog.texi (syslog; vsyslog, closelog):
37438         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37439         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37441         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37442         DSOCAPS to match condition on defining it.
37444 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37446         * sysdeps/unix/sysv/linux/kernel-features.h
37447         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37449         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37450         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37452         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37453         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37455         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37456         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37458         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37459         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37461         * sysdeps/unix/sysv/linux/kernel-features.h
37462         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37463         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37464         unconditional.
37465         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37466         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37467         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37468         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37469         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37470         Make code unconditional.
37471         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37472         (__mmap64) [!__NR_mmap2]: Likewise.
37473         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37474         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37475         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37476         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37477         [__NR_mmap2]: Make code unconditional.
37478         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37479         (__mmap64) [!__NR_mmap2]: Likewise.
37481 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37483         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37485 2012-08-18  Andreas Jaeger  <aj@suse.de>
37487         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37489 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37491         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37492         * include/unistd.h (__have_sock_cloexec): Likewise.
37493         (__have_pipe2): Likewise.
37494         (__have_dup3): Likewise.
37496 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37498         [BZ #9685]
37499         * include/unistd.h (__have_pipe2): Change define into an extern int.
37500         (__have_dup3): Likewise.
37501         * socket/have_sock_cloexec.c: Include fcntl.h.
37502         (__have_pipe2): New variable.
37503         (__have_dup3): Likewise.
37505 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37507         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37509 2012-08-17  Marek Polacek  <polacek@redhat.com>
37511         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37512         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37514 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37516         * configure.in: Add AC_SUBST for sysheaders.
37517         * configure: Regenerated.
37518         * config.make.in (sysheaders): New substituted variable.
37520         * sysdeps/unix/mkfifo.c: Moved ...
37521         * sysdeps/posix/mkfifo.c: ... here.
37522         * sysdeps/unix/mkfifoat.c: Moved ...
37523         * sysdeps/posix/mkfifoat.c: ... here.
37525         * sysdeps/unix/utime.c: Moved ...
37526         * sysdeps/posix/utime.c: ... here.
37528         * sysdeps/unix/time.c: Moved ...
37529         * sysdeps/posix/time.c: ... here.
37530         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37531         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37533         * sysdeps/unix/nice.c: Moved ...
37534         * sysdeps/posix/nice.c: ... here.
37536         * sysdeps/unix/alarm.c: Moved ...
37537         * sysdeps/posix/alarm.c: ... here.
37539         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37541 2012-08-17  Jeff Law <law@redhat.com>
37543         * intl/Makefile (codeset_mo): New variable.
37544         ($(codeset_mo)): New target.
37545         (tst-codeset.out): Depend on that.  Remove explicit rule.
37546         (tst-gettext3.out, tst-gettext5.out): Likewise.
37547         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37548         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37549         * intl/tst-codeset.sh: Remove.
37550         * intl/tst-gettext3.sh: Likewise.
37551         * intl/tst-gettext5.sh: Likewise.
37553 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37555         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37556         * sysdeps/unix/syscalls.list: ... here.
37558         * sysdeps/posix/getaddrinfo.c
37559         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37560         (gaiconf_init, gaiconf_reload): Use them.
37561         [!_STATBUF_ST_NSEC]
37562         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37563         Define using time_t rather than struct timespec.
37565         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37566         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37567         Macros removed.
37568         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37569         [!NO_THREADS].
37570         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37571         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37572         Likewise.
37574         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37575         __libc_cleanup_push argument.
37577         * bits/param.h: New file.
37578         * misc/sys/param.h: New file.
37579         * include/sys/param.h: New file.
37580         * misc/Makefile (headers): Add bits/param.h.
37581         * sysdeps/generic/sys/param.h: File removed.
37582         * sysdeps/unix/sysv/linux/bits/param.h: New file.
37583         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37584         * sysdeps/mach/hurd/bits/param.h: New file.
37585         * sysdeps/mach/hurd/sys/param.h: File removed.
37587         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37588         last change.
37590         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37591         [_IO_MTSAFE_IO].
37592         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37593         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37594         New macros.
37596         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37597         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37598         rather than -D_IO_MTSAFE_IO conditionally.
37599         * stdio-common/Makefile (CPPFLAGS): Likewise.
37600         * wcsmbs/Makefile (CPPFLAGS): Likewise.
37601         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37602         Use $(libio-mtsafe).
37603         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37604         of -D_IO_MTSAFE_IO.
37605         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37606         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37607         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37608         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37609         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37610         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37611         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
37612         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
37613         (CFLAGS-fread_u_chk.c): Likewise.
37614         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
37615         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
37616         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
37617         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
37618         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
37619         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
37620         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
37621         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
37622         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
37624         * libio/Makefile: Test [$(libc-reentrant) = yes]
37625         instead of [$(filter %REENTRANT, $(defines)) nonempty].
37627         * Makeconfig
37628         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
37629         * sysdeps/pthread/configure: File removed.
37630         * sysdeps/pthread/Makeconfig: New file.
37631         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
37632         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
37634 2012-08-16  Gary Benson  <gbenson@redhat.com>
37636         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
37637         unmapping the first object in a namespace.
37639 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37641         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
37642         (__internal_setnetgrent): ... this.  Add internal_function to
37643         definition.  Add libc_hidden_def.
37644         (setnetgrent): Update caller.
37645         (internal_endnetgrent): Renamed to ...
37646         (__internal_endnetgrent): ... this.  Add internal_function to
37647         definition.  Add libc_hidden_def.
37648         (endnetgrent): Update caller.
37649         (internal_getnetgrent_r): Renamed to ...
37650         (__internal_getnetgrent_r): ... this.  Add internal_function to
37651         definition.  Add libc_hidden_def.
37652         (__getnetgrent_r): Update caller.
37653         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
37655 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37657         * stdlib/longlong.h: Update from GCC.
37659 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37661         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
37662         on _QL, which is set by umul_ppmm but never used.
37663         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
37664         variables, which are set by GMP macros but never used.
37665         * stdio-common/_itowa.c (_itowa): Likewise.
37666         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
37667         * stdlib/mod_1.c (mpn_mod_1): Likewise.
37669 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
37671         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
37672         struct La_sh_regs is not constant.
37673         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
37674         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
37675         and struct La_sparc64_regs are not constant.
37677 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37679         * sysdeps/unix/sysv/linux/kernel-features.h
37680         (__ASSUME_POSIX_TIMERS): Remove.
37681         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37682         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37683         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
37684         Make code unconditional.
37685         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37686         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
37687         Make code unconditional.
37688         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37689         * sysdeps/unix/sysv/linux/clock_nanosleep.c
37690         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
37691         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37692         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
37693         Make code unconditional.
37694         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37695         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
37696         (__libc_missing_posix_timers): Remove.
37698 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37700         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
37701         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
37703         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
37705         * elf/dl-sym.c: Include <stdlib.h>.
37707         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
37708         constants, which avoids warnings in 32-bit builds.
37710         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
37711         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
37713         * misc/lseek.c: File moved to ...
37714         * io/lseek.c: ... here.
37716         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
37718         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
37719         shifting LEN more than 31 bits at once.
37721 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37723         [BZ #14195]
37724         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
37725         segmentation fault for a case of two empty input strings.
37726         * string/test-strncasecmp.c (check1): Renamed to...
37727         (bz12205): ...this.
37728         (bz14195): Add new testcase for two empty input strings and N > 0.
37729         (test_main): Call new testcase, adapt for renamed function.
37731 2012-08-15  Andreas Jaeger  <aj@suse.de>
37733         [BZ #14090]
37734         * crypt/md5test2.c: New test, based on test supplied by Serge
37735         Belyshev <belyshev@depni.sinp.msu.ru>.
37736         * crypt/Makefile (xtests): Add md5test-giant..
37737         * crypt/Makefile ($(objpfx)md5test-giant): Add.
37739 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37741         [BZ #14090]
37742         * crypt/md5.c (md5_process_block): Don't assume the buffer
37743         length is less than 2**32.
37744         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
37745         length is less than 2**64.
37747 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37749         * string/str-two-way.h: Include <sys/param.h>.
37750         (MAX): Macro removed.
37752         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
37753         Move #define and #undef of memmove to just before and after
37754         including <string.h>.
37756         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
37757         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
37758         and after including <string.h>.  Move declarations of
37759         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
37760         to before #include "string/memmove.c".
37762         * include/dirent.h: Declare __getdirentries.
37764         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
37765         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
37767 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
37769         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
37770         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
37771         * sysdeps/i386/configure: Regenerated.
37772         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
37773         STABS_CURRENT_FILE, and STABS_FUN.
37774         (END): Remove call to STABS_FUN_END.
37775         (STABS_CURRENT_FILE1): Delete.
37776         (STABS_CURRENT_FILE): Likewise.
37777         (STABS_FUN): Likewise.
37778         (STABS_FUN_END): Likewise.
37779         (STABS_FUN2): Likewise.
37780         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
37781         * sysdeps/x86_64/configure: Regenerated.
37783 2012-08-14  Roland McGrath  <roland@hack.frob.com>
37785         * elf/dl-open.c: Include <atomic.h>.
37786         * elf/dl-lookup.c: Likewise.
37788 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
37790         * sysdeps/unix/sysv/linux/kernel-features.h
37791         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
37792         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
37793         unconditionally.
37794         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
37795         unconditionally.
37796         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
37797         condition on __ASSUME_CLONE_THREAD_FLAGS.
37799 2012-08-14  Andreas Jaeger  <aj@suse.de>
37801         * sysdeps/i386/fpu/libm-test-ulps: Update.
37803 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
37805         * include/atomic.h (atomic_exchange_and_add): Split into ...
37806         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
37807         New atomic macros.
37809 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
37811         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37813 2012-08-13  Jeff Law <law@redhat.com>
37815         * manual/stdio.texi (snprintf): Clarify handling of the trailing
37816         null byte in the output string.
37818 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
37820         * sysdeps/unix/sysv/linux/kernel-features.h
37821         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
37822         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
37823         (__ASSUME_ARG_MAX_STACK_BASED): Define.
37824         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
37825         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
37826         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
37827         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
37829 2012-08-09  Jeff Law <law@redhat.com>
37831         [BZ #13939]
37832         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
37833         When avoid_arena is set, don't retry in the that arena.  Pick the
37834         next one, whatever it might be.
37835         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
37836         (arena_lock): Pass in new parameter to arena_get2.
37837         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
37838         arena_get2.
37839         (__libc_malloc): Unify retrying after main arena failure with
37840         __libc_memalign version.
37841         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
37843 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
37845         [BZ #14166]
37846         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
37847         to __redirect_strstr.
37848         (__strstr_sse42): Use typeof __redirect_strstr.
37849         (__strstr_ia32): Likewise.
37850         (__libc_strstr): New prototype.
37851         (strstr): Renamed to ...
37852         (__libc_strstr): This.
37853         (strstr): New strong alias of __libc_strstr.
37854         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37855         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
37856         __redirect_time.
37857         Include <time.h>.
37858         (__libc_time): New prototype.
37859         (time_ifunc): Replace time with __libc_time.
37860         (time): New strong alias and hidden definition of __libc_time.
37861         (__GI_time): Remove strong alias.
37862         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
37863         Include <stddef.h>.
37864         (memmove): Redefined to __redirect_memmove.
37865         (__memmove_sse2): Use typeof __redirect_memmove.
37866         (__memmove_ssse3): Likewise.
37867         (__memmove_ssse3_back): Likewise.
37868         (__libc_memmove): New prototype.
37869         (memmove): Renamed to ...
37870         (__libc_memmove): This.
37871         (memmove): New strong alias of __libc_memmove.
37873 2012-08-08  Mark Salter  <msalter@redhat.com>
37875         * elf/elf.h
37876         (R_MN10300_TLS_GD): Define.
37877         (R_MN10300_TLS_LD): Likewise.
37878         (R_MN10300_TLS_LDO): Likewise.
37879         (R_MN10300_TLS_GOTIE): Likewise.
37880         (R_MN10300_TLS_IE): Likewise.
37881         (R_MN10300_TLS_LE): Likewise.
37882         (R_MN10300_TLS_DTPMOD): Likewise.
37883         (R_MN10300_TLS_DTPOFF): Likewise.
37884         (R_MN10300_TLS_TPOFF): Likewise.
37885         (R_MN10300_SYM_DIFF): Likewise.
37886         (R_MN10300_ALIGN): Likewise.
37887         (R_MN10300_NUM): Update.
37889 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
37891         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
37892         Remove.
37894 2012-08-08  Roland McGrath  <roland@hack.frob.com>
37896         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
37898         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
37899         sysdeps/unix -> sysdeps/posix move.
37900         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
37902 2012-08-07      Allan McRae     <allan@archlinux.org>
37904         [BZ #14303]
37905         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
37906         (SUNOS_CPP): Likewise.
37907         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
37908         not found.
37909         (open_input): Call CPP using execvp.
37911 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37913         * sysdeps/unix/sysv/linux/kernel-features.h
37914         (__ASSUME_PROT_GROWSUPDOWN): Remove.
37915         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37916         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
37917         (__ASSUME_WAITID_SYSCALL): Likewise.
37918         * sysdeps/unix/sysv/linux/dl-execstack.c
37919         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
37920         code unconditional.
37921         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
37922         conditional code.
37923         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
37924         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
37925         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
37926         code.
37927         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
37928         unconditional.
37929         [__ASSUME_WAITID_SYSCALL]: Likewise.
37930         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
37932 2012-08-07  Roland McGrath  <roland@hack.frob.com>
37934         * sysdeps/unix/closedir.c: Renamed to ...
37935         * sysdeps/posix/closedir.c: ... here.
37936         * sysdeps/unix/dirfd.c: Renamed to ...
37937         * sysdeps/posix/dirfd.c: ... here.
37938         * sysdeps/unix/dirstream.h: Renamed to ...
37939         * sysdeps/posix/dirstream.h: ... here.
37940         * sysdeps/unix/fdopendir.c: Renamed to ...
37941         * sysdeps/posix/fdopendir.c: ... here.
37942         * sysdeps/unix/opendir.c: Renamed to ...
37943         * sysdeps/posix/opendir.c: ... here.
37944         * sysdeps/unix/readdir.c: Renamed to ...
37945         * sysdeps/posix/readdir.c: ... here.
37946         * sysdeps/unix/readdir_r.c: Renamed to ...
37947         * sysdeps/posix/readdir_r.c: ... here.
37948         * sysdeps/unix/rewinddir.c: Renamed to ...
37949         * sysdeps/posix/rewinddir.c: ... here.
37950         * sysdeps/unix/seekdir.c: Renamed to ...
37951         * sysdeps/posix/seekdir.c: ... here.
37952         * sysdeps/unix/telldir.c: Renamed to ...
37953         * sysdeps/posix/telldir.c: ... here.
37954         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
37955         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
37956         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
37957         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
37959         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
37960         * bits/fcntl.h: ... here.
37962         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
37963         not 0.
37964         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
37965         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
37966         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
37967         (struct flock): Move l_start, l_len to the beginning.
37968         Use __pid_t for l_pid.
37969         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
37970         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
37971         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
37972         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
37973         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
37974         [__USE_LARGEFILE64] (struct flock64): New type.
37975         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
37977         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
37978         * bits/dirent.h: ... here.
37980         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
37981         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
37983 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37985         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37986         Change from 2.6.0 to 2.6.16.
37987         * sysdeps/unix/sysv/linux/configure: Regenerated.
37988         * sysdeps/unix/sysv/linux/kernel-features.h
37989         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
37990         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
37991         version.
37992         (__ASSUME_UTIMES): Likewise.
37993         (__ASSUME_CLONE_STOPPED): Remove.
37994         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
37995         architectures, not kernel version.
37996         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
37997         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37998         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
37999         (__ASSUME_WAITID_SYSCALL): Likewise.
38000         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38001         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38002         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38003         refer to older versions.
38005 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38007         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38008         Define alphasort64 as an alias.
38009         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38010         Define versionsort64 as an alias.
38011         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38012         Define scandir64 as an alias.
38013         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38014         Define scandirat64 as an alias.
38015         * dirent/alphasort64.c (alphasort64):
38016         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38017         * dirent/versionsort64.c: Likewise.
38018         * dirent/scandir64.c: Likewise.
38019         * dirent/scandirat64.c: Likewise.
38020         * sysdeps/wordsize-64/alphasort.c: File removed.
38021         * sysdeps/wordsize-64/alphasort64.c: File removed.
38022         * sysdeps/wordsize-64/scandir.c: File removed.
38023         * sysdeps/wordsize-64/scandir64.c: File removed.
38024         * sysdeps/wordsize-64/scandirat.c: File removed.
38025         * sysdeps/wordsize-64/scandirat64.c: File removed.
38026         * sysdeps/wordsize-64/versionsort.c: File removed.
38027         * sysdeps/wordsize-64/versionsort64.c: File removed.
38028         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38029         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38030         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38031         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38032         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38033         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38034         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38035         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38037         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38038         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38039         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38040         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38041         [defined __arch64__ || defined __sparcv9]
38042         (__INO_T_MATCHES_INO64_T): New macro.
38043         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38044         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38045         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38046         * sysdeps/unix/sysv/linux/bits/dirent.h
38047         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38048         (_DIRENT_MATCHES_DIRENT64): New macro.
38050         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38051         Define lockf64 as an alias.
38052         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38053         Define fseeko64 as an alias.
38054         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38055         Define ftello64 as an alias.
38056         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38057         Define _IO_fgetpos64 and fgetpos64 as aliases.
38058         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38059         Define _IO_fsetpos64 and fsetpos64 as aliases.
38060         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38061         Conditionalize body on this.
38062         * libio/fseeko64.c: Likewise.
38063         * libio/ftello64.c: Likewise.
38064         * libio/iofgetpos64.c: Likewise.
38065         * libio/iofsetpos64.c: Likewise.
38066         * sysdeps/wordsize-64/lockf.c: File removed.
38067         * sysdeps/wordsize-64/lockf64.c: File removed.
38068         * sysdeps/wordsize-64/fseeko.c: File removed.
38069         * sysdeps/wordsize-64/fseeko64.c: File removed.
38070         * sysdeps/wordsize-64/ftello.c: File removed.
38071         * sysdeps/wordsize-64/ftello64.c: File removed.
38072         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38073         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38074         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38075         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38076         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38077         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38078         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38079         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38080         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38081         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38082         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38083         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38084         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38085         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38087         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38088         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38089         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38090         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38091         [defined __arch64__ || defined __sparcv9]
38092         (__OFF_T_MATCHES_OFF64_T): New macro.
38093         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38094         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38095         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38096         (__OFF_T_MATCHES_OFF64_T): New macro.
38098 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38100         * stdlib/secure-getenv.c (__secure_getenv): Replace
38101         GLIBC_2_16 with GLIBC_2_17.
38103 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38105         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38106         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38108 2012-08-03  David S. Miller  <davem@davemloft.net>
38110         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38112 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38114         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38115         Remove.
38116         (__ASSUME_CORRECT_SI_PID): Likewise.
38117         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38118         (__ASSUME_TMPFS_NAME): Likewise.
38119         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38120         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38121         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38122         (HAVE_AUX_SECURE): Make definition unconditional.
38123         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38124         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38126 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38128         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38129         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38130         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38131         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38132         __eloop_threshold instead of SYMLOOP_MAX.
38134         * sysdeps/generic/eloop-threshold.h: New file.
38135         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38136         of MAXSYMLINKS.
38137         * elf/chroot_canon.c (chroot_canon): Likewise.
38139 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38141         [BZ #13717]
38142         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38143         Change to 2.6.0 everywhere.
38144         * sysdeps/unix/sysv/linux/configure: Regenerated.
38145         * sysdeps/unix/sysv/linux/kernel-features.h
38146         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38147         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38148         kernel versions.
38149         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38150         (__ASSUME_FUTEX_REQUEUE): Remove.
38151         (__ASSUME_STATFS64): Define unconditionally.
38152         (__ASSUME_AT_SECURE): Likewise.
38153         (__ASSUME_CORRECT_SI_PID): Likewise.
38154         (__ASSUME_TGKILL): Define without depending on kernel version for
38155         i386.
38156         (__ASSUME_UTIMES): Likewise.
38157         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38158         kernel version.
38159         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38160         (__ASSUME_TMPFS_NAME): Likewise.
38161         * README: Update reference to Linux kernel versions.
38163 2012-08-02  Marek Polacek  <polacek@redhat.com>
38165         [BZ# 14150]
38166         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38167         libc_cv_asm_type_prefix with %.
38168         * configure: Regenerated.
38169         * include/libc-symbols.h: Remove comment about
38170         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38171         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38172         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38173         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38174         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38175         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38176         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38177         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38178         * elf/tst-unique2mod1.c: Likewise.
38179         * elf/tst-unique1mod2.c: Likewise.
38180         * elf/tst-unique1mod1.c: Likewise.
38181         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38182         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38183         Replace ASM_TYPE_DIRECTIVE with .type.
38184         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38185         * sysdeps/i386/sysdep.h: Likewise.
38186         * sysdeps/x86_64/sysdep.h: Likewise.
38187         * sysdeps/sh/sysdep.h: Likewise.
38188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38189         Do not define ASM_TYPE_DIRECTIVE.
38190         * sysdeps/powerpc/sysdep.h: Likewise.
38191         * sysdeps/powerpc/powerpc32/sysdep.h:
38192         Replace ASM_TYPE_DIRECTIVE with .type.
38193         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38194         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38195         * sysdeps/i386/fpu/e_powf.S: Likewise.
38196         * sysdeps/i386/fpu/e_expl.S: Likewise.
38197         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38198         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38199         * sysdeps/i386/fpu/e_pow.S: Likewise.
38200         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38201         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38202         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38203         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38204         * sysdeps/i386/fpu/e_log2.S: Likewise.
38205         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38206         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38207         * sysdeps/i386/fpu/e_powl.S: Likewise.
38208         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38209         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38210         * sysdeps/i386/fpu/e_logl.S: Likewise.
38211         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38212         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38213         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38214         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38215         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38216         * sysdeps/i386/fpu/e_log.S: Likewise.
38217         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38218         * sysdeps/i386/fpu/e_logf.S: Likewise.
38219         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38220         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38221         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38222         * sysdeps/i386/fpu/e_log10.S: Likewise.
38223         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38224         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38225         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38226         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38227         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38228         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38229         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38230         * sysdeps/i386/i686/strtok.S: Likewise.
38231         * sysdeps/i386/i386-mcount.S: Likewise.
38232         * sysdeps/i386/strtok.S: Likewise.
38233         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38234         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38235         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38236         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38237         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38238         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38239         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38240         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38241         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38242         * sysdeps/x86_64/_mcount.S: Likewise.
38243         * sysdeps/x86_64/strtok.S: Likewise.
38244         * sysdeps/sh/_mcount.S: Likewise.
38246 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38248         * libio/iofopen.c: Include <fcntl.h>.
38249         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38250         (_IO_fopen64, fopen64): Define as aliases.
38251         * libio/iofopen64.c: Include <fcntl.h>.
38252         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38253         Conditionalize body on this.
38254         * sysdeps/wordsize-64/iofopen.c: File removed.
38255         * sysdeps/wordsize-64/iofopen64.c: File removed.
38257 2012-08-01  Marek Polacek  <polacek@redhat.com>
38259         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38260         Use dlfcn directly instead of a variable.
38261         (binfmt-subdir): Do not define.
38262         (dlfcn): Likewise.
38264 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38266         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38267         Remove all definitions.
38268         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38269         <kernel-features.h>.
38270         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38271         (miss_F_GETOWN_EX): Remove all definitions.
38272         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38273         macro definition.
38274         [!__ASSUME_FCNTL64]: Remove conditional code.
38275         [__ASSUME_FCNTL64]: Make code unconditional.
38276         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38277         <kernel-features.h>.
38278         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38279         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38280         (lockf64) [__NR_fcntl64]: Make code unconditional.
38281         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38283         * sysdeps/unix/sysv/linux/kernel-features.h
38284         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38285         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38286         Make code unconditional.
38287         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38288         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38290         [__NR_vfork]: Make code unconditional.
38291         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38292         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38294         [__NR_vfork]: Make code unconditional.
38295         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38296         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38298 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38300         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38301         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38303         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38304         Define mkstemp64 as an alias.
38305         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38306         Define mkstemps64 as an alias.
38307         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38308         Define mkostemp64 as an alias.
38309         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38310         Define mkostemps64 as an alias.
38311         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38312         Conditionalize body on this.
38313         * misc/mkostemp64.c: Likewise.
38314         * misc/mkostemps64.c: Likewise.
38315         * misc/mkstemps64.c: Likewise.
38316         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38317         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38318         * sysdeps/wordsize-64/mkostemp.c: File removed.
38319         * sysdeps/wordsize-64/mkstemp.c: File removed.
38320         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38321         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38322         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38323         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38325         [BZ #14138]
38326         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38327         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38328         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38329         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38331         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38332         compat_symbol macros from <shlib-compat.h> rather than the underlying
38333         default_symbol_version and symbol_version macros, so that DEFAULT
38334         lines in shlib-versions are respected.
38335         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38337 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38339         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38340         Declare with warn_unused_result.
38341         (setgid, setregid, setegid, setresgid): Likewise.
38342         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38343         Likewise.
38344         * WUR-REPORT: Remove set*id functions.
38346 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38348         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38350 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38352         [BZ #10191]
38353         * include/sys/socket.h (__libc_accept, __libc_accept4):
38354         Add attribute_hidden.
38355         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38357         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38358         use of PTR_MANGLE.
38359         * inet/getnetgrent_r.c (setup): Likewise.
38361         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38363 2012-07-31  David S. Miller  <davem@davemloft.net>
38365         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38367 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38369         [BZ #13629]
38370         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38371         value between 1.0 and 2.0 and smaller part has absolute value less
38372         than 1.0.
38373         * math/s_clog10.c (__clog10): Likewise.
38374         * math/s_clog10f.c (__clog10f): Likewise.
38375         * math/s_clog10l.c (__clog10l): Likewise.
38376         * math/s_clogf.c (__clogf): Likewise.
38377         * math/s_clogl.c (__clogl): Likewise.
38378         * math/libm-test.inc (clog_test): Add more tests.
38379         (clog10_test): Likewise.
38380         * sysdeps/i386/fpu/libm-test-ulps: Update.
38381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38383 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38385         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38386         Exit with zero in case no suitable GID is found, and write a
38387         message to standard error.
38389 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38391         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38392         rather than to 1.
38393         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38394         (MAXPATHLEN): Removed.
38395         (NOGROUP, NODEV): New macros.
38396         (setbit, clrbit, isset, isclr): New macros.
38397         (howmany, roundup, powerof2): New macros.
38398         (DEV_BSIZE): New macro.
38400         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38401         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38403         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38404         definition on [!__NO_LONG_DOUBLE_MATH].
38406         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38407         PTR_MANGLE and PTR_DEMANGLE.
38409         * socket/accept4.c (accept4): Rename to __libc_accept4.
38410         Define accept4 as a weak alias.
38412         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38413         on [_DIRENT_HAVE_D_TYPE].
38414         * io/ftw.c (ftw_dir): Likewise.
38416         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38418         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38420         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38421         Use the BSD numbers rather than the arbitrary ones we had.
38422         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38423         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38424         (SIGXCPU, SIGXFSZ): New macros.
38425         (_NSIG): Now 32.
38427         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38428         initializer on [_LIBC_REENTRANT].
38430         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38431         definitions inside [_POSIX_MAPPED_FILES].
38433         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38435         * dirent/opendir.c: Include <fcntl.h>.
38437         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38438         (__libc_getspecific): Likewise.
38439         (__libc_key_create): Likewise.
38441         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38442         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38443         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38444         (tmpfile64): Define as alias.
38445         * sysdeps/wordsize-64/tmpfile.c: File removed.
38446         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38447         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38448         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38450         * stdio-common/vfscanf.c: Include <stdbool.h>.
38451         * nss/makedb.c: Likewise.
38452         * stdio-common/_i18n_number.h: Likewise.
38453         * argp/argp-help.c: Likewise.
38454         * posix/wordexp.c: Likewise.
38455         * sysdeps/posix/spawni.c: Likewise.
38456         * nss/nss_files/files-initgroups.c: Likewise.
38457         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38458         * nss/nss_files/files-initgroups.c: Likewise.
38459         * nss/nss_db/db-netgrp.c: Likewise.
38460         * nss/nss_db/db-initgroups.c: Likewise.
38461         * io/fchmodat.c: Include <sys/stat.h>.
38463         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38464         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38466         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38467         [HAVE_MMAP].
38469         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38470         Add multiple inclusion protection.
38472 2012-07-27  David S. Miller  <davem@davemloft.net>
38474         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38476 2012-07-27  Gary Benson  <gbenson@redhat.com>
38478         [BZ #14298]
38479         * elf/rtld.c: Include <stap-probe.h>.
38480         (dl_main): Added static probes "init_start" and "init_complete".
38481         * elf/dl-load.c: Include <stap-probe.h>.
38482         (lose): Take new parameter "nsid".
38483         Added static probe "map_failed".
38484         (_dl_map_object_from_fd): Pass namespace id to lose.
38485         Added static probe "map_start".
38486         (open_verify): Pass namespace id to lose.
38487         * elf/dl-open.c: Include <stap-probe.h>.
38488         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38489         and "reloc_complete".
38490         * elf/dl-close.c: Include <stap-probe.h>.
38491         (_dl_close_worker): Added static probes "unmap_start" and
38492         "unmap_complete".
38493         * elf/rtld-debugger-interface.txt: New file documenting the above.
38495 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38497         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38498         rather than a string variable.
38499         * sunrpc/rpc_main.c (h_output): Likewise.
38500         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38502 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38504         * inet/check_native.c: New file.
38506 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38508         [BZ #13629]
38509         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38510         if larger part has absolute value 1.0.
38511         * math/s_clog10.c (__clog10): Likewise.
38512         * math/s_clog10f.c (__clog10f): Likewise.
38513         * math/s_clog10l.c (__clog10l): Likewise.
38514         * math/s_clogf.c (__clogf): Likewise.
38515         * math/s_clogl.c (__clogl): Likewise.
38516         * math/libm-test.inc (clog_test): Add more tests.
38517         (clog10_test): Likewise.
38518         * sysdeps/i386/fpu/libm-test-ulps: Update.
38519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38521         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38522         (pltexit): Likewise.
38523         (La_regs): Likewise.
38524         (La_retval): Likewise.
38525         (int_retval): Likewise.
38526         Update #error for removed macros to refer only to definitions in
38527         tst-audit.h.
38528         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38529         macro.
38530         (pltexit): Likewise.
38531         (La_regs): Likewise.
38532         (La_retval): Likewise.
38533         (int_retval): Likewise.
38534         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38535         macro.
38536         (pltexit): Likewise.
38537         (La_regs): Likewise.
38538         (La_retval): Likewise.
38539         (int_retval): Likewise.
38540         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38541         macro.
38542         (pltexit): Likewise.
38543         (La_regs): Likewise.
38544         (La_retval): Likewise.
38545         (int_retval): Likewise.
38546         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38547         macro.
38548         (pltexit): Likewise.
38549         (La_regs): Likewise.
38550         (La_retval): Likewise.
38551         (int_retval): Likewise.
38552         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38553         macro.
38554         (pltexit): Likewise.
38555         (La_regs): Likewise.
38556         (La_retval): Likewise.
38557         (int_retval): Likewise.
38558         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38559         macro.
38560         (pltexit): Likewise.
38561         (La_regs): Likewise.
38562         (La_retval): Likewise.
38563         (int_retval): Likewise.
38564         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38565         macro definitions in tst-audit.h.
38566         * sysdeps/i386/tst-audit.h: New file.
38567         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38568         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38569         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38570         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38571         * sysdeps/sh/tst-audit.h: Likewise.
38572         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38573         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38574         * sysdeps/x86_64/tst-audit.h: Likewise.
38576 2012-07-26  Andreas Jaeger  <aj@suse.de>
38578         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38579         ptrace.
38581         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38582         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38583         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38584         PTRACE_O_MASK.
38585         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38586         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38587         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38589         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38590         value.
38592         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38593         _sigsys.
38594         (si_call_addr, si_syscall, si_arch): Define new macro.
38595         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38596         _sigsys.
38597         (si_call_addr, si_syscall, si_arch): Define new marcro.
38598         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38599         _sigsys.
38600         (si_call_addr, si_syscall, si_arch): Define new macro.
38601         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38602         _sigsys.
38603         (si_call_addr, si_syscall, si_arch): Define new macro.
38605 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38607         [BZ #13717]
38608         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38609         Change to 2.4.21 where previously 2.4.1.
38610         * sysdeps/unix/sysv/linux/configure: Regenerated.
38611         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
38612         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
38613         Linux kernel version.
38614         (__ASSUME_STD_AUXV): Remove.
38615         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
38616         kernel version.
38617         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
38618         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
38619         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
38620         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
38621         (__ASSUME_NETLINK_SUPPORT): Likewise.
38622         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
38623         (__no_netlink_support): Remove conditional definition.
38624         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
38625         Remove.
38626         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38627         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
38628         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
38629         (if_nameindex_ioctl): Remove.
38630         (if_nameindex_netlink): Do not handle __no_netlink_support.
38631         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38632         code.
38633         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
38634         Remove conditional code.
38635         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38636         code.
38637         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
38638         unconditional.
38639         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38640         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
38641         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
38642         Remove.
38643         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
38644         [!__ASSUME_STD_AUXV]: Remove conditional code.
38645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
38646         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
38647         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
38648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
38649         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
38650         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38651         code.
38652         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
38654         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
38655         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38656         conditional code.
38657         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
38659         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38660         code.
38661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
38662         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38663         conditional code.
38664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
38665         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38666         code unconditional.
38667         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38668         conditional code.
38669         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38670         unconditional.
38671         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38672         conditional code.
38673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
38674         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38675         unconditional.
38676         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38677         conditional code.
38678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
38679         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38680         code unconditional.
38681         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38682         conditional code.
38683         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38684         unconditional.
38685         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38686         conditional code.
38687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
38688         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38689         code unconditional.
38690         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38691         conditional code.
38692         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38693         unconditional.
38694         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38695         conditional code.
38697 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
38699         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
38700         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
38701         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
38702         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
38703         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
38704         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
38705         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
38706         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
38707         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
38708         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
38709         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
38710         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
38711         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
38712         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
38713         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
38714         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
38715         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
38716         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
38717         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
38718         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
38719         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
38720         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
38721         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
38723 2012-07-25  Florian Weimer  <fweimer@redhat.com>
38725         * Versions.def: Add GLIBC_2.17.
38726         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
38727         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
38728         Introduce __libc_secure_getenv.
38729         * stdlib/Versions (2.17): Add secure_getenv
38730         (GLIBC_PRIVATE): Add __libc_secure_getenv.
38731         * stdlib/secure-getenv.c: Rename __secure_getenv to
38732         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
38733         symbol __secure_getenv for GLIBC_2.0.
38734         * stdlib/tst-secure-getenv.c: New.
38735         * stdlib/Makefile (tests): Add testcase.
38736         * manual/startup.texi (Environment Access): Document
38737         secure_getenv.
38738         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
38739         __libc_secure_getenv.
38740         * inet/ruserpass.c (ruserpass): Likewise.
38741         * malloc/mtrace.c (mtrace): Likewise.
38742         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
38743         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
38744         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
38745         * sysdeps/posix/tempname.c: Likewise.  Evaluate
38746         HAVE_SECURE_GETENV.
38747         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
38748         __secure_getenv to __libc_secure_getenv.
38749         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
38750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38751         Likewise.
38752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38753         Likewise.
38754         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38755         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38756         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38757         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38758         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38759         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38760         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38762 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38764         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
38765         (struct La_i86_retval): Likewise.
38766         (struct La_x86_64_regs): Likewise.
38767         (struct La_x86_64_retval): Likewise.
38768         (struct La_x32_regs): Likewise.
38769         (struct La_x32_retval): Likewise.
38770         (struct La_ppc32_regs): Likewise.
38771         (struct La_ppc32_retval): Likewise.
38772         (struct La_ppc64_regs): Likewise.
38773         (struct La_ppc64_retval): Likewise.
38774         (struct La_sh_regs): Likewise.
38775         (struct La_sh_retval): Likewise.
38776         (struct La_s390_32_regs): Likewise.
38777         (struct La_s390_32_retval): Likewise.
38778         (struct La_s390_64_regs): Likewise.
38779         (struct La_s390_64_retval): Likewise.
38780         (struct La_sparc32_regs): Likewise.
38781         (struct La_sparc32_retval): Likewise.
38782         (struct La_sparc64_regs): Likewise.
38783         (struct La_sparc64_retval): Likewise.
38784         (struct audit_ifaces): Remove architecture-specific pltenter and
38785         pltexit members.
38786         * sysdeps/i386/ldsodefs.h: New file.
38787         * sysdeps/powerpc/ldsodefs.h: Likewise.
38788         * sysdeps/s390/ldsodefs.h: Likewise.
38789         * sysdeps/sh/ldsodefs.h: Likewise.
38790         * sysdeps/sparc/ldsodefs.h: Likewise.
38791         * sysdeps/x86_64/ldsodefs.h: Likewise.
38793 2012-07-25  Marek Polacek  <polacek@redhat.com>
38795         [BZ #6808]
38796         * math/libm-test.inc (yn_test): Add another test.
38797         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
38798         to ERANGE when the result is +-Inf.
38799         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
38800         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
38801         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
38802         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
38804 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
38806         * conform/data/time.h-data (NULL): Use macro-constant.  Require
38807         equal to 0.
38808         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
38809         clock_t.
38810         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
38812 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
38814         * configure.in <sysdeps resolving>: Correct printing
38815         Implies_before.
38816         * configure: Regenerate.
38818 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
38820         * math/w_ilogb.c: Include <limits.h>.
38821         * math/w_ilogbl.c: Likewise.
38823 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38825         * manual/lang.texi (__va_copy): Document primarily as ISO C99
38826         va_copy.  Document allowing for unavailable va_copy only as
38827         pre-C99 compatibility.
38828         * manual/string.texi (Copying and Concatenation): Use va_copy
38829         instead of __va_copy in concat example.
38831 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
38833         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
38834         (__sendto): Use create_address_port.  Initialize APORT and deallocate
38835         it if not null.
38837         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
38838         with O_NOLINK passed to __file_name_lookup.
38840         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
38841         with O_NOLINK passed to __file_name_lookup.
38843         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
38844         negative N or less than NGIDS.
38846         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
38847         type to string_t.  Set ERANGE as errno and return it if NAME is not big
38848         enough.  Use memcpy instead of strncpy.
38850 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38852         * elf/Makefile (check-data): Remove.
38853         (localplt.data): New vpath directive.
38854         ($(objpfx)check-localplt.out): Use localplt.data from vpath
38855         instead of $(check-data).
38856         * scripts/data/localplt-generic.data: Move to ...
38857         * sysdeps/generic/localplt.data: ... here.
38858         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
38859         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
38860         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
38861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
38862         ... here.
38863         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
38864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
38865         ... here.
38866         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
38867         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
38868         ... here.
38869         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
38870         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
38871         ... here.
38872         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
38873         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
38874         ... here.
38875         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
38876         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
38877         ... here.
38879 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38881         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
38882         PPC32 and PPC64 files.
38883         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
38884         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
38886 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38888         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
38889         __makecontext_ret to ...
38890         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
38891         ... here and call exit if uc_link is NULL.  New file.
38892         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
38893         __makecontext_ret.S.
38894         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
38895         __makecontext_ret to ...
38896         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
38897         ... here and call exit if uc_link is NULL.  New file.
38898         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
38899         __makecontext_ret.S.
38901 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38903         * elf/elf.h (R_390_IRELATIVE): New definition.
38904         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
38905         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
38906         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
38907         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
38908         (elf_machine_lazy_rel): Likewise.
38909         * sysdeps/s390/dl-irel.h: New file.
38910         * sysdeps/s390/s390-64/memcpy.S: New asm code.
38911         * sysdeps/s390/s390-64/memset.S: New asm code.
38912         * sysdeps/s390/s390-64/memcmp.S: New asm code.
38913         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
38914         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
38915         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
38916         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
38917         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
38918         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
38919         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
38920         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
38921         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
38922         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
38923         * sysdeps/s390/s390-32/memcpy.S: New asm code.
38924         * sysdeps/s390/s390-32/memset.S: New asm code.
38925         * sysdeps/s390/s390-32/memcmp.S: New asm code.
38927 2012-07-17  Marek Polacek  <polacek@redhat.com>
38929         [BZ #14349]
38930         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
38931         * sysdeps/s390/s390-64/configure.in: Likewise.
38932         * sysdeps/sparc/configure.in: Likewise.
38933         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
38934         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
38935         * sysdeps/i386/configure.in: Likewise.
38936         * sysdeps/x86_64/configure.in: Likewise.
38937         * sysdeps/sh/configure.in: Likewise.
38938         * sysdeps/s390/s390-32/configure: Regenerated.
38939         * sysdeps/s390/s390-64/configure: Likewise.
38940         * sysdeps/x86_64/configure: Likewise.
38941         * sysdeps/sh/configure: Likewise.
38942         * sysdeps/powerpc/powerpc64/configure: Likewise.
38943         * sysdeps/powerpc/powerpc32/configure: Likewise.
38944         * sysdeps/sparc/configure: Likwise.
38945         * sysdeps/i386/configure: Likewise.
38947         * elf/dl-open.c: Comment fixes.
38949 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
38951         * Makefile [CXX] (check-data): Remove.
38952         [CXX] (c++-types.data): New vpath directive.
38953         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
38954         vpath.  Do not allow for C++ type data being missing.
38955         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
38956         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
38957         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
38958         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
38959         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
38960         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
38961         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
38962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
38963         ... here.
38964         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
38965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
38966         ... here.
38967         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
38968         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
38969         ... here.
38970         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
38971         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
38972         ... here.
38973         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
38974         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
38975         ... here.
38976         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
38977         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
38978         ... here.
38979         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
38980         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
38981         ... here.
38982         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
38983         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
38985         * elf/tls-macros.h (TLS_LE): Move architecture-specific
38986         definitions to architecture-specific files.
38987         (TLS_IE): Likewise.
38988         (TLS_LD): Likewise.
38989         (TLS_GD): Likewise.
38990         * sysdeps/i386/tls-macros.h: New file.
38991         * sysdeps/powerpc/tls-macros.h: Likewise.
38992         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
38993         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
38994         * sysdeps/sh/tls-macros.h: Likewise.
38995         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
38996         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
38997         * sysdeps/x86_64/tls-macros.h: Likewise.
38999 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39001         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39002         zero value for regular exit case.
39004         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39005         (__start_context): Preserve zero value for regular exit case.
39007 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39008             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39010         * manual/setjmp.texi (setcontext): Clarify normal process
39011         termination when uc_link is the null pointer.
39012         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39013         exit call.
39015 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39017         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39018         preprocessor.  Test for each exception mask separately.
39020 2012-07-16  Andreas Jaeger  <aj@suse.de>
39022         * po/ru.po: Update from translation team.
39024 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39026         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39027         equal to 0.
39028         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39029         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39030         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39031         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39032         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39034 2012-07-13  Andreas Jaeger  <aj@suse.de>
39036         * po/fr.po: Update from translation team.
39038 2012-07-12  Marek Polacek  <polacek@redhat.com>
39040         [BZ #14173]
39041         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39042         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39043         loop condition.
39045 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39047         [BZ #13717]
39048         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39049         Change to 2.4.1 where previously 2.4.0.
39050         * sysdeps/unix/sysv/linux/configure: Regenerated.
39051         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39052         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39053         version.
39054         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39055         (__ASSUME_AT_CLKTCK): Remove.
39056         (__ASSUME_AT_PAGESIZE): Likewise.
39057         (__ASSUME_AT_XID): Likewise.
39058         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39059         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39060         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39061         unconditionally.
39062         (HAVE_AUX_PAGESIZE): Likewise.
39063         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39064         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39065         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39067 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39069         [BZ #14307]
39070         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39071         the temporary buffer used to invoke __gethostbyname2_r,
39072         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39073         host_data / struct gaih_addrtuple.
39074         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39075         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39076         header file nss/nsswitch.h.
39077         * nss/nsswitch.h (global scope): Add definition of implementation
39078         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39079         resolv/nss_dns/dns-host.c).
39081 2012-07-11  Andreas Jaeger  <aj@suse.de>
39083         * po/fr.po: Update from translation team.
39085         * po/sv.po: Update from translation team
39086         * po/fr.po: Another update from translation team.
39088 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39090         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39091         for subnormals or multiply small sinh result by itself.
39092         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39093         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39095 2012-07-11  David S. Miller  <davem@davemloft.net>
39097         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39099 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39101         [BZ #14347]
39102         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39103         (INTERNAL_MARK): Shift it here.
39105 2012-07-10  Marek Polacek  <polacek@redhat.com>
39107         [BZ #14151]
39108         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39109         libc_cv_asm_global_directive with .globl.
39110         * configure: Regenerated.
39111         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39112         with .globl.
39113         * sysdeps/i386/configure: Regenerated.
39114         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39115         with .globl.
39116         * sysdeps/x86_64/configure: Regenerated.
39117         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39118         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39119         * elf/tst-unique2mod2.c: Likewise.
39120         * elf/tst-unique2mod1.c: Likewise.
39121         * elf/tst-unique1mod2.c: Likewise.
39122         * elf/tst-unique1mod1.c: Likewise.
39123         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39124         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39125         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39126         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39127         * sysdeps/mach/sysdep.h: Likewise.
39128         * sysdeps/i386/sysdep.h: Likewise.
39129         * sysdeps/i386/i386-mcount.S: Likewise.
39130         * sysdeps/x86_64/_mcount.S: Likewise.
39131         * sysdeps/x86_64/sysdep.h: Likewise.
39132         * sysdeps/sh/_mcount.S: Likewise.
39133         * sysdeps/sh/sysdep.h: Likewise.
39134         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39135         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39136         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39137         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39138         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39139         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39140         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39141         * locale/localeinfo.h: Likewise.
39142         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39143         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39145 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39147         [BZ #14336]
39148         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39149         system".
39150         * manual/message.texi (The Uniforum approach): Likewise.
39151         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39152         (glibc iconv Implementation): Likewise.
39154 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39156         [BZ #14337]
39157         * math/s_clog.c (__clog): Avoid scaling a value down where that
39158         could result in underflow.
39159         * math/s_clog10.c (__clog10): Likewise.
39160         * math/s_clog10f.c (__clog10f): Likewise.
39161         * math/s_clog10l.c (__clog10l): Likewise.
39162         * math/s_clogf.c (__clogf): Likewise.
39163         * math/s_clogl.c (__clogl): Likewise.
39164         * math/libm-test.inc (clog_test): Add more tests.
39165         (clog10_test): Likewise.
39166         * sysdeps/i386/fpu/libm-test-ulps: Update.
39167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39169 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39171         [BZ #14283]
39172         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39173         by 7 not 8 to examine high bit of fractional part.
39175         [BZ #14042]
39176         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39177         for call to __mcount_internal.
39178         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39179         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39180         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39182 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39184         [BZ #14154]
39185         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39186         approximation for values within 0x1p-13f of an odd multiple of
39187         pi/4.
39188         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39189         exception.  Add more tests.
39190         * sysdeps/i386/fpu/libm-test-ulps: Update.
39192         [BZ #6778]
39193         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39194         inputs and return -1 for them.  Do not check for +Inf in case not
39195         reachable for +Inf.
39196         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39197         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39198         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39199         and return -1 for them.  Do not check for +Inf in case not
39200         reachable for +Inf.
39201         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39202         define.
39203         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39204         and return -1 for them.  Do not check for +Inf in case not
39205         reachable for +Inf.
39206         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39207         spurious underflow.
39208         * sysdeps/i386/fpu/libm-test-ulps: Update.
39209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39211 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39213         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39215 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39217         [BZ #14157]
39218         [BZ #14331]
39219         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39220         could result in spurious underflow.  Scale down values above
39221         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39222         * math/s_csqrtf.c (__csqrtf): Likewise.
39223         * math/s_csqrtl.c (__csqrtl): Likewise.
39224         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39225         spurious underflow.
39226         * sysdeps/i386/fpu/libm-test-ulps: Update.
39227         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39229 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39231         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39232         xopen-msg.sed.
39233         * catgets/xopen-msg.awk: New file.
39234         * catgets/xopen-msg.sed: Removed.
39236         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39237         po2text.sed.
39238         * intl/po2test.awk: New file.
39239         * intl/po2test.sed: Removed.
39241 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39243         [BZ #14328]
39244         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39245         or multiply small sinh result by itself.
39246         * math/s_ctanf.c (__ctanf): Likewise.
39247         * math/s_ctanh.c (__ctanh): Likewise.
39248         * math/s_ctanhf.c (__ctanhf): Likewise.
39249         * math/s_ctanhl.c (__ctanhl): Likewise.
39250         * math/s_ctanl.c (__ctanl): Likewise.
39251         * math/libm-test.inc (ctan_test_tonearest): New function.
39252         (ctan_test_towardzero): Likewise.
39253         (ctan_test_downward): Likewise.
39254         (ctan_test_upward): Likewise.
39255         (ctanh_test_tonearest): Likewise.
39256         (ctanh_test_towardzero): Likewise.
39257         (ctanh_test_downward): Likewise.
39258         (ctanh_test_upward): Likewise.
39259         (main): Call these new functions.
39260         * sysdeps/i386/fpu/libm-test-ulps: Update.
39261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39263 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39265         * .gitignore: Delete /ports entry.
39267 2012-07-03  Andreas Jaeger  <aj@suse.de>
39269         * po/bg.po: Update from translation team.
39270         * po/cs.po: Likewise.
39271         * po/de.po: Likewise.
39272         * po/hr.po: Likewise.
39273         * po/nl.pl: Likewise.
39274         * po/pl.po: Likewise.
39275         * po/vi.po: Likewise.
39277 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39279         * Makeconfig [!+link] (+link-before-libc): New variable.
39280         [!+link] (+link-after-libc): Likewise.
39281         [!+link] (+link-tests): Likewise.
39282         [!+link] (+link): Define in terms of $(+link-before-libc) and
39283         $(+link-after-libc).
39284         [!+link-static] (+link-static-before-libc): New variable.
39285         [!+link-static] (+link-static-after-libc): Likewise.
39286         [!+link-static] (+link-static-tests): Likewise.
39287         [!+link-static] (+link-static): Define in terms of
39288         $(+link-static-before-libc) and $(+link-static-after-libc).
39289         [build-shared] (link-libc-before-gnulib): New variable.
39290         [build-shared] (link-libc-tests): Likewise.
39291         [build-shared] (link-libc): Define in terms of
39292         $(link-libc-before-gnulib).
39293         [!build-shared] (link-libc-tests): New variable.
39294         (link-libc-static-tests): New variable.
39295         [!gnulib] (gnulib-arch): New variable.
39296         [!gnulib] (gnulib-tests): Likewise.
39297         [!gnulib] (static-gnulib-arch): Likewise.
39298         [!gnulib] (static-gnulib-tests): Likewise.
39299         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39300         Define with "=" instead of ":=".
39301         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39302         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39303         * Rules (binaries-all-notests): New variable.
39304         (binaries-all-tests): Likewise.
39305         (binaries-static-notests): Likewise.
39306         (binaries-static-tests): Likewise.
39307         (binaries-all): Define using $(binaries-all-notests) and
39308         $(binaries-all-tests).
39309         (binaries-static): Define using $(binaries-static-notests) and
39310         $(binaries-static-tests).
39311         (binaries-shared-tests): New variable.
39312         (binaries-shared-notests): Likewise.
39313         (binaries-shared): Remove variable.
39314         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39315         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39316         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39317         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39318         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39319         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39320         * elf/Makefile (sln-modules): New variable.
39321         (extra-objs): Add $(sln-modules:=.o).
39322         (ldconfig-modules): Add static-stubs.
39323         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39324         * elf/static-stubs.c: New file.
39326         [BZ #14283]
39327         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39328         by 7 not 8 to examine high bit of fractional part.  Use volatile
39329         variables when splitting into final array of floats if
39330         __FLT_EVAL_METHOD__ != 0.
39331         * math/libm-test.inc (cos_test): Add another test.
39332         (sin_test): Likewise.
39333         * sysdeps/i386/fpu/libm-test-ulps: Update.
39335         [BZ #14273]
39336         * math/libm-test.inc (cosh_test): Add more tests.
39338         * version.h (RELEASE): Set to "development".
39339         (VERSION): Set to "2.16.90".
39341 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39343         * NEWS: Update copyright. Remove last-updated date.
39344         Mention math library bug fixes and timezone data changes.
39345         * README: Mention GNU/Hurd, x32, and HPPA support status.
39347 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39349         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39351 2012-06-27  Andreas Jaeger  <aj@suse.de>
39353         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39355 2012-06-25  Andreas Jaeger  <aj@suse.de>
39357         * sysdeps/s390/fpu/libm-test-ulps: Update.
39359 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39360             Thomas Schwinge  <thomas@codesourcery.com>
39362         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39363         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39364         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39365         fanotify_mark.
39367 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39369         * sysdeps/mach/start.c: Remove file.
39370         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39371         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39372         * sysdeps/sh/init-first.c: Likewise.
39374         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39375         registers for frame unwinding purposes, add CFI directives.
39376         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39377         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39378         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39379         Likewise.
39381         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39382         __fortify_fail returning.
39383         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39385         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39386         sysdeps/sh/____longjmp_chk.S.
39387         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39388         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39389         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39390         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39392         * sysdeps/sh/abort-instr.h: New file.
39393         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39394         process in case exit returns.
39396         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39397         initialize the GOT register before use.
39399         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39400         calculation of ARGC > 4.
39402         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39403         meaningful names to some local labels.
39405 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39406             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39408         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39409         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39410         (__arch_compare_and_exchange_val_16_acq): Likewise.
39411         (__arch_compare_and_exchange_val_32_acq): Likewise.
39412         (atomic_exchange_and_add): Fix gUSA sequence.
39413         (atomic_add): Likewise.
39414         (atomic_add_negative): Likewise.
39415         (atomic_add_zero): Likewise.
39416         (atomic_bit_test_set): Likewise.
39418 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39420         [BZ #13579]
39421         * include/link.h (struct link_map): Add l_free_initfini.
39422         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39423         l_initfini.
39424         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39425         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39426         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39427         set.
39429 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39431         * configure.in: Use AC_LANG_SOURCE.
39432         * configure: Regenerate.
39434 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39436         * configure.in (libc_cv_localstatedir): New substituted variable.
39437         * configure: Regenerated.
39438         * config.make.in (localstatedir): New variable, substituted from
39439         libc_cv_localstatedir.
39440         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39441         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39442         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39443         * sysdeps/gnu/configure: Regenerated.
39445 2012-06-21  Jeff Law  <law@redhat.com>
39447         [BZ #14277]
39448         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39449         free.  Simplify list management for _LIBC case.
39451 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39453         [BZ #14273]
39454         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39455         Clear sign bit of 64-bit integer value before comparing against
39456         overflow value.
39458         * sysdeps/mach/configure: Regenerated.
39460 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39462         [BZ #14278]
39463         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39465 2012-06-21  Jeff Law  <law@redhat.com>
39467         [BZ #13882]
39468         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39469         uint16_t for elements in the "seen" array to avoid char overflows.
39470         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39471         * elf/dl-open.c (dl_open_worker): Likewise.
39473 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39475         * scripts/list-sources.sh: Scan PORTS for translations.
39476         * po/libc.pot: Regenerated.
39478 2012-06-21  Andreas Jaeger  <aj@suse.de>
39480         [BZ #12194]
39481         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39482         warning.
39483         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39484         * bits/byteswap-16.h (__bswap_16): Likewise.
39485         * bits/byteswap.h (__bswap_constant_16): Likewise.
39487 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39489         [BZ #14117]
39490         * sysdeps/i386/fpu_control.h: Removed.
39491         * sysdeps/x86_64/fpu_control.h: Moved to ...
39492         * sysdeps/x86/fpu_control.h: Here.
39494         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39495         (_FPU_SETCW): Likewise.
39497 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39499         [BZ #14117]
39500         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39501         * sysdeps/x86/fpu/bits/mathinline.h: This.
39502         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39504         [BZ #14050]
39505         [BZ #14117]
39506         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39507         functions if __x86_64__ is defined.
39509 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39511         * string/endian.h: Add !__ASSEMBLER__ condition for including
39512         conversion interfaces.
39514 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39516         [BZ #14241]
39517         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39518         of ABS(x) in calculating zero to negative powers other than odd
39519         integers.
39520         * math/libm-test.inc (pow_test): Add more tests.
39522 2012-06-15  Andreas Jaeger  <aj@suse.de>
39524         * manual/contrib.texi (Contributors): Update entry of Liubov
39525         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39526         Machado Filho.
39528 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39530         * string/string.h: Add __wur to GNU version of strerror_r.
39532 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39534         [BZ #14229]
39535         * string/Makefile (tests): Add tst-strtok_r.
39536         * string/tst-strtok_r.c: New file.
39537         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39538         RAX_LP/RDX_LP on SAVE_PTR.
39540 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39542         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39544 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39546         * libm_test.inc (csqrt_test): Allow more spurious underflow
39547         exceptions.
39548         (j0_test): Likewise.
39549         (j1_test): Likewise.
39550         (y0_test): Likewise.
39551         (y1_test): Likewise.
39553 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39555         * po/Makefile (libc.pot): Use UTF-8 charset.
39557 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39559         [BZ #14210]
39560         Suppress sign-conversion warning from FD_SET.
39561         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39562         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39563         not unsigned long int.
39564         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39566 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
39568         [BZ #14050]
39569         [BZ #14117]
39570         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39571         __extern_always_inline instead of __extern_inline.
39572         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39573         (__signbit): Likewise.
39574         (__signbitl): Support C++ namespace.
39575         (lrintf): New inline function.
39576         (lrint): Likewise.
39577         (llrintf): Likewise.
39578         (llrint): Likewise.
39579         (fmaxf): Likewise.
39580         (fmax): Likewise.
39581         (fminf): Likewise.
39582         (fmin): Likewise.
39583         (rint): Likewise.
39584         (rintf): Likewise.
39585         (ceil): Likewise.
39586         (ceilf): Likewise.
39587         (floor): Likewise.
39588         (floorf): Likewise.
39589         (nearbyint): Likewise.
39590         (nearbyintf): Likewise.
39592 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
39594         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39595         non-default versions.
39597 2012-06-11  Roland McGrath  <roland@hack.frob.com>
39599         [BZ #14218]
39600         * manual/argp.texi (Argp): Reword argp_parse description slightly.
39602 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
39604         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39605         (FE_UPWARD, FE_DOWNWARD): Don't define.
39606         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39607         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39609         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39610         reading it.
39611         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39612         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39614 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39616         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39617         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
39618         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
39619         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
39621 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
39623         [BZ #14117]
39624         * sysdeps/i386/fpu/bits/fenv.h: Removed.
39625         * sysdeps/i386/fpu/Implies: New file.
39626         * sysdeps/x86_64/fpu/Implies: Likewise.
39627         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
39628         * sysdeps/x86/fpu/bits/fenv.h: This.
39630         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
39631         __SSE_MATH__.
39633 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
39635         [BZ #14134]
39636         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
39637         character 0xffff that matches the last element of the
39638         conversion table.
39640 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39642         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
39643         fmodl commit.
39645 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39647         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
39648         values higher than 25.6283.
39650 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39652         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
39653         subnormal exponent extraction and add some __builtin_expect.
39654         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
39655         Fix for subnormal mantissa calculation.
39657 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
39659         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
39660         cpu2 is -1 and errno is not ENOSYS.
39662 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
39664         [BZ #14117]
39665         * sysdeps/i386/i486/bits/string.h: Renamed to ...
39666         * sysdeps/x86/bits/string.h: This.
39667         * sysdeps/x86_64/bits/string.h: Removed.
39669         * sysdeps/i386/i486/bits/string.h: Define inline functions only
39670         if not compiling for x86-64, but compiling for >= i486.
39672         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
39673         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
39675         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
39676         New macro from Linux kernel 3.4.0.
39677         (FP_XSTATE_MAGIC2): Likewise.
39678         (FP_XSTATE_MAGIC2_SIZE): Likewise.
39679         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
39680         (struct _fpx_sw_bytes): New struct.
39681         (struct _xsave_hdr): Likewise.
39682         (struct _ymmh_state): Likewise.
39683         (struct _xstate): Likewise.
39685         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
39686         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
39687         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
39688         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
39689         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
39690         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
39692         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
39693         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
39694         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
39695         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
39696         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
39697         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
39699 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39701         [BZ #13743]
39702         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
39703         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
39704         (sysdep_headers): Include sys/platform/ppc.h.
39705         * sysdeps/powerpc/test-gettimebase.c: Test for
39706         __ppc_get_timebase() to catch future ISA opcode/insn changes.
39707         * manual/Makefile (appendices): Include platform.texi.
39708         * manual/contrib.texi (Contributors): Update @node pointers.
39709         * manual/maint.texi (Maintenance): Likewise.
39710         (Platform): New node.
39711         * manual/platform.texi: New file.  Document the new features.
39713 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
39714             Jakub Jelinek  <jakub@redhat.com>
39716         [BZ #14188]
39717         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
39718         where __builtin_expect is unavailable.
39720 2012-06-03  David S. Miller  <davem@davemloft.net>
39722         * stdlib/longlong.h: Updated from GCC.
39724 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
39726         [BZ #14042]
39727         * sysdeps/powerpc/powerpc32/mcount.c: New file.
39728         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
39729         __mcount_internal.
39730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39731         (GLIBC_2.16): Likewise.
39733 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39735         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
39737 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
39740         (default-abi): New variable.
39741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
39742         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
39743         variable.
39744         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
39745         Likewise.
39746         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
39747         Likewise.
39748         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
39749         Likewise.
39751         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
39752         definition.  Document in comment.
39754 2012-06-01  David S. Miller  <davem@davemloft.net>
39756         * stdlib/longlong.h: Updated from GCC.
39758 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39760         [BZ #14117]
39761         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
39762         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
39763         sys/debugreg.h sys/io.h here.
39764         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
39765         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
39766         sys/io.h.
39767         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
39768         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
39769         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
39770         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
39771         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
39772         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
39774         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
39775         Define only if __x86_64__ is defined.
39777 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39779         [BZ #14048]
39780         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
39781         Use int64_t for variable i.
39782         * math/libm-test.inc (fmod_test): Add more tests.
39784         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
39785         z computation is not scheduled after fetestexcept.
39786         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
39787         Use math_force_eval instead of asm to ensure calculation scheduled
39788         before exception test.
39789         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
39790         Ensure a1 + u.d computation is not scheduled after fetestexcept.
39792 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
39794         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
39795         computation is not scheduled after fetestexcept.
39797 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39799         [BZ #14117]
39800         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
39801         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
39803 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39805         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
39806         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39808 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39810         [BZ #14117]
39811         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
39812         <bits/wordsize.h>.
39813         (__WCHAR_MIN): Support __WORDSIZE == 64.
39814         (__WCHAR_MAX): Likewise.
39816         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
39817         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
39819         [BZ #14183]
39820         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
39821         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
39823         [BZ #14117]
39824         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
39825         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
39827         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
39828         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
39830         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
39831         Defined to 1 if __x86_64__ isn't defined.
39832         (_STAT_VER_LINUX_OLD): New.
39833         (st_atime): Remove duplicate.
39834         (st_mtime): Likewise.
39835         (st_ctime): Likewise.
39837 2012-05-31  David S. Miller  <davem@davemloft.net>
39839         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
39840         entries.
39842 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
39844         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
39845         gen-libm-test.pl.
39847         [BZ #14132]
39848         * elf/dl-reloc.c: Include <_itoa.h>.
39849         (_dl_reloc_bad_type): Remove use of INTUSE.
39850         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
39851         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
39852         * stdio-common/psiginfo.c (psiginfo): Likewise.
39853         * stdio-common/psignal.c (psignal): Likewise.
39854         * string/strsignal.c (strsignal): Likewise.
39855         * include/signal.h (_sys_siglist): Declare hidden proto.
39856         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
39857         INTVARDEF with libc_hidden_data_def.
39858         * stdio-common/itoa-udigits.c: Likewise.
39859         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
39860         (_itoa_lower_digits_internal): Remove declaration.
39861         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
39862         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
39863         (_sys_sigabbrev_internal): Remove aliases.
39864         (_sys_siglist): Define hidden alias.
39866 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
39868         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39869         bits/sysctl.h.
39871 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39873         [BZ #14117]
39874         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
39875         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
39877         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
39878         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
39879         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
39880         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
39881         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
39882         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
39884         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
39885         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
39886         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
39888         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
39889         with __addr.
39890         (insw): Likewise.
39891         (insl): Likewise.
39892         (outsb): Likewise.
39893         (outsw): Likewise.
39894         (outsl): Likewise.
39896         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
39897         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
39898         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
39900         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
39901         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
39902         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
39903         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
39904         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
39905         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
39907         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
39908         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
39910         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
39911         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
39913         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
39914         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
39915         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
39917         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
39918         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
39919         to ...
39920         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
39922         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
39923         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
39924         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
39926         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
39927         for x86-64.
39928         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
39930 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
39932         * math/math.h (M_El): Use two more decimal places.
39933         (M_LOG2El): Likewise.
39934         (M_LOG10El): Likewise.
39935         (M_LN2l): Likewise.
39936         (M_LN10l): Likewise.
39937         (M_PIl): Likewise.
39938         (M_PI_2l): Likewise.
39939         (M_PI_4l): Likewise.
39940         (M_1_PIl): Likewise.
39941         (M_2_PIl): Likewise.
39942         (M_2_SQRTPIl): Likewise.
39943         (M_SQRT2l): Likewise.
39944         (M_SQRT1_2l): Likewise.
39946 2012-05-31  David S. Miller  <davem@davemloft.net>
39948         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
39949         values between float registers.
39950         * sysdeps/sparc/sparc64/memset.S: Likewise.
39951         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39953 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
39955         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
39956         -D_FORTIFY_SOURCE=1.
39957         (CPPFLAGS-tst-longjmp_chk.c): Define.
39958         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
39959         (CPPFLAGS-tst-longjmp_chk2.c): Define.
39960         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
39961         CFLAGS-tst-wchar-h.c.
39963 2012-05-31  Marek Polacek  <polacek@redhat.com>
39965         [BZ #14132]
39966         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
39967         __endmntent_internal): Remove declaration.
39968         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
39969         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
39970         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
39972 2012-05-30  David S. Miller  <davem@davemloft.net>
39974         * sysdeps/sparc/sparc32/soft-fp/q_util.c
39975         (___Q_simulate_exceptions): Use real FP ops rather than writing
39976         into the %fsr.
39977         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
39978         Likewise.
39980 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
39982         [BZ #14117]
39983         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
39984         * sysdeps/x86/bits/xtitypes.h: This.
39986         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
39987         * sysdeps/x86/bits/wordsize.h: This.
39989         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
39990         * sysdeps/x86/bits/huge_vall.h: This.
39992         * sysdeps/i386/bits/select.h: Removed.
39993         * sysdeps/x86_64/bits/select.h: Renamed to ...
39994         * sysdeps/x86/bits/select.h: This.
39996         * sysdeps/i386/bits/setjmp.h: Removed.
39997         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
39998         * sysdeps/x86/bits/setjmp.h: This.
40000         * sysdeps/i386/bits/mathdef.h: Removed.
40001         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40002         * sysdeps/x86/bits/mathdef.h: This.
40004 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40006         [BZ #14132]
40007         * include/sys/socket.h (__connect_internal)
40008         (__libc_sa_len_internal): Remove declaration.
40009         (__connect, __libc_sa_len): Declare hidden_proto.
40010         (SA_LEN): Remove use of INTUSE.
40011         * socket/connect.c: Add libc_hidden_def.
40012         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40013         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40014         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40015         alias.
40016         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40017         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40018         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40019         of adding _internal alias.
40021 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40023         [BZ #14117]
40024         * sysdeps/i386/bits/link.h: Removed.
40025         * sysdeps/i386/bits/linkmap.h: Likewise.
40026         * sysdeps/x86_64/bits/link.h: Renamed to ...
40027         * sysdeps/x86/bits/link.h: This.
40028         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40029         * sysdeps/x86/bits/linkmap.h: This.
40031         * sysdeps/i386/bits/endian.h: Removed.
40032         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40033         * sysdeps/x86/bits/endian.h: This.
40035         * sysdeps/i386/bits/byteswap.h: Removed.
40036         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40037         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40038         * sysdeps/x86/bits/byteswap.h: This.
40039         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40040         * sysdeps/x86/bits/byteswap-16.h: This.
40041         * sysdeps/i386/Implies: Add x86.
40042         * sysdeps/x86_64/Implies: Likewise.
40044 2012-05-30  David S. Miller  <davem@davemloft.net>
40046         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40047         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40048         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40049         (FP_TRAPPING_EXCEPTIONS): Define.
40050         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40051         (FP_TRAPPING_EXCEPTIONS): Define.
40052         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40053         subnormals only when inexact has been signalled or underflow
40054         exceptions are enabled.
40055         (_FP_PACK_CANONICAL): Likewise.
40057 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40059         [BZ #14183]
40060         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40061         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40063 2012-05-30  Richard Henderson  <rth@twiddle.net>
40065         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40066         with #ifndef NOT_IN_libc.
40068         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40069         marked to avoid plt entry.
40071 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40073         [BZ #14112]
40074         * Makeconfig (default-abi): New macro.
40075         (abi-includes): Likewise.
40076         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40077         $(abi-$(default-abi)-lib-soname) for soname if defined.
40078         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40079         abi-variants.
40080         * Makefile (installed-stubs): Likewise.
40081         * include/stubs-biarch.h: Removed.
40082         * scripts/lib-names.awk: Only handle one library at a time.
40083         * scripts/soversions.awk: Remove WORDSIZE support.
40084         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40085         entries.
40086         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40087         Removed.
40088         (syscall-list-default-condition): Likewise.
40089         (syscall-list-default-condition): Likewise.
40090         (syscall-list-includes): Likewise.
40091         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40092         syscall-list-* with abi-*.  Handle undefined abi-variants.
40093         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40094         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40095         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40096         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40097         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40098         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40099         Removed.
40100         (syscall-list-32-options): Likewise.
40101         (syscall-list-32-condition): Likewise.
40102         (syscall-list-64-options): Likewise.
40103         (syscall-list-64-condition): Likewise.
40104         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40105         macro.
40106         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40107         Renamed to ...
40108         (abi-*): This.
40109         (abi-64-ld-soname): New macro.
40110         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40111         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40112         Renamed to ...
40113         (abi-*): This.
40114         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40115         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40117 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40119         * sysdeps/unix/sysv/linux/kernel-features.h
40120         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40121         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40122         include <kernel-features.h>.
40123         [!__NR_ftruncate64]: Remove conditional code.
40124         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40125         [__NR_ftruncate64]: Make code unconditional.
40126         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40127         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40128         include <kernel-features.h>.
40129         [!__NR_ftruncate64]: Remove conditional code.
40130         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40131         [__NR_ftruncate64]: Make code unconditional.
40132         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40134         include <kernel-features.h>.
40135         [!__NR_ftruncate64]: Remove conditional code.
40136         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40137         [__NR_ftruncate64]: Make code unconditional.
40138         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40140         include <kernel-features.h>.
40141         [!__NR_ftruncate64]: Remove conditional code.
40142         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40143         [__NR_ftruncate64]: Make code unconditional.
40144         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40146         * configure.in (libc_cv_fpie): Weaken to a compile test using
40147         LIBC_TRY_CC_OPTION.
40148         * configure: Regenerated.
40150 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40152         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40153         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40154         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40155         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40156         Refreshed.
40157         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40158         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40159         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40160         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40161         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40162         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40163         Refreshed.
40165 2012-05-27  David S. Miller  <davem@davemloft.net>
40167         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40168         (___Q_zero): New.
40169         (__Q_simulate_exceptions): Return void.  Change to simulate
40170         exceptions by writing into the %fsr.
40171         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40172         (__Qp_handle_exceptions): Likewise.
40173         (numbers): Delete.
40174         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40175         __Qp_handle_exceptions.
40176         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40177         __Qp_handle_exceptions.
40178         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40179         as unused and give dummy FP_RND_NEAREST initializer.
40180         (FP_INHIBIT_RESULTS): Define.
40181         (___Q_simulate_exceptions): Update declaration.
40182         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40183         formatting.
40184         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40185         as unused and give dummy FP_RND_NEAREST initializer.
40186         (__Qp_handle_exceptions): Update declaration.
40187         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40188         formatting.
40190 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40192         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40193         the temporary FPU control word.
40194         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40195         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40196         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40197         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40198         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40199         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40200         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40201         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40202         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40203         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40204         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40206 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40208         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40209         fields.
40211 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40213         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40214         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40215         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40216         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40217         Likewise.
40218         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40219         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40220         Likewise.
40222 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40224         * po/h.po: Update from translation team.
40226 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40228         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40230         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40231         handling of denormals.
40232         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40233         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40234         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40235         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40236         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40237         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40238         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40239         Likewise.
40241 2012-05-26  Marek Polacek  <polacek@redhat.com>
40243         [BZ #14152]
40244         * math/libm-test.inc (fma_test): Don't always expect underflow
40245         exception.
40247 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40249         [BZ #12416]
40250         * elf/tst-execstack.c: Include stackinfo.h.
40251         (do_test): Adjust test case to ensure that pthread_getattr_np
40252         behaviour remains the same after marking stack executable.
40254 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40256         * sysdeps/unix/sysv/linux/kernel-features.h
40257         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40258         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40259         kernel-features.h.
40260         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40261         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40262         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40263         kernel-features.h.
40264         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40265         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40267 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40269         * configure.in: Define the default includes to being none.
40270         * configure: Regenerated.
40272 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40274         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40275         * sysdeps/x86_64/setjmp.S: Likewise.
40276         * sysdeps/i386/bsd-setjmp.S: Likewise.
40277         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40278         * sysdeps/i386/setjmp.S: Likewise.
40279         * sysdeps/i386/__longjmp.S: Likewise.
40280         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40281         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40283         * include/stap-probe.h: New file.
40284         * configure.in: Handle --enable-systemtap.
40285         * configure: Regenerated.
40286         * config.h.in (USE_STAP_PROBE): New #undef.
40287         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40288         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40289         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40291 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40293         [BZ #13717]
40294         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40295         to 2.4.0 where earlier.
40296         * sysdeps/unix/sysv/linux/configure: Regenerated.
40297         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40298         <kernel-features.h>.
40299         [__ASSUME_32BITUIDS]: Make code unconditional.
40300         [!__ASSUME_32BITUIDS]: Remove conditional code.
40301         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40302         <kernel-features.h>.
40303         [__ASSUME_32BITUIDS]: Make code unconditional.
40304         [!__ASSUME_32BITUIDS]: Remove conditional code.
40305         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40306         [__ASSUME_32BITUIDS]: Make code unconditional.
40307         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40308         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40309         <kernel-features.h>.
40310         [__ASSUME_32BITUIDS]: Make code unconditional.
40311         [!__ASSUME_32BITUIDS]: Remove conditional code.
40312         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40313         <kernel-features.h>.
40314         [__ASSUME_32BITUIDS]: Make code unconditional.
40315         [!__ASSUME_32BITUIDS]: Remove conditional code.
40316         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40317         <kernel-features.h>.
40318         [__ASSUME_32BITUIDS]: Make code unconditional.
40319         [!__ASSUME_32BITUIDS]: Remove conditional code.
40320         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40321         <kernel-features.h>.
40322         [__ASSUME_32BITUIDS]: Make code unconditional.
40323         [!__ASSUME_32BITUIDS]: Remove conditional code.
40324         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40325         <kernel-features.h>.
40326         [__ASSUME_32BITUIDS]: Make code unconditional.
40327         [!__ASSUME_32BITUIDS]: Remove conditional code.
40328         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40329         <kernel-features.h>.
40330         [__ASSUME_32BITUIDS]: Make code unconditional.
40331         [!__ASSUME_32BITUIDS]: Remove conditional code.
40332         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40333         <kernel-features.h>.
40334         [__ASSUME_32BITUIDS]: Make code unconditional.
40335         [!__ASSUME_32BITUIDS]: Remove conditional code.
40336         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40337         <kernel-features.h>.
40338         [__ASSUME_32BITUIDS]: Make code unconditional.
40339         [!__ASSUME_32BITUIDS]: Remove conditional code.
40340         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40341         <kernel-features.h>.
40342         [__ASSUME_32BITUIDS]: Make code unconditional.
40343         [!__ASSUME_32BITUIDS]: Remove conditional code.
40344         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40345         <kernel-features.h>.
40346         [__ASSUME_32BITUIDS]: Make code unconditional.
40347         [!__ASSUME_32BITUIDS]: Remove conditional code.
40348         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40349         <kernel-features.h>.
40350         [__NR_setresgid] (__setresgid): Do not declare.
40351         [__ASSUME_32BITUIDS]: Make code unconditional.
40352         [!__ASSUME_32BITUIDS]: Remove conditional code.
40353         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40354         <kernel-features.h>.
40355         [__NR_setresuid] (__setresuid): Do not declare.
40356         [__ASSUME_32BITUIDS]: Make code unconditional.
40357         [!__ASSUME_32BITUIDS]: Remove conditional code.
40358         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40359         <kernel-features.h>.
40360         [__ASSUME_32BITUIDS]: Make code unconditional.
40361         [!__ASSUME_32BITUIDS]: Remove conditional code.
40362         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40363         <kernel-features.h>.
40364         [__ASSUME_32BITUIDS]: Make code unconditional.
40365         [!__ASSUME_32BITUIDS]: Remove conditional code.
40366         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40367         <kernel-features.h>.
40368         [__ASSUME_32BITUIDS]: Make code unconditional.
40369         [!__ASSUME_32BITUIDS]: Remove conditional code.
40370         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40371         <kernel-features.h>.
40372         [__ASSUME_32BITUIDS]: Make code unconditional.
40373         [!__ASSUME_32BITUIDS]: Remove conditional code.
40374         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40375         <kernel-features.h>.
40376         [__ASSUME_32BITUIDS]: Make code unconditional.
40377         [!__ASSUME_32BITUIDS]: Remove conditional code.
40378         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40379         <kernel-features.h>.
40380         [__ASSUME_32BITUIDS]: Make code unconditional.
40381         [!__ASSUME_32BITUIDS]: Remove conditional code.
40382         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40383         <kernel-features.h>.
40384         [__ASSUME_32BITUIDS]: Make code unconditional.
40385         [!__ASSUME_32BITUIDS]: Remove conditional code.
40386         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40387         <kernel-features.h>.
40388         [__ASSUME_32BITUIDS]: Make code unconditional.
40389         [!__ASSUME_32BITUIDS]: Remove conditional code.
40390         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40391         <kernel-features.h>.
40392         [__ASSUME_32BITUIDS]: Make code unconditional.
40393         [!__ASSUME_32BITUIDS]: Remove conditional code.
40394         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40395         <kernel-features.h>.
40396         [__ASSUME_32BITUIDS]: Make code unconditional.
40397         [!__ASSUME_32BITUIDS]: Remove conditional code.
40398         * sysdeps/unix/sysv/linux/kernel-features.h
40399         (__ASSUME_SETRESUID_SYSCALL): Remove.
40400         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40401         (__ASSUME_32BITUIDS): Likewise.
40402         (__ASSUME_LDT_WORKS): Likewise.
40403         (__ASSUME_O_DIRECTORY): Likewise.
40404         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40405         architecture but not kernel version.
40406         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40407         (__ASSUME_MMAP2_SYSCALL): Likewise.
40408         (__ASSUME_STAT64_SYSCALL): Likewise.
40409         (__ASSUME_IPC64): Likewise.
40410         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40411         <kernel-features.h>.
40412         [__ASSUME_32BITUIDS]: Make code unconditional.
40413         [!__ASSUME_32BITUIDS]: Remove conditional code.
40414         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40415         <kernel-features.h>.
40416         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40417         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40418         132096]: Remove conditional code.
40419         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40420         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/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/setegid.c: Do not include
40429         <kernel-features.h>.
40430         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40431         unconditional.
40432         (__setresgid): Do not declare.
40433         [__ASSUME_32BITUIDS]: Make code unconditional.
40434         [!__ASSUME_32BITUIDS]: Remove conditional code.
40435         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40436         <kernel-features.h>.
40437         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40438         unconditional.
40439         (__setresuid): Do not declare.
40440         [__ASSUME_32BITUIDS]: Make code unconditional.
40441         [!__ASSUME_32BITUIDS]: Remove conditional code.
40442         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40443         <kernel-features.h>.
40444         [__ASSUME_32BITUIDS]: Make code unconditional.
40445         [!__ASSUME_32BITUIDS]: Remove conditional code.
40446         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40447         <kernel-features.h>.
40448         [__ASSUME_32BITUIDS]: Make code unconditional.
40449         [!__ASSUME_32BITUIDS]: Remove conditional code.
40451 2012-05-25  Richard Henderson  <rth@twiddle.net>
40453         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40454         dl_hwcap to ifunc resolver.
40455         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40456         elf_ifunc_invoke.
40457         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40458         dl_hwcap to ifunc resolver.
40459         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40461 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40463         [BZ #14153]
40464         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40465         for |x| <= 2**-26, not 2**-57.
40466         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40467         exception.
40469 2012-05-24  Jeff Law  <law@redhat.com>
40471         * stdio-common/Makefile (tests): Add bug25.
40472         * stdio-common/bug25.c: New test.
40474 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40476         [BZ #13576]
40477         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40478         multiple of MALLOC_ALIGNMENT in size.
40479         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40481 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40483         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40484         Require >= 256.
40485         (FILENAME_MAX): Use macro-int-constant.
40486         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40487         (_IOFBF): Use macro-int-constant.
40488         (_IOLBF): Likewise.
40489         (_IONBF): Likewise.
40490         (SEEK_CUR): Likewise.
40491         (SEEK_END): Likewise.
40492         (SEEK_SET): Likewise.
40493         (TMP_MAX): Likewise.
40494         (EOF): Use macro-int-constant.  Require < 0.
40495         (NULL): Use macro-constant.  Require == 0.
40496         (stdin): Require type to be FILE *.
40497         (stdout): Likewise.
40498         (stderr): Likewise.
40499         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40500         macro-int-constant.
40501         (EXIT_SUCCESS): Likewise.
40502         (NULL): Use macro-constant.  Require == 0.
40503         (RAND_MAX): Use macro-int-constant.
40504         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40505         [C99-based standards] (strtof): Require function.
40506         [C99-based standards] (strtold): Likewise.
40507         [C99-based standards] (strtoll): Likewise.
40508         [C99-based standards] (strtoull): Likewise.
40509         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40510         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40511         [ISO || ISO99 || ISO11] (math.h): Likewise.
40512         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40513         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40514         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40516 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40518         [BZ #14132]
40519         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40520         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40521         * intl/dgettext.c (DCGETTEXT): Likewise.
40522         * intl/gettext.c (DCGETTEXT): Likewise.
40523         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40524         * posix/regex_internal.h (gettext): Likewise.
40525         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40526         Remove declaration.
40527         * include/argz.h (__argz_count_internal)
40528         (__argz_stringify_internal): Remove declaration.
40529         (__argz_count, __argz_stringify): Declare hidden proto.
40530         * intl/dcgettext.c: Remove use of INTDEF.
40531         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40532         * string/argz-stringify.c: Likewise.
40533         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40534         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40535         Declare hidden proto.
40536         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40537         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40538         Declare hidden proto.
40539         * include/stdio.h (__asprintf_internal): Don't declare.
40540         (__asprintf): Don't define as macro.  Declare hidden proto.
40541         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40542         (__fsetlocking): Declare hidden proto.
40543         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40544         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40545         hidden proto.
40546         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40547         (_IO_setlinebuf): Remove use of INTUSE.
40548         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40549         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40550         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40551         Remove declaration.
40552         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40553         (_IO_do_flush): Remove use of INTUSE.
40554         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40555         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40556         (_IO_adjust_column, _IO_least_wmarker)
40557         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40558         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40559         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40560         (_IO_default_doallocate, _IO_wdefault_doallocate)
40561         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40562         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40563         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40564         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40565         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40566         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40567         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40568         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40569         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40570         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40571         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40572         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40573         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40574         proto.
40575         (_IO_flush_all_internal, _IO_adjust_column_internal)
40576         (_IO_default_uflow_internal, _IO_default_finish_internal)
40577         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40578         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40579         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40580         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40581         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40582         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40583         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40584         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40585         (_IO_file_close_internal, _IO_file_close_it_internal)
40586         (_IO_file_underflow_internal, _IO_file_overflow_internal)
40587         (_IO_file_init_internal, _IO_file_attach_internal)
40588         (_IO_file_fopen_internal, _IO_file_read_internal)
40589         (_IO_file_sync_internal, _IO_file_seek_internal)
40590         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40591         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40592         (_IO_str_underflow_internal, _IO_str_overflow_internal)
40593         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40594         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40595         (_IO_list_all_internal, _IO_link_in_internal)
40596         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40597         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40598         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40599         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40600         (_IO_do_write_internal, _IO_padn_internal)
40601         (_IO_getline_info_internal, _IO_getline_internal)
40602         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40603         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40604         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40605         (_IO_vfscanf_internal, _IO_vfprintf_internal)
40606         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40607         (_IO_init_internal, _IO_un_link_internal): Don't declare.
40608         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40609         with libc_hidden_ver, remove use of INTUSE.
40610         * libio/genops.c: Likewise.
40611         * libio/freopen.c: Likewise.
40612         * libio/freopen64.c: Likewise.
40613         * libio/iofclose.c: Likewise.
40614         * libio/iofdopen.c: Likewise.
40615         * libio/iofflush.c: Likewise.
40616         * libio/iofflush_u.c: Likewise.
40617         * libio/iofgets.c: Likewise.
40618         * libio/iofgets_u.c: Likewise.
40619         * libio/iofopen.c: Likewise.
40620         * libio/iofopncook.c: Likewise.
40621         * libio/iofread.c: Likewise.
40622         * libio/iofread_u.c: Likewise.
40623         * libio/ioftell.c: Likewise.
40624         * libio/iofwrite.c: Likewise.
40625         * libio/iogetline.c: Likewise.
40626         * libio/iogets.c: Likewise.
40627         * libio/iogetwline.c: Likewise.
40628         * libio/iopadn.c: Likewise.
40629         * libio/iopopen.c: Likewise.
40630         * libio/ioseekoff.c: Likewise.
40631         * libio/ioseekpos.c: Likewise.
40632         * libio/iosetbuffer.c: Likewise.
40633         * libio/iosetvbuf.c: Likewise.
40634         * libio/ioungetc.c: Likewise.
40635         * libio/ioungetwc.c: Likewise.
40636         * libio/iovdprintf.c: Likewise.
40637         * libio/iovsprintf.c: Likewise.
40638         * libio/iovsscanf.c: Likewise.
40639         * libio/memstream.c: Likewise.
40640         * libio/obprintf.c: Likewise.
40641         * libio/oldfileops.c: Likewise.
40642         * libio/oldiofclose.c: Likewise.
40643         * libio/oldiofdopen.c: Likewise.
40644         * libio/oldiofopen.c: Likewise.
40645         * libio/oldiopopen.c: Likewise.
40646         * libio/oldstdfiles.c: Likewise.
40647         * libio/putc.c: Likewise.
40648         * libio/setbuf.c: Likewise.
40649         * libio/setlinebuf.c: Likewise.
40650         * libio/stdfiles.c: Likewise.
40651         * libio/strops.c: Likewise.
40652         * libio/vasprintf.c: Likewise.
40653         * libio/vscanf.c: Likewise.
40654         * libio/vsnprintf.c: Likewise.
40655         * libio/vswprintf.c: Likewise.
40656         * libio/wfiledoalloc.c: Likewise.
40657         * libio/wfileops.c: Likewise.
40658         * libio/wgenops.c: Likewise.
40659         * libio/wmemstream.c: Likewise.
40660         * libio/wstrops.c: Likewise.
40661         * libio/__fpurge.c: Likewise.
40662         * libio/__fsetlocking.c: Likewise.
40663         * assert/assert.c: Likewise.
40664         * debug/fgets_chk.c: Likewise.
40665         * debug/fgets_u_chk.c: Likewise.
40666         * debug/fread_chk.c: Likewise.
40667         * debug/fread_u_chk.c: Likewise.
40668         * debug/gets_chk.c: Likewise.
40669         * debug/obprintf_chk.c: Likewise.
40670         * debug/vasprintf_chk.c: Likewise.
40671         * debug/vdprintf_chk.c: Likewise.
40672         * debug/vsnprintf_chk.c: Likewise.
40673         * debug/vsprintf_chk.c: Likewise.
40674         * malloc/mtrace.c: Likewise.
40675         * misc/error.c: Likewise.
40676         * misc/syslog.c: Likewise.
40677         * stdio-common/asprintf.c: Likewise.
40678         * stdio-common/fxprintf.c: Likewise.
40679         * stdio-common/getw.c: Likewise.
40680         * stdio-common/isoc99_fscanf.c: Likewise.
40681         * stdio-common/isoc99_scanf.c: Likewise.
40682         * stdio-common/isoc99_vfscanf.c: Likewise.
40683         * stdio-common/isoc99_vscanf.c: Likewise.
40684         * stdio-common/isoc99_vsscanf.c: Likewise.
40685         * stdio-common/printf-prs.c: Likewise.
40686         * stdio-common/printf_fp.c: Likewise.
40687         * stdio-common/printf_fphex.c: Likewise.
40688         * stdio-common/printf_size.c: Likewise.
40689         * stdio-common/putw.c: Likewise.
40690         * stdio-common/scanf.c: Likewise.
40691         * stdio-common/sprintf.c: Likewise.
40692         * stdio-common/tmpfile.c: Likewise.
40693         * stdio-common/vfprintf.c: Likewise.
40694         * stdio-common/vfscanf.c: Likewise.
40695         * stdlib/strfmon_l.c: Likewise.
40696         * sunrpc/openchild.c: Likewise.
40697         * sunrpc/xdr_stdio.c: Likewise.
40698         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
40699         * sysdeps/mach/hurd/tmpfile.c: Likewise.
40701 2012-05-24  Roland McGrath  <roland@hack.frob.com>
40703         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
40705         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
40706         in the third column, to generate for the shared library an IFUNC
40707         that uses _dl_vdso_vsym.
40708         * Makerules (COMPILE.c, compile-stdin.c): New variables.
40709         * Makeconfig (object-suffixes-noshared): New variable.
40711         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
40712         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
40713         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
40714         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
40716         [BZ #14132]
40717         * include/sys/time.h (__gettimeofday): Remove macro.
40718         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
40719         * time/gettimeofday.c (__gettimeofday): Remove #undef.
40720         Remove INTDEF.
40721         (__gettimeofday): Add libc_hidden_def.
40722         (gettimeofday): Add libc_hidden_weak.
40723         * sysdeps/mach/gettimeofday.c: Likewise.
40724         * sysdeps/posix/gettimeofday.c: Likewise.
40725         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
40726         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
40727         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
40728         (__gettimeofday_internal): Remove strong_alias.
40729         (__gettimeofday): Add libc_hidden_def.
40730         (gettimeofday): Add libc_hidden_weak.
40731         * sysdeps/unix/syscalls.list (gettimeofday):
40732         Remove __gettimeofday_internal alias.
40734 2012-05-24  Daniel Jacobowitz  <drow@false.org>
40735             H.J. Lu  <hongjiu.lu@intel.com>
40737         [BZ #12495]
40738         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
40739         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
40740         (largebin_index_32_big): New.
40741         (largebin_index): Use it for 16-byte alignment.
40742         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
40743         correction with front_misalign.
40745 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40747         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
40748         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
40749         Likewise.
40750         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
40751         Likewise.
40752         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
40753         Likewise.
40754         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
40755         Likewise.
40756         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
40757         Likewise.
40758         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
40759         Likewise.
40760         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
40761         Likewise.
40762         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40763         Likewise.
40764         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
40765         Likewise.
40766         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
40767         Likewise.
40768         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
40769         Likewise.
40770         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
40771         Likewise.
40773         * scripts/data/c++-types-x32-linux-gnu.data: New file.
40774         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
40776 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40778         [BZ #10846]
40779         [BZ #14036]
40780         * math/libm-test.inc (exp_test): Add test from bug 14036.
40781         (pow_test): Add test from bug 10846.
40783         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
40784         and other flags.
40785         (special_function): Do not include flags in test name.
40786         (parse_args): Likewise.
40787         * sysdeps/i386/fpu/libm-test-ulps: Update.
40788         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40789         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
40790         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
40791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40793         * math/gen-libm-test.pl (%beautify): Add entries for underflow
40794         exceptions.
40795         * math/libm-test.inc ("Philosophy"): Update comment about
40796         exception testing.
40797         (UNDERFLOW_EXCEPTION): New macro.
40798         (UNDERFLOW_EXCEPTION_OK): Likewise.
40799         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
40800         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
40801         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
40802         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
40803         (INVALID_EXCEPTION_OK): Update value.
40804         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40805         (OVERFLOW_EXCEPTION_OK): Likewise.
40806         (IGNORE_ZERO_INF_SIGN): Likewise.
40807         (test_exceptions): Handle underflow exceptions.
40808         (acos_test): Update for underflow exception expectations.
40809         (cexp_test): Likewise.
40810         (clog_test): Likewise.
40811         (clog10_test): Likewise.
40812         (csqrt_test): Likewise.
40813         (ctan_test): Likewise.
40814         (ctanh_test): Likewise.
40815         (exp_test): Likewise.
40816         (exp10_test): Likewise.
40817         (exp2_test): Likewise.
40818         (expm1_test): Likewise.
40819         (fma_test): Likewise.
40820         (j0_test): Likewise.
40821         (jn_test): Likewise.
40822         (nexttoward_test): Likewise.
40823         (pow_test): Likewise.
40824         (scalbn_test): Likewise.
40825         (scalbln_test): Likewise.
40826         (tan_test): Likewise.
40827         (y1_test): Likewise.
40828         * sysdeps/i386/fpu/libm-test-ulps: Update.
40829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40831 2012-05-23  David S. Miller  <davem@davemloft.net>
40833         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40834         (__libc_sigaction): Remove unused local variables.
40836 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40838         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
40840 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
40842         mktime: avoid signed integer overflow
40843         * time/mktime.c (__mktime_internal): Do not mishandle the case
40844         where diff == INT_MIN.
40846         mktime: simplify computation of average
40847         * time/mktime.c (ranged_convert): Use new time_t_avg function
40848         instead of rolling our own (probably-slower) code.
40850         mktime: do not assume signed right shift propagates sign bit
40851         * time/mktime.c (isdst_differ): New static function.
40852         (__mktime_internal): No need to normalize tm_isdst now.
40853         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
40854         tm_isdst values.
40856         mktime: merge another wrapv change from gnulib
40857         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
40858         from some compilers.
40860         mktime: remove incorrect attempt at unusual arithmetics
40861         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
40862         The code didn't really work on such machines anyway.
40863         (TYPE_MINIMUM): Assume two's complement.
40864         (twos_complement_arithmetic): Verify that long_int and time_t
40865         are two's complement (or unsigned, in the latter case).
40867         mktime: check signed shifts on long_int and time_t, too
40868         * time/mktime.c (SHR): Check that shifts work as desired
40869         on the types long_int and time_t too, as SHR is used on
40870         such types.
40872         mktime: do not assume 'long' is wide enough
40873         * time/mktime.c (verify): Move decl up.
40874         (long_int): New type.
40875         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
40876         to remove assumption in the code that 'long' is wide enough to
40877         store year values.  This assumption is not true on x32 and on
40878         some non-glibc platforms.
40880         mktime: merge wrapv change from gnulib
40881         * time/mktime.c (WRAPV): New macro.
40882         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
40883         (guess_time_tm, __mktime_internal): Do not assume that signed
40884         integer overflow wraps around; modern compilers generate code
40885         where this assumption is no longer valid.
40887 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40889         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
40890         Replace "jmp L(pseudo_end)" with "ret".
40891         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
40892         Likewise.
40894 2012-05-23  Andreas Jaeger  <aj@suse.de>
40896         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
40897         * sysdeps/unix/sysv/linux/poll.c: Remove file.
40899 2012-05-23  Andreas Jaeger  <aj@suse.de>
40900             Maximilian Attems  <max@stro.at>
40902         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
40903         New macros.
40905 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40907         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
40908         code so that pseudo_end is just ret and the stack pointer is
40909         correct also for static library in error case.
40911 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
40913         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
40914         move to syscalls.list.
40915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
40916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
40917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
40918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
40920         * manual/install.texi (Running make install): Do not mention Linux
40921         kernel version for which pt_chown is not needed.
40922         (Linux): Do not mention problems with nscd with 2.0 kernels.
40923         * INSTALL: Regenerated.
40925 2012-05-23  Andreas Jaeger  <aj@suse.de>
40927         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
40928         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
40929         macro.
40930         * sysdeps/unix/sysv/linux/s390/bits/mman.h
40931         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40932         * sysdeps/unix/sysv/linux/sh/bits/mman.h
40933         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40934         * sysdeps/unix/sysv/linux/i386/bits/mman.h
40935         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40936         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
40937         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40938         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
40939         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40940         * sysdeps/unix/sysv/linux/bits/in.h
40941         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
40943 2012-05-22  Roland McGrath  <roland@hack.frob.com>
40945         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
40946         (PREPARE_VERSION): Just use assert instead, it will be elided
40947         under [NDEBUG] anyway.
40949 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40951         * sysdeps/unix/sysv/linux/Makefile: Include
40952         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
40953         (sysdep_routines): Remove sysctl.
40954         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
40955         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
40956         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
40957         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
40958         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
40960 2012-05-22  Andreas Jaeger  <aj@suse.de>
40962         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
40963         that pseudo_end is just ret and the stack pointer is correct also
40964         for static library in error case.
40966 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
40968         [BZ #14122]
40969         * nss/nsswitch.c (defconfig_entries): New variable.
40970         (__nss_database_lookup): Don't leak defconfig entries.
40971         (nss_parse_service_list): Don't leak on error paths.
40972         (free_database_entries): New function.
40973         (free_defconfig): New function.
40974         (free_mem): Move common code to free_database_entries.
40976 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40978         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
40979         Add arch_prctl.
40980         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
40982         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
40983         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
40984         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
40985         New macro.
40986         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
40987         (INTERNAL_SYSCALL_TYPES): Likewise.
40988         (LOAD_ARGS_TYPES_[1-6]): Likewise.
40989         (LOAD_REGS_TYPES_[1-6]): Likewise.
40990         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
40991         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
40993 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40995         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
40996         copysignl for GLIBC_2_0.
40997         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
40998         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
40999         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41000         logbl for GLIBC_2_0.
41001         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41002         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41004 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41006         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41007         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41009         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41010         Use "neg %eax".
41012         * time/mktime.c: Update copyright years.
41014 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41016         mktime: merge comment-quoting-style change from gnulib
41017         * time/mktime.c: Quote 'like this' in comments.
41018         The GNU coding standards suggest that we no longer quote `like this',
41019         as "`" and "'" are typically rendered asymmetrically nowadays.
41020         The typical gnulib style is to quote 'like this' when quoting
41021         code, and "like this" when quoting English.
41023         * time/mktime.c (compile-command): Add "-I.".
41025         mktime: merge mktime-internal.h change from gnulib
41026         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41028         mktime: merge time_r change from gnulib
41029         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41031         mktime: merge DEBUG change from gnulib
41032         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41033         case system <time.h> has a #define.
41035         mktime: merge <sys/types.h> change from gnulib
41036         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41037         since <time.t> is now guaranteed to define time_t.
41039         mktime: merge HAVE_CONFIG_H change from gnulib
41040         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41042 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41044         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41045         Use "neg %eax".
41047         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41048         __rlim_t cast.
41049         (struct rusage): Use anonymous union to pad each field to
41050         __syscall_slong_t.
41052 2012-05-21  David S. Miller  <davem@davemloft.net>
41054         * Makefules (o-iterator): Remove .s cases.
41055         (compile-command.s): Delete.
41056         (COMPILE.s): Delete.
41057         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41059 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41061         * configure.in (libc_cv_predef_stack_protector): Only consider
41062         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41063         * configure: Regenerated.
41065 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41067         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41068         New macro.  Use R*LP on int and pointer.
41069         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41070         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41071         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41072         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41074         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41075         [__WORDSIZE_TIME64_COMPAT32] instead of
41076         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41077         (struct utmp): Likewise.
41078         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41079         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41080         Renamed to ...
41081         (__WORDSIZE_TIME64_COMPAT32): This.
41082         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41083         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41084         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41085         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41086         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41087         (__WORDSIZE_TIME64_COMPAT32): New macro.
41089 2012-05-21  Andreas Jaeger  <aj@suse.de>
41091         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41092         only if [SHARED]. Add prototype for __wcschr_ia32.
41094 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41096         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41097         of %rbp unmolested in the jmp_buf while mangling the low bits.
41098         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41099         unmolested high bits of %rbp while demangling the low bits.
41100         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41102 2012-05-21  Andreas Jaeger  <aj@suse.de>
41104         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41105         * sunrpc/svc_simple.c: Use it for registerrpc.
41106         * sunrpc/xcrypt.c: Use it for passwd2des.
41108         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41110 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41112         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41113         Don't define if [__SYSCALL_WORDSIZE != 32].
41114         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41115         New macro.
41117 2012-05-21  Bruno Haible  <bruno@clisp.org>
41118             Andreas Jaeger  <aj@suse.de>
41120         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41121         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41122         inptr and inend for must_buffer_ch.
41123         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41124         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41125         * stdio-common/Makefile (tests): Remove bug15.
41126         (bug15-ENV): Remove macro.
41127         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41128         anymore.
41130 2012-05-19  Andreas Jaeger  <aj@suse.de>
41131             Roland McGrath  <roland@hack.frob.com>
41133         * manual/contrib.texi: Completely rewritten. It contains now an
41134         alphabetical list of contributors and their contributions.
41136 2012-05-21  Richard Henderson  <rth@twiddle.net>
41138         * misc/getauxval.c (__getauxval): Use unsigned long int.
41139         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41140         (getauxval): Use unsigned long int.
41142 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41144         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41146 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41148         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41149         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41150         __alignof__ (long double).
41152 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41154         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41156 2012-05-20  Richard Henderson  <rth@twiddle.net>
41158         * misc/getauxval.c: New file.
41159         * misc/sys/auxv.h: New file.
41160         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41161         (routines): Add getauxval.
41162         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41163         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41164         * elf/dl-sysdep.c (_dl_auxv): Remove.
41165         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41166         * elf/dl-support.c (_dl_auxv): New variable.
41167         (_dl_aux_init): Initialize it.
41168         * manual/startup.texi (Auxiliary Vector): New node.
41169         * sysdeps/generic/bits/hwcap.h: New file.
41170         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41171         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41172         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41173         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41174         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41175         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41177         Update.
41178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41179         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41180         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41181         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41182         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41183         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41184         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41185         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41187 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41189         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41191 2012-05-19  David S. Miller  <davem@davemloft.net>
41193         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41195 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41197         [BZ #14123]
41198         * math/s_ccosh.c: Include <float.h>
41199         (__ccosh): Avoid internal overflow calculating sinh and cosh
41200         values before multiplying by sin and cos values.
41201         * math/s_ccoshf.c: Likewise.
41202         * math/s_ccoshl.c: Likewise.
41203         * math/s_csin.c: Likewise.
41204         * math/s_csinf.c: Likewise.
41205         * math/s_csinl.c: Likewise.
41206         * math/s_csinh.c: Likewise.
41207         * math/s_csinhf.c: Likewise.
41208         * math/s_csinhl.c: Likewise.
41209         * math/libm-test.inc (ccos_test): Add more tests.
41210         (ccosh_test): Likewise.
41211         (csin_test): Likewise.
41212         (csinh_test): Likewise.
41213         * sysdeps/i386/fpu/libm-test-ulps: Update.
41214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41216 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41218         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41219         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41221         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41223 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41225         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41226         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41227         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41228         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41229         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41230         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41231         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41232         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41233         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41234         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41235         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41236         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41237         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41238         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41239         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41240         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41241         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41242         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41243         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41244         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41245         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41246         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41247         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41248         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41249         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41250         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41251         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41252         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41253         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41254         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41255         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41257 2012-05-18  Andreas Jaeger  <aj@suse.de>
41259         * csu/.gitignore: Delete.
41261 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41263         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41264         (timex): Use __syscall_slong_t.
41266 2012-05-18  Andreas Jaeger  <aj@suse.de>
41267             Carlos O'Donell  <carlos_odonell@mentor.com>
41269         * manual/install.texi (Configuring and compiling): Update
41270         description about files modified in the source directory.
41271         * INSTALL: Regenerated.
41273 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41275         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41276         value.  Use "or" to set return value to -1.
41277         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41278         negate return value.
41280 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41282         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41283         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41284         failure if the compiler has Graphite support disabled.
41285         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41286         Likewise.
41287         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41288         (CFLAGS-memmove.c): Likewise.
41289         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41290         Likewise.
41292 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41294         * sysdeps/x86_64/x32/_itoa.h: New file.
41296         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41297         getdents system call only if kernel and user dirents have the
41298         same d_ino and d_off.
41300         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41301         LLONG_MAX != LONG_MAX.
41302         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41303         (_fitoa_word): Likewise.
41305         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41306         years.
41307         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41308         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41309         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41311         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41312         include <bits/wordsize.h>.  Check __x86_64__ instead of
41313         __WORDSIZE.
41314         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41315         if __x86_64__ is defined.  Use anonymous union on fpstate.
41317         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41318         anonymous union.
41320 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41322         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41323         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41324         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41325         Refer to _rtld_local_ro instead of _rtld_global_ro.
41326         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41327         Likewise.
41328         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41329         Likewise.
41330         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41331         Likewise.
41332         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41333         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41334         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41336         * sysdeps/powerpc/powerpc32/dl-machine.c
41337         (__elf_machine_runtime_setup) [PROF]: Don't reference
41338         _dl_prof_resolve.
41340 2012-05-18  Andreas Jaeger  <aj@suse.de>
41342         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41343         function only available for GCCs before 3.4 since GCC 3.4
41344         introduced a builtin.
41345         (lrint): Likewise.
41346         (llrintf): Likewise.
41347         (llrint): Likewise.
41348         (fmaxf): Likewise.
41349         (fmax): Likewise.
41350         (fminf): Likewise.
41351         (fmin): Likewise.
41352         (rint): Likewise.
41353         (rintf): Likewise.
41354         (nearbyint): Likewise.
41355         (nearbyintf): Likewise.
41356         (ceil): Likewise.
41357         (ceilf): Likewise.
41358         (floor): Likewise.
41359         (floorf): Likewise.
41361 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41363         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41364         on both fields and cast pointer to __syscall_ulong_t.
41366         * bits/types.h (__fsword_t): New type.
41367         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41368         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41369         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41370         (__FSWORD_T_TYPE): Likewise.
41371         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41372         (__FSWORD_T_TYPE): Likewise.
41373         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41374         (__FSWORD_T_TYPE): Likewise.
41375         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41376         (__FSWORD_T_TYPE): Likewise.
41377         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41378         __SWORD_TYPE with __fsword_t.
41379         (statfs64): Likewise.
41381 2012-05-17  David S. Miller  <davem@davemloft.net>
41383         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41385 2012-05-17  Andreas Jaeger  <aj@suse.de>
41387         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41388         warning.
41390 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41392         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41394 2012-05-17  Andreas Jaeger  <aj@suse.de>
41396         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41397         when it is used.
41399 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41401         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41403 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41405         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41406         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41408 2012-05-17  Andreas Jaeger  <aj@suse.de>
41409             Carlos O'Donell  <carlos_odonell@mentor.com>
41411         [BZ #14059]
41412         * sysdeps/x86_64/multiarch/init-arch.h
41413         (bit_YMM_Usable): Rename to...
41414         (bit_AVX_Usable): ... this.
41415         (bit_FMA4_Usable): New macro.
41416         (bit_XMM_state): New macro.
41417         (bit_YMM_state): New macro.
41418         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41419         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41420         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41421         (CPUID_OSXSAVE): New macro.
41422         (CPUID_AVX): New macro.
41423         (CPUID_FMA4): New macro.
41424         (index_YMM_Usable): Rename to...
41425         (index_AVX_Usable): ... this.
41426         (HAS_AVX): Use HAS_ARCH_FEATURE.
41427         (HAS_FMA4): Likewise.
41428         (HAS_YMM_USABLE): Remove.
41429         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41430         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41431         are present.
41432         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41433         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41434         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41435         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41436         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41438 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41440         * math/libm-test.c: Support platforms without multiple rounding modes.
41441         * math/bug-nextafter.c: Support platforms without FP exceptions.
41442         * math/bug-nexttoward.c: Likewise.
41443         * math/test-fenv.c: Likewise.
41444         * math/test-misc.c: Likewise.
41445         * stdlib/bug-getcontext.c: Likewise.
41447 2012-05-17  Andreas Jaeger  <aj@suse.de>
41449         * manual/examples/search.c (critter_cmp): Change signature to
41450         avoid warnings.
41451         * manual/string.texi (Collation Functions): Likewise.
41453 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41455         * bits/types.h: Fold copyright years.
41456         * bits/typesizes.h: Likewise.
41457         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41458         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41459         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41460         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41461         * time/time.h: Likewise.
41463 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41465         [BZ #208]
41466         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41467         in instead of returning them.  Return void.
41468         (__libc_mallinfo): Accumulate over all arenas.
41469         (__malloc_stats): Adjust for change in int_mallinfo interface.
41471 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41473         [BZ #10375]
41474         * configure.in (NM): Add AC_CHECK_TOOL for it.
41475         (libc_extra_cflags): New substituted variable.
41476         Check for -fstack-protector being used implicitly.
41477         * configure: Regenerated.
41478         * config.make.in (config-extra-cflags): New variable,
41479         gets @libc_extra_cflags@.
41480         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41482         [BZ #10375]
41483         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41484         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41485         * configure: Regenerated.
41486         * config.make.in (CPPUNDEFS): New substituted variable.
41487         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41488         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41489         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41491 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41493         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41494         (mq_attr): Use __syscall_slong_t.
41496 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41498         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41499         Check __x86_64__ instead of __WORDSIZE.
41500         (_STAT_VER_LINUX): Likewise.
41501         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41502         __syscall_ulong_t and __syscall_slong_t.
41503         (stat64): Likewise.
41505 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41507         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41509 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41511         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41513 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41515         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41516         __syscall_ulong_t.
41518         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41519         include <bits/wordsize.h>.  Check __x86_64__ instead of
41520         __WORDSIZE.
41521         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41522         defined.
41523         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41525         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41526         include <bits/wordsize.h>.  Check __x86_64__ instead of
41527         __WORDSIZE.
41528         (user_regs_struct): Use "__extension__ unsigned long long"
41529         instead of "unsigned long" if __x86_64__ is defined.
41530         (user): Likewise.  Pad after pointer field if __ILP32__ is
41531         defined.
41533 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41535         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41536         versions 5 to 9.
41537         * configure: Regenerated.
41538         * manual/install.texi (texinfo): Increase version requirement to
41539         4.5 or later.
41540         * INSTALL: Regenerated.
41542         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41544 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41546         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41548         * sysdeps/x86_64/x32/ffs.c: New file.
41550         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41551         __syscall_ulong_t.
41552         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41553         defined.  Use __syscall_ulong_t.
41554         (shminfo): Use __syscall_ulong_t.
41555         (shm_info): Likewise.
41557         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41558         __syscall_ulong_t.
41560         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41561         <bits/wordsize.h>.
41562         (msgqnum_t): Use __syscall_ulong_t.
41563         (msglen_t): Likewise.
41564         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41565         __syscall_ulong_t.
41567         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41568         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41570         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41572         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41573         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41575         * sysvipc/sys/msg.h (msgbuf): Replace long int with
41576         __syscall_slong_t.
41578         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41579         include <bits/wordsize.h>.  Check __x86_64__ instead of
41580         __WORDSIZE.
41582         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41583         "unsigned long long int" if __x86_64__ is defined.
41584         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41586         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41587         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41588         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41590         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41591         <stdint.h>.
41592         (GET_PC): Cast to uintptr_t first.
41593         (GET_FRAME): Likewise.
41594         (GET_STACK): Likewise.
41596         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41597         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41598         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41599         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41600         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41601         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41602         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41603         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41604         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41605         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41606         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41607         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41608         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41609         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41610         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41611         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
41612         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
41613         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
41614         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
41615         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
41616         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
41617         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
41618         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
41619         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
41620         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
41621         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
41622         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
41623         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
41624         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
41626 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
41628         * Makerules (+depfiles): Also collect depfiles from .oS in
41629         $(extra-objs).
41630         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
41631         .oS, $(libnldbl-routines)).
41633         * Makerules (native-compile-mkdep-flags): Define.
41634         * sunrpc/Makefile (extra-objs): Add $(addprefix
41635         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
41636         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
41637         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
41638         calling $(make-target-directory).
41640 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41642         * bits/types.h (__snseconds_t): Removed.
41643         * time/time.h (struct timespec): Replace __snseconds_t with
41644         __syscall_slong_t.
41645         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
41646         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
41647         Likewise.
41648         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41649         (__SNSECONDS_T_TYPE): Likewise.
41650         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41651         (__SNSECONDS_T_TYPE): Likewise.
41652         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41653         (__SNSECONDS_T_TYPE): Likewise.
41655 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41657         * sysdeps/mach/hurd/bits/typesizes.h
41658         (__SYSCALL_SLONG_TYPE): New macro.
41659         (__SYSCALL_ULONG_TYPE): Likewise.
41661 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41663         * bits/types.h (__syscall_slong_t): New type.
41664         (__syscall_ulong_t): Likewise.
41666         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
41667         (__SYSCALL_ULONG_TYPE): Likewise.
41668         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41669         (__SYSCALL_SLONG_TYPE): Likewise.
41670         (__SYSCALL_ULONG_TYPE): Likewise.
41671         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41672         (__SYSCALL_SLONG_TYPE): Likewise.
41673         (__SYSCALL_ULONG_TYPE): Likewise.
41674         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41675         (__SYSCALL_SLONG_TYPE): Likewise.
41676         (__SYSCALL_ULONG_TYPE): Likewise.
41678 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41680         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
41681         Add sigaltstack-offsets.sym.
41682         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
41683         <sigaltstack-offsets.h>.
41684         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
41685         longjmp_msg pointer.
41686         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
41687         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
41688         signal stack.
41689         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
41691 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41693         * elf/stackguard-macros.h: Remove file.
41694         * sysdeps/generic/stackguard-macros.h: New file.
41695         * sysdeps/i386/stackguard-macros.h: Likewise.
41696         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
41697         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
41698         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
41699         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
41700         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
41701         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
41702         * sysdeps/x86_64/stackguard-macros.h: Likewise.
41703         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
41704         <elf/stackguard-macros.h>.
41706         [BZ #14109]
41707         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
41708         __aligned__ in attribute.
41709         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
41710         (gregset_t): Likewise.
41712 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41714         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
41715         * sysdeps/x86_64/64/Implies-after: Here.  New file.
41716         * sysdeps/x86_64/x32/Implies-after: New file.
41718 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41720         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
41721         and access return value for _dl_profile_fixup.  Use R10_LP to
41722         load frame size.
41724 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41726         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
41728 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41730         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
41731         * sysdeps/x86_64/x32/sysdep.h: New file.
41733 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41735         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
41736         * sysdeps/x86_64/setjmp.S: Likewise.
41738 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41740         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
41741         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
41742         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
41743         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
41744         remove unused global constant.
41746 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
41748         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
41749         include of <not-cancel.h>.
41751 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41753         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
41755 2012-05-15  Jeff Law  <law@redhat.com>
41756             Andreas Jaeger  <aj@suse.de>
41758         [BZ #13594]
41759         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
41760         out from...
41761         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
41762         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
41763         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
41764         code changing __hst_map_handle.map.
41766 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41768         * configure.in (sysnames): Look for Implies-before and Implies-after
41769         files.
41770         * configure: Regenerated.
41772 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41774         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
41775         8-byte data alignment with LP_SIZE alignment.
41777 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41779         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
41780         into R10_LP.
41782 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41784         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
41786 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41788         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
41789         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
41790         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
41791         Likewise.
41792         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41794 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41796         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
41797         (stackinfo_sub_sp): Likewise.
41799 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41801         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
41802         RAX_LP.
41804 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41806         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
41807         into R*_LP.
41809 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41811         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
41812         sizes into R*_LP.
41814 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41816         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
41818 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41820         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
41821         into R11_LP and load __x86_64_shared_cache_size_half into
41822         R8_LP.
41824 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41826         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
41827         R8_LP.
41829 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41831         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
41832         logb for POWER7.
41833         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
41834         logbf for POWER7.
41835         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
41836         logbl for POWER7.
41837         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
41838         powerpc32/power7/fpu/s_logb.c via #include.
41839         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
41840         powerpc32/power7/fpu/s_logbf.c via #include.
41841         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
41842         powerpc32/power7/fpu/s_logbl.c via #include.
41844 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41846         * README.libm: Remove file.
41848 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41850         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
41851         count for x32.  Use R*_LP and omit operand-size suffix.
41853 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41855         * shlib-versions: Move x86_64-.*-linux.* entries to ...
41856         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
41857         * sysdeps/x86_64/x32/shlib-versions: New file.
41859 2012-05-14  Roland McGrath  <roland@hack.frob.com>
41861         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
41862         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
41863         Use _dl_fatal_printf instead.
41865 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41867         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
41868         set if not set by the user.  Do not allow for being unset.
41869         * sysdeps/unix/sysv/linux/configure: Regenerated.
41871 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41873         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
41874         the `q' suffix from lea and replace .quad with ASM_ADDR.
41876 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41878         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
41879         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
41880         instead of $17.
41881         (PTR_DEMANGLE): Likewise.
41883 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41885         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
41886         (LP_OP): Likewise.
41887         (ASM_ADDR): Likewise.
41888         (RAX_LP): Likewise.
41889         (RBP_LP): Likewise.
41890         (RBX_LP): Likewise.
41891         (RCX_LP): Likewise.
41892         (RDI_LP): Likewise.
41893         (RSI_LP): Likewise.
41894         (RSP_LP): Likewise.
41895         (R8_LP): Likewise.
41896         (R9_LP): Likewise.
41897         (R10_LP): Likewise.
41898         (R10_LP): Likewise.
41899         (R11_LP): Likewise.
41900         (R12_LP): Likewise.
41901         (R13_LP): Likewise.
41902         (R14_LP): Likewise.
41903         (R15_LP): Likewise.
41905 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41907         * sysdeps/x86_64/x32/dl-machine.h: New file.
41909 2012-05-14  Andreas Jaeger  <aj@suse.de>
41911         * manual/Makefile (subdir): Remove export of subdir.
41912         (all): Remove target.
41913         (.PHONY): Remove all from list.
41914         (mkinstalldirs): Remove.
41915         (.PHONY): Remove installdirs from list.
41916         ($(inst_infodir)/libc.info): Use make-target-directory.
41917         (installdirs): Remove.
41918         (subdir_%): Remove.
41919         (glibc-targets): Remove.
41920         (lib): Remove.
41921         (stubs): Remove.
41922         ($(objpfx)stubs ../po/manual.pot): Remove.
41923         ($(objpfx)stamp%): Remove.
41924         (make-target-directory): Remove.
41925         (subdir_install): Remove.
41926         (routines): Remove.
41927         (aux): Remove.
41928         (sources): Remove.
41929         (objects): Remove.
41930         (headers): Remove.
41932         [BZ #13750]
41933         * manual/.gitignore: Remove, it's not needed anymore.
41934         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
41935         all files in it.
41936         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
41937         directory.
41938         (texis): Renamed to $(objpfx)texis.
41939         (texis-path): New, contains path to generated files.
41940         (chapters.%): Use texis-path for complete path, add extra argument
41941         libc-texinfo.sh.
41942         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
41943         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
41944         (summary,texi, stamp-summary): Use complete path of
41945         files. Generate files in build dir.
41946         (dir-add.texi): Build in build dir.
41947         (libm-err.texi,stamp-libm-err): Likewise.
41948         (version.texi, stamp-version): Likewise.
41949         (.%c.texi): Likewise.
41950         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
41951         (mostlyclean): Remove target.
41952         (realclean): Remove target.
41953         (generated): Add new variable with contents from mostlyclean and
41954         realclean, remove entries duplicated in common-mostlyclean, add
41955         stamp-libm-err and stamp-version.
41956         (generated-dirs): Add libc directory.
41957         ($(inst_infodir)/libc.info): Install files from build dir.
41959         * manual/install.texi (Configuring and compiling): Adjust since
41960         the info files are not part of the tar ball anymore.
41962 2012-05-14  Andreas Jaeger  <aj@suse.de>
41964         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
41965         variable.
41967 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41969         [BZ #13717]
41970         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41971         to 2.2.0 where earlier.
41972         * sysdeps/unix/sysv/linux/configure: Regenerated.
41973         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
41974         Remove conditional code.
41975         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
41976         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
41977         Remove conditional code.
41978         [!__NR_lchown]: Likewise.
41979         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
41980         [__NR_lchown]: Likewise.
41981         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
41982         comment referencing __ASSUME_LCHOWN_SYSCALL.
41983         * sysdeps/unix/sysv/linux/i386/sigaction.c
41984         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41985         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41986         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
41987         Remove conditional code.
41988         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
41989         (__protocol_available): Remove #if 0 code.
41990         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
41991         conditional code.
41992         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
41993         * sysdeps/unix/sysv/linux/kernel-features.h
41994         (__ASSUME_GETCWD_SYSCALL): Don't define.
41995         (__ASSUME_REALTIME_SIGNALS): Likewise.
41996         (__ASSUME_PREAD_SYSCALL): Likewise.
41997         (__ASSUME_PWRITE_SYSCALL): Likewise.
41998         (__ASSUME_POLL_SYSCALL): Likewise.
41999         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42000         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42001         non-SPARC.
42002         (__ASSUME_SIOCGIFNAME): Don't define.
42003         (__ASSUME_MSG_NOSIGNAL): Likewise.
42004         (__ASSUME_SENDFILE): Define unconditionally.
42005         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42006         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42007         conditional code.
42008         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42009         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42010         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42011         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42012         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42013         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42014         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42016         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42017         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42019         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42020         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42022         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42023         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42025         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42026         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42028         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42029         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42031         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42032         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42034         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42035         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42037         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42038         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42039         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42040         Remove conditional code.
42041         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42042         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42043         Remove conditional code.
42044         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42045         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42046         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42047         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42048         Remove conditional code.
42049         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42050         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42051         Remove conditional code.
42052         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42053         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42054         Remove conditional code.
42055         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42056         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42057         Remove conditional code.
42058         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42059         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42060         Remove conditional code.
42061         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42062         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42063         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42064         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42065         * sysdeps/unix/sysv/linux/sigaction.c
42066         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42067         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42068         * sysdeps/unix/sysv/linux/sigpending.c
42069         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42070         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42071         * sysdeps/unix/sysv/linux/sigprocmask.c
42072         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42073         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42074         * sysdeps/unix/sysv/linux/sigsuspend.c
42075         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42076         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42077         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42078         (__libc_missing_rt_sigs): Remove.
42079         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42080         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42081         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42082         Remove conditional code.
42083         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42084         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42085         return 1.
42086         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42087         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42088         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42089         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42091 2012-05-14  Andreas Jaeger  <aj@suse.de>
42093         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42094         it's not used in glibc.
42095         (__coshm1): Likewise.
42096         (__acosh1p): Likewise.
42097         (__sgn): Likewise.
42099         * manual/string.texi (Copying and Concatenation): Add missing
42100         variable in concat example.
42101         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42103 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42105         [BZ #14103]
42106         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42107         __builtin_clzl with __builtin_clzll.
42109 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42111         [BZ #14104]
42112         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42113         libc_freeres_ptr.
42115 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42117         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42118         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42119         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42120         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42122 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42124         * NEWS: Update ia64 info.
42126 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42128         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42129         used as bcopy.
42131 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42133         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42134         * sysdeps/unix/syscalls.list (dup3): Likewise.
42135         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42136         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42138 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42140         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42141         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42143 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42145         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42146         thread pointer.
42147         (TLS_IE): Use mov/add instead of movq/addq to load thread
42148         pointer.
42149         (TLS_GD_PREFIX): New.
42150         (TLS_GD): Use it.
42152 2012-05-11  David S. Miller  <davem@davemloft.net>
42154         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42155         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42156         (_FPU_SETCW): Likewise.
42158 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42160         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42161         is 32-byte aligned.
42163 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42165         [BZ #11837]
42166         * iconvdata/gb18030.c: Update tables.
42167         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42168         characters specially.
42169         (BODY for TO_LOOP): Add encoding of missing ranges.
42171 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42173         [BZ #13673]
42174         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42175         * sysdeps/mach/hurd/dup3.c: Likewise.
42176         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42177         * sysdeps/powerpc/memmove.c:: Likewise.
42179 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42181         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42182         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42184 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42186         * elf/elf.h (R_X86_64_RELATIVE64): New.
42187         (R_X86_64_NUM): Updated.
42188         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42189         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42190         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42191         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42192         tst-quad1pie tst-quad2pie
42193         (modules-names): Add tst-quadmod1 tst-quadmod2.
42194         ($(objpfx)tst-quad1): New dependency.
42195         ($(objpfx)tst-quad2): Likewise.
42196         ($(objpfx)tst-quad1pie): Likewise.
42197         ($(objpfx)tst-quad2pie): Likewise.
42198         * sysdeps/x86_64/tst-quad1.c: New file.
42199         * sysdeps/x86_64/tst-quad1pie.c: New file.
42200         * sysdeps/x86_64/tst-quad2.c: Likewise.
42201         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42202         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42203         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42204         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42205         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42207 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42209         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42210         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42211         * streams/stropts.h (t_scalar_t): Define type.
42213         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42214         (_PATH_PRESERVE): Set to "/var/lib".
42215         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42217         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42218         instead of int.
42220         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42221         if __dir_mkfile succeeded.
42223         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42224         checking for _hurd_dtablesize.  Unlock it right after having
42225         finished _hurd_dtable allocation.
42227 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42229         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42230         * sysdeps/mach/hurd/configure: Regenerated.
42231         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42232         special-casing to...
42233         * sysdeps/gnu/configure.in: ... this new file.
42234         * sysdeps/unix/sysv/linux/configure: Regenerated.
42235         * sysdeps/gnu/configure: New generated file.
42237         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42238         for Linux: use nsec instead of usec, as well as:
42239         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42240         members of type struct timespec.
42241         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42242         New macros.
42243         (struct stat64): Likewise.
42244         (_STATBUF_ST_NSEC): New macro.
42245         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42247         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42248         __strtoul_internal rather than strtoul.
42250 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42252         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42253         and reject them.
42255 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42257         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42258         which preserves existing values.
42259         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42261 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42263         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42264         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42265         greater than FD_SETSIZE.
42267 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42269         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42270         allocated, call __vm_protect to finish enabling the existing space, and
42271         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42272         allocate the remainder.
42274 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42276         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42277         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42279 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42281         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42282         sysdeps/mach/hurd/readlink.c.
42284         * posix/tst-sysconf.c (posix_options): Only use
42285         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42286         _POSIX_SYNCHRONIZED_IO when they are defined
42287         * sysdeps/mach/hurd/bits/posix_opt.h:
42288         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42289         (_XOPEN_REALTIME): Undefine macro.
42290         (_XOPEN_REALTIME_THREADS): Undefine macro.
42291         (_XOPEN_SHM): Undefine macro.
42292         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42293         macro to -1.
42294         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42295         macro to -1.
42296         (_POSIX_ASYNC_IO): Undefine macro.
42297         (_POSIX_PRIORITIZED_IO): Undefine macro.
42298         (_POSIX_SPIN_LOCKS): Define macro to -1.
42300         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42301         SA_NODEFER, SA_RESETHAND.
42302         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42303         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42304         F_DUPFD_CLOEXEC.
42306 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42308         * elf/Makefile (pldd-modules): Define unconditionally.
42310 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42312         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42314 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42316         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42317         Return ENOENT when name is empty.
42318         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42320 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42322         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42324         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42326 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42328         Fix mlock in all cases except non-readable pages.
42329         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42330         instead of VM_PROT_ALL as parameter to __vm_wire function.
42332         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42333         (__mkdir): When path is `/', just fail with EEXIST.
42334         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42336 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42338         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42339         <sys/uio.h> (for writev).
42340         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42341         and <sys/param.h> (for MIN).
42343 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42345         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42346         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42347         if interrupted.
42349 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42351         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42352         Depend on against $(link-rpcuserlibs).
42354 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42356         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42357         (__libc_stack_end): Do not use attribute_relro.
42358         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42359         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42360         to libthread-provided value.
42361         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42362         attribute_relro.
42364 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42366         [BZ #3748]
42367         * bits/libc-lock.h (__libc_once_get): New macro.
42368         * sysdeps/mach/bits/libc-lock.h: Likewise.
42369         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42370         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42371         instead of using implementation details.
42373         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42374         * libio/freopen.c: Likewise.
42375         * libio/freopen64.c: Likewise.
42376         * misc/syslog.c: Likewise.
42377         * nscd/connections.c: Likewise.
42378         * nscd/netgroupcache.c: Likewise.
42379         * sysdeps/posix/getcwd.c: Likewise.
42381 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42383         * math/w_ilogbf.c: Add #include <limits.h>.
42385 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42387         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42388         path instead of returning without unlocking.
42390         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42391         immediate-write ioctls.
42392         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42394 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42396         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42397         __builtin_frame_address instead of making assumptions about the
42398         location of the return address relative to DATA.  Force early load of
42399         the return address.
42400         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42401         __builtin_frame_address.
42403         dup3 for GNU Hurd.
42404         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42405         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42406         implement dup3 and do some further code clean-ups.
42407         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42408         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42410 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42412         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42414         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42415         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42416         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42417         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42418         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42419         d->port.lock.
42421         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42422         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42423         when handler == SIG_ERR, not when handler != SIG_ERR.
42425 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42427         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42428         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42429         definitions.
42431         accept4 for GNU Hurd.
42432         * include/sys/socket.h (__libc_accept4): New prototype.
42433         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42434         to implement __libc_accept4.
42435         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42436         __libc_accept4.
42437         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42439         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42440         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42441         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42442         signal-defines.sym.
42444 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42446         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42448 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42450         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42451         assertion on O_CLOEXEC flag.
42452         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42453         * hurd/intern-fd.c: Likewise.
42454         * hurd/port2fd.c: Likewise.
42456 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42458         [BZ #3906]
42459         * bits/in.h (IPV6_PKTINFO): Define new macro.
42460         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42462 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42464         [BZ #13954]
42465         [BZ #13955]
42466         [BZ #13956]
42467         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42468         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42469         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42470         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42471         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42472         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42473         * math/libm-test.inc (logb_test) : Additional logb tests.
42475 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42476             Andreas Jaeger  <aj@suse.de>
42478         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42479         * configure: Regenerated.
42480         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42481         * config.make.in (link-obsolete-rpc): New substituted variable.
42482         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42483         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42484         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42485         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42486         so that libc.a contains the symbols.
42487         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42488         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42489         * sunrpc/auth_none.c: Likewise.
42490         * sunrpc/auth_unix.c: Likewise.
42491         * sunrpc/authdes_prot.c: Likewise.
42492         * sunrpc/authuxprot.c: Likewise.
42493         * sunrpc/clnt_gen.c: Likewise.
42494         * sunrpc/clnt_perr.c: Likewise.
42495         * sunrpc/clnt_raw.c: Likewise.
42496         * sunrpc/clnt_simp.c: Likewise.
42497         * sunrpc/clnt_tcp.c: Likewise.
42498         * sunrpc/clnt_udp.c: Likewise.
42499         * sunrpc/clnt_unix.c: Likewise.
42500         * sunrpc/des_crypt.c: Likewise.
42501         * sunrpc/des_soft.c: Likewise.
42502         * sunrpc/get_myaddr.c: Likewise.
42503         * sunrpc/key_call.c: Likewise.
42504         * sunrpc/key_prot.c: Likewise.
42505         * sunrpc/netname.c: Likewise.
42506         * sunrpc/pm_getmaps.c: Likewise.
42507         * sunrpc/pm_getport.c: Likewise.
42508         * sunrpc/pmap_clnt.c: Likewise.
42509         * sunrpc/pmap_prot.c: Likewise.
42510         * sunrpc/pmap_prot2.c: Likewise.
42511         * sunrpc/pmap_rmt.c: Likewise.
42512         * sunrpc/publickey.c: Likewise.
42513         * sunrpc/rpc_cmsg.c: Likewise.
42514         * sunrpc/rpc_common.c: Likewise.
42515         * sunrpc/rpc_dtable.c: Likewise.
42516         * sunrpc/rpc_prot.c: Likewise.
42517         * sunrpc/rpc_thread.c: Likewise.
42518         * sunrpc/rtime.c: Likewise.
42519         * sunrpc/svc.c: Likewise.
42520         * sunrpc/svc_auth.c: Likewise.
42521         * sunrpc/svc_raw.c: Likewise.
42522         * sunrpc/svc_run.c: Likewise.
42523         * sunrpc/svc_tcp.c: Likewise.
42524         * sunrpc/svc_udp.c: Likewise.
42525         * sunrpc/svc_unix.c: Likewise.
42526         * sunrpc/svcauth_des.c: Likewise.
42527         * sunrpc/xcrypt.c: Likewise.
42528         * sunrpc/xdr.c: Likewise.
42529         * sunrpc/xdr_array.c: Likewise.
42530         * sunrpc/xdr_float.c: Likewise.
42531         * sunrpc/xdr_intXX_t.c: Likewise.
42532         * sunrpc/xdr_mem.c: Likewise.
42533         * sunrpc/xdr_rec.c: Likewise.
42534         * sunrpc/xdr_ref.c: Likewise.
42535         * sunrpc/xdr_sizeof.c: Likewise.
42536         * sunrpc/xdr_stdio.c: Likewise.
42538 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42540         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42541         change.  Update copyright years.
42543 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42545         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42547 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42548             Joseph Myers  <joseph@codesourcery.com>
42549             Paul Pluzhnikov  <ppluzhnikov@google.com>
42551         [BZ #14012]
42552         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42553         requiring rpcgen.
42554         [cross-compiling] (extra-libs): Likewise.
42555         [cross-compiling] (extra-libs-others): Likewise.
42556         [cross-compiling] (librpcsvc-routines): Likewise.
42557         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42558         [cross-compiling] (omit-deps): Likewise.
42559         (sunrpc-CPPFLAGS): New variable.
42560         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42561         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42562         (cross-rpcgen-objs): New variable.
42563         (extra-objs): Append $(cross-rpcgen-objs).
42564         ($(cross-rpcgen-objs)): New rule.
42565         ($(objpfx)cross-rpcgen): Likewise.
42566         (rpcgen-cmd): Define to use $(built-program-file).  Expand
42567         comment.
42568         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42569         ($(objpfx)x%.stmp): Likewise.
42570         * sunrpc/proto.h [IS_IN_build] (_): Define.
42571         [IS_IN_build] (_libc_intl_domainname): Likewise.
42573 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42575         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42576         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42577         and R_X86_64_TPOFF64.
42579 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42581         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42582         sysdeps/unix/sysv/syscalls.list.
42583         (stime): Likewise.
42584         (utime): Likewise.
42585         * sysdeps/unix/sysv/syscalls.list: Remove file.
42587 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42589         [BZ #3440]
42590         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42591         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42592         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42593         (__LC_IDENTIFICATION): Make these macros useful in #if
42594         expressions, as required by C99.
42596 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
42598         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42599         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
42600         after this.
42602 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
42604         * stdlib/longlong.h: Updated from GCC.
42606 2012-05-09  Andreas Jaeger  <aj@suse.de>
42608         * nscd/nscd.c (run_modes): Make named enum, reorder so that
42609         default is first entry.
42610         (run_mode): Set type.
42611         (main): Remove informal message about syslog.
42612         (options): Fix typo.
42614         [BZ #14053]
42615         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
42616         to asm.
42617         (lrint): Likewise.
42618         (llrintf): Likewise.
42619         (llrint): Likewise.
42620         (rint): Likewise.
42621         (rintf): Likewise.
42622         (nearbyint): Likewise.
42623         (nearbyintf): Likewise.
42625 2012-05-09  Andreas Jaeger  <aj@suse.de>
42626             Pedro Alves  <palves@redhat.com>
42628         * nscd/nscd.c (run_mode): Use enum.
42629         (main): Cleanup coding style issue.
42631 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
42632             Andreas Jaeger  <aj@suse.de>
42634         * nscd/nscd.c (go_background): Replaced with...
42635         (run_mode): ... this.
42636         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
42637         (options): Add -F --foreground.
42638         (main): Implement it.
42639         (parse_opt): Parse it.
42641 2012-05-09  Andreas Jaeger  <aj@suse.de>
42643         [BZ #14083]
42644         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
42645         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
42646         -Wconversion warning.
42647         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
42648         Likewise.
42650 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
42652         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
42653         == 0.
42654         (LC_ALL): Use macro-int-constant.
42655         (LC_COLLATE): Likewise.
42656         (LC_CTYPE): Likewise.
42657         (LC_MESSAGES): Likewise.
42658         (LC_MONETARY): Likewise.
42659         (LC_NUMERIC): Likewise.
42660         (LC_TIME): Likewise.
42661         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
42662         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42663         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42664         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
42665         Specify type.
42666         [C99-based standards] (float_t): Expect type.
42667         [C99-based standards] (double_t): Expect type.
42668         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
42669         type.
42670         [C99-based standards] (HUGE_VALL): Likewise.
42671         [C99-based standards] (INFINITY): Likewise.
42672         [C99-based standards] (NAN): Likewise.
42673         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
42674         [C99-based standards] (FP_NAN): Likewise.
42675         [C99-based standards] (FP_NORMAL): Likewise.
42676         [C99-based standards] (FP_SUBNORMAL): Likewise.
42677         [C99-based standards] (FP_ZERO): Likewise.
42678         [C99-based standards] (FP_FAST_FMA): Use
42679         optional-macro-int-constant.  Specify type.  Require == 1.
42680         [C99-based standards] (FP_FAST_FMAF): Likewise.
42681         [C99-based standards] (FP_FAST_FMAL): Likewise.
42682         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
42683         [C99-based standards] (FP_ILOGBNAN): Likewise.
42684         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
42685         Specify type.
42686         [C99-based standards] (MATH_ERREXCEPT): Likewise.
42687         [C99-based standards] (math_errhandling): Specify type.
42688         [ISO99 || ISO11] (signgam): Do not allow.
42689         [non-C99-based standards] (copysignf): Do not allow.
42690         [non-C99-based standards] (exp2f): Likewise.
42691         [non-C99-based standards] (log2f): Likewise.
42692         [non-C99-based standards] (modff): Allow.
42693         [non-C99-based standards] (erff): Do not allow.
42694         [non-C99-based standards] (erfcf): Likewise.
42695         [non-C99-based standards] (gammaf): Likewise.
42696         [non-C99-based standards] (hypotf): Likewise.
42697         [non-C99-based standards] (j0f): Likewise.
42698         [non-C99-based standards] (j1f): Likewise.
42699         [non-C99-based standards] (jnf): Likewise.
42700         [non-C99-based standards] (lgammaf): Likewise.
42701         [non-C99-based standards] (tgammaf): Likewise.
42702         [non-C99-based standards] (y0f): Likewise.
42703         [non-C99-based standards] (y1f): Likewise.
42704         [non-C99-based standards] (ynf): Likewise.
42705         [non-C99-based standards] (isnanf): Likewise.
42706         [non-C99-based standards] (acoshf): Likewise.
42707         [non-C99-based standards] (asinhf): Likewise.
42708         [non-C99-based standards] (atanhf): Likewise.
42709         [non-C99-based standards] (cbrtf): Likewise.
42710         [non-C99-based standards] (expm1f): Likewise.
42711         [non-C99-based standards] (ilogbf): Likewise.
42712         [non-C99-based standards] (log1pf): Likewise.
42713         [non-C99-based standards] (logbf): Likewise.
42714         [non-C99-based standards] (nextafterf): Likewise.
42715         [non-C99-based standards] (remainderf): Likewise.
42716         [non-C99-based standards] (rintf): Likewise.
42717         [non-C99-based standards] (scalbf): Likewise.
42718         [non-C99-based standards] (copysignl): Likewise.
42719         [non-C99-based standards] (exp2l): Likewise.
42720         [non-C99-based standards] (log2l): Likewise.
42721         [non-C99-based standards] (modfl): Allow.
42722         [non-C99-based standards] (erfl): Do not allow.
42723         [non-C99-based standards] (erfcl): Likewise.
42724         [non-C99-based standards] (gammal): Likewise.
42725         [non-C99-based standards] (hypotl): Likewise.
42726         [non-C99-based standards] (j0l): Likewise.
42727         [non-C99-based standards] (j1l): Likewise.
42728         [non-C99-based standards] (jnl): Likewise.
42729         [non-C99-based standards] (lgammal): Likewise.
42730         [non-C99-based standards] (tgammal): Likewise.
42731         [non-C99-based standards] (y0l): Likewise.
42732         [non-C99-based standards] (y1l): Likewise.
42733         [non-C99-based standards] (ynl): Likewise.
42734         [non-C99-based standards] (isnanl): Likewise.
42735         [non-C99-based standards] (acoshl): Likewise.
42736         [non-C99-based standards] (asinhl): Likewise.
42737         [non-C99-based standards] (atanhl): Likewise.
42738         [non-C99-based standards] (cbrtl): Likewise.
42739         [non-C99-based standards] (expm1l): Likewise.
42740         [non-C99-based standards] (ilogbl): Likewise.
42741         [non-C99-based standards] (log1pl): Likewise.
42742         [non-C99-based standards] (logbl): Likewise.
42743         [non-C99-based standards] (nextafterl): Likewise.
42744         [non-C99-based standards] (remainderl): Likewise.
42745         [non-C99-based standards] (rintl): Likewise.
42746         [non-C99-based standards] (scalbl): Likewise.
42747         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42748         [non-C99-based standards] (FP_*): Do not allow.
42749         [C99-based standards] (FP_*): Change to
42750         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42751         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42752         allow.
42753         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
42754         (SIG_ERR): Likewise.
42755         [X/Open-based standards] (SIG_HOLD): Likewise.
42756         (SIG_IGN): Likewise.
42757         (SIGABRT): Use macro-int-constant.  Specify type.  Require
42758         positive value.
42759         (SIGFPE): Likewise.
42760         (SIGILL): Likewise.
42761         (SIGINT): Likewise.
42762         (SIGSEGV): Likewise.
42763         (SIGTER): Likewise.
42764         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
42765         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
42766         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
42767         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
42768         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
42769         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
42770         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
42771         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
42772         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
42773         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
42774         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
42775         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
42776         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
42777         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
42778         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
42779         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
42780         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
42781         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
42782         [X/Open-based standards] (SIGTRAP): Likewise.
42783         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
42784         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
42785         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
42786         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
42787         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42788         allow.
42790 2012-05-08  Ian Wienand  <ianw@vmware.com>
42792         [BZ #14080]
42793         * time/tzset.c (__tzset_parse_tz): Update default rules for
42794         daylight time changes in the Energy Policy Act of 2005.
42796 2012-05-09  Andreas Jaeger  <aj@suse.de>
42798         [BZ #13983]
42799         * elf/ldconfig.c (parse_conf): Change string to make clear that
42800         ldconfig only issued a warning if ld.so.conf does not exist.
42802 2012-05-08  David S. Miller  <davem@davemloft.net>
42804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
42805         movxtod instead of popping the value on the stack.
42807         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42809 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
42811         * config.h.in: Add HAVE_ARM_PCS_VFP.
42813 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
42815         [BZ #13979]
42816         * include/features.h: Warn if user requests __FORTIFY_SOURCE
42817         checking but the checks are disabled for any reason.
42819 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
42821         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
42822         and ELF64_R_TYPE with ELFW(R_TYPE).
42824 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
42826         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
42827         (ulimit): Likewise.
42829         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
42830         (settimeofday): Likewise.
42832 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
42834         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
42835         a struct th_u2 inside the union, and move tu_block/tu_code into
42836         a new th_u3 union of tu_block/tu_code inside of that.  Move
42837         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
42838         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
42839         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
42840         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
42841         (th_stuff): Change to th_u1.tu_stuff.
42842         (th_data): Define.
42843         (th_msg): Change to th_u1.th_u2.tu_data.
42845 2012-05-07  David S. Miller  <davem@davemloft.net>
42847         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42849         [BZ #14074]
42850         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
42851         (SETUP_PIC_REG): Use it.
42852         (SETUP_PIC_REG_LEAF): Use it.
42854 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
42856         [BZ #13885]
42857         [BZ #13923]
42858         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42859         USE_AS_EXPM1L.
42860         (EXPL_FINITE): Likewise.
42861         (FLDLOG): Likewise.
42862         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42863         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42864         e_expl.S.
42865         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42866         USE_AS_EXPM1L.
42867         (EXPL_FINITE): Likewise.
42868         (FLDLOG): Likewise.
42869         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42870         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42871         e_expl.S.
42872         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
42873         test of -max_value argument for long double.
42874         * sysdeps/i386/fpu/libm-test-ulps: Update.
42875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42877 2012-05-06  David S. Miller  <davem@davemloft.net>
42879         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
42880         quad soft-float symbols whose references which are compiler
42881         generated.
42882         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
42884 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
42886         [BZ #13884]
42887         [BZ #13914]
42888         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42889         USE_AS_EXP10L.
42890         (EXPL_FINITE): Likewise.
42891         (FLDLOG): Likewise.
42892         (c0): Likewise.
42893         (c1): Likewise.
42894         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42895         Adjust comments for base varying.
42896         (__expl_finite): Change alias to EXPL_FINITE.
42897         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
42898         e_expl.S.
42899         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
42900         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
42901         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
42902         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
42903         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42904         USE_AS_EXP10L.
42905         (EXPL_FINITE): Likewise.
42906         (FLDLOG): Likewise.
42907         (c0): Likewise.
42908         (c1): Likewise.
42909         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42910         Adjust comments for base varying.
42911         (__expl_finite): Change alias to EXPL_FINITE.
42912         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
42913         tests for bugs.
42914         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42916         [BZ #14064]
42917         * math/libm-test.inc (check_float_internal): Correct ulp
42918         calculation for subnormal expected results.
42920 2012-05-06  Andreas Jaeger  <aj@suse.de>
42922         * Makeconfig (+math-flags): New, set to -frounding-math.
42923         (+cflags): Add +math-flags so that all of glibc gets compiled with
42924         it.
42926         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
42928 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
42930         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
42931         Disable one test.
42933         [BZ #13787]
42934         [BZ #13922]
42935         [BZ #14036]
42936         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
42937         (__ieee754_expl): Allow for and saturate large arguments.
42938         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
42939         (u_threshold): Likewise.
42940         (__exp): Call __ieee754_exp before checking for overflow and
42941         underflow.
42942         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
42943         (u_threshold): Likewise.
42944         (__expf): Call __ieee754_expf before checking for overflow and
42945         underflow.
42946         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
42947         (u_threshold): Likewise.
42948         (__expl): Call __ieee754_expl before checking for overflow and
42949         underflow.
42950         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
42951         (__ieee754_expl): Allow for and saturate large arguments.
42952         * math/libm-test.inc (exp_test): Add another test.  Do not allow
42953         missing overflow exception on overflow.
42954         (expm1_test): Do not allow missing overflow exception on overflow.
42956         * sysdeps/i386/fpu/e_expl.c: Move to ...
42957         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
42958         rather than using inline asm.
42959         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
42960         * sysdeps/x86_64/fpu/e_expl.S: Copy from
42961         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
42963         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
42964         (nice): Likewise.
42965         (poll): Likewise.
42966         (signal): Likewise.
42967         (time): Likewise.
42968         (times): Likewise.
42970 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
42972         * sysdeps/unix/syscalls.list (adjtime): Add entry from
42973         sysdeps/unix/common/syscalls.list.
42974         (fchmod): Likewise.
42975         (fchown): Likewise.
42976         (ftruncate): Likewise.
42977         (getrusage): Likewise.
42978         (gettimeofday): Likewise.
42979         (setpgid): Likewise.
42980         (setregid): Likewise.
42981         (setreuid): Likewise.
42982         (sigaction): Likewise.
42983         (truncate): Likewise.
42984         (vhangup): Likewise.
42985         * sysdeps/unix/common/syscalls.list: Remove file.
42986         * sysdeps/unix/bsd/Implies: Don't include unix/common.
42987         * sysdeps/unix/sysv/linux/Implies: Likewise.
42989 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
42991         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
42992         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
42993         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
42994         Moved to ...
42995         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
42996         Here.
42997         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
42998         to ...
42999         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43000         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43001         to ...
43002         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43003         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43004         to ...
43005         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43006         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43007         to ...
43008         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43009         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43010         to ...
43011         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43012         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43013         to ...
43014         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43015         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43016         to ...
43017         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43018         Here.
43019         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43020         to ...
43021         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43022         Here.
43023         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43024         to ...
43025         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43026         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43027         Moved to ...
43028         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43029         Here.
43030         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43031         to ...
43032         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43034 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43036         * sysdeps/unix/common/bits/dirent.h: Remove file.
43037         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43039         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43040         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43041         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43042         * sysdeps/unix/bsd/isatty.c: Likewise.
43043         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43044         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43045         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43047 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43049         [BZ #13563]
43050         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43051         long double comparison inaccuracies.
43052         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43053         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43055 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43057         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43058         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43060 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43062         [BZ #14049]
43063         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43064         nonzero digits before rounding a hex value.
43065         * stdlib/tst-strtod.c (tests): Add another test.
43067 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43069         * sysdeps/s390/fpu/libm-test-ulps: Update.
43071 2012-05-03  Andreas Jaeger  <aj@suse.de>
43073         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43074         does not get optimized out.
43075         (malloc_opt_barrier): New.
43077 2012-05-03  Andreas Jaeger  <aj@suse.de>
43078             Roland McGrath  <roland@hack.frob.com>
43080         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43081         intermediate file deletion.
43082         (generated): Add .symlist files.
43084 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43086         [BZ #13775]
43087         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43088         Redirect under this condition.
43089         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43090         [__USE_GNU] (__dprintf_chk): Not under this condition.
43091         [__USE_GNU] (__vdprintf_chk): Likewise.
43092         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43093         under this condition.
43094         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43095         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43096         [__USE_XOPEN2K8] (vdprintf): Likewise.
43097         [__USE_GNU] (__dprintf_chk): Not under this condition.
43098         [__USE_GNU] (__vdprintf_chk): Likewise.
43099         [__USE_GNU] (dprintf): Likewise.
43100         [__USE_GNU] (vdprintf): Likewise.
43102 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43104         * elf/Makefile (common-generated): Set this instead of generated for
43105         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43106         $(all-built-dso)-derived lists.
43108 2012-05-03  Andreas Jaeger  <aj@suse.de>
43110         * sysdeps/i386/fpu/libm-test-ulps: Update.
43112         * FAQ: Removed.
43113         * FAQ.in: Likewise.
43114         * scripts/gen-FAQ.pl: Likewise.
43115         * manual/install.texi (Installation): Point to online location of
43116         FAQ.
43117         * Makefile (files-for-dist): Remove FAQ.
43118         (FAQ): Remove.
43120 2012-05-02  Allan McRae  <allan@archlinux.org>
43122         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43123         (LDFLAGS-reldepmod5.so): Likewise.
43124         (LDFLAGS-reldep6mod1.so): Likewise.
43125         (LDFLAGS-reldep6mod4.so): Likewise.
43126         (LDFLAGS-reldep8mod3.so): Likewise.
43127         (LDFLAGS-unload4mod1.so): Likewise.
43128         (LDFLAGS-unload4mod2.so): Likewise.
43129         (LDFLAGS-tst-initorder): Likewise.
43130         (LDFLAGS-tst-initordera2.so): Likewise.
43131         (LDFLAGS-tst-initordera3.so): Likewise.
43132         (LDFLAGS-tst-initordera4.so): Likewise.
43133         (LDFLAGS-tst-initorderb2.so): Likewise.
43134         (LDFLAGS-noload): Likewise.
43135         (LDFLAGS-next): Likewise.
43136         (LDFLAGS-order2mod1.so): Likewise.
43137         (LDFLAGS-order2mod2.so): Likewise.
43138         (LDFLAGS-tst-initorder2): Likewise.
43139         (LDFLAGS-tst-initorder2a.so): Likewise.
43140         (LDFLAGS-tst-initorder2b.so): Likewise.
43141         (LDFLAGS-tst-initorder2c.so): Likewise.
43142         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43144 2012-05-02  David S. Miller  <davem@davemloft.net>
43146         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43148 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43150         [BZ #14055]
43151         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43153 2012-05-02  Andreas Jaeger  <aj@suse.de>
43155         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43156         since we manipulate rounding mode.
43157         (CPPFLAGS-test-idouble.c): Likewise.
43158         (CPPFLAGS-test-ifloat.c): Likewise.
43159         (CFLAGS-test-ldouble.c): Likewise.
43160         (CFLAGS-test-double.c): Likewise.
43161         (CFLAGS-test-float.c): Likewise.
43162         (CFLAGS-test-misc.c): Likewise.
43163         (CFLAGS-test-test-fenv.c): Likewise.
43165 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43167         [BZ #2550]
43168         [BZ #2570]
43169         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43170         comparisons to determine direction to adjust input.
43172 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43174         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43175         output to the target.
43177         * scripts/localplt.awk: New file.
43178         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43179         (check-localplt-CFLAGS): Variable removed.
43180         ($(all-built-dso:=.jmprel)): New static pattern rule.
43181         (generated): Add those targets.
43182         (localplt-built-dso): New variable.
43183         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43185         * elf/check-localplt.c: File removed.
43187         * scripts/check-execstack.awk: New file.
43188         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43189         (check-execstack-CFLAGS): Variable removed.
43190         ($(objpfx)check-execstack.h): Target removed.
43191         ($(objpfx)execstack-default): New target.
43192         (generated): Add that instead of check-execstack.h.
43193         ($(all-built-dso:=.phdr)): New static pattern rule.
43194         (generated): Add those targets.
43195         * elf/check-execstack.c: File removed.
43197         * scripts/check-textrel.awk: New file.
43198         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43199         (check-textrel-CFLAGS): Variable removed.
43200         (all-built-dso): Use := to define.o
43201         ($(all-built-dso:=.dyn)): New static pattern rule.
43202         (generated): Add those targets.
43203         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43204         * config.make.in (READELF): New substituted variable.
43205         * elf/check-textrel.c: File removed.
43207 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43209         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43210         allow.
43211         * conform/data/ctype.h-data [C99-based standards] (isblank):
43212         Expect function.
43213         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43214         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43215         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43216         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43217         Specify type.  Require positive value.
43218         (EILSEQ): Likewise.
43219         (ERANGE): Likewise.
43220         [ISO || POSIX] (EILSEQ): Do not expect.
43221         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43222         Specify type.  Require positive value.
43223         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43224         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43225         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43226         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43227         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43228         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43229         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43230         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43231         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43232         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43233         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43234         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43235         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43236         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43237         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43238         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43239         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43240         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43241         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43242         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43243         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43244         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43245         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43246         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43247         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43248         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43249         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43250         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43251         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43252         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43253         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43254         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43255         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43256         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43257         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43258         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43259         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43260         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43261         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43262         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43263         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43264         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43265         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43266         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43267         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43268         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43269         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43270         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43271         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43272         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43273         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43274         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43275         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43276         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43277         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43278         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43279         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43280         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43281         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43282         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43283         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43284         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43285         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43286         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43287         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43288         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43289         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43290         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43291         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43292         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43293         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43294         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43295         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43296         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43297         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43298         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43299         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43300         Require >= 2.
43301         (FLT_ROUNDS): Expect as macro, not constant.
43302         (FLT_MANT_DIG): Use macro-int-constant.
43303         (DBL_MANT_DIG): Likewise.
43304         (LDBL_MANT_DIG): Likewise.
43305         (FLT_DIG): Likewise.
43306         (DBL_DIG): Likewise.
43307         (LDBL_DIG): Likewise.
43308         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43309         (DBL_MIN_EXP): Likewise.
43310         (LDBL_MIN_EXP): Likewise.
43311         (FLT_MAX_EXP): Use macro-int-constant.
43312         (DBL_MAX_EXP): Likewise.
43313         (LDBL_MAX_EXP): Likewise.
43314         (FLT_MAX_10_EXP): Likewise.
43315         (DBL_MAX_10_EXP): Likewise.
43316         (LDBL_MAX_10_EXP): Likewise.
43317         (FLT_MAX): Use macro-constant.
43318         (DBL_MAX): Likewise.
43319         (LDBL_MAX): Likewise.
43320         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43321         (DBL_EPSILON): Likewise.
43322         (LDBL_EPSILON): Likewise.
43323         (FLT_MIN): Likewise.
43324         (DBL_MIN): Likewise.
43325         (LDBL_MIN): Likewise.
43326         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43327         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43328         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43329         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43330         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43331         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43332         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43333         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43334         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43335         [ISO11] (FLT_TRUE_MIN): Likewise.
43336         [ISO11] (LDBL_TRUE_MIN): Likewise.
43337         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43338         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43339         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43340         (SCHAR_MAX): Likewise.
43341         (UCHAR_MAX): Likewise.
43342         (CHAR_MIN): Likewise.
43343         (CHAR_MAX): Likewise.
43344         (MB_LEN_MAX): Use macro-int-constant.
43345         (SHRT_MIN): Use macro-int-constant.  Specify type.
43346         (SHRT_MAX): Likewise.
43347         (USHRT_MAX): Likewise.
43348         (INT_MAX): Likewise.
43349         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43350         bound negative.
43351         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43352         bound with "U".
43353         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43354         bound with "L".
43355         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43356         bound negative.  Suffix upper bound with "L".
43357         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43358         bound with "UL".
43359         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43360         Specify type.
43361         [C99-based standards] (LLONG_MAX): Likewise.
43362         [C99-based standards] (ULLONG_MAX): Likewise.
43363         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43364         == 0.
43365         [ISO11] (max_align_t): Require type.
43366         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43368         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43369         from $CFLAGS, without defining away __attribute__ calls.
43370         (checknamespace): Use $CFLAGS_namespace.
43372         * conform/conformtest.pl (@keywords): Only include C99 keywords
43373         for standards based on C99 or C11.
43375         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43376         Disable tests.
43377         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43378         UNIX98]: Likewise.
43380         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43381         usability of symbols in #if.
43383         * conform/conformtest.pl: If macro or constant types start
43384         "promoted:", expect the symbol to be of the following type
43385         promoted by the integer promotions.
43387         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43388         in one place.  Also handle "macro-constant".
43390         * conform/conformtest.pl: Only accept expected macro values with
43391         "==".  Parse all "macro" lines in one place.
43392         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43394         * conform/conformtest.pl: Handle braced types on "constant" lines
43395         instead of handling "typed-constant".
43396         * conform/data/signal.h-data: Use "constant" instead of
43397         "typed-constant".
43399         * conform/conformtest.pl: Handle "optional-" at start of lines in
43400         one place rather than duplicating several cases.  Handle each
43401         format of "macro" line with initial "optional-".
43403         * conform/conformtest.pl: Only accept expected constant or
43404         optional-constant values with "==".  Parse all "constant" lines in
43405         one place.  Parse all "optional-constant" lines in one place.
43406         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43407         * conform/data/fmtmsg.h-data: Likewise.
43408         * conform/data/netinet/in.h-data: Likewise.
43409         * conform/data/tar.h-data: Likewise.
43410         * conform/data/limits.h-data: Use "==" form on "constant" and
43411         "optional-constant" lines.
43413         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43414         Use -std=c99 for XOPEN2K.
43415         (@knownproblems): Remove.
43416         (newtoken): Don't check %isknown.
43418         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43419         Do not expect macro.
43420         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43421         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43422         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43423         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43424         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43425         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43426         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43427         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43428         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43429         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43430         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43431         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43432         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43433         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43434         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43435         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43436         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43437         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43438         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43439         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43440         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43441         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43442         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43443         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43444         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43445         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43446         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43447         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43448         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43449         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43450         [XPG3] (acosh): Likewise.
43451         [XPG3] (asinh): Likewise.
43452         [XPG3] (atanh): Likewise.
43453         [XPG3] (cbrt): Likewise.
43454         [XPG3] (expm1): Likewise.
43455         [XPG3] (ilogb): Likewise.
43456         [XPG3] (log1p): Likewise.
43457         [XPG3] (logb): Likewise.
43458         [XPG3] (nextafter): Likewise.
43459         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43460         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43461         [XPG3] (remainder): Likewise.
43462         [XPG3] (rint): Likewise.
43463         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43464         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43465         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43466         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43467         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43468         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43469         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43470         [UNIX98 || XOPEN2K] (scalb): Expect.
43471         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43472         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43473         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43474         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43475         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43476         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43477         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43478         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43479         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43480         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43481         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43482         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43483         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43484         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43485         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43486         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43487         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43488         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43489         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43490         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43491         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43492         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43493         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43494         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43495         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43496         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43497         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43498         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43499         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43500         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43501         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43502         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43503         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43504         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43505         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43506         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43507         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43508         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43509         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43510         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43511         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43512         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43513         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43514         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43515         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43516         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43517         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43518         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43519         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43520         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43521         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43522         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43523         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43524         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43525         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43526         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43527         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43528         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43529         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43530         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43531         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43532         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43533         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43534         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43535         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43536         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43537         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43538         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43539         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43540         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43541         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43542         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43543         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43544         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43545         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43546         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43547         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43548         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43549         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43550         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43551         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43552         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43553         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43554         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43555         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43556         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43557         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43558         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43559         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43560         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43561         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43562         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43563         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43564         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43565         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43566         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43567         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43568         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43569         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43570         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43571         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43572         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43573         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43574         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43575         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43576         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43577         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43578         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43579         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43580         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43581         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43582         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43583         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43584         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43585         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43586         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43587         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43588         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43589         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43590         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43591         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43592         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43593         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43594         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43595         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43596         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43597         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43598         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43599         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43600         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43601         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43602         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43603         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43604         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43605         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43606         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43607         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43609         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43610         _XOPEN_SOURCE_EXTENDED for XPG4.
43612         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
43614         * Makeconfig (localtime): Remove variable.
43615         (inst_localtime-file): Likewise.
43617 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
43620         Update.
43621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43622         Update.
43623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
43624         Update.
43625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
43626         Update.
43627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
43628         Update.
43629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
43630         Update.
43631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43632         Update.
43633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
43634         Update.
43635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43636         Update.
43638 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43640         [BZ #2550]
43641         [BZ #2570]
43642         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
43643         comparisons to determine direction to adjust input.
43644         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
43645         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
43646         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
43647         Likewise.
43648         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
43649         Likewise.
43650         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
43651         Likewise.
43652         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
43653         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
43654         Likewise.
43655         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
43656         Likewise.
43657         * math/libm-test.inc (nexttoward_test): Add more tests.
43659 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43661         [BZ #14040]
43662         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
43663         in version GLIBC_2.1, not GLIBC_2.0.
43664         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
43665         Likewise.
43667 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
43669         [BZ #13942]
43670         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
43671         (1 - x) * (1 + x).
43672         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43673         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
43674         * math/libm-test.inc (acos_test): Add more tests.
43675         (asin_test): Likewise.
43676         * sysdeps/i386/fpu/libm-test-ulps: Update.
43677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43679         [BZ #14034]
43680         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
43681         of square root.
43682         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
43683         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43684         * math/libm-test.inc (acos_test_tonearest): New function.
43685         (acos_test_towardzero): Likewise.
43686         (acos_test_downward): Likewise.
43687         (acos_test_upward): Likewise.
43688         (asin_test_tonearest): Likewise.
43689         (asin_test_towardzero): Likewise.
43690         (asin_test_downward): Likewise.
43691         (asin_test_upward): Likewise.
43692         (main): Call the new functions.
43693         * sysdeps/i386/fpu/libm-test-ulps: Update.
43694         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43696         [BZ #13884]
43697         [BZ #13924]
43698         * math/e_exp10.c: Include <float.h>.
43699         (__ieee754_exp10): Handle underflow here rather than multiplying
43700         large negative argument by M_LN10.
43701         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
43702         of __ieee754_expf.
43703         * math/e_exp10l.c: Include <float.h>.
43704         (__ieee754_exp10l): Handle underflow here rather than multiplying
43705         large negative argument by M_LN10l.
43706         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
43707         spurious overflow exception on underflow.
43709 2012-04-29  Marek Polacek  <polacek@redhat.com>
43711         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
43712         (__fortify_function): New macro.
43713         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
43714         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
43715         __extern_always_inline.
43716         * libio/bits/stdio2.h: Likewise.
43717         * libio/bits/stdio.h: Likewise.
43718         * string/string.h: Likewise.
43719         * string/bits/string3.h: Likewise.
43720         * include/stdio.h: Likewise.
43721         * stdlib/bits/stdlib.h: Likewise.
43722         * stdlib/stdlib.h: Likewise.
43723         * rt/bits/mqueue2.h: Likewise.
43724         * rt/mqueue.h: Likewise.
43725         * posix/bits/unistd.h: Likewise.
43726         * posix/unistd.h: Likewise.
43727         * io/bits/poll2.h: Likewise.
43728         * io/bits/fcntl2.h: Likewise.
43729         * io/fcntl.h: Likewise.
43730         * io/sys/poll.h: Likewise.
43731         * misc/bits/syslog.h: Likewise.
43732         * misc/bits/syslog-ldbl.h: Likewise.
43733         * misc/sys/syslog.h: Likewise.
43734         * socket/bits/socket2.h: Likewise.
43735         * socket/sys/socket.h: Likewise.
43736         * debug/tst-chk1.c: Likewise.
43737         * wcsmbs/bits/wchar2.h: Likewise.
43738         * wcsmbs/bits/wchar-ldbl.h: Likewise.
43739         * wcsmbs/wchar.h: Likewise.
43741 2012-04-29  Andreas Jaeger  <aj@suse.de>
43743         * Makerules (tests): Remove enable-check-abi protection.
43744         (check-abi-warn): Remove.
43745         (check-abi-%): Remove check-abi-warn usage.
43747         * configure.in: Remove check-abi configure option.
43748         * configure: Regenerated.
43749         * config.make.in (enable-check-abi): Remove.
43751 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
43753         [BZ #14033]
43754         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
43755         double functions to double *_finite functions.
43757         [BZ #13941]
43758         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
43759         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
43760         LDBL_MIN_EXP.
43761         * stdio-common/Makefile (tests): Add tst-sprintf3.
43762         * stdio-common/tst-sprintf3.c: New file.
43764         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
43765         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
43767 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43769         * conform/conformtest.pl: Remove duplicate typed-constant
43770         handling.
43772 2012-04-28  David S. Miller  <davem@davemloft.net>
43774         * Makerules (%.abilist): Add vpath on sysdep_dirs.
43775         (check-abi-%): Remove AWK script prerequisite and explicit
43776         abilist directory.
43777         (check-abi): Rewrite to just diff the symlist with the abilist.
43778         (config-tls, config-abi-config): Delete, no longer used.
43779         (update-abi-%): Remove AWK script and explicit abilist directory.
43780         (update-abi): Rewrite to simply compare and conditionally copy the
43781         symlist and the sysdep abilist file.  Remove update-abi-config
43782         checks.
43783         * abilist/ld.abilist: Remove.
43784         * abilist/libBrokenLocale.abilist: Remove.
43785         * abilist/libanl.abilist: Remove.
43786         * abilist/libcrypt.abilist: Remove.
43787         * abilist/libdl.abilist: Remove.
43788         * abilist/librt.abilist: Remove.
43789         * abilist/libthread_db.abilist: Remove.
43790         * abilist/libutil.abilist: Remove.
43791         * scripts/extract-abilist.awk: Remove.
43792         * scripts/merge-abilist.awk: Remove.
43793         * sysdeps/generic/libcidn.abilist: New file.
43794         * sysdeps/generic/libnss_compat.abilist: New file.
43795         * sysdeps/generic/libnss_db.abilist: New file.
43796         * sysdeps/generic/libnss_dns.abilist: New file.
43797         * sysdeps/generic/libnss_files.abilist: New file.
43798         * sysdeps/generic/libnss_hesiod.abilist: New file.
43799         * sysdeps/generic/libnss_nis.abilist: New file.
43800         * sysdeps/generic/libnss_nisplus.abilist: New file.
43801         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
43802         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
43803         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
43804         file.
43805         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
43806         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
43807         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
43808         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
43809         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
43810         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
43811         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
43812         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
43813         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
43814         file.
43815         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
43816         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
43817         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
43818         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
43819         file.
43820         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
43821         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
43822         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
43823         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
43824         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
43825         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
43826         file.
43827         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
43828         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
43829         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
43830         file.
43831         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
43832         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
43833         New file.
43834         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
43835         New file.
43836         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
43837         New file.
43838         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
43839         New file.
43840         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
43841         New file.
43842         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
43843         New file.
43844         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
43845         New file.
43846         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
43847         New file.
43848         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
43849         New file.
43850         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
43851         New file.
43852         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
43853         New file.
43854         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
43855         New file.
43856         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
43857         New file.
43858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
43859         file.
43860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
43861         New file.
43862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
43863         New file.
43864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
43865         file.
43866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
43867         New file.
43868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
43869         New file.
43870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
43871         file.
43872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
43873         New file.
43874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43875         New file.
43876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
43877         New file.
43878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
43879         New file.
43880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
43881         New file.
43882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
43883         New file.
43884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
43885         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
43886         file.
43887         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
43888         New file.
43889         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
43890         file.
43891         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
43892         file.
43893         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
43894         file.
43895         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
43896         file.
43897         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
43898         file.
43899         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43900         New file.
43901         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
43902         file.
43903         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
43904         file.
43905         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
43906         New file.
43907         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
43908         file.
43909         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
43910         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
43911         file.
43912         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
43913         New file.
43914         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
43915         file.
43916         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
43917         file.
43918         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
43919         file.
43920         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
43921         file.
43922         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
43923         file.
43924         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43925         New file.
43926         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
43927         file.
43928         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
43929         file.
43930         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
43931         New file.
43932         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
43933         file.
43934         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
43935         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
43936         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
43937         file.
43938         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
43939         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
43940         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
43941         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
43942         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
43943         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
43944         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
43945         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
43946         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
43947         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
43948         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
43949         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
43950         file.
43951         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
43952         New file.
43953         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
43954         file.
43955         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
43956         file.
43957         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
43958         file.
43959         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
43960         file.
43961         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
43962         file.
43963         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
43964         New file.
43965         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
43966         New file.
43967         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
43968         file.
43969         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
43970         New file.
43971         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
43972         file.
43973         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
43974         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
43975         file.
43976         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
43977         New file.
43978         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
43979         file.
43980         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
43981         file.
43982         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
43983         file.
43984         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
43985         file.
43986         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
43987         file.
43988         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
43989         New file.
43990         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
43991         New file.
43992         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
43993         file.
43994         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
43995         New file.
43996         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
43997         file.
43999 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44001         * conform/conformtest.pl: Fix typo in handling typed-constant from
44002         allow-header.
44004 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44006         * README: Cut down references to pre-2.6 Linux kernels and
44007         Linuxthreads.  Update lists of configurations in libc and ports
44008         and sort alphabetically.  Say "or newer" with Linux kernel version
44009         requirements.
44011         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44013 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44015         [BZ #887]
44016         * math/libm-test.inc (logb_test_downward): New test to expose
44017         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44018         rounding mode.
44020 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44022         [BZ #14027]
44023         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44024         to be done.
44025         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44026         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44028 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44030         * sysdeps/unix/i386/brk.S: Remove file.
44031         * sysdeps/unix/i386/dl-brk.S: Likewise.
44032         * sysdeps/unix/i386/pipe.S: Likewise.
44033         * sysdeps/unix/i386/sigreturn.S: Likewise.
44034         * sysdeps/unix/i386/syscall.S: Likewise.
44035         * sysdeps/unix/i386/vfork.S: Likewise.
44036         * sysdeps/unix/i386/wait.S: Likewise.
44038         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44039         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44041         * configure.in (arm*-none*): Do not allow without
44042         --enable-hacker-mode.
44043         (netbsd*): Remove case setting base_os.
44044         (386bsd*): Likewise.
44045         (freebsd*): Likewise.
44046         (bsdi*): Likewise.
44047         (osf*): Likewise.
44048         (sunos*): Likewise.
44049         (ultrix*): Likewise.
44050         (newsos*): Likewise.
44051         (dynix*): Likewise.
44052         (*bsd*): Likewise.
44053         (sysv*): Likewise.
44054         (isc*): Likewise.
44055         (esix*): Likewise.
44056         (sco*): Likewise.
44057         (minix*): Likewise.
44058         (irix4*): Likewise.
44059         (irix6*): Likewise.
44060         (solaris[2-9]*): Likewise.
44061         (none): Likewise.
44062         * configure: Regenerated.
44064 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44066         [BZ #11521]
44067         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44068         overflow or cancellation in calculating denominator.
44069         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44070         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44071         down expression to avoid unexpected rounding in newer GCCs.
44072         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44074 2012-04-26  David S. Miller  <davem@davemloft.net>
44076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44077         long-double compat symbols.
44078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44083         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44084         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44085         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44086         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44087         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44088         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44089         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44090         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44092 2012-04-25  David S. Miller  <davem@davemloft.net>
44094         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44095         HWCAP_* values only after the memory barriers have been defined.
44096         (atomic_full_barrier): Define.
44097         (atomic_read_barrier): Define.
44098         (atomic_write_barrier): Define.
44100 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44102         * shlib-versions: Add libgcc_s version information.
44103         * sysdeps/generic/libgcc_s.h: Remove.
44104         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44105         libgcc_s.h.
44106         * sysdeps/gnu/unwind-resume.c: Likewise.
44107         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44109 2012-04-25  David S. Miller  <davem@davemloft.net>
44111         * sysdeps/unix/sparc/brk.S: Delete.
44112         * sysdeps/unix/sparc/dl-brk.S: Delete.
44113         * sysdeps/unix/sparc/pipe.S: Delete.
44114         * sysdeps/unix/sparc/sysdep.S: Delete.
44115         * sysdeps/unix/sparc/sysdep.h: Delete.
44116         * sysdeps/unix/sparc/vfork.S: Delete.
44117         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44118         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44119         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44120         (ret_ERRVAL, r0, r1, MOVE): Define.
44121         (JUMPTARGET): Remove.
44122         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44123         sysdeps/unix/sparc/sysdep.h
44124         (ENTRY, END): Remove.
44125         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44127 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44129         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44130         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44131         -DIS_IN_build.
44133         * timezone/README: Update upstream location and email address for
44134         tzcode and tzdata.
44135         * timezone/zdump.c: Update from tzcode 2012b.
44136         * timezone/zic.c: Likewise.
44138         * configure.in (libc_cv_as_needed): Remove test.
44139         * configure: Regenerated.
44140         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44141         conditional definition.
44142         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44143         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44144         * config.make.in (have-as-needed): Remove variable.
44146 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44147             Paul Pluzhnikov  <ppluzhnikov@google.com>
44149         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44150         strings correctly.
44152 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44154         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44155         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44156         * sysdeps/sh/strlen.S: Likewise.
44158 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44160         * sysdeps/unix/fork.S: Remove file.
44161         * sysdeps/unix/i386/fork.S: Likewise.
44162         * sysdeps/unix/sparc/fork.S: Likewise.
44164         * sysdeps/unix/system.c: Remove file.
44165         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44167         * sysdeps/unix/getegid.S: Remove file.
44168         * sysdeps/unix/geteuid.S: Likewise.
44170 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44172         * scripts/check-localplt.awk: New file.
44173         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44174         of diff.
44175         * scripts/data/localplt-generic.data: Add a comment.
44177         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44178         NODE when __dir_mkfile failed.
44179         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44180         Reported by Ludovic Courtès <ludo@gnu.org>.
44182 2012-04-24  Andreas Jaeger  <aj@suse.de>
44184         * Makerules (common-clean): Also remove gen-as-const-headers
44185         files.
44187 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44189         * Makerules (native-compile): Do not change working directory for
44190         build.  Use $(OUTPUT_OPTION) in command.
44191         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44193 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44195         [BZ #13886]
44196         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44197         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44198         * math/libm-test.inc (floor_test): Add more tests.
44199         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44201 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44203         * sysdeps/unix/getdents.c: Remove file.
44204         * sysdeps/unix/sysv/getdents.c: Likewise.
44205         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44207         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44208         sysdeps/unix/mman/syscalls.list.
44209         (mmap): Likewise.
44210         (mprotect): Likewise.
44211         (msync): Likewise.
44212         (munmap): Likewise.
44213         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44214         * sysdeps/unix/mman/syscalls.list: Remove.
44215         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44217         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44218         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44219         * configure: Regenerated.
44220         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44221         $(libgcc_s_suffix).
44222         * config.make.in (libgcc_s_suffix): Remove variable.
44224 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44226         * sysdeps/unix/sysv/gethostname.c: Move to ...
44227         * sysdeps/posix/gethostname.c: ... here.
44229         * sysdeps/unix/execve.S: Remove file.
44231         * sysdeps/unix/_exit.S: Remove file.
44233 2012-04-23  Andreas Jaeger  <aj@suse.de>
44235         [BZ #13739]
44236         * manual/Makefile: Remove make dist support, there's no
44237         need for a stand-alone documentation tar ball.
44238         (TEXI2DVI): Define always, it's not in Makeconfig.
44239         (dist): Removed.
44240         (tar-it): Removed.
44241         (edition): Removed.
44242         (glibc-doc-$(edition).tar): Removed
44243         (%.Z): Removed.
44244         (%.gz): Removed.
44245         (%.uu): Removed.
44246         (ETAGS): Remove, it's in Makeconfig.
44247         (move-if-change): Remove, it's in Makeconfig.
44249 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44251         [BZ #13970]
44252         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44253         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44254         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44255         (strtod_l, strtof_l, strtold_l): Remove __wur.
44256         It is not necessarily an error to ignore strtol's return value.
44257         One can reliably look at the stored endptr to decide whether
44258         the number had valid syntax.
44260 2012-04-21  Andreas Jaeger  <aj@suse.de>
44262         [BZ #13739]
44263         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44265 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44267         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44268         * sysdeps/unix/sysv/Versions: Remove file.
44270 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44272         [BZ #13927]
44273         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44275 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44277         [BZ #7064]
44278         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44279         version from __vm86.
44281 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44283         * sysdeps/unix/common/lxstat.c: Remove file.
44284         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44286         * sysdeps/unix/sysv/Makefile: Remove file.
44288         * sysdeps/unix/sysv/direct.h: Remove file.
44290         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44291         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44292         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44293         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44294         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44295         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44296         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44298         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44300         * sysdeps/unix/xmknod.c: Remove file.
44301         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44303         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44305         * sysdeps/unix/sysv/i386/time.S: Remove file.
44307         * sysdeps/unix/fxstat.c: Remove file.
44308         * sysdeps/unix/xstat.c: Likewise.
44309         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44311         * sysdeps/unix/sysv/sigaction.c: Remove file.
44313         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44314         (sysdep_headers): Remove variable.
44315         [termio.h not in sysdep_headers] (generated): Likewise.
44316         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44317         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44318         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44319         * sysdeps/unix/sysv/tcflow.c: Likewise.
44320         * sysdeps/unix/sysv/tcflush.c: Likewise.
44321         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44322         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44323         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44324         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44325         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44327         * sysdeps/unix/siglist.c: Remove file.
44329         * sysdeps/unix/getppid.S: Remove file.
44331         * sysdeps/unix/mkdir.c: Remove file.
44332         * sysdeps/unix/rmdir.c: Likewise.
44334 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44336         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44337         ERR_MAX value.
44338         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44339         errlist-compat value.
44341 2012-04-18  David S. Miller  <davem@davemloft.net>
44343         * sysdeps/generic/memcopy.h (reg_char): Delete.
44344         * debug/strcat_chk.c: Use char, not reg_char.
44345         * debug/strcpy_chk.c: Likewise.
44346         * debug/strncat_chk.c: Likewise.
44347         * debug/strncpy_chk.c: Likewise.
44348         * string/memchr.c: Likewise.
44349         * string/memrchr.c: Likewise.
44350         * string/rawmemchr.c: Likewise.
44351         * string/strcat.c: Likewise.
44352         * string/strchr.c: Likewise.
44353         * string/strchrnul.c: Likewise.
44354         * string/strcmp.c: Likewise.
44355         * string/strcpy.c: Likewise.
44356         * string/strncat.c: Likewise.
44357         * string/strncmp.c: Likewise.
44358         * string/strncpy.c: Likewise.
44360 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44362         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44363         __builtin_memcopy is called when src and dest ranges are known to not
44364         overlap.
44366 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44368         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44369         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44370         fwd_align_merge macro call.
44371         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44372         bwd_align_merge macro call.
44373         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44375 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44377         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44378         bwd_align_merge macros.
44379         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44380         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44381         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44383 2012-04-18  David S. Miller  <davem@davemloft.net>
44385         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44387 2012-04-18  Andreas Jaeger  <aj@suse.de>
44389         [BZ# 6794]
44390         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44391         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44392         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44394         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44395         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44396         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44398         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44399         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44400         Adjust for changed ldbl-128 files.
44402         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44403         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44404         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44406 2012-04-17  David S. Miller  <davem@davemloft.net>
44408         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44410 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44412         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44413         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44414         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44415         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44416         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44417         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44419 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44421         [BZ #6794]
44422         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44423         * math/libm-test.inc: Add ilogb errno and exception tests.
44424         * math/w_ilogb.c: New file: ilogb wrapper.
44425         * math/w_ilogbf.c: New file: ilogbf wrapper.
44426         * math/w_ilogbl.c: New file: ilogbl wrapper.
44427         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44428         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44429         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44430         exception being thrown with 0.0 as argument.
44431         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44432         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44433         exception being thrown with 0.0 as argument.
44434         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44435         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44436         exception being thrown with 0.0 as argument.
44437         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44438         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44439         exception being thrown with 0.0 as argument.
44440         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44441         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44442         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44443         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44444         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44445         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44446         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44447         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44448         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44450 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44452         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44453         with altivec.
44455 2012-04-16  Marek Polacek  <polacek@redhat.com>
44457         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44459 2012-04-16  Marek Polacek  <polacek@redhat.com>
44461         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44462         operands of fdivp instruction.
44464 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44466         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44467         * elf/tst-auditmod3b.c: Likewise.
44468         * elf/tst-auditmod4b.c: Likewise.
44469         * elf/tst-auditmod5b.c: Likewise.
44470         * elf/tst-auditmod6b.c: Likewise.
44471         * elf/tst-auditmod6c.c: Likewise.
44472         * elf/tst-auditmod7b.c: Likewise.
44473         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44474         * sysdeps/x86_64/preconfigure.in: Likewise.
44475         * sysdeps/x86_64/preconfigure: Regenerated.
44477 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44479         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44480         __ILP32__.
44482 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44484         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44485         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44487 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44489         [BZ #13973]
44490         * locale/iso-639.def: Fix gl language name. Spotted by
44491         Yaron Shahrabani.
44493 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44495         [BZ #2074]
44496         * libio/libio.h (__io_write_fn): Update comment.
44498 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44500         [BZ #2074]
44501         * stdio.texi (Hook Functions): The user provided writer function
44502         is not allowed to return -1.
44504 2012-04-11  David S. Miller  <davem@davemloft.net>
44506         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44508 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44510         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44511         Add a leading slash to rtkaio.
44513 2012-04-11  Jim Meyering  <meyering@redhat.com>
44515         [BZ #11959]
44516         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44517         It is not necessarily an error to ignore fwrite's return
44518         value.  One can reliably use ferror to test for errors after
44519         the fact.
44521 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44523         * bits/types.h (__snseconds_t): New type.
44524         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44526         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44527         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44528         (__SNSECONDS_T_TYPE): Likewise.
44529         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44530         (__SNSECONDS_T_TYPE): Likewise.
44531         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44532         (__SNSECONDS_T_TYPE): Likewise.
44534 2012-04-10  Andreas Jaeger  <aj@suse.de>
44536         [BZ #2636]
44537         * manual/time.texi (Processor Time): Return type of times is
44538         elapsed real time since an arbitrary point in the past.
44539         (CPU Time): Move CLK_TCK from here...
44540         (Processor Time): ...to here.  Correct description.
44541         * manual/conf.texi (Constants for Sysconf): Correct description of
44542         _SC_CLK_TCK.
44544 2012-04-10  David S. Miller  <davem@davemloft.net>
44546         [BZ #13967]
44547         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44548         where the is a gap between DT_REL(A) and DT_JMPREL.
44550 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44552         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44553         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44554         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44556 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44558         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44559         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44560         (dl_main): Handle --inhibit-cache.
44561         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44562         _dl_inhibit_cache.
44563         * elf/dl-load.c (_dl_map_object): Use it.
44564         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44566 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44568         [BZ #13872]
44569         * sysdeps/i386/fpu/e_powl.S (p78): New object.
44570         (__ieee754_powl): Saturate large exponents rather than testing for
44571         overflow of y*log2(x).
44572         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44573         * math/libm-test.inc (pow_test): Do not permit spurious overflow
44574         exceptions.
44576         [BZ #11521]
44577         * math/s_ctan.c: Include <float.h>.
44578         (__ctan): Avoid internal overflow or cancellation in calculating
44579         denominator.
44580         * math/s_ctanf.c: Likewise.
44581         * math/s_ctanl.c: Likewise.
44582         * math/s_ctanh.c: Likewise.
44583         * math/s_ctanhf.c: Likewise.
44584         * math/s_ctanhl.c: Likewise.
44585         * math/libm-test.inc (ctan_test): Add more tests.
44586         (ctanh_test): Likewise.
44587         * sysdeps/i386/fpu/libm-test-ulps: Update.
44588         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44590 2012-04-09  Andreas Jaeger  <aj@suse.de>
44592         [BZ #6894]
44593         * manual/filesys.texi (Directory Entries): Mention that d_namlen
44594         is an optional BSD extension.
44596         [BZ #10254]
44597         * manual/stdio.texi (Opening Streams): Document additional fopen
44598         parameters.
44600 2012-04-09  Roland McGrath  <roland@hack.frob.com>
44602         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44603         %eax without telling the compiler.
44605 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
44607         [BZ # 13963]
44608         * manual/install.texi: Use sourceware.org.
44610 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44612         [BZ #13873]
44613         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
44614         (__ieee754_pow): Generate overflow and underflow using huge*huge
44615         and tiny*tiny rather than just returning constant infinity or zero
44616         for large exponents.
44617         * math/libm-test.inc (pow_test): Require overflow exceptions for
44618         applicable cases of large exponents.
44620         [BZ #706]
44621         * sysdeps/i386/fpu/e_pow.S (p10): New object.
44622         (__ieee754_pow): Use iterative multiplication algorithm only for
44623         integer exponents with absolute value below 1024.  Check for odd
44624         integer exponents when using algorithm for real exponents.
44625         * math/libm-test.inc (pow_test): Add more tests.
44626         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44628 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
44630         [BZ #13705]
44631         * math/libm-test.inc (exp_test): Do not allow overflow exception
44632         on underflow test.
44634 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
44636         [BZ #13705]
44637         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
44638         instead of __kernel_standard_f.
44640 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
44642         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
44643         * sysdeps/x86_64/memset_chk.S: Likewise.
44645 2012-04-08  Andreas Jaeger  <aj@suse.de>
44647         [BZ #10153]
44648         * manual/startup.texi (Environment Access): Describe return value
44649         for putenv and setenv.
44651         [BZ #6895]
44652         * manual/filesys.texi (Directory Entries): Add description for
44653         DT_LNK.
44655         [BZ #6890]
44656         * manual/filesys.texi (Directory Entries): Clarify that it's file
44657         system not operating system in the description of DT_UNKNOWN.
44659         [BZ #6578]
44660         * manual/syslog.texi (closelog): Fix reference, it's openlog.
44662 2012-04-08  Stephen Compall  <s11@member.fsf.org>
44664         [BZ #6649]
44665         * manual/llio.texi (Opening and Closing Files): Add cross
44666         reference to explain mode argument.
44668 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
44670         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
44671         * sysdeps/x86_64/memset_chk.S: Likewise.
44673 2012-04-07  David S. Miller  <davem@davemloft.net>
44675         * elf/elf.h (R_SPARC_WDISP10): Define.
44676         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
44677         R_SPARC_SIZE32.
44678         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
44679         R_SPARC_SIZE64 and R_SPARC_H34.
44681 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
44683         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
44684         conditions and remove no longer applicable assertion.
44686 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44688         * bits/byteswap.h: Include <features.h>.
44689         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44690         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44692 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44694         * bits/byteswap.h (__bswap_16): Removed.
44695         Include <bits/byteswap-16.h> to get __bswap_16.
44696         * sysdeps/i386/bits/byteswap.h: Likewise.
44697         * sysdeps/s390/bits/byteswap.h: Likewise.
44698         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44699         * bits/byteswap-16.h: New file.
44700         * sysdeps/i386/bits/byteswap-16.h: Likewise.
44701         * sysdeps/s390/bits/byteswap-16.h: Likewise.
44702         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
44703         * string/Makefile (headers): Add bits/byteswap-16.h.
44705 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
44707         [BZ #13895]
44708         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
44709         extra indirection.
44710         * nss/Makefile (tests-static, tests): Add tst-nss-static.
44711         * nss/tst-nss-static.c: New.
44713 2012-04-06  Robert Millan  <rmh@gnu.org>
44715         [BZ #6486]
44716         * manual/llio.texi (File Position Primitive): lseek
44717         refers to WHENCE when it really means OFFSET.
44719 2012-04-06  Andreas Jaeger  <aj@suse.de>
44721         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
44722         strncmp declarations.
44724         * abilist/libc.abilist: Add __poll and __ppoll.
44726 2012-04-05  David S. Miller  <davem@davemloft.net>
44728         * scripts/check-local-headers.sh: Accept a host triplet in the
44729         path matched by the exclude regexp.
44731         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
44732         definition.
44733         * sysdeps/powerpc/powerpc32/dl-machine.h
44734         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
44735         * sysdeps/s390/s390-32/dl-machine.h
44736         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44737         * sysdeps/sparc/sparc32/dl-machine.h
44738         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44739         * sysdeps/sparc/sparc64/dl-machine.h
44740         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44742         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
44743         lazy binding.
44744         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
44745         undefined symbol errors.
44747         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
44748         DT_NEEDED entries.
44750 2012-04-05  Michael Matz  <matz@suse.de>
44752         [BZ #13592]
44753         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
44755 2012-04-05  Andreas Jaeger  <aj@suse.de>
44757         [BZ #13908]
44758         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
44759         comment.
44761 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44763         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
44764         which ROUND is no valid rounding mode.
44766 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44768         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
44769         read again.
44770         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
44772 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44774         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
44775         an exception using FPU order intentionally.
44777 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44779         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
44780         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
44781         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
44782         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
44784 2012-04-05  Simon Josefsson  <simon@josefsson.org>
44786         [BZ #12340]
44787         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
44788         EINVAL when BUFLEN is too smal.
44790 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
44792         [BZ #13553]
44793         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
44794         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
44796 2012-04-03  Andreas Jaeger  <aj@suse.de>
44798         [BZ #13938]
44799         * manual/setjmp.texi (System V contexts): Fix sentence.
44801         [BZ #13926]
44802         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
44803         New macro for this case.
44804         [!__GNUC__] (__bswap_64): New inline function for this case.
44805         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44806         * bits/byteswap.h: Likewise.
44807         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
44808         ull, guard with __GLIBC_HAVE_LONG_LONG.
44810         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
44811         __GLIBC_HAVE_LONG_LONG.
44813         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
44814         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
44816 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
44818         [BZ #13691]
44819         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
44820         inptr and inend, rather than using last_ch.
44822 2012-04-02  David S. Miller  <davem@davemloft.net>
44824         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
44825         * stdio-common/printf-parse.h (read_int): Change return type to
44826         'int', return -1 on INT_MAX overflow.
44827         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
44828         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
44829         overflows INT_MAX.  Check for overflow of in-format-string precision
44830         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
44831         SIZE_MAX not INT_MAX for integer overflow test.
44832         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
44833         skip the construct in the format string but do not record anything.
44834         * stdio-common/bug22.c: Adjust to test both width/prevision
44835         INT_MAX overflow as well as total length INT_MAX overflow.  Check
44836         explicitly for proper errno values.
44838 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44840         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
44841         CHAR_MAX.
44842         * string/test-strcmp.c [! WIDE]: Likewise.
44843         * time/tst-mktime2.c: Likewise for INT_MAX.
44844         * string/test-string.h: #include <sys/param.h> for MIN.
44846         * csu/init-first.c (__libc_init_first): Call __ctype_init.
44847         * sysdeps/i386/init-first.c (init): Likewise.
44848         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
44849         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
44850         * sysdeps/sh/init-first.c (init): Likewise.
44852 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
44854         * po/ru.po: Update from translation team.
44855         * po/vi.po: Likewise.
44857 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
44859         * resolv/nss_dns/dns-host.c: Merge copyright years.
44861 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44863         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44864         Optimize memcpy with prefetch if
44865         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
44866         src, dst pointers have unequal 16 byte alignments.
44868 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
44870         [BZ #13928]
44871         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
44872         from a CNAME entry and return the minimum ttl for the query.
44873         (gaih_getanswer_slice): Likewise.
44875 2012-03-30  Jeff Law  <law@redhat.com>
44877         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
44878         due to long keys.
44879         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
44880         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
44882         * resolv/nss_dns/dns-host.c: Update copyright year.
44884 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
44886         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
44887         requests to save a system call.  Fix check that all bytes are sent.
44889         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
44890         comments for sendmmsg.
44892 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44894         [BZ #13691]
44895         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
44896         with only 1 character between 0x0041 and 0x01b0.
44897         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
44898         * wcsmbs/tst-mbsnrtowcs.c: New file.
44900 2012-03-29  David S. Miller  <davem@davemloft.net>
44902         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
44903         small copies by hand.
44905 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44907         [BZ #13761]
44908         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
44909         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
44910         group memberships.
44912 2012-03-28  David S. Miller  <davem@davemloft.net>
44914         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
44915         that branches into memcpy.
44916         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
44917         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
44918         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
44919         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
44920         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
44921         bits.
44922         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
44923         implementation too.
44924         * sysdeps/sparc/mempcpy.S: New file.
44926         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
44927         the IFUNC routine in the libc case.
44928         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
44930         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
44931         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
44932         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
44933         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
44934         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
44935         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
44936         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
44937         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
44939         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
44940         loop to 256 bytes instead of 64 bytes and fix test signedness.
44942         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
44943         * sysdeps/sparc/sparc32/Makefile: rather than here...
44944         * sysdeps/sparc/sparc64/Makefile: and here.
44946 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
44948         * malloc/mallocbug.c: Avoid warnings about unused variables.
44950 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
44952         [BZ #13760]
44953         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
44954         in the right place. Discard and retry query if response is
44955         larger than input buffer size.
44957 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
44959         [BZ #369]
44960         [BZ #2678]
44961         [BZ #3866]
44962         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
44963         x for large integer exponent.
44964         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
44965         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
44966         sign of result as needed afterwards.
44967         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
44968         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
44969         result for underflowing pow the same as for overflow.
44970         (__kernel_standard_l): Handle powl overflow and underflow here
44971         rather than calling __kernel_standard.
44972         * math/libm-test.inc (pow_test): Add more tests.
44974         [BZ #3868]
44975         [BZ #13879]
44976         [BZ #13910]
44977         [BZ #13911]
44978         [BZ #13912]
44979         [BZ #13913]
44980         [BZ #13915]
44981         [BZ #13916]
44982         [BZ #13917]
44983         [BZ #13918]
44984         [BZ #13919]
44985         [BZ #13920]
44986         [BZ #13921]
44987         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
44988         * sysdeps/ieee754/k_standard.c: Include <float.h>.
44989         (__kernel_standard_l): New function.
44990         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
44991         __kernel_standard.
44992         * math/w_acosl.c (__acosl): Likewise.
44993         * math/w_asinl.c (__asinl): Likewise.
44994         * math/w_atan2l.c (__atan2l): Likewise.
44995         * math/w_atanhl.c (__atanhl): Likewise.
44996         * math/w_coshl.c (__coshl): Likewise.
44997         * math/w_exp10l.c (__exp10l): Likewise.
44998         * math/w_exp2l.c (__exp2l): Likewise.
44999         * math/w_fmodl.c (__fmodl): Likewise.
45000         * math/w_hypotl.c (__hypotl): Likewise.
45001         * math/w_j0l.c (__j0l, __y0l): Likewise.
45002         * math/w_j1l.c (__j1l, __y1l): Likewise.
45003         * math/w_jnl.c (__jnl, __ynl): Likewise.
45004         * math/w_lgammal.c (__lgammal): Likewise.
45005         * math/w_log10l.c (__log10l): Likewise.
45006         * math/w_log2l.c (__log2l): Likewise.
45007         * math/w_logl.c (__logl): Likewise.
45008         * math/w_powl.c (__powl): Likewise.
45009         * math/w_remainderl.c (__remainderl): Likewise.
45010         * math/w_scalbl.c (sysv_scalbl): Likewise.
45011         * math/w_sinhl.c (__sinhl): Likewise.
45012         * math/w_sqrtl.c (__sqrtl): Likewise.
45013         * math/w_tgammal.c (__tgammal): Likewise.
45014         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45015         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45016         * math/libm-test.inc (acos_test): Add more tests.
45017         (acosh_test): Likewise.
45018         (asin_test): Likewise.
45019         (atanh_test): Likewise.
45020         (exp_test): Likewise.
45021         (exp10_test): Likewise.
45022         (exp2_test): Likewise.
45023         (expm1_test): Likewise.
45024         (lgamma_test): Likewise.
45025         (log_test): Likewise.
45026         (log10_test): Likewise.
45027         (log1p_test): Likewise.
45028         (log2_test): Likewise.
45029         (pow_test): Do not allow some spurious overflow exceptions.
45030         (sqrt_test): Add more tests.
45031         (tgamma_test): Likewise.
45032         (y0_test): Likewise.
45033         (y1_test): Likewise.
45034         (yn_test): Likewise.
45036 2012-03-27  Anton Blanchard  <anton@samba.org>
45038         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45039         MAP_HUGETLB.
45040         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45041         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45042         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45044 2012-03-27  David S. Miller  <davem@davemloft.net>
45046         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45048         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45049         have-as-vis3 check.
45051 2012-03-27  Andreas Jaeger  <aj@suse.de>
45053         * sysdeps/x86_64/elf/configure.in: Moved to ...
45054         * sysdeps/x86_64/configure.in: ... here.
45055         * sysdeps/x86_64/elf/start.S: Moved to ...
45056         * sysdeps/x86_64/start.S: ... here.
45057         * sysdeps/x86_64/elf/configure: Delete.
45059         * sysdeps/x86_64/configure.in: Merge contents from
45060         sysdeps/i386/configure.in (without i686 check).
45062         * sysdeps/i386/elf/Versions: Merge into ...
45063         * sysdeps/i386/Versions: ... this.
45064         * sysdeps/i386/elf/Versions: Delete file.
45065         * sysdeps/i386/elf/start.S: Moved to ...
45066         * sysdeps/i386/start.S: ...here.
45067         * sysdeps/i386/elf/configure.in: Merge into...
45068         * sysdeps/i386/configure.in: ...here.
45069         * sysdeps/i386/elf/configure.in: Delete file.
45070         * sysdeps/i386/elf/configure: Delete file.
45072         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45073         * debug/backtracesyms.c: ... here.
45074         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45075         * debug/backtracesymsfd.c: ... here.
45076         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45077         * sysdeps/generic/ifunc-sel.h: ... here.
45079         * sysdeps/unix/i386/start.c: Delete file.
45080         * sysdeps/unix/sparc/start.c: Delete file.
45081         * sysdeps/unix/start.c: Delete file.
45083         * sysdeps/sh/elf/configure.in: Moved to ...
45084         * sysdeps/sh/configure.in: ... here.
45085         * sysdeps/sh/elf/start.S: Moved to ...
45086         * sysdeps/sh/start.S: ... here.
45087         * sysdeps/sh/elf/configure: Delete file.
45089         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45090         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45091         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45092         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45093         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45094         * sysdeps/powerpc/powerpc64/start.S: here.
45095         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45096         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45097         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45098         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45099         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45101         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45102         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45103         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45104         * sysdeps/powerpc/powerpc32/start.S: ... here.
45105         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45106         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45107         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45109         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45110         * sysdeps/powerpc/ifunc-sel.h: ... here.
45111         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45112         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45114         * sysdeps/sparc/elf/configure.in: Moved to ...
45115         * sysdeps/sparc/configure.in: ... here.
45116         * sysdeps/sparc/elf/configure: Delete file.
45117         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45118         * sysdeps/sparc/sparc32/start.S: ... here.
45119         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45120         * sysdeps/sparc/sparc64/start.S: ... here.
45121         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45122         * sysdeps/sparc/sparc32/Makefile: ... this.
45123         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45124         * sysdeps/sparc/sparc64/Makefile: ... this.
45126         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45127         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45128         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45129         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45130         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45131         * sysdeps/s390/s390-32/setjmp.S: ... here.
45132         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45133         * sysdeps/s390/s390-32/configure.in: ... here.
45134         * sysdeps/s390/s390-32/elf/configure: Delete file.
45135         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45136         * sysdeps/s390/s390-32/start.S: ... here.
45138         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45139         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45140         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45141         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45142         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45143         * sysdeps/s390/s390-64/setjmp.S: ... here.
45144         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45145         * sysdeps/s390/s390-64/configure.in: ... here
45146         * sysdeps/s390/s390-64/elf/configure: Delete file.
45147         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45148         * sysdeps/s390/s390-64/start.S: ... here.
45149         * sysdeps/s390/s390-64/elf/configure: Delete.
45151         * configure.in: Remove support for elf directories in sysdeps.
45153         * configure: Regenerated.
45154         * sysdeps/i386/configure: Regenerated.
45155         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45156         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45157         * sysdeps/s390/s390-32/configure: Regenerated.
45158         * sysdeps/s390/s390-64/configure: Regenerated.
45159         * sysdeps/sh/configure: Regenerated.
45160         * sysdeps/sparc/configure: Regenerated.
45161         * sysdeps/x86_64/configure: Regenerated.
45163 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45165         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45167         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45168         denormal result into account.
45170 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45172         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45173         Reported by Allan McRae <allan@archlinux.org>.
45175 2012-03-23  Jeff Law  <law@redhat.com>
45177         * nss/getnssent.c (__nss_getent): Fix typo.
45179 2012-03-23  David S. Miller  <davem@davemloft.net>
45181         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45183 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45185         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45186         to pad to uint64_t for each field.
45187         (dl_tls_index): Replace unsigned long with uint64_t.
45189 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45190         Paul Pluzhnikov  <ppluzhnikov@google.com>
45192         [BZ #6528]
45193         * grp/Makefile (otherlibs): Don't set it.
45194         * inet/Makefile (otherlibs): Likewise.
45195         * login/Makefile (otherlibs): Likewise.
45196         * nscd/Makefile (otherlibs): Likewise.
45197         * posix/Makefile (otherlibs): Likewise.
45198         * pwd/Makefile (otherlibs): Likewise.
45199         * rt/Makefile (otherlibs): Likewise.
45200         * sunrpc/Makefile (otherlibs): Likewise.
45201         * nss/Makefile (otherlibs): Likewise.
45202         Add libnss_files to routines and static-only-routines.
45203         ($(objpfx)getent): Remove rule.
45204         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45205         static-only-routines.
45207 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45209         [BZ #13892]
45210         * math/s_cexp.c: Include <float.h>.
45211         (__cexp): Handle exp result overflowing not necessarily
45212         overflowing both real and imaginary parts of result.
45213         * math/s_cexpf.c: Likewise.
45214         * math/s_cexpl.c: Likewise.
45215         * math/libm-test.inc (cexp_test): Add more tests.
45216         * sysdeps/i386/fpu/libm-test-ulps: Update.
45217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45219 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45221         * include/link.h (ELFW): New macro.
45222         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45223         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45225 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45227         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45228         with uint64_t.
45230 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45232         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45233         declaration.
45234         (struct La_x32_retval): Likewise.
45236 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45238         * sysdeps/x86_64/preconfigure.in: New file.
45239         * sysdeps/x86_64/preconfigure: New generated file.
45241 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45243         [BZ #13824]
45244         * math/e_exp2l.c: Include <float.h>.
45245         (__ieee754_exp2l): Handle overflow and underflow cases
45246         separately.  Only pass fractional part of argument to
45247         __ieee754_expl.
45248         * math/libm-test.inc (exp2_test): Add more tests.
45250         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45251         negating x to take absolute value.
45252         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45253         Likewise.
45254         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45255         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45256         Likewise.
45257         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45258         computing low part if x was negated.
45259         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45261 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45263         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45264         la_x32_gnu_pltexit.
45265         (pltexit): Cast int_retval to ptrdiff_t.
45266         * elf/tst-auditmod3b.c: Likewise.
45267         * elf/tst-auditmod4b.c: Likewise.
45268         * elf/tst-auditmod5b.c: Likewise.
45269         * elf/tst-auditmod6b.c: Likewise.
45270         * elf/tst-auditmod6c.c: Likewise.
45271         * elf/tst-auditmod7b.c: Likewise.
45273         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45274         and x32_gnu_pltexit.
45276         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45277         __ELF_NATIVE_CLASS.
45278         (La_x32_regs): New macro.
45279         (La_x32_retval): Likewise.
45280         (la_x32_gnu_pltenter): New function prototype.
45281         (la_x32_gnu_pltexit): Likewise.
45283 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45285         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45286         exponent.
45288         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45290         * configure.in (libc_cv_cc_nofma): Check for option to disable
45291         generation of FMA instructions.
45292         * configure: Regenerate.
45293         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45294         * sysdeps/ieee754/dbl-64/Makefile: New file.
45295         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45296         Remove brandred-fma4.
45297         (CFLAGS-brandred-fma4.c): Remove.
45298         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45299         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45300         define.
45301         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45302         define.
45304 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45306         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45307         LLONG_MAX != LONG_MAX.
45308         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45309         (_fitoa_word): Likewise.
45310         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45311         LLONG_MAX != LONG_MAX.
45312         * stdio-common/_itowa.h: Include <_itoa.h>.
45313         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45314         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45315         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45316         only if not defined.
45317         (_ITOA_WORD_TYPE): Likewise.
45318         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45319         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45321 2012-03-21  David S. Miller  <davem@davemloft.net>
45323         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45325 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45327         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45328         of x86_64 when setting libc_cv_slibdir, libdir and
45329         libc_cv_localedir.
45330         * sysdeps/unix/sysv/linux/configure: Regenerated.
45332 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45334         * manual/lang.texi (Old Varargs): Remove section.
45335         (How Variadic): Update menu.
45336         (va_start): Do not mention varargs.h.
45338 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45339             Joseph Myers  <joseph@codesourcery.com>
45341         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45342         link test.
45343         * configure: Regenerated.
45345 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45347         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45348         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45349         conformtest.pl
45351 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45353         * NOTES: Remove.
45354         * Makefile (files-for-dist): Remove NOTES.
45355         (NOTES): Remove rule.
45356         * README: Don't refer to NOTES.
45357         * manual/creature.texi: Don't include macros.texi.
45358         * manual/intro.texi (creature.texi): Remove comment referring to
45359         NOTES.
45361         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45362         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45363         * configure: Regenerated.
45364         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45365         LIBC_TRY_CC_OPTION.
45366         (libc_cv_as_i686): Likewise.
45367         (libc_cv_cc_avx): Likewise.
45368         (libc_cv_cc_sse2avx): Likewise.
45369         (libc_cv_cc_fma4): Likewise.
45370         (libc_cv_cc_novzeroupper): Likewise.
45371         * sysdeps/i386/configure: Regenerated.
45373         [BZ #13883]
45374         * sysdeps/i386/fpu/s_cexp.S: Remove.
45375         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45376         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45377         * math/libm-test.inc (cexp_test): Add more tests.
45378         * sysdeps/i386/fpu/libm-test-ulps: Update.
45379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45381 2012-03-21  Allan McRae  <allan@archlinux.org>
45383         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45385 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45387         [BZ #13871]
45388         * math/w_exp2.c: Do not include <float.h>.
45389         (o_threshold, u_threshold): Remove.
45390         (__exp2): Calculate result before checking finiteness and calling
45391         __kernel_standard.
45392         * math/w_exp2f.c: Likewise.
45393         * math/w_exp2l.c: Likewise.
45394         * math/libm-test.inc (exp2_test): Require overflow exception for
45395         1e6 input.
45397         [BZ #3866]
45398         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45399         range of signed 64-bit integers before using fistpll.  Remove
45400         checks for whether integers fit in mantissa bits.
45401         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45402         the range of signed 32-bit integers before using fistpl.  Remove
45403         checks for whether integers fit in mantissa bits.
45404         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45405         (__ieee754_powl): Test for y outside the range of signed 64-bit
45406         integers before using fistpll.  Reduce 64-bit values to 63-bit
45407         ones as needed.
45408         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45409         divide-by-zero is raised for zero to large negative powers.
45410         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45411         (__ieee754_powl): Test for y outside the range of signed 64-bit
45412         integers before using fistpll.  Reduce 64-bit values to 63-bit
45413         ones as needed.
45414         * math/libm-test.inc (pow_test): Add more tests.
45416 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45418         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45419         <stdio-common/_itoa.h>.
45420         * debug/segfault.c: Likewise.
45421         * elf/dl-cache.c: Likewise.
45422         * elf/dl-minimal.c: Likewise.
45423         * elf/dl-misc.c: Likewise.
45424         * elf/dl-sysdep.c: Likewise.
45425         * elf/dl-version.c: Likewise.
45426         * elf/rtld.c: Likewise.
45427         * hurd/hurdsock.c: Likewise.
45428         * hurd/lookup-retry.c: Likewise.
45429         * malloc/malloc.c: Likewise.
45430         * malloc/mtrace.c: Likewise.
45431         * nscd/nscd_getgr_r.c: Likewise.
45432         * nscd/nscd_getpw_r.c: Likewise.
45433         * nscd/nscd_getserv_r.c: Likewise.
45434         * posix/getopt_init.c: Likewise.
45435         * posix/wordexp.c: Likewise.
45436         * stdio-common/_itoa.c: Likewise.
45437         * stdio-common/printf_fphex.c: Likewise.
45438         * stdio-common/vfprintf.c: Likewise.
45439         * string/_strerror.c: Likewise.
45440         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45441         * sysdeps/i386/i686/hp-timing.h: Likewise.
45442         * sysdeps/mach/_strerror.c: Likewise.
45443         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45444         * sysdeps/mach/hurd/sethostid.c: Likewise.
45445         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45446         * sysdeps/mach/xpg-strerror.c: Likewise.
45447         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45448         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45449         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45450         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45451         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45452         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45453         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45454         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45455         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45456         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45457         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45458         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45459         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45460         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45461         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45462         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45463         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45464         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45465         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45466         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45467         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45469         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45471         * stdio-common/_itoa.h: Moved to ...
45472         * sysdeps/generic/_itoa.h: Here.
45474         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45476         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45477         instead of "_itoa.h" and "_itowa.h".
45478         * stdio-common/vfprintf.: Likewise.
45480 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45482         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45483         <bits/wordsize.h>.
45484         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45485         (__signbit): Likwise.
45486         (llrintf): Likwise.
45487         (llrint): Likwise.
45489 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45491         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45492         __WORDSIZE != 64.
45494 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45496         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45497         OVERFLOW_EXCEPTION_OK.
45498         * math/libm-test.inc ("Philosophy"): Update comment about
45499         exception testing.
45500         (OVERFLOW_EXCEPTION): Define.
45501         (OVERFLOW_EXCEPTION_OK): Likewise.
45502         (INVALID_EXCEPTION_OK): Renumber.
45503         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45504         (IGNORE_ZERO_INF_SIGN): Likewise.
45505         (test_exceptions): Handle FE_OVERFLOW.
45506         (exp10_test): Expect overflow exceptions.
45507         (exp2_test): Likewise.
45508         (expm1_test): Likewise.
45509         (nextafter_test): Likewise.
45510         (pow_test): Likewise.
45511         (scalbn_test): Likewise.
45512         (scalbln_test): Likewise.
45514 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45516         * sysdeps/x86_64/bits/atomic.h
45517         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45518         64bit integer.
45519         (atomic_exchange_acq): Likewise.
45520         (__arch_exchange_and_add_body): Likewise.
45521         (__arch_add_body): Likewise.
45522         (atomic_add_negative): Likewise.
45523         (atomic_add_zero): Likewise.
45525 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45527         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45528         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45530 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45532         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45533         Check __x86_64__ instead of __WORDSIZE.
45535 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45537         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45539 2012-03-19  David S. Miller  <davem@davemloft.net>
45541         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45543         * sysdeps/sparc/fpu/fenv_private.h: New file.
45544         * sysdeps/sparc/fpu/math_private.h: Use it.
45545         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45546         Remove.
45547         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45548         (libc_feholdexcept_setroundl): Remove.
45549         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45550         Remove.
45551         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45552         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45554 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45556         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45557         int64_t instead of long int.
45558         (INSERT_WORDS64): Likwise.
45560 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45562         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45563         _Unwind_GetCFA return to _Unwind_Ptr first.
45565 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
45567         [BZ #13629]
45568         * math/s_clog.c: Include <float.h>.
45569         (__clog): Scale large or subnormal inputs.
45570         * math/s_clogf.c: Likewise.
45571         * math/s_clogl.c: Likewise.
45572         * math/s_clog10.c: Include <float.h>.
45573         (M_LOG10_2): Define.
45574         (__clog10): Scale large or subnormal inputs.
45575         * math/s_clog10f.c: Likewise.
45576         * math/s_clog10l.c: Likewise.
45577         * math/libm-test.inc (clog_test): Add more tests.
45578         (clog10_test): Likewise.
45579         * sysdeps/i386/fpu/libm-test-ulps: Update.
45580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45582         [BZ #11451]
45583         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45584         x and y.
45585         * math/libm-test.inc (atan2_test): Add another test.
45587         * Makerules (common-objdir-compile): Remove.
45588         * sysdeps/unix/Makefile (config-generated): Do not add
45589         $(unix-generated) to variable.
45590         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45591         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45592         Remove rule.
45593         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45594         Likewise.
45595         [generic bits/local_lim.h] (before-compile): Do not append to
45596         variable.
45597         [generic bits/local_lim.h] (common-generated): Likewise.
45598         [generic sys/param.h] (before-compile): Do not append to variable.
45599         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45600         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45601         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45602         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45603         include.
45604         [generic sys/param.h] (sys/param.h-includes): Remove variable.
45605         [generic sys/param.h] (sys/param.h-includes): Remove rule.
45606         [generic sys/param.h] ($(addprefix
45607         $(common-objpfx),$(sys/param.h-includes))): Likewise.
45608         [generic sys/param.h] (common-generated): Do not append to
45609         variable.
45610         [generic sys/param.h] (sysdep_headers): Likewise.
45611         [generic bits/errno.h] (before-compile): Do not append to
45612         variable.
45613         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
45614         rule.
45615         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
45616         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
45617         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
45618         [generic bits/errno.h] (common-generated): Do not append to
45619         variable.
45620         [generic bits/ioctls.h] (before-compile): Do not append to
45621         variable.
45622         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
45623         rule.
45624         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
45625         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
45626         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
45627         rule.
45628         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
45629         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
45630         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
45631         [generic bits/ioctls.h] (common-generated): Do not append to
45632         variable.
45633         [generic sys/syscall.h] (syscall.h): Remove variable.
45634         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
45635         rule.
45636         [generic sys/syscall.h] (before-compile): Do not append to
45637         variable.
45638         [generic sys/syscall.h] (common-generated): Likewise.
45639         * sysdeps/unix/errnos-tmpl.c: Remove file.
45640         * sysdeps/unix/errnos.awk: Likewise.
45641         * sysdeps/unix/ioctls-tmpl.c: Likewise.
45642         * sysdeps/unix/ioctls.awk: Likewise.
45643         * sysdeps/unix/mk-local_lim.c: Likewise.
45644         * sysdeps/unix/snarf-ioctls: Likewise.
45646 2012-03-19  Richard Henderson  <rth@twiddle.net>
45648         * sysdeps/i386/fpu/fenv_private.h: New file.
45649         * sysdeps/i386/fpu/math_private.h: Use it.
45650         (math_opt_barrier, math_force_eval): Remove.
45651         (libc_feholdexcept_setround_53bit): Remove.
45652         (libc_feupdateenv_53bit): Remove.
45653         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45654         (math_opt_barrier, math_force_eval): Remove.
45655         (libc_feholdexcept): Remove.
45656         (libc_feholdexcept_setround): Remove.
45657         (libc_fetestexcept, libc_fesetenv): Remove.
45658         (libc_feupdateenv_test): Remove.
45659         (libc_feupdateenv, libc_feholdsetround): Remove.
45660         (libc_feresetround): Remove.
45662         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
45663         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
45665         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
45666         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
45667         (libc_feupdateenv_testl): New.
45668         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
45669         (libc_feupdateenv_testf): New.
45670         (libc_feupdateenv): Use libc_feupdateenv_test.
45671         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
45672         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
45674         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
45675         (libc_feholdsetroundf, libc_feholdsetroundl): New.
45676         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
45677         (libc_feresetround_noex): New.
45678         (libc_feresetround_noexf): New.
45679         (libc_feresetround_noexl): New.
45680         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
45681         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
45682         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
45683         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
45684         SET_RESTORE_ROUND.
45685         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
45686         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
45687         (__cos): Likewise.
45688         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
45689         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
45690         SET_RESTORE_ROUND_NOEX.
45691         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
45692         SET_RESTORE_ROUND_NOEXF.
45693         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
45694         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
45695         (libc_feholdsetroundf): New.
45696         (libc_feresetround, libc_feresetroundf): New.
45698         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
45699         (libc_feholdexcept_setround_53bit): Convert from macro to function.
45700         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
45702         * sysdeps/generic/math_private.h: Include <fenv.h>.
45703         (default_libc_feholdexcept): New.
45704         (default_libc_feholdexcept_setround): New.
45705         (default_libc_fesetenv, default_libc_feupdateenv): New.
45706         (libc_feholdexcept): Only define if undefined.
45707         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
45708         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
45709         (libc_feholdexcept_setroundl): Likewise.
45710         (libc_feholdexcept_setround_53bit): Likewise.
45711         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
45712         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
45713         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
45714         (libc_feupdateenv_53bit): Likewise.
45715         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
45716         (libc_feholdexcept): Convert from macro to inline function.
45717         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
45718         (libc_fesetenv, libc_feupdateenv): Likewise.
45720         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
45721         not previously defined.
45722         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
45723         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
45724         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
45725         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
45726         * sysdeps/ieee754/flt-32/math_private.h: New file.
45727         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
45728         math_private.h below SET_FLOAT_WORD.
45729         (__isnan, __isinf_ns, __finite): Remove.
45730         (__isnanf, __isinf_nsf, __finitef): Remove.
45732 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
45734         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45736 2012-03-17  David S. Miller  <davem@davemloft.net>
45738         [BZ #6471]
45739         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
45740         for 2.16.
45742 2012-03-16  David S. Miller  <davem@davemloft.net>
45744         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
45745         warnings.
45747         [BZ #6471]
45748         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
45749         properly.
45750         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
45751         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
45752         sysdep_routines when subdir is sysvipc.
45753         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
45754         __getshmlba helper.
45756         * sysdeps/sparc/fpu/libm-test/ulps: Update.
45758 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45760         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
45761         [__LP64__].
45763 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45765         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
45766         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
45767         (__lround): Renamed to ...
45768         (__llround): This.  Replace long int with long long int.
45769         Define lround functions as aliases of llround functions.
45770         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
45772 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45774         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
45775         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
45776         adresses to uintptr_t.  Replace "long int" and "unsigned long
45777         int" with "greg_t" on va_arg.
45779 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45781         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
45782         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
45784         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
45785         Move e_machine check before EI_CLASS check.  Handle x32
45786         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
45787         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
45788         SKIP_EM_IA_64 and include
45789         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
45791         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
45792         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
45793         (add_system_dir): New macro.
45795         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
45796         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
45798 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45800         [BZ #2551]
45801         [BZ #2552]
45802         [BZ #2553]
45803         [BZ #2554]
45804         [BZ #2562]
45805         [BZ #2563]
45806         [BZ #2565]
45807         [BZ #2566]
45808         [BZ #2576]
45809         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
45810         (y0): Likewise.
45811         * math/w_j0f.c (j0f): Likewise.
45812         (y0f): Likewise.
45813         * math/w_j0l.c (__j0l): Likewise.
45814         (__y0l): Likewise.
45815         * math/w_j1.c (j1): Likewise.
45816         (y1): Likewise.
45817         * math/w_j1f.c (j1f): Likewise.
45818         (y1f): Likewise.
45819         * math/w_j1l.c (__j1l): Likewise.
45820         (__y1l): Likewise.
45821         * math/w_jn.c (jn): Likewise.
45822         (yn): Likewise.
45823         * math/w_jnf.c (jnf): Likewise.
45824         (ynf): Likewise.
45825         * math/w_jnl.c (__jnl): Likewise.
45826         (__ynl): Likewise.
45827         * math/libm-test.inc (j0_test): Add more tests.
45828         (j1_test): Likewise.
45829         (jn_test): Likewise.  Add trailing semicolon to existing test.
45830         (y0_test): Likewise.
45831         (y1_test): Likewise.
45832         * sysdeps/i386/fpu/libm-test-ulps: Update.
45833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45835         [BZ #13851]
45836         [BZ #13854]
45837         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
45838         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
45839         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
45840         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
45841         (__tanl): Set errno for infinite argument.
45842         * sysdeps/i386/fpu/mptan.c: Remove.
45843         * sysdeps/i386/fpu/s_tan.S: Likewise.
45844         * sysdeps/i386/fpu/s_tanl.S: Likewise.
45845         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
45846         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
45847         * math/libm-test.inc (tan_test): Add more tests and enable more
45848         tests for double and long double.
45849         * sysdeps/i386/fpu/libm-test-ulps: Update.
45850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45852 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
45854         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
45855         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
45857 2012-03-16  Roland McGrath  <roland@hack.frob.com>
45859         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
45860         * configure.in: Use it for both main tree and add-ons.
45861         * configure: Regenerated.
45863 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45865         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
45867 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45869         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
45870         in comment.
45872         [BZ #13851]
45873         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
45874         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
45875         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
45876         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
45877         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
45878         infinite argument.
45879         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
45880         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
45881         != 0 for prec == 2.
45882         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
45883         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
45884         * sysdeps/i386/fpu/s_cosl.S: Likewise.
45885         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
45886         * sysdeps/i386/fpu/s_sinl.S: Likewise.
45887         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
45888         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
45889         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
45890         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
45891         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
45892         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
45893         * math/libm-test.inc (cos_test): Add more tests and enable more
45894         tests for long double.
45895         (sin_test): Likewise.
45896         (sincos_test): Likewise.
45897         * sysdeps/i386/fpu/libm-test-ulps: Update.
45898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45900 2012-03-16  David S. Miller  <davem@davemloft.net>
45902         * sysdeps/sparc/fpu/math_private.h: New file.
45904 2012-03-15  David S. Miller  <davem@davemloft.net>
45906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
45907         file.
45908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
45909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
45910         file.
45911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
45912         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
45913         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
45914         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
45915         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
45916         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
45917         sysdep routines.
45918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
45920         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
45921         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
45923         * sysdeps/sparc/sparc-ifunc.h: New file.
45924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
45925         sparc-ifunc.h
45926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
45927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
45928         Likewise.
45929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
45930         Likewise.
45931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
45932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
45933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
45935         Likewise.
45936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
45938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
45940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
45941         Likewise.
45942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
45943         Likewise.
45944         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
45946         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
45947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
45948         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
45949         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
45950         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
45951         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
45952         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
45953         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
45954         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
45955         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
45956         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
45957         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
45958         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
45959         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
45960         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
45961         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
45962         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
45963         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
45964         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
45965         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
45966         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
45967         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
45969 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
45971         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
45972         scaling.
45973         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45975 2012-03-15  Andreas Jaeger  <aj@suse.de>
45977         [BZ #13852]
45978         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
45979         ieee754/flt-32 implementation for sin, cos and sincos.
45980         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
45981         * sysdeps/i386/fpu/s_cosf.S: Likewise.
45982         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
45983         * sysdeps/i386/fpu/s_sinf.S: Likewise.
45984         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
45985         ieee754/flt-32 implementation for tan.
45987         * math/libm-test.inc (cos_test): Enable some large input tests for
45988         float as well
45989         (sin_test): Likewise.
45990         (sincos_test): Likewise.
45991         (tan_test): Add tests for large input.
45993         * sysdeps/i386/fpu/libm-test-ulps: Update.
45995 2012-03-15  Andreas Jaeger  <aj@suse.de>
45997         [BZ #13658]
45998         * math/libm-test.inc (cos_test): Add more test cases.
45999         (sin_test): Likewise.
46000         (sincos_test): Likewise.
46002 2012-03-15  Andreas Jaeger  <aj@suse.de>
46004         [BZ #13837]
46005         * math/libm-test.inc (cos_test): Add a test case for large input
46006         value.
46007         (sin_test): Likewise.
46008         (sincos_test): Likewise.
46010 2012-03-15  Andreas Jaeger  <aj@suse.de>
46011             Joseph Myers  <joseph@codesourcery.com>
46013         [BZ #13658]
46014         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46015         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46016         * sysdeps/i386/fpu/branred.c: Likewise.
46017         * sysdeps/i386/fpu/dosincos.c: Likewise.
46018         * sysdeps/i386/fpu/mpa.c: Likewise.
46019         * sysdeps/i386/fpu/s_cos.S: Likewise.
46020         * sysdeps/i386/fpu/s_sin.S: Likewise.
46021         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46022         * sysdeps/i386/fpu/sincos32.c: Likewise.
46024         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46025         Define.
46026         (libc_feupdateenv_53bit): Define.
46027         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46028         Define.
46029         (libc_feupdateenv_53bit): Define.
46031         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46032         53 bit (without extend i386 double precision).
46034         * math/libm-test.inc (sincos_test): Add tests for large input.
46035         (sin): Likewise.
46036         (cos): Likewise.
46038         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46040 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46042         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46044 2012-03-15  David S. Miller  <davem@davemloft.net>
46046         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46047         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46048         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46049         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46050         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46051         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46052         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46053         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46054         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46055         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46056         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46057         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46058         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46059         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46060         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46062         file.
46063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46065         file.
46066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46068         file.
46069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46071         file.
46072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46073         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46074         fmin/fmax sysdep routines.
46075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46077 2012-03-14  David S. Miller  <davem@davemloft.net>
46079         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46080         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46081         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46082         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46083         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46084         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46085         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46086         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46087         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46088         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46089         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46090         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46091         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46092         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46093         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46094         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46095         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46096         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46097         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46098         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46099         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46100         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46101         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46102         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46103         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46104         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46105         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46106         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46107         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46108         routines.
46109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46110         file.
46111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46113         file.
46114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46116         file.
46117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46119         file.
46120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46122         file.
46123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46125         file.
46126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46127         file.
46128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46129         file.
46130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46131         file.
46132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46133         New file.
46134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46135         file.
46136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46137         file.
46138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46140         file.
46141         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46143         file.
46144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46146         file.
46147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46149         VIS3 routines.
46151         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46152         New file.
46154         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46156         * sysdeps/sparc/configure.in: New file.
46157         * sysdeps/sparc/configure: Generate.
46158         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46159         * configure: Regenerate.
46160         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46161         * config.make.in (have-as-vis3): New.
46162         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46163         available use -Av9d instead of -Av9a.
46164         * sysdeps/sparc/sparc64/Makefile: Likewise.
46165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46167         New file.
46168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46169         file.
46170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46171         New file.
46172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46173         file.
46174         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46175         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46176         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46177         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46178         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46180         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46181         fzeros/fnegs to load 0x80000000 into a float register instead of
46182         using the stack.
46183         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46185 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46187         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46188         bits/syscall.h.
46189         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46190         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46191         ($(inst_includedir)/bits/syscall.h): Remove rule.
46192         ($(objpfx)bits/syscall.d): Include instead of
46193         $(objpfx)syscall-list.d.
46194         (generated): Change syscall-list.h and syscall-list.d to
46195         bits/syscall.h and bits/syscall.d.
46197 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46199         [BZ #13846]
46200         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46202 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46204         [BZ #13841]
46205         * math/s_csqrt.c: Include <float.h>.
46206         (__csqrt): Scale large or subnormal inputs.
46207         * math/s_csqrtf.c: Likewise.
46208         * math/s_csqrtl.c: Likewise.
46209         * math/libm-test.inc (csqrt_test): Add more tests.
46210         * sysdeps/i386/fpu/libm-test-ulps: Update.
46211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46213         [BZ #13840]
46214         * math/libm-test.inc (hypot_test): Add more tests.
46216 2012-03-13  David S. Miller  <davem@davemloft.net>
46218         [BZ #13840]
46219         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46220         double-precision for the calculation instead of scaling.
46222 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46224         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46225         manipulate bits before adding and subtracting TWO52[sx].
46226         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46227         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46228         Likewise.
46229         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46231 2012-03-13  David S. Miller  <davem@davemloft.net>
46233         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46234         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46235         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46236         rtld-global-offsets.h
46237         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46239         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46240         large parameters.
46242         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46244         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46245         'err' in the ifdef scope in which it is actually used.
46247         * nss/nss_db/db-init.c: Include string.h
46249 2012-03-12  David S. Miller  <davem@davemloft.net>
46251         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46252         masking out of the most significant byte of random value used.
46253         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46254         Fix coding style in previous change.
46256         * sysdeps/unix/sysv/linux/kernel-features.h
46257         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46258         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46259         expression.
46260         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46261         later.
46263 2012-03-11  David S. Miller  <davem@davemloft.net>
46265         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46266         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46267         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46268         for 'resultvar' otherwise things get truncated on 64-bit.
46270         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46271         Fix masking out of the most significant byte of random value used.
46273         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46275 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46277         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46279 2012-03-09  David S. Miller  <davem@davemloft.net>
46281         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46282         variables with appropriate CPP guards.
46283         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46284         from the frame pointer, not the stack pointer.  Correct layout
46285         comments.  Fix test on resulting framesize and the management of
46286         the outregs buffer for pltexit.  Preserve floating point return
46287         values across _dl_call_pltexit call.
46288         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46289         framesize and the management of the outregs buffer for pltexit.
46290         Preserve floating point return values across _dl_call_pltexit
46291         call.
46292         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46293         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46294         (la_sparc64_gnu_pltexit): New functions.
46295         (print_exit): Fix format string for return register value.
46297 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46299         * sunrpc/Makefile (others): Add rpcgen.
46300         ($(objpfx)rpcgen): Remove special build rule and dependency on
46301         libc.
46302         * sunrpc/rpcgen.c: New file.
46304 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46306         [BZ #13673]
46307         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46308         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46309         * sysdeps/i386/crti.S: Likewise.
46310         * sysdeps/i386/crtn.S: Likewise.
46311         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46312         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46313         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46314         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46315         * sysdeps/sh/crti.S: Likewise.
46316         * sysdeps/sh/crtn.S: Likewise.
46317         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46319         [BZ #13673]
46320         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46321         with URL.
46322         * locale/programs/locfile-kw.gperf: Likewise.
46323         * locale/programs/charmap-kw.h: Regenerated.
46324         * locale/programs/locfile-kw.h: Likewise.
46326         [BZ #13673]
46327         * intl/plural.y: Replace FSF snail mail address with URL.
46328         * intl/plural.c: Regenerated.
46330 2012-03-09  Richard Henderson  <rth@twiddle.net>
46332         * include/math_private.h: Remove file.
46333         * math/math_private.h: Move file ...
46334         * sysdeps/generic/math_private.h: ... here.
46336         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46337         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46338         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46340         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46341         and <math_private.h>.
46342         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46343         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46344         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46345         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46346         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46347         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46348         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46349         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46350         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46351         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46352         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46353         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46354         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46355         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46356         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46357         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46358         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46359         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46360         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46361         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46362         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46363         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46364         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46365         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46366         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46367         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46368         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46369         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46370         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46371         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46372         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46373         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46374         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46375         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46376         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46377         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46378         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46379         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46380         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46381         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46382         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46383         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46384         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46385         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46386         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46387         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46388         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46389         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46390         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46391         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46392         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46393         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46394         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46395         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46396         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46397         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46398         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46399         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46400         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46401         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46402         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46403         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46404         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46405         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46406         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46407         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46408         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46409         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46410         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46411         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46412         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46413         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46414         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46415         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46416         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46417         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46418         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46419         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46420         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46421         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46422         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46423         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46424         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46425         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46426         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46427         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46428         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46429         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46430         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46431         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46432         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46433         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46434         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46435         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46436         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46437         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46438         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46439         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46440         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46441         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46442         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46443         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46444         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46445         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46446         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46447         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46448         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46449         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46450         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46451         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46452         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46453         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46454         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46455         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46456         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46457         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46458         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46459         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46460         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46461         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46462         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46463         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46464         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46465         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46466         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46467         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46468         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46469         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46470         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46471         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46472         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46473         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46474         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46475         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46476         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46477         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46478         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46479         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46480         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46481         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46482         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46483         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46484         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46485         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46486         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46487         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46488         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46489         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46490         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46491         * sysdeps/ieee754/k_standard.c: Likewise.
46492         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46493         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46494         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46495         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46496         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46497         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46498         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46499         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46500         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46501         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46502         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46503         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46504         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46505         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46506         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46507         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46508         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46509         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46510         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46511         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46512         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46513         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46514         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46515         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46516         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46517         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46518         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46519         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46520         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46521         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46522         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46523         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46524         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46525         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46526         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46527         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46528         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46529         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46530         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46531         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46532         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46533         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46534         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46535         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46536         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46537         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46538         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46539         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46540         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46541         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46542         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46543         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46544         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46545         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46546         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46547         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46548         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46549         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46550         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46551         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46552         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46553         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46554         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46555         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46556         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46557         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46558         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46559         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46560         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46561         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46562         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46563         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46564         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46565         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46566         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46567         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46568         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46569         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46570         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46571         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46572         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46573         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46574         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46575         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46576         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46577         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46578         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46579         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46580         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46581         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46582         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46583         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46584         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46585         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46586         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46587         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46588         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46589         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46590         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46591         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46592         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46593         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46594         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46595         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46596         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46597         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46598         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46599         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46600         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46601         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46602         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46603         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46604         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46605         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46606         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46607         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46608         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46609         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46610         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46611         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46612         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46613         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46614         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46615         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46616         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46617         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
46618         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46619         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46620         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46621         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46622         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46623         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46624         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46625         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
46626         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46627         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46628         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
46629         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
46630         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46631         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
46632         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
46633         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46634         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
46635         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
46636         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46637         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46638         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46639         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46640         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46641         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
46642         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46643         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
46644         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46645         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46646         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
46647         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
46648         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46649         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46650         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46651         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
46652         * sysdeps/ieee754/s_lib_version.c: Likewise.
46653         * sysdeps/ieee754/s_matherr.c: Likewise.
46654         * sysdeps/ieee754/s_signgam.c: Likewise.
46655         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46656         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46657         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
46658         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
46659         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
46660         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
46661         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
46662         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
46663         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
46664         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
46665         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
46666         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
46667         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46668         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46669         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
46670         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
46671         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
46672         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
46673         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
46674         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46675         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46677 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46679         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
46680         * sunrpc/rpc_main.c: Likewise.
46681         * sunrpc/rpc_svcout.c: Likewise.
46683 2012-03-09  David S. Miller  <davem@davemloft.net>
46685         * include/math_private.h: New file.
46687 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46689         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
46690         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
46691         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
46692         from <bits/socket_type.h>.
46693         (enum __socket_type): Don't define here.
46694         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
46695         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46696         bits/socket_type.h.
46698         [BZ #13566]
46699         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
46700         checking __USE_GNU.
46702         * Makerules ($(inst_includedir)/%.h): New rule.
46703         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
46704         (install-others): Remove variable setting.
46705         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
46707 2012-03-08  Richard Henderson  <rth@twiddle.net>
46709         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
46710         from macro to inline function; merge with the
46711         !__LIBC_INTERNAL_MATH_INLINES version.
46712         (__ieee754_sqrtf): Likewise.
46714         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
46715         to inline function.
46716         (__rintf, __floor, __floorf): Likewise.
46718         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
46719         macro to inline function.
46720         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
46722         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
46723         not <math/math_private.h>.
46725 2012-03-08  David S. Miller  <davem@davemloft.net>
46727         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
46728         copyright year.
46729         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
46731 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
46733         * resolv/gai_misc.c (handle_requests): Fix struct timespec
46734         normalization.
46735         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
46736         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
46738 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
46740         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
46741         be defined individually, they must be defined as a block.  Define
46742         S for printing a string instead of hidint the different by using a
46743         macro for adding the 'l'.
46744         * stdio-common/tst-fphex-wide.c: Adjust.
46746 2012-03-07  Marek Polacek  <polacek@redhat.com>
46748         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
46750 2012-03-08  Marek Polacek  <polacek@redhat.com>
46752         [BZ #13806]
46753         * stdio-common/Makefile (tests): Add tst-fphex-wide.
46754         * stdio-common/tst-fphex.c: Define a few macros to make the
46755         test reusable.  Use them.
46756         * stdio-common/tst-fphex-wide.c: New file.
46758 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
46760         [BZ #6911]
46761         * manual/macros.texi (gnusystems): New macro.
46762         (nongnusystems): Likewise.
46763         (gnulinuxhurdsystems): Likewise.
46764         (gnuhurdsystems): Likewise..
46765         (gnulinuxsystems): Likewise.
46766         * manual/charset.texi: Use new macros or @theglibc{} to refer to
46767         variants of the GNU system, not "GNU system".
46768         * manual/conf.texi: Likewise.
46769         * manual/errno.texi: Likewise.  Update example of errno macro
46770         expansion.
46771         * manual/filesys.texi: Likewise.
46772         (getumask): Document as specific to GNU/Hurd.
46773         * manual/install.texi: Likewise.  Reword some references to
46774         GNU/Linux.
46775         * manual/intro.texi: Likewise.
46776         * manual/io.texi: Likewise.
46777         (File Name Portability): Detail which constraints are inapplicable
46778         to all GNU systems and which are only inapplicable to GNU/Hurd.
46779         * manual/job.texi: Likewise.
46780         * manual/llio.texi: Likewise.
46781         (O_NOCTTY): Document as present on GNU/Linux.
46782         * manual/maint.texi: Likewise.
46783         * manual/memory.texi: Likewise.
46784         * manual/pattern.texi: Likewise.
46785         * manual/pipe.texi: Likewise.
46786         * manual/process.texi: Likewise.
46787         * manual/resource.texi: Likewise.
46788         (RUSAGE_CHILDREN): Remove statement about specifying a particular
46789         child on GNU/Hurd.
46790         * manual/setjmp.texi: Likewise.
46791         * manual/signal.texi: Likewise.
46792         * manual/startup.texi: Likewise.
46793         * manual/stdio.texi: Likewise.
46794         * manual/terminal.texi: Likewise.
46795         (ONLCR): Document as POSIX.
46796         (OXTABS): Document availability on GNU/Linux as XTABS.
46797         (ONOEOT): Document availability separately from other bits.
46798         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
46799         * manual/time.texi: Likewise.
46800         * manual/users.texi: Likewise.
46801         * INSTALL: Regenerated.
46802         * sysdeps/gnu/errlist.c: Regenerated.
46804         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
46805         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
46806         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
46807         puts.
46808         * configure: Regenerated.
46810 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
46812         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
46813         default includes instead of AC_HEADER_CHECK.
46814         * sysdeps/i386/configure: Regenerated.
46816         [BZ #10716]
46817         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
46818         * math/s_cacoshf.c (__cacoshf): Likewise.
46819         * math/s_cacoshl.c (__cacoshl): Likewise.
46820         * math/s_casinh.c (__casinh): Set signs of result from argument.
46821         * math/s_casinhf.c (__casinhf): Likewise.
46822         * math/s_casinhl.c (__casinhl): Likewise.
46823         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
46824         (casinh_test): Add more tests.
46825         * sysdeps/i386/fpu/libm-test-ulps: Update.
46826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46828 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
46830         * po/zh_TW.po: Update from translation team.
46832         * login/Makefile (distribute): Remove variable.
46833         * catgets/Makefile: Likewise.
46834         * mach/Makefile: Likewise.
46835         * malloc/Makefile: Likewise.
46836         * misc/Makefile: Likewise.
46837         * iconv/Makefile: Likewise.
46838         * nscd/Makefile: Likewise.
46839         * hurd/Makefile: Likewise.
46840         * manual/Makefile: Likewise.
46841         * locale/Makefile: Likewise.
46842         * intl/Makefile: Likewise.
46843         * conform/Makefile: Likewise.
46844         * nss/Makefile: Likewise.
46845         * time/Makefile: Likewise.
46846         * soft-fp/Makefile: Likewise.
46847         * dirent/Makefile: Likewise.
46848         * gmon/Makefile: Likewise.
46849         * po/Makefile: Likewise.
46850         * rt/Makefile: Likewise.
46851         * socket/Makefile: Likewise.
46852         * math/Makefile: Likewise.
46853         * signal/Makefile: Likewise.
46854         * debug/Makefile: Likewise.
46855         * elf/Makefile: Likewise.
46856         * timezone/Makefile: Likewise.
46857         * stdlib/Makefile: Likewise.
46858         * iconvdata/Makefile: Likewise.
46859         * sunrpc/Makefile: Likewise.
46860         * io/Makefile: Likewise.
46861         * argp/Makefile: Likewise.
46862         * inet/Makefile: Likewise.
46863         * hesiod/Makefile: Likewise.
46864         * grp/Makefile: Likewise.
46865         * csu/Makefile: Likewise.
46866         * wctype/Makefile: Likewise.
46867         * crypt/Makefile: Likewise.
46868         * libio/Makefile: Likewise.
46869         * string/Makefile: Likewise.
46870         * nis/Makefile: Likewise.
46871         * resolv/Makefile: Likewise.
46872         * stdio-common/Makefile: Likewise.
46873         * wcsmbs/Makefile: Likewise.
46874         * dlfcn/Makefile: Likewise.
46875         * posix/Makefile: Likewise.
46877         [BZ #6959]
46878         * timezone/Makefile: Don't install timezone files, just the programs
46879         and scripts.
46881 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
46883         * nss/databases.def: Add missing gshadow entry.
46885         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
46887 2012-03-06  Marek Polacek  <polacek@redhat.com>
46889         [BZ #13726]
46890         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
46891         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
46892         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
46893         * stdio-common/tst-long-dbl-fphex.c: New file.
46895 2012-03-06  David S. Miller  <davem@davemloft.net>
46897         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46898         (set_obp_int): New function.
46899         (get_obp_int): New function.
46900         (__get_clockfreq_via_dev_openprom): Likewise.
46901         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
46902         Avoid unused variable warnings on 'val' and use builtin_expect.
46903         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
46904         __builtin_expect.
46905         (INLINE_CLONE_SYSCALL): Likewise.
46907 2012-03-05  David S. Miller  <davem@davemloft.net>
46909         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46911 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
46913         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46915         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
46916         only for |x| >= 40.
46917         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46919 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
46921         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
46922         Replace gettimeofday with __vdso_gettimeofday.
46924         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46925         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
46926         __vdso_clock_gettime and __vdso_getcpu.
46928         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
46929         time with __vdso_time.
46931 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46933         * manual/lang.texi (size_t): Note types to which size_t may be
46934         equivalent with the GNU C Library, but do not describe when
46935         differences between them are significant.
46937 2012-03-05  Andreas Jaeger  <aj@suse.de>
46939         * sysdeps/i386/fpu/libm-test-ulps: Update.
46941 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46943         [BZ #3976]
46944         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
46945         (__ieee754_pow): Save and restore rounding mode and use
46946         round-to-nearest for main computations.
46947         * math/libm-test.inc (pow_test_tonearest): New function.
46948         (pow_test_towardzero): Likewise.
46949         (pow_test_downward): Likewise.
46950         (pow_test_upward): Likewise.
46951         (main): Call the new functions.
46952         * sysdeps/i386/fpu/libm-test-ulps: Update.
46953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46955         [BZ #3976]
46956         * math/libm-test.inc (cosh_test_tonearest): New function.
46957         (cosh_test_towardzero): Likewise.
46958         (cosh_test_downward): Likewise.
46959         (cosh_test_upward): Likewise.
46960         (sinh_test_tonearest): Likewise.
46961         (sinh_test_towardzero): Likewise.
46962         (sinh_test_downward): Likewise.
46963         (sinh_test_upward): Likewise.
46964         (main): Call the new functions.
46965         * sysdeps/i386/fpu/libm-test-ulps: Update.
46966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46968 2012-03-05  Tom de Vries  <tom@codesourcery.com>
46970         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
46971         default stack guard is set in last bytes.
46972         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
46974 2012-03-05  Kees Cook  <keescook@chromium.org>
46976         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
46978         [BZ #13656]
46979         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
46980         possibly allocate from heap instead of stack.
46981         * stdio-common/bug-vfprintf-nargs.c: New file.
46982         * stdio-common/Makefile (tests): Add nargs overflow test.
46984 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
46986         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46988 2012-03-03  Marek Polacek  <polacek@redhat.com>
46990         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
46991         * math/math_private.h: Likewise.
46992         * stdlib/tst-strtod.c: Likewise.
46993         * sysdeps/i386/i486/bits/atomic.h: Likewise.
46994         * sysdeps/x86_64/bits/atomic.h: Likewise.
46996 2012-03-02  David S. Miller  <davem@davemloft.net>
46998         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
46999         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47000         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47001         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47002         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47003         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47004         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47005         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47007 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47009         [BZ #13792]
47010         * manual/examples/README: New file, says the example source files
47011         can be used under GPL>=2.
47012         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47013         line containing just "*/".
47014         * manual/examples/add.c: Add copyright header (GPL>=2).
47015         * manual/examples/argp-ex1.c: Likewise.
47016         * manual/examples/argp-ex2.c: Likewise.
47017         * manual/examples/argp-ex3.c: Likewise.
47018         * manual/examples/argp-ex4.c: Likewise.
47019         * manual/examples/atexit.c: Likewise.
47020         * manual/examples/db.c: Likewise.
47021         * manual/examples/dir.c: Likewise.
47022         * manual/examples/dir2.c: Likewise.
47023         * manual/examples/execinfo.c: Likewise.
47024         * manual/examples/filecli.c: Likewise.
47025         * manual/examples/filesrv.c: Likewise.
47026         * manual/examples/fmtmsgexpl.c: Likewise.
47027         * manual/examples/genpass.c: Likewise.
47028         * manual/examples/inetcli.c: Likewise.
47029         * manual/examples/inetsrv.c: Likewise.
47030         * manual/examples/isockad.c: Likewise.
47031         * manual/examples/longopt.c: Likewise.
47032         * manual/examples/memopen.c: Likewise.
47033         * manual/examples/memstrm.c: Likewise.
47034         * manual/examples/mkfsock.c: Likewise.
47035         * manual/examples/mkisock.c: Likewise.
47036         * manual/examples/mygetpass.c: Likewise.
47037         * manual/examples/pipe.c: Likewise.
47038         * manual/examples/popen.c: Likewise.
47039         * manual/examples/rprintf.c: Likewise.
47040         * manual/examples/search.c: Likewise.
47041         * manual/examples/select.c: Likewise.
47042         * manual/examples/setjmp.c: Likewise.
47043         * manual/examples/sigh1.c: Likewise.
47044         * manual/examples/sigusr.c: Likewise.
47045         * manual/examples/stpcpy.c: Likewise.
47046         * manual/examples/strdupa.c: Likewise.
47047         * manual/examples/strftim.c: Likewise.
47048         * manual/examples/strncat.c: Likewise.
47049         * manual/examples/subopt.c: Likewise.
47050         * manual/examples/swapcontext.c: Likewise.
47051         * manual/examples/termios.c: Likewise.
47052         * manual/examples/testopt.c: Likewise.
47053         * manual/examples/testpass.c: Likewise.
47054         * manual/examples/timeval_subtract.c: Likewise.
47056         [BZ #13792]
47057         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47058         function to ...
47059         * manual/timeval_subtract.c.texi: ... here, new file.
47061 2012-03-02  David S. Miller  <davem@davemloft.net>
47063         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47065 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47067         [BZ #3976]
47068         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47069         (__sin): Save and restore rounding mode and use round-to-nearest
47070         for all computations.
47071         (__cos): Save and restore rounding mode and use round-to-nearest
47072         for all computations.
47073         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47074         <fenv.h>.
47075         (tan): Save and restore rounding mode and use round-to-nearest for
47076         all computations.
47077         * math/libm-test.inc (cos_test_tonearest): New function.
47078         (cos_test_towardzero): Likewise.
47079         (cos_test_downward): Likewise.
47080         (cos_test_upward): Likewise.
47081         (sin_test_tonearest): Likewise.
47082         (sin_test_towardzero): Likewise.
47083         (sin_test_downward): Likewise.
47084         (sin_test_upward): Likewise.
47085         (tan_test_tonearest): Likewise.
47086         (tan_test_towardzero): Likewise.
47087         (tan_test_downward): Likewise.
47088         (tan_test_upward): Likewise.
47089         (main): Call the new functions.
47090         * sysdeps/i386/fpu/libm-test-ulps: Update.
47091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47093         [BZ #10135]
47094         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47095         small n, then large n, before computing and testing k+n.
47096         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47097         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47098         Likewise.
47099         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47100         Likewise.
47101         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47102         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47103         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47104         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47105         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47106         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47107         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47108         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47109         * math/libm-test.inc (scalbn_test): Add more tests.
47110         (scalbln_test): Likewise.
47112         * manual/filesys.texi (mode_t): Describe constraints on size and
47113         signedness, not exact equivalence to a particular type.
47114         (ino_t): Likewise.
47115         (ino64_t): Likewise.
47116         (dev_t): Likewise.
47117         (nlink_t): Likewise.
47118         (blkcnt_t): Likewise.
47119         (blkcnt64_t): Likewise.
47120         * manual/llio.texi (off_t): Likewise.
47122         [BZ #3976]
47123         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47124         (__ieee754_exp): Save and restore rounding mode and use
47125         round-to-nearest for all computations.
47126         * math/libm-test.inc (exp_test_tonearest): New function.
47127         (exp_test_towardzero): Likewise.
47128         (exp_test_downward): Likewise.
47129         (exp_test_upward): Likewise.
47130         (main): Call the new functions.
47131         * sysdeps/i386/fpu/libm-test-ulps: Update.
47132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47134 2012-03-01  Chris Demetriou  <cgd@google.com>
47136         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47137         have predictable order.
47139 2012-03-01  David S. Miller  <davem@davemloft.net>
47141         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47143         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47144         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47145         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47146         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47148         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47149         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47150         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47151         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47152         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47153         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47154         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47155         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47156         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47158         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47160         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47161         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47162         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47164         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47165         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47166         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47167         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47168         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47169         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47170         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47171         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47172         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47173         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47174         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47175         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47176         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47177         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47178         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47179         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47180         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47181         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47182         * sysdeps/sparc/elf/configure: Regenerated.
47184 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47186         * configure.in (AS, LD): Require binutils 2.20 or later.
47187         * configure: Regenerated.
47188         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47189         as required minimum version.
47190         * INSTALL: Regenerated.
47192         [BZ #2541]
47193         [BZ #4108]
47194         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47195         before squaring exponent.
47196         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47197         bottom long double and 27 bits of top long double before squaring
47198         exponent.
47199         * math/libm-test.inc (erfc_test): Add more tests.
47200         * sysdeps/i386/fpu/libm-test-ulps: Update.
47201         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47204 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47206         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47207         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47208         containing bit-fields.
47209         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47210         * soft-fp/single.h (_FP_UNION_S): Likewise.
47211         * soft-fp/double.h (_FP_UNION_D): Likewise.
47213 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47215         [BZ #13786]
47216         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47217         not include ../strcmp.S.
47218         [USE_AS_STRNCASECMP_L]: Likewise.
47219         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47220         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47221         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47222         (__strncasecmp_l_ia32): Define as alias to
47223         __strncasecmp_l_nonascii.
47225         [BZ #5794]
47226         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47227         * sysdeps/i386/fpu/libm-test-ulps: Update.
47228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47230         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47233 2012-02-29  Jeff Law  <law@redhat.com>
47235         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47236         out of bounds read.
47238 2012-02-29  Marek Polacek  <polacek@redhat.com>
47240         [BZ #13706]
47241         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47242         * elf/Makefile: Add rules to run tst-unused-dep.out.
47244 2012-02-28  David S. Miller  <davem@davemloft.net>
47246         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47247         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47248         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47249         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47250         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47251         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47253 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47255         * math/libm-test.inc (llround_test): Move one test from
47256         lround_test.  Use TEST_f_L in moved test.
47257         (lround_test): Move misplaced test to llround_test.  Add testcase
47258         from bug 2561.
47260 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47262         * sysdeps/x86_64/fpu/e_expf.S: New file.
47263         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47265 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47267         [BZ #13637]
47268         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47269         of remain_len that may cause incomplete multi-byte character and
47270         false match.
47271         * posix/bug-regex33.c: New file.
47272         * posix/Makefile (tests): Add bug-regex33.
47274 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47276         * manual/macros.texi: New file.
47277         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47278         * manual/libc.texinfo: Include macros.texi.
47279         * manual/creatute.texi: Likewise.
47280         * manual/install.texi: Likewise.
47281         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47282         @glibcadj{} in references to the GNU C Library.
47283         * manual/charset.texi: Likewise.
47284         * manual/conf.texi: Likewise.
47285         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47286         when not using those macros.
47287         * manual/creature.texi: Likewise.
47288         * manual/crypt.texi: Likewise.
47289         * manual/errno.texi: Likewise.
47290         * manual/filesys.texi: Likewise.
47291         * manual/header.texi: Likewise.
47292         * manual/install.texi: Likewise.
47293         * manual/intro.texi: Likewise.
47294         * manual/io.texi: Likewise.
47295         * manual/job.texi: Likewise.
47296         * manual/lang.texi: Likewise.
47297         * manual/libc.texiinfo: Likewise.
47298         * manual/llio.texi: Likewise.
47299         * manual/locale.texi: Likewise.
47300         * manual/maint.texi: Likewise.
47301         * manual/math.texi: Likewise.
47302         * manual/memory.texi: Likewise.
47303         * manual/message.texi: Likewise.
47304         * manual/nss.texi: Likewise.
47305         * manual/pattern.texi: Likewise.
47306         * manual/process.texi: Likewise.
47307         * manual/resource.texi: Likewise.
47308         * manual/search.texi: Likewise.
47309         * manual/setjmp.texi: Likewise.
47310         * manual/signal.texi: Likewise.
47311         * manual/socket.texi: Likewise.
47312         * manual/startup.texi: Likewise.
47313         * manual/stdio.texi: Likewise.
47314         * manual/string.texi: Likewise.
47315         * manual/sysinfo.texi: Likewise.
47316         * manual/syslog.texi: Likewise.
47317         * manual/terminal.texi: Likewise.
47318         * manual/time.texi: Likewise.
47319         * manual/users.texi: Likewise.
47320         * INSTALL: Regenerated.
47321         * NOTES: Regenerated.
47322         * sysdeps/gnu/errlist.c: Regenerated.
47324 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47326         * include/dirent.h: Include <dirstream.h> before
47327         <dirent/dirent.h>.
47329 2012-02-28  David S. Miller  <davem@davemloft.net>
47331         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47332         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47333         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47334         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47336 2012-02-27  David S. Miller  <davem@davemloft.net>
47338         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47339         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47340         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47341         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47343         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47344         frame pointer instead of stack pointer relative arg slot.
47345         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47346         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47347         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47349 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47351         [BZ #3992]
47352         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47354 2012-02-27  David S. Miller  <davem@davemloft.net>
47356         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47359         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47360         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47361         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47362         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47363         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47365 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47367         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47368         later.  Allow versions 5-9.
47369         * configure: Regenerated.
47370         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47371         required minimum version and 4.6 as recommended version.  Do not
47372         mention bugs in GCC 2.7 and 2.8.
47373         * INSTALL: Regenerated.
47375 2012-02-27  David S. Miller  <davem@davemloft.net>
47377         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47378         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47379         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47380         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47381         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47382         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47383         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47384         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47386         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47387         manipulate bits before adding and subtracting TWO112[sx].
47388         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47390 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47392         [BZ #13775]
47393         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47394         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47395         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47396         being in POSIX, because they are in 1003.1-2008.
47398         * rt/tst-aio.c: Include <fcntl.h>.
47399         * rt/tst-aio7.c: Likewise.
47400         * rt/tst-aio64.c: Likewise.
47402         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47404 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47406         * manual/install.texi (--with-headers): Describe headers as
47407         interface headers, not private headers.
47408         (Specific advice for GNU/Linux systems): Describe use of headers
47409         from "make headers_install", not private headers from older
47410         kernels.
47411         * INSTALL: Regenerated.
47412         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47413         Change to 2.6.19.
47414         * sysdeps/unix/sysv/linux/configure: Regenerated.
47416         * manual/llio.texi (fclean): Remove documentation.
47418         * manual/Makefile (libc-texi-generated): New variable.  Include
47419         version.texi.
47420         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47421         $(libc-texi-generated), not duplicated list of files.
47422         (version.texi, stamp-version): New rules.
47423         (realclean): Remove $(libc-texi-generated), not individual files
47424         from that list.  Do not remove dir-add.texinfo.
47425         * manual/libc.texinfo: Comment out uses of edition numbers and
47426         references to printed manual.  Remove last-updated dates.
47427         (EDITION): Comment out.
47428         (ISBN): Likewise.
47429         (VERSION, UPDATED): Remove.
47430         (version.texi): Include.
47432 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47434         * sysdeps/posix/spawni.c: Include <signal.h>.
47435         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47436         * sysdeps/pthread/aio_fsync.c: Likewise.
47438 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47440         * conform/Makefile (tests): Run only when not cross-compiling and
47441         when fast-check is not defined.
47443         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47444         * conform/data/limits.h-data: Fixes for POSIX2008.
47445         * conform/run-conformtest.sh: Run all tests.
47446         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47447         headers.
47448         * include/bits/dlfcn.h: Likewise.
47449         * include/langinfo.h: Likewise.
47450         * include/monetary.h: Likewise.
47451         * include/sys/poll.h: Likewise.
47453         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47454         for __USE_GNU.
47455         * posix/spawn.h: Define __need_sigset_t.
47456         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47457         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47458         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47459         to get sigevent_t only.
47460         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47461         only for __USE_GNU.
47462         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47463         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47464         process_vm_writev only for __USE_GNU.
47465         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47467         * conform/Makefile: For now ignore errors from run-conformtest.
47468         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47469         POSIX to avoid namespace pollution.  Don't prepend headers.
47470         * conform/data/aio.h-data: Fixes for POSIX testing.
47471         * conform/data/fcntl.h-data: Likewise.
47472         * conform/data/glob.h-data: Likewise.
47473         * conform/data/grp.h-data: Likewise.
47474         * conform/data/pthread.h-data: Likewise.
47475         * conform/data/pwd.h-data: Likewise.
47476         * conform/data/signal.h-data: Likewise.
47477         * conform/data/spawn.h-data: Likewise.
47478         * conform/data/stdio.h-data: Likewise.
47479         * conform/data/stdlib.h-data: Likewise.
47480         * conform/data/stropts.h-data: Likewise.
47481         * conform/data/sys/mman.h-data: Likewise.
47482         * conform/data/sys/stat.h-data: Likewise.
47483         * conform/data/sys/types.h-data: Likewise.
47484         * conform/data/sys/wait.h-data: Likewise.
47485         * conform/data/time.h-data: Likewise.
47486         * conform/data/unistd.h-data: Likewise.
47487         * conform/data/utime.h-data: Likewise.
47489         * io/sys/stat.h: fchmod was always in POSIX.
47490         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47491         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47492         * rt/aio.h: Define __need_timespec before including <time.h>.
47493         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47494         struct.  Add forward declaration of pthread_attr_t and use it in
47495         sigevent.
47496         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47497         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47498         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47499         always remove CLK_TCK definition.
47501 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47503         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47505 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47507         * conform/run-conformtest.sh: New file.
47508         * conform/Makefile: Run run-conformtest for tests.
47509         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47510         support.
47512         * conform/data/uchar.h-data: New file.
47513         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47514         * conform/data/arpa/inet.h-data: Likewise.
47515         * conform/data/assert.h-data: Likewise.
47516         * conform/data/complex.h-data: Likewise.
47517         * conform/data/cpio.h-data: Likewise.
47518         * conform/data/ctype.h-data: Likewise.
47519         * conform/data/dirent.h-data: Likewise.
47520         * conform/data/dlfcn.h-data: Likewise.
47521         * conform/data/errno.h-data: Likewise.
47522         * conform/data/fcntl.h-data: Likewise.
47523         * conform/data/float.h-data: Likewise.
47524         * conform/data/fmtmsg.h-data: Likewise.
47525         * conform/data/fnmatch.h-data: Likewise.
47526         * conform/data/ftw.h-data: Likewise.
47527         * conform/data/glob.h-data: Likewise.
47528         * conform/data/grp.h-data: Likewise.
47529         * conform/data/iconv.h-data: Likewise.
47530         * conform/data/inttypes.h-data: Likewise.
47531         * conform/data/langinfo.h-data: Likewise.
47532         * conform/data/libgen.h-data: Likewise.
47533         * conform/data/limits.h-data: Likewise.
47534         * conform/data/locale.h-data: Likewise.
47535         * conform/data/math.h-data: Likewise.
47536         * conform/data/monetary.h-data: Likewise.
47537         * conform/data/mqueue.h-data: Likewise.
47538         * conform/data/ndbm.h-data: Likewise.
47539         * conform/data/net/if.h-data: Likewise.
47540         * conform/data/netdb.h-data: Likewise.
47541         * conform/data/netinet/in.h-data: Likewise.
47542         * conform/data/nl_types.h-data: Likewise.
47543         * conform/data/poll.h-data: Likewise.
47544         * conform/data/pthread.h-data: Likewise.
47545         * conform/data/pwd.h-data: Likewise.
47546         * conform/data/regex.h-data: Likewise.
47547         * conform/data/sched.h-data: Likewise.
47548         * conform/data/search.h-data: Likewise.
47549         * conform/data/semaphore.h-data: Likewise.
47550         * conform/data/setjmp.h-data: Likewise.
47551         * conform/data/signal.h-data: Likewise.
47552         * conform/data/spawn.h-data: Likewise.
47553         * conform/data/stdarg.h-data: Likewise.
47554         * conform/data/stdio.h-data: Likewise.
47555         * conform/data/stdlib.h-data: Likewise.
47556         * conform/data/string.h-data: Likewise.
47557         * conform/data/strings.h-data: Likewise.
47558         * conform/data/stropts.h-data: Likewise.
47559         * conform/data/sys/ipc.h-data: Likewise.
47560         * conform/data/sys/mman.h-data: Likewise.
47561         * conform/data/sys/msg.h-data: Likewise.
47562         * conform/data/sys/resource.h-data: Likewise.
47563         * conform/data/sys/select.h-data: Likewise.
47564         * conform/data/sys/sem.h-data: Likewise.
47565         * conform/data/sys/shm.h-data: Likewise.
47566         * conform/data/sys/socket.h-data: Likewise.
47567         * conform/data/sys/stat.h-data: Likewise.
47568         * conform/data/sys/statvfs.h-data: Likewise.
47569         * conform/data/sys/time.h-data: Likewise.
47570         * conform/data/sys/timeb.h-data: Likewise.
47571         * conform/data/sys/times.h-data: Likewise.
47572         * conform/data/sys/types.h-data: Likewise.
47573         * conform/data/sys/uio.h-data: Likewise.
47574         * conform/data/sys/un.h-data: Likewise.
47575         * conform/data/sys/utsname.h-data: Likewise.
47576         * conform/data/sys/wait.h-data: Likewise.
47577         * conform/data/syslog.h-data: Likewise.
47578         * conform/data/tar.h-data: Likewise.
47579         * conform/data/termios.h-data: Likewise.
47580         * conform/data/utime.h-data: Likewise.
47581         * conform/data/utmpx.h-data: Likewise.
47582         * conform/data/varargs.h-data: Likewise.
47583         * conform/data/wchar.h-data: Likewise.
47584         * conform/data/wctype.h-data: Likewise.
47585         * conform/data/wordexp.h-data: Likewise.
47587         * include/stropts.h: New file.
47588         * include/uchar.h: New file.
47589         * include/aio.h: Changes to allow conformtest.pl to use the headers.
47590         * include/assert.h: Likewise.
47591         * include/ctype.h: Likewise.
47592         * include/dirent.h: Likewise.
47593         * include/dlfcn.h: Likewise.
47594         * include/fcntl.h: Likewise.
47595         * include/fnmatch.h: Likewise.
47596         * include/glob.h: Likewise.
47597         * include/grp.h: Likewise.
47598         * include/libio.h: Likewise.
47599         * include/locale.h: Likewise.
47600         * include/math.h: Likewise.
47601         * include/net/if.h: Likewise.
47602         * include/netdb.h: Likewise.
47603         * include/netinet/in.h: Likewise.
47604         * include/pthread.h: Likewise.
47605         * include/pwd.h: Likewise.
47606         * include/regex.h: Likewise.
47607         * include/sched.h: Likewise.
47608         * include/search.h: Likewise.
47609         * include/setjmp.h: Likewise.
47610         * include/signal.h: Likewise.
47611         * include/stdio.h: Likewise.
47612         * include/stdlib.h: Likewise.
47613         * include/string.h: Likewise.
47614         * include/sys/cdefs.h: Likewise.
47615         * include/sys/mman.h: Likewise.
47616         * include/sys/msg.h: Likewise.
47617         * include/sys/resource.h: Likewise.
47618         * include/sys/select.h: Likewise.
47619         * include/sys/socket.h: Likewise.
47620         * include/sys/stat.h: Likewise.
47621         * include/sys/statvfs.h: Likewise.
47622         * include/sys/time.h: Likewise.
47623         * include/sys/times.h: Likewise.
47624         * include/sys/uio.h: Likewise.
47625         * include/sys/utsname.h: Likewise.
47626         * include/sys/wait.h: Likewise.
47627         * include/termios.h: Likewise.
47628         * include/time.h: Likewise.
47629         * include/ulimit.h: Likewise.
47630         * include/unistd.h: Likewise.
47631         * include/utime.h: Likewise.
47632         * include/wchar.h: Likewise.
47633         * include/wctype.h: Likewise.
47634         * include/wordexp.h: Likewise.
47636         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
47638         * time/time.h: TIME_UTC must be a macro.
47639         Make timespec_get available for ISO C11 only as well.
47641 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
47643         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
47644         Reported by Peng Haitao <penght@cn.fujitsu.com>.
47646 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47648         * configure.in: Use -o not -a in test for unsupported multi-arch.
47650 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47652         * manual/texinfo.tex: Update to version 2012-01-19.16.
47654 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47656         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
47658 2012-02-24  Roland McGrath  <roland@hack.frob.com>
47660         [BZ #13738]
47661         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
47662         * manual/fdl-1.3.texi: New file.
47663         * manual/fdl-1.1.texi: File removed.
47665         [BZ #13738]
47666         * manual/libc.texinfo (FDL_VERSION): New @set.
47667         Use it for mention of FDL in cover text.
47668         (Documentation License): Use it in @include file name.
47670 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47671             Roland McGrath  <roland@hack.frob.com>
47673         [BZ #5461]
47674         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
47675         (not LONG_LONG_MAX and LONG_LONG_MIN.
47676         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
47677         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
47678         name.
47679         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
47681 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47683         [BZ #2547]
47684         [BZ #11365]
47685         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
47686         manipulate bits before adding and subtracting TWO23[sx].
47687         * math/libm-test.inc (nearbyint_test): Add more tests.
47689 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47691         [BZ #2548]
47692         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
47693         bits before adding and subtracting TWO23[sx].
47694         * math/libm-test.inc (rint_test): Add more tests.
47695         (rint_test_tonearest): Likewise.
47696         (rint_test_towardzero): Likewise.
47697         (rint_test_downward): Likewise.
47698         (rint_test_upward: Likewise.
47700 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47702         [BZ #10110]
47703         * include/stdc-predef.h: New file.  Extracted from features.h.
47704         * include/features.h: Include stdc-predef.h.
47705         * Makefile (headers): Add stdc-predef.h.
47706         * CONFORMANCE (Compiler limitations): Update.
47708 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47710         * manual/libc.texinfo (VERSION, UPDATED): Revert.
47712 2012-02-21  David S. Miller  <davem@davemloft.net>
47714         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
47715         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47717 2012-02-20  David S. Miller  <davem@davemloft.net>
47719         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
47720         using a normal save/restore sequence, rather than allocating a
47721         dummy stack frame just to store a frame pointer and restore.
47722         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47724 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47726         * manual/install.texi: Fix stray word in line-wrapped comment.
47728 2012-02-20  David S. Miller  <davem@davemloft.net>
47730         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
47731         both binutils and gcc support GOTDATA.
47733         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
47734         "rd %pc" in the PIC register setup sequences.
47736         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
47737         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
47738         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47739         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
47740         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47741         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47742         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47743         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47744         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
47745         (SYSCALL_ERROR_HANDLER): Likewise.
47746         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47747         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47748         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
47749         (SYSCALL_ERROR_HANDLER): Likewise.
47751         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
47752         (HAVE_GCC_GOTDATA): New.
47753         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
47754         relocation support in both binutils and gcc.
47755         * sysdeps/sparc/elf/configure: Regenerate.
47757         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
47758         * sysdeps/sparc/sparc32/elf/configure: Delete.
47759         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
47760         * sysdeps/sparc/sparc64/elf/configure: Delete.
47761         * sysdeps/sparc/elf/configure.in: New file.
47762         * sysdeps/sparc/elf/configure: Generate.
47764         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
47765         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
47766         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47767         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
47768         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
47770 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47772         * manual/install.texi: Do not mention specific glibc version
47773         numbers.
47774         * manual/libc.texinfo (VERSION, UPDATED): Update.
47775         (@copying): Use @copyright{} and range of years.
47777 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47779         [BZ #13695]
47780         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
47781         [crti.S not in sysdirs] (generated): Do not append.
47782         [crti.S not in sysdirs] (omit-deps): Likewise.
47783         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
47784         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
47785         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
47786         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
47787         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
47788         Likewise.
47789         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
47790         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
47791         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
47792         * csu/defs.awk: Remove file.
47793         * sysdeps/generic/initfini.c: Likewise.
47794         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
47795         variable.
47796         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
47797         Likewise.
47799 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47801         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
47802         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
47803         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
47804         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
47805         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47806         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
47807         <bits/epoll.h>.
47808         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
47809         (__EPOLL_PACKED): Define to empty if not defined by
47810         <bits/epoll.h>.
47811         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
47812         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47813         bits/epoll.h.
47815 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47817         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
47818         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
47819         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
47820         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
47821         <bits/timerfd.h>.
47822         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
47823         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47824         bits/timerfd.h.
47826 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47828         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
47829         in C locale.
47830         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47831         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
47832         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
47833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47835 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
47837         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47838         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47840 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
47842         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
47843         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
47844         defined.
47845         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
47846         Likewise.
47847         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
47848         entry for 2.16.
47850 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
47852         * math/w_acos.c: Use non-signaling floating-point comparisons.
47853         * math/w_acosf.c: Likewise.
47854         * math/w_acosh.c: Likewise.
47855         * math/w_acoshf.c: Likewise.
47856         * math/w_acoshl.c: Likewise.
47857         * math/w_acosl.c: Likewise.
47858         * math/w_asin.c: Likewise.
47859         * math/w_asinf.c: Likewise.
47860         * math/w_asinl.c: Likewise.
47861         * math/w_atanh.c: Likewise.
47862         * math/w_atanhf.c: Likewise.
47863         * math/w_atanhl.c: Likewise.
47864         * math/w_exp2.c: Likewise.
47865         * math/w_exp2f.c: Likewise.
47866         * math/w_exp2l.c: Likewise.
47867         * math/w_j0.c: Likewise.
47868         * math/w_j0f.c: Likewise.
47869         * math/w_j0l.c: Likewise.
47870         * math/w_j1.c: Likewise.
47871         * math/w_j1f.c: Likewise.
47872         * math/w_j1l.c: Likewise.
47873         * math/w_jn.c: Likewise.
47874         * math/w_jnf.c: Likewise.
47875         * math/w_log.c: Likewise.
47876         * math/w_log10.c: Likewise.
47877         * math/w_log10f.c: Likewise.
47878         * math/w_log10l.c: Likewise.
47879         * math/w_log2.c: Likewise.
47880         * math/w_log2f.c: Likewise.
47881         * math/w_log2l.c: Likewise.
47882         * math/w_logf.c: Likewise.
47883         * math/w_logl.c: Likewise.
47884         * math/w_sqrt.c: Likewise.
47885         * math/w_sqrtf.c: Likewise.
47886         * math/w_sqrtl.c: Likewise.
47887         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47888         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
47889         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47890         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
47891         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
47893 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47895         [BZ #9739]
47896         * manual/string.texi (strnlen): Use correct parameter name in
47897         equivalent expression.
47899 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47901         [BZ #11174]
47902         * manual/users.texi (seteuid): Consistently use neweuid for
47903         argument name.
47905 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47907         [BZ #13704]
47908         * manual/nss.texi (Services in the NSS configuration): Correct
47909         list of services in example configuration file.
47911 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
47913         [BZ #11322]
47914         * manual/arith.texi: Remove statements about negative zero
47915         behaving identically to zero.
47917 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47919         [BZ #5993]
47920         * manual/install.texi: Do not document upgrading from libc5.
47922 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47924         [BZ #4596]
47925         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
47927 2012-02-18  David S. Miller  <davem@davemloft.net>
47929         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
47930         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
47931         %o7 across the call.
47932         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
47933         instead.
47934         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
47935         SETUP_PIC_REG_LEAF.
47936         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47937         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
47938         * sysdeps/sparc/crtn.S: Likewise.
47940 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
47942         * aout/Makefile: Remove.
47944 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
47946         [BZ #13058]
47947         * manual/examples/argp-ex1.c (main): Format definition in GNU
47948         style.
47949         * manual/examples/argp-ex2.c (main): Likewise.
47950         * manual/examples/argp-ex3.c (main): Likewise.
47951         * manual/examples/argp-ex4.c (main): Likewise.
47952         * manual/examples/longopt.c (main): Use new-style prototype
47953         definition.
47954         * manual/examples/strncat.c (main): Specify return type and use
47955         (void) for arguments.
47956         * manual/examples/subopt.c (main): Use char **argv argument.
47958 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47960         [BZ #5077]
47961         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
47962         rounding modes.
47964 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
47966         [BZ #6907]
47967         * manual/string.texi (strchr): Change when strchrnul is
47968         recommended.
47970 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
47972         [BZ #174]
47973         * manual/locale.texi (setlocale): Document LOCPATH.
47975 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47977         [BZ #10210]
47978         * manual/process.texi (execle): Move @dots{} before last argument.
47980 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
47982         [BZ #12047]
47983         * manual/charset.texi (Generic Charset Conversion): Fix typo
47984         (LC_TYPE -> LC_CTYPE).
47986 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
47988         [BZ #5805]
47989         * manual/arith.texi (scalbn): Use @var{} on parameter names.
47990         (scalbnf): Likewise.
47991         (scalbnl): Likewise.
47992         (scalbln): Likewise.
47993         (scalblnf): Likewise.
47994         (scalblnl): Likewise.
47995         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
47996         (vwarnx): Likewise.
47997         (verr): Likewise.
47998         (verrx): Likewise.
47999         * manual/filesys.texi (telldir): Use braces around return type.
48000         * manual/llio.texi (mmap): Add space after comma.
48001         (mmap64): Likewise.
48002         * manual/math.texi (jn): Use @var{} on parameter names.
48003         (jnf): Likewise.
48004         (jnl): Likewise.
48005         (yn): Likewise.
48006         (ynf): Likewise.
48007         (ynl): Likewise.
48008         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48009         line.
48010         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48011         "...".
48012         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48013         (sched_get_priority_max): Likewise.
48014         * manual/signal.texi (sigvec): Add space after comma.
48015         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48016         names.
48017         (if_indextoname): Likewise.
48018         (if_freenameindex): Likewise.
48019         (sendto): Use ',' instead of '.' in prototype.
48020         * manual/startup.texi (syscall): Use @dots{} instead of literal
48021         "...".
48022         * manual/stdio.texi (__fpending): Separate initial words of
48023         paragraph from @deftypefun line.
48024         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48025         "...".
48026         (vsyslog): Use @var{} on parameter names.
48027         * manual/terminal.texi (stty): Use @var{} on parameter names.
48028         * manual/users.texi (getutmp): Use @var{} on parameter names.
48029         (getutmpx): Likewise.
48031 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48033         [BZ #6884]
48034         * manual/stdio.texi (fopen): Fix typos in description of
48035         ",ccs=STRING".
48037 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48039         [BZ #4026]
48040         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48041         get clock_id definition.
48043 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48045         [BZ #4822]
48046         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48047         (madvise): Cast every argument to void on its own.
48049 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48051         [BZ #9902]
48052         * manual/startup.texi (Exit Status): Fix typo.
48054 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48056         [BZ #10140]
48057         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48058         * manual/examples/argp-ex2.c: Likewise.
48059         * manual/examples/argp-ex3.c: Likewise.
48061 2012-02-16  Richard Henderson  <rth@redhat.com>
48063         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48064         * sysdeps/s390/s390-32/initfini.c: Remove.
48065         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48066         * sysdeps/s390/s390-64/initfini.c: Remove.
48068 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48070         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48071         compiler output for sysdeps/generic/initfini.c.
48072         * sysdeps/sh/elf/initfini.c: Remove file.
48074 2012-02-16  David S. Miller  <davem@davemloft.net>
48076         [BZ #11494]
48077         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48079         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48080         * sysdeps/sparc/crti.S: New file.
48081         * sysdeps/sparc/crtn.S: New file.
48082         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48083         * sysdeps/sparc/sparc64/Makefile: Likewise.
48085 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48087         [BZ #3335]
48088         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48090 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48092         [BZ #4822]
48093         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48095         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48096         (write, read, close): Likewise.
48097         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48099 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48101         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48102         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48103         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48104         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48105         <bits/signalfd.h>.
48106         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48107         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48108         bits/signalfd.h.
48110 2012-02-14  Marek Polacek  <polacek@redhat.com>
48112         * sysdeps/x86_64/crti.S: New file.
48113         * sysdeps/x86_64/crtn.S: New file.
48114         * sysdeps/x86_64/elf/initfini.c: Remove file.
48116 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48118         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48119         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48120         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48121         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48122         <bits/inotify.h>.
48123         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48124         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48125         bits/inotify.h.
48127 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48129         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48130         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48131         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48132         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48133         <bits/eventfd.h>.
48134         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48135         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48136         bits/eventfd.h.
48138 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48140         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48141         __feraiseexcept instead of feraiseexcept.
48143         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48144         nanosleep invocations.
48145         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48146         strings, and add error checking for a nanosleep invocations.
48148 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48150         Replace FSF snail mail address with URLs, as per GNU coding standards.
48151         Most of the snail mail addresses were wrong anyway, and omitting
48152         them makes the source code easier to maintain.  Almost all of the
48153         changes are to license notices and to locale LC_IDENTIFICATION
48154         addresses, except for this one:
48155         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48156         not its snail mail address.
48158 2012-02-09  Richard Henderson  <rth@twiddle.net>
48160         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48161         of kernel-features.h.
48163         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48165 2012-02-08  Marek Polacek  <polacek@redhat.com>
48167         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48168         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48169         * sysdeps/gnu/_G_config.h: Likewise.
48170         * sysdeps/generic/_G_config.h: Likewise.
48172 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48174         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48175         tests.
48176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48178         * sysdeps/powerpc/powerpc32/crti.S: New file.
48179         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48180         * sysdeps/powerpc/powerpc64/crti.S: New file.
48181         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48183         * Makeconfig (have-initfini): Don't set.
48184         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48185         * configure.in (nopic_initfini): Don't substitute.
48186         * config.h.in (HAVE_INITFINI): Don't #undef.
48187         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48188         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48190 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48192         Support crti.S and crtn.S provided directly by architectures.
48193         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48194         [crti.S in sysdirs] (omit-deps): Likewise.
48195         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48196         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48197         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48198         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48199         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48200         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48201         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48202         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48203         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48204         compiler output for sysdeps/generic/initfini.c.
48205         * sysdeps/i386/elf/Makefile: Remove file.
48206         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48208 2012-02-07  Marek Polacek  <polacek@redhat.com>
48210         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48211         * sysdeps/gnu/_G_config.h: Likewise.
48212         * sysdeps/mach/hurd/_G_config.h: Likewise.
48214 2012-02-07  Marek Polacek  <polacek@redhat.com>
48216         * math/Makefile (tests): Add tst-CMPLX2.
48217         * math/tst-CMPLX2.c: New file.
48219 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48221         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48223         * math/libm-test.inc (jn_test): Add missing L suffix.
48225 2012-02-06  Marek Polacek  <polacek@redhat.com>
48227         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48228         * sysdeps/i386/fpu/e_powf.S: Likewise.
48229         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48230         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48231         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48232         * sysdeps/i386/fpu/e_pow.S: Likewise.
48233         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48234         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48235         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48236         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48237         * sysdeps/i386/fpu/e_log2.S: Likewise.
48238         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48239         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48240         * sysdeps/i386/fpu/e_powl.S: Likewise.
48241         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48242         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48243         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48244         * sysdeps/i386/fpu/e_logl.S: Likewise.
48245         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48246         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48247         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48248         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48249         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48250         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48251         * sysdeps/i386/fpu/e_log.S: Likewise.
48252         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48253         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48254         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48255         * sysdeps/i386/fpu/e_logf.S: Likewise.
48256         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48257         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48258         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48259         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48260         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48261         * sysdeps/i386/fpu/e_log10.S: Likewise.
48262         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48263         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48264         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48265         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48266         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48267         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48268         * sysdeps/i386/asm-syntax.h: Likewise.
48269         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48270         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48271         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48272         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48273         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48274         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48275         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48276         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48277         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48278         * sysdeps/powerpc/sysdep.h: Likewise.
48279         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48280         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48282 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48284         [BZ #411]
48285         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48287 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48289         * sysdeps/i386/sysdep.h: Include <features.h>.
48290         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48291         version.
48293 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48295         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48296         Define.
48297         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48298         LOAD_PIC_REG_STR.
48300 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48302         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48303         (SETUP_PIC_REG): Use GET_PC_THUNK.
48304         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48305         macro.
48307 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48309         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48310         for non-PIC compilation.
48311         (SETUP_PIC_REG): Add .p2align directive.
48312         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48313         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48314         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48315         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48316         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48317         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48318         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48319         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48320         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48321         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48322         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48323         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48324         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48325         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48326         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48327         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48328         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48329         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48330         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48331         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48332         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48333         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48334         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48335         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48336         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48337         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48338         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48339         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48340         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48341         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48342         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48343         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48344         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48345         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48346         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48347         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48348         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48349         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48350         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48351         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48352         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48354 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48356         * math/tst-CMPLX.c: Include <stdio.h>.
48358 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48360         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48361         float.
48362         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48363         * sysdeps/sparc/bits/mathdef.h: Likewise.
48365 2012-01-31  Marek Polacek  <polacek@redhat.com>
48367         * libio/libio.h: Don't define _PARAMS.
48368         * locale/programs/config.h: Don't define PARAMS.
48369         * stdlib/strtol_l.c: Likewise.
48370         (__strtol_l): Remove PARAMS from the prototype.
48372 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48374         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48375         names.  Just use the correct names.  Remove unnecessary wrapper
48376         functions.
48377         * malloc/arena.c: Likewise.
48378         * malloc/hooks.c: Likewise.
48380         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48381         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48382         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48384 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48386         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48387         into tail calls.
48388         (update_get_addr): New function.
48389         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48390         GET_ADDR_MODULE parameter.
48392 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48394         * crypt/cert.c: Remove __STDC__ conditionals.
48395         * crypt/crypt-entry.c: Likewise.
48396         * crypt/crypt_util.c: Likewise.
48397         * libio/filedoalloc.c: Likewise.
48398         * libio/fileops.c: Likewise.
48399         * libio/genops.c: Likewise.
48400         * libio/iofclose.c: Likewise.
48401         * libio/iofdopen.c: Likewise.
48402         * libio/iofopen.c: Likewise.
48403         * libio/iofopen64.c: Likewise.
48404         * libio/iogetdelim.c: Likewise.
48405         * libio/iopopen.c: Likewise.
48406         * libio/obprintf.c: Likewise.
48407         * libio/oldfileops.c: Likewise.
48408         * libio/oldiofclose.c: Likewise.
48409         * libio/oldiofdopen.c: Likewise.
48410         * libio/oldiofopen.c: Likewise.
48411         * libio/oldiopopen.c: Likewise.
48412         * libio/wfiledoalloc.c: Likewise.
48413         * libio/wgenops.c: Likewise.
48414         * locale/programs/xmalloc.c: Likewise.
48415         * misc/syslog.c: Likewise.
48416         * stdio-common/xbug.c: Likewise.
48417         * string/memchr.c: Likewise.
48418         * string/memcmp.c: Likewise.
48419         * string/memrchr.c: Likewise.
48420         * string/rawmemchr.c: Likewise.
48421         * sysdeps/posix/getcwd.c: Likewise.
48422         * time/strftime_l.c: Likewise.
48424 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48426         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48427         * config.make.in (config-cflags-sse2avx): Define.
48428         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48429         Fix typo.
48431 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48433         * scripts/config.guess: Update from upstream config git repository.
48434         * scripts/config.sub: Likewise.
48436 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48438         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48439         (EM_NUM): Update.
48440         (R_TILEPRO_*, R_TILEGX_*): New macros.
48442         * scripts/firstversions.awk: Fix bug in version range handling.
48444         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48446         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48448         * include/sys/epoll.h: New file.
48449         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48450         libc_hidden_def.
48452 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48454         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48455         Avoid unnecessary __WORDSIZE == 64 test.
48456         (fmaxf): Use VEX format if possible.
48457         (fmax): Likewise.
48458         (fminf): Likewise.
48459         (fmin): Likewise.
48461         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48462         * math/math_private.h: Remove libc_fegetround* and
48463         libc_fesetround*.
48464         * sysdeps/i386/configure.in: Check for -msse2avx.
48465         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48466         also if SSE2AVX is defined.
48467         Remove libc_fegetround* and libc_fesetround*.
48468         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48469         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48470         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48471         of HAS_YMM_USABLE.
48472         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48473         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48474         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48475         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48476         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48478         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48480 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48482         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48483         size is not set.
48484         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48486 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48488         [BZ #13618]
48489         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48490         relocation.
48491         * Makeconfig (libm): Define.
48492         * elf/Makefile: Add rules to build and run tst-relsort1.
48493         * elf/tst-relsort1.c: New file.
48494         * elf/tst-relsort1mod1.c: New file.
48495         * elf/tst-relsort1mod2.c: New file.
48497 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48499         * math/s_ldexp.c: Remove __STDC__ conditionals.
48500         * math/s_ldexpf.c: Likewise.
48501         * math/s_ldexpl.c: Likewise.
48502         * math/s_nextafter.c: Likewise.
48503         * math/s_nexttowardf.c: Likewise.
48504         * math/s_significand.c: Likewise.
48505         * math/s_significandf.c: Likewise.
48506         * math/s_significandl.c: Likewise.
48507         * math/w_jnl.c: Likewise.
48508         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48509         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48510         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48511         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48512         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48513         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48514         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48515         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48516         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48517         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48518         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48519         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48520         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48521         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48522         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48523         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48524         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48525         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48526         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48527         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48528         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48529         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48530         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48531         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48532         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48533         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48534         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48535         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48536         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48537         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48538         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48539         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48540         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48541         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48542         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48543         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48544         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48545         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48546         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48547         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48548         * sysdeps/ieee754/k_standard.c: Likewise.
48549         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48550         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48551         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48552         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48553         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48554         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48555         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48556         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48557         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48558         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48559         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48560         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48561         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48562         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48563         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48564         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48565         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48566         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48567         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48568         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48569         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48570         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48571         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48572         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48573         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48574         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48575         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48576         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48577         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48578         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48579         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48580         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48581         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48582         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48583         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48584         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48585         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48586         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48587         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48588         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48589         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48590         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48591         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48592         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48593         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48594         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48595         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48596         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48597         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48598         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48599         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48600         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48601         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48602         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48603         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48604         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48605         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48606         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48607         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48608         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48609         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48610         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48611         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48612         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48613         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48614         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48615         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48616         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48617         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48618         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48619         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48620         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48621         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48622         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48623         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48624         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48625         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48626         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48627         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48628         * sysdeps/ieee754/s_matherr.c: Likewise.
48629         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48630         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48631         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48632         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48634 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48636         * crypt/md5.h: Remove __STDC__ conditionals.
48637         * libio/libioP.h: Likewise.
48638         * locale/programs/config.h: Likewise.
48639         * sysdeps/generic/sysdep.h: Likewise.
48640         * sysdeps/i386/asm-syntax.h: Likewise.
48641         * sysdeps/s390/asm-syntax.h: Likewise.
48642         * sysdeps/unix/sysdep.h: Likewise.
48643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
48644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48646 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48648         * libio/libio.h: Remove __STDC__ conditionals.
48649         * malloc/obstack.h: Likewise.
48650         * math/complex.h: Likewise.
48651         * math/math.h: Likewise.
48652         * sysdeps/generic/_G_config.h: Likewise.
48653         * sysdeps/gnu/_G_config.h: Likewise.
48654         * sysdeps/mach/hurd/_G_config.h: Likewise.
48655         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48656         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48657         * sysdeps/sparc/bits/mathdef.h: Likewise.
48659 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
48661         [BZ #13583]
48662         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
48663         Clean up HAS_* macros.
48664         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
48665         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
48666         possible.
48667         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
48668         HAS_AVX.
48669         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48670         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48671         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48672         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48673         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48675 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
48677         * elf/tst-unique3.cc (gets): Remove declaration.
48678         * elf/tst-unique3lib.cc (gets): Likewise.
48679         * elf/tst-unique3lib2.cc (gets): Likewise.
48680         * elf/tst-unique4.cc (gets): Likewise.
48682 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
48684         * include/stdio.h: Add C++ protection.  Add gets declarations and
48685         definitions.
48686         * debug/tst-chk1.c: Don't declare gets here.
48687         * stdio-common/tst-gets.c: Likewise.
48689 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48691         * posix/glob: Remove directory.
48693 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48695         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
48697 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
48699         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
48700         of the non-standard EPFNOSUPPORT.
48702 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48704         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
48705         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
48706         ANYWHERE set to 1 only on KERN_NO_SPACE error.
48708 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
48710         * wcsmbs/uchar.h: Test __STDC_VERSION__.
48712 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
48714         * nscd/aicache.c (addhstaiX): Do not cache negative results of
48715         transient errors.
48716         * nscd/grpcache.c (cache_addgr): Likewise.
48717         * nscd/hstcache.c (cache_addhst): Likewise.
48718         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48719         * nscd/pwdcache.c (cache_addpw): Likewise.
48720         * nscd/servicescache.c (cache_addserv): Likewise.
48722 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
48724         * malloc/malloc.c: Various cleanups.
48725         * malloc/hooks.c: Likewise.
48727         * stdlib/Makefile (tests): Add bug-fmtmsg1.
48728         * stdlib/bug-fmtmsg1.c: New file.
48730         * stdlib/fmtmsg.c (init): Add missing unlock.
48731         Patch by Peng Haitao <penght@cn.fujitsu.com>.
48733 2012-01-12  Marek Polacek  <polacek@redhat.com>
48735         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
48736         and _GNU_SOURCE.
48738 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
48740         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
48741         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
48742         macro to ensure uniqueness of label name.
48743         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48744         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48746 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
48748         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
48750         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
48751         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48752         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48753         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
48755 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
48757         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
48759         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
48760         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48761         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48763         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
48765         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
48766         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48767         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48768         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
48770         * math/bits/math-finite.h: Add ldexp support.
48772 2012-01-10  Marek Polacek  <polacek@redhat.com>
48774         * locale/programs/localedef.h (show_archive_content): Add noreturn
48775         attribute.
48777 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
48779         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
48781 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48783         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
48785         * io/Makefile (headers): Add bits/poll2.h.
48787 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
48789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
48790         typo #include statement.
48792 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48794         * include/sys/cdefs.h: Define __attribute_alloc_size.
48795         * catgets/gencat.c: Add alloc_size attribute and apply consistently
48796         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
48797         * elf/pldd.c: Likewise.
48798         * iconv/iconv_charmap.c: Likewise.
48799         * iconv/iconvconfig.c: Likewise.
48800         * iconv/strtab.c: Likewise.
48801         * locale/programs/locale.c: Likewise.
48802         * locale/programs/localedef.h: Likewise.
48803         * locale/programs/simple-hash.c: Likewise.
48804         * nscd/nscd.h: Likewise.
48805         * nss/makedb.c: Likewise.
48806         * sysdeps/generic/ldconfig.h: Likewise.
48807         * locale/programs/localedef.c: Remove xmalloc prototype.
48808         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
48810 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48812         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
48813         appropriate.
48815 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48817         * math/Makefile (tests): Add tst-CMPLX.
48818         * math/tst-CMPLX.c: New file.
48820         * math/complex.h (CMPLXL): Fix typo.
48822         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
48823         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
48824         GLIBC_2.16.
48825         * debug/tst-chk1.c: Add poll and ppoll tests.
48826         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
48827         * include/sys/poll.h: Add hidden proto for ppoll.
48828         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
48829         * sysdeps/mach/hurd/ppoll.c: Likewise.
48830         * io/ppoll.c: Likewise.
48831         * debug/poll_chk.c: New file.
48832         * debug/ppoll_chk.c: New file.
48833         * include/bits/poll2.h: New file.
48834         * io/bits/poll2.h: New file.
48836         [BZ #1350]
48837         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
48839         * configure.in: static is always set to yes.  Remove.
48840         * config.make.in: Don't set build-static.
48841         * Makeconfig: Remove use of build-static.
48842         * dlfcn/Makefile: Likewise.
48843         * elf/Makefile: Likewise.
48844         * math/Makefile: Likewise.
48845         * misc/Makefile: Likewise.
48846         * nptl/Makefile: Likewise.
48847         * sysdeps/mach/hurd/Makefile: Likewise.
48849         * configure.in: PWD_P is not used anymore.
48850         * config.make.in: Remove PWD_P entry.
48852         * configure.in: Remove last remnants of RANLIB.
48853         No need to check for signed size_t anymore.
48854         Don't set libc_commonpagesize and libc_relro_required here for Alpha
48855         and IA-64.
48856         Remove __builtin_expect test because we require at least gcc 3.4.
48857         * aclocal.m4: Likewise.
48859         * wcsmbs/mbrtoc16.c: Implement using towc function.
48860         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
48861         * wcsmbs/wcsmbsload.c: Likewise.
48862         * iconv/gconv_simple.c: Likewise.
48863         * iconv/gconv_int.h: Likewise.
48864         * iconv/gconv_builtin.h: Likewise.
48865         * iconv/iconv_prog.c: Remove CHAR16 handling.
48867         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
48869         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
48871         * configure.in: Remove --with-elf and --enable-bounded options.
48872         Dont set base_machine for ia64.  More non-ELF conditions removed.
48873         Remove testing and setting of leading underscore information.
48874         * config.make.in (build-bounded): Set to no.
48875         * config.h.in: Remove NO_UNDERSCORES entry.
48876         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
48877         them.
48878         * csu/start.c: Remove !NO_UNDERSCORE code.
48879         * locale/localeinfo.h: Likewise.
48880         * sysdeps/generic/machine-gmon.h: Likewise.
48881         * sysdeps/generic/sysdep.h: Likewise.
48882         * sysdeps/i386/sysdep.h: Likewise.
48883         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
48884         * sysdeps/mach/sysdep.h: Likewise.
48885         * sysdeps/s390/s390-32/sysdep.h: Likewise.
48886         * sysdeps/s390/s390-64/sysdep.h: Likewise.
48887         * sysdeps/sh/sysdep.h: Likewise.
48888         * sysdeps/sparc/sparc32/alloca.S: Likewise.
48889         * sysdeps/unix/i386/sysdep.S: Likewise.
48890         * sysdeps/unix/sparc/start.c: Likewise.
48891         * sysdeps/unix/sparc/sysdep.S: Likewise.
48892         * sysdeps/unix/sparc/sysdep.h: Likewise.
48893         * sysdeps/unix/start.c: Likewise.
48894         * sysdeps/unix/x86_64/sysdep.S: Likewise.
48895         * sysdeps/x86_64/sysdep.h: Likewise.
48897 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
48899         [BZ #13553]
48900         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
48901         for non-gcc.
48902         * argp/argp-fmtstream.h: Use const instead __const.
48903         * argp/argp.h: Likewise.
48904         * assert/assert.h: Likewise.
48905         * bits/fenv.h: Likewise.
48906         * bits/sched.h: Likewise.
48907         * bits/sigset.h: Likewise.
48908         * bits/sigthread.h: Likewise.
48909         * catgets/nl_types.h: Likewise.
48910         * conform/data/pthread.h-data: Likewise.
48911         * crypt/crypt-private.h: Likewise.
48912         * crypt/crypt.h: Likewise.
48913         * crypt/crypt_util.c: Likewise.
48914         * ctype/ctype.h: Likewise.
48915         * debug/execinfo.h: Likewise.
48916         * debug/mbsnrtowcs_chk.c: Likewise.
48917         * debug/mbsrtowcs_chk.c: Likewise.
48918         * debug/wcsnrtombs_chk.c: Likewise.
48919         * debug/wcsrtombs_chk.c: Likewise.
48920         * debug/wcstombs_chk.c: Likewise.
48921         * dirent/dirent.h: Likewise.
48922         * dlfcn/dlfcn.h: Likewise.
48923         * elf/neededtest4.c: Likewise.
48924         * grp/grp.h: Likewise.
48925         * gshadow/gshadow.h: Likewise.
48926         * iconv/gconv.h: Likewise.
48927         * iconv/gconv_int.h: Likewise.
48928         * iconv/gconv_simple.c: Likewise.
48929         * iconv/iconv.h: Likewise.
48930         * iconv/loop.c: Likewise.
48931         * iconv/skeleton.c: Likewise.
48932         * include/aio.h: Likewise.
48933         * include/aliases.h: Likewise.
48934         * include/argz.h: Likewise.
48935         * include/arpa/inet.h: Likewise.
48936         * include/assert.h: Likewise.
48937         * include/dirent.h: Likewise.
48938         * include/dlfcn.h: Likewise.
48939         * include/execinfo.h: Likewise.
48940         * include/fcntl.h: Likewise.
48941         * include/fenv.h: Likewise.
48942         * include/glob.h: Likewise.
48943         * include/grp.h: Likewise.
48944         * include/libintl.h: Likewise.
48945         * include/mntent.h: Likewise.
48946         * include/netdb.h: Likewise.
48947         * include/pwd.h: Likewise.
48948         * include/rpc/netdb.h: Likewise.
48949         * include/sched.h: Likewise.
48950         * include/search.h: Likewise.
48951         * include/shadow.h: Likewise.
48952         * include/signal.h: Likewise.
48953         * include/stdio.h: Likewise.
48954         * include/stdlib.h: Likewise.
48955         * include/string.h: Likewise.
48956         * include/sys/socket.h: Likewise.
48957         * include/sys/stat.h: Likewise.
48958         * include/sys/statfs.h: Likewise.
48959         * include/sys/statvfs.h: Likewise.
48960         * include/sys/syslog.h: Likewise.
48961         * include/sys/time.h: Likewise.
48962         * include/sys/uio.h: Likewise.
48963         * include/time.h: Likewise.
48964         * include/unistd.h: Likewise.
48965         * include/utmp.h: Likewise.
48966         * include/wchar.h: Likewise.
48967         * include/wctype.h: Likewise.
48968         * inet/aliases.h: Likewise.
48969         * inet/arpa/inet.h: Likewise.
48970         * inet/netinet/ether.h: Likewise.
48971         * inet/netinet/in.h: Likewise.
48972         * intl/libintl.h: Likewise.
48973         * io/bits/fcntl2.h: Likewise.
48974         * io/fcntl.h: Likewise.
48975         * io/ftw.h: Likewise.
48976         * io/sys/poll.h: Likewise.
48977         * io/sys/stat.h: Likewise.
48978         * io/sys/statfs.h: Likewise.
48979         * io/sys/statvfs.h: Likewise.
48980         * io/utime.h: Likewise.
48981         * libio/bits/stdio.h: Likewise.
48982         * libio/bits/stdio2.h: Likewise.
48983         * libio/libio.h: Likewise.
48984         * libio/libioP.h: Likewise.
48985         * libio/stdio.h: Likewise.
48986         * locale/lc-ctype.c: Likewise.
48987         * locale/locale.h: Likewise.
48988         * login/utmp.h: Likewise.
48989         * malloc/arena.c: Likewise.
48990         * malloc/malloc.c: Likewise.
48991         * malloc/malloc.h: Likewise.
48992         * malloc/mcheck.c: Likewise.
48993         * malloc/mtrace.c: Likewise.
48994         * math/bits/mathcalls.h: Likewise.
48995         * math/fenv.h: Likewise.
48996         * math/math_private.h: Likewise.
48997         * misc/bits/error.h: Likewise.
48998         * misc/bits/syslog.h: Likewise.
48999         * misc/err.h: Likewise.
49000         * misc/error.h: Likewise.
49001         * misc/fstab.h: Likewise.
49002         * misc/mntent.h: Likewise.
49003         * misc/regexp.h: Likewise.
49004         * misc/search.h: Likewise.
49005         * misc/sgtty.h: Likewise.
49006         * misc/sys/mman.h: Likewise.
49007         * misc/sys/syslog.h: Likewise.
49008         * misc/sys/uio.h: Likewise.
49009         * misc/sys/xattr.h: Likewise.
49010         * misc/ttyent.h: Likewise.
49011         * nis/rpcsvc/ypclnt.h: Likewise.
49012         * nss/nss.h: Likewise.
49013         * posix/bits/unistd.h: Likewise.
49014         * posix/fnmatch.h: Likewise.
49015         * posix/glob.h: Likewise.
49016         * posix/sched.h: Likewise.
49017         * posix/spawn.h: Likewise.
49018         * posix/sys/wait.h: Likewise.
49019         * posix/unistd.h: Likewise.
49020         * posix/wordexp.h: Likewise.
49021         * pwd/pwd.h: Likewise.
49022         * resolv/netdb.h: Likewise.
49023         * resource/sys/resource.h: Likewise.
49024         * rt/aio.h: Likewise.
49025         * rt/bits/mqueue2.h: Likewise.
49026         * rt/mqueue.h: Likewise.
49027         * shadow/shadow.h: Likewise.
49028         * signal/signal.h: Likewise.
49029         * socket/send.c: Likewise.
49030         * socket/sendto.c: Likewise.
49031         * socket/sys/socket.h: Likewise.
49032         * stdio-common/printf.h: Likewise.
49033         * stdlib/bits/stdlib.h: Likewise.
49034         * stdlib/fmtmsg.h: Likewise.
49035         * stdlib/monetary.h: Likewise.
49036         * stdlib/stdlib.h: Likewise.
49037         * stdlib/ucontext.h: Likewise.
49038         * streams/stropts.h: Likewise.
49039         * string/argz.h: Likewise.
49040         * string/bits/string2.h: Likewise.
49041         * string/string.h: Likewise.
49042         * string/strings.h: Likewise.
49043         * sunrpc/rpc/auth.h: Likewise.
49044         * sunrpc/rpc/auth_des.h: Likewise.
49045         * sunrpc/rpc/clnt.h: Likewise.
49046         * sunrpc/rpc/netdb.h: Likewise.
49047         * sunrpc/rpc/pmap_clnt.h: Likewise.
49048         * sunrpc/rpc/xdr.h: Likewise.
49049         * sysdeps/generic/inttypes.h: Likewise.
49050         * sysdeps/generic/net/if.h: Likewise.
49051         * sysdeps/generic/sys/swap.h: Likewise.
49052         * sysdeps/gnu/net/if.h: Likewise.
49053         * sysdeps/gnu/utmpx.h: Likewise.
49054         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49055         * sysdeps/i386/i486/bits/string.h: Likewise.
49056         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49057         * sysdeps/s390/bits/string.h: Likewise.
49058         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49059         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49060         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49061         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49062         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49063         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49064         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49065         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49066         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49067         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49068         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49069         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49070         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49071         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49072         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49073         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49074         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49075         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49076         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49077         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49078         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49079         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49080         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49081         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49082         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49083         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49084         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49085         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49086         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49087         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49088         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49089         * sysvipc/sys/ipc.h: Likewise.
49090         * sysvipc/sys/msg.h: Likewise.
49091         * sysvipc/sys/sem.h: Likewise.
49092         * sysvipc/sys/shm.h: Likewise.
49093         * termios/termios.h: Likewise.
49094         * time/sys/time.h: Likewise.
49095         * time/time.h: Likewise.
49096         * wcsmbs/bits/wchar2.h: Likewise.
49097         * wcsmbs/uchar.h: Likewise.
49098         * wcsmbs/wchar.h: Likewise.
49099         * wctype/wctype.h: Likewise.
49101         [BZ #13551]
49102         * Makeconfig: Remove all but ELF support including AIX support.
49103         * Makerules: Likewise.
49104         * config.h.in: Likewise.
49105         * config.make.in: Likewise.
49106         * configure: Likewise.
49107         * configure.in: Likewise.
49108         * csu/Makefile: Likewise.
49109         * csu/version.c: Likewise.
49110         * debug/Makefile: Likewise.
49111         * dlfcn/Makefile: Likewise.
49112         * elf/Makefile: Likewise.
49113         * extra-lib.mk: Likewise.
49114         * iconv/Makefile: Likewise.
49115         * include/libc-symbols.h: Likewise.
49116         * include/shlib-compat.h: Likewise.
49117         * resolv/Makefile: Likewise.
49118         * resolv/res_libc.c: Likewise.
49119         * rt/Makefile: Likewise.
49120         * sysdeps/i386/asm-syntax.h: Likewise.
49121         * sysdeps/i386/sysdep.h: Likewise.
49122         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49123         * sysdeps/mach/sysdep.h: Likewise.
49124         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49125         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49126         * sysdeps/s390/asm-syntax.h: Likewise.
49127         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49128         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49129         * sysdeps/sh/sysdep.h: Likewise.
49130         * sysdeps/unix/sparc/sysdep.h: Likewise.
49131         * sysdeps/wordsize-32/divdi3.c: Likewise.
49132         * sysdeps/x86_64/sysdep.h: Likewise.
49134         * argp/Versions: Remove _argp_unlock_xxx.
49136         [BZ #13559]
49137         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49138         * abilist/libBrokenLocale.abilist: Likewise.
49139         * abilist/libanl.abilist: Likewise.
49140         * abilist/libc.abilist: Likewise.
49141         * abilist/libcrypt.abilist: Likewise.
49142         * abilist/libdl.abilist: Likewise.
49143         * abilist/libm.abilist: Likewise.
49144         * abilist/libnsl.abilist: Likewise.
49145         * abilist/libpthread.abilist: Likewise.
49146         * abilist/libresolv.abilist: Likewise.
49147         * abilist/librt.abilist: Likewise.
49148         * abilist/libthread_db.abilist: Likewise.
49149         * abilist/libutil.abilist: Likewise.
49150         * abilist/libnss_db.abilist: New file.
49152         * scripts/abilist.awk: Add support for indirect functions.
49154         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49156         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49158         * shlib-versions: Remove entries for ports architectures.
49160         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49161         files in ports.
49162         * elf/stackguard-macros.h: Remove support for IA-64.
49163         * elf/tst-auditmod1.c: Likewise.
49164         * sysdeps/generic/ldsodefs.h: Likewise.
49166         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49167         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49168         configure files.
49170         [BZ #13552]
49171         * configure.in: Remove --enable-omitfp support.
49172         * FAQ.in: Adjust.
49173         * config.make.in: Likewise.
49174         * Makeconfig: Likewise.
49175         * manual/install.texi: Likewise.
49177         In case anyone cares, the IA-64 architecture could move to ports.
49178         * sysdeps/ia64/*: Removed.
49179         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49180         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49182         [BZ #13555]
49183         * configure.in: Remove entries for unsupported architectures.
49185         [BZ #13533]
49186         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49187         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49188         routines.
49189         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49190         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49191         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49192         fall back to using wcrtomb.
49193         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49194         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49195         renaming.
49196         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49197         * wcsmbs/tst-c16c32-1.c: New file.
49199         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49200         local variable.
49202         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49204         * elf/tst-unique3.cc: Add explicit declaration of gets.
49205         * elf/tst-unique3lib.cc: Likewise.
49206         * elf/tst-unique3lib2.cc: Likewise.
49207         * elf/tst-unique4.cc: Likewise.
49209         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49211 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49213         [BZ #13566]
49214         * assert/assert.h (static_assert): Don't define for C++.
49215         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49216         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49218 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49220         * iconv/loop.c (single loop): Fix assertion in storing of
49221         remaining bytes.
49223         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49225 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49227         * posix/getconf.c: Update copyright year.
49228         * nss/getent.c: Likewise.
49229         * nss/makedb.c: Likewise.
49230         * iconv/iconvconfig.c: Likewise.
49231         * iconv/iconv_prog.c: Likewise.
49232         * elf/ldconfig.c: Likewise.
49233         * elf/pldd.c: Likewise.
49234         * elf/sotruss.ksh: Likewise.
49235         * catgets/gencat.c: Likewise.
49236         * csu/version.c: Likewise.
49237         * elf/ldd.bash.in: Likewise.
49238         * elf/sprof.c (print_version): Likewise.
49239         * locale/programs/locale.c: Likewise.
49240         * locale/programs/localedef.c: Likewise.
49241         * login/programs/pt_chown.c: Likewise.
49242         * nscd/nscd.c (print_version): Likewise.
49243         * debug/xtrace.sh: Likewise.
49244         * malloc/memusage.sh: Likewise.
49245         * malloc/mtrace.pl: Likewise.
49246         * debug/catchsegv.sh: Likewise.
49248 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49250         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49251         pure attribute.
49253 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49255         [BZ #13533]
49256         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49257         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49258         transformations.
49259         * iconv/gconv_int.h: Likewise.
49260         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49261         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49262         from libc for GLIBC_2.16.
49263         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49264         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49265         * wcsmbs/uchar.h: Really define mbstate_t.
49266         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49267         * wcsmbs/c16rtomb.c: New file.
49268         * wcsmbs/mbrtoc16.c: New file.
49269         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49270         for C/POSIX locale.
49271         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49272         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49274         * wcsmbs/wchar.h: Add missing __restrict.
49276 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49278         [BZ #13532]
49279         * time/Makefile (routines): Add timespec_get.
49280         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49281         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49282         timespec for ISO C11.
49283         * time/timespec_get.c: New file.
49284         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49285         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49287         [BZ #13531]
49288         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49289         * stdlib/stdlib.h: Declare aligned_alloc.
49290         * Versions.def: Add GLIBC_2.16 for libc.
49291         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49293         [BZ 13527]
49294         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49295         ISO C11.
49297         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49298         code.
49300         [BZ #13528]
49301         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49303         [BZ #13529]
49304         * assert/assert.h (static_assert): Define.
49306         * version.h: Update for 2.16 development version.
49308         [BZ #13526]
49309         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49310         _ISOC11_SOURCE.
49312         * version.h (RELEASE): Bump for 2.15 release.
49313         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49315         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49316         Patch by Marek Polacek <mpolacek@redhat.com>.
49318         * bits/byteswap.h: Protect long long constants with __extension__.
49319         * sysdeps/i386/bits/byteswap.h: Likewise.
49320         * sysdeps/ia64/bits/byteswap.h: Likewise.
49321         * sysdeps/s390/bits/byteswap.h: Likewise.
49322         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49324 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49326         [BZ #13540]
49327         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49328         destination buffer.
49329         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49331 2011-12-23  Marek Polacek  <polacek@redhat.com>
49333         * elf/dl-addr.c (determine_info): Add inline keyword.
49334         * elf/tst-auditmod4b.c (check_avx): Likewise.
49335         * elf/tst-auditmod6b.c (check_avx): Likewise.
49336         * elf/tst-auditmod6c.c (check_avx): Likewise.
49337         * elf/tst-auditmod7b.c (check_avx): Likewise.
49339 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49341         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49342         !__SSE_MATH__.
49344 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49346         [BZ #13540]
49347         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49348         processing for last bytes.
49350 2011-08-06  Bruno Haible  <bruno@clisp.org>
49352         [BZ #13061]
49353         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49354         U+0385, not to U+1FEE.
49356         [BZ #13062]
49357         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49358         entry for U+00A5 U+0301.
49360 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49362         [BZ #13166]
49363         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49364         buffer for the output is too small.
49366         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49367         optimization.
49369         [BZ #13185]
49370         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49371         SSE flags if possible.
49373 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49375         [BZ #13540]
49376         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49377         processing for last bytes.
49379 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49381         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49382         (syscall-list-default-options, syscall-list-default-condition)
49383         (syscall-list-includes): Define.
49384         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49385         list of ABIs and options and #if conditions for each ABI.  Do not
49386         handle common syscalls between ABIs specially.
49387         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49388         Remove.
49389         (syscall-list-variants, syscall-list-32bit-options)
49390         (syscall-list-32bit-condition, syscall-list-64bit-options)
49391         (syscall-list-64bit-condition): Define.
49392         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49393         (syscall-list-variants, syscall-list-32bit-options)
49394         (syscall-list-32bit-condition, syscall-list-64bit-options)
49395         (syscall-list-64bit-condition): Define.
49396         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49397         Remove.
49398         (syscall-list-variants, syscall-list-32bit-options)
49399         (syscall-list-32bit-condition, syscall-list-64bit-options)
49400         (syscall-list-64bit-condition): Define.
49401         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49402         Remove.
49403         (syscall-list-variants, syscall-list-32bit-options)
49404         (syscall-list-32bit-condition, syscall-list-64bit-options)
49405         (syscall-list-64bit-condition): Define.
49407 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49409         * locale/iso-639.def: Add brx entry.
49411         [BZ #13328]
49412         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49413         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49415         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49416         __feraiseexcept_renamed.
49418 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49420         [BZ #13538]
49421         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49422         EPOLLET with unsigned values.
49423         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49424         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49426         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49427         to large cancellation.
49428         * math/s_cacoshf.c: Likewise.
49429         * math/s_cacoshl.c: Likewise.
49431 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49433         [BZ #13305]
49434         [BZ #12786]
49435         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49436         * math/s_cacoshf.c: Likewise.
49437         * math/s_cacoshl.c: Likewise.
49439 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49441         [BZ #13439]
49442         * iconv/gconv.h: Define __GCONV_SWAP.
49443         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49444         * iconvdata/utf-16.c: Likewise.
49445         * iconvdata/utf-32.c: Likewise.
49447 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49449         [BZ #13524]
49450         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49451         numerator after shifting it by one limb.
49453 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49455         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49456         under [__USE_EXTERN_INLINES].
49458 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49460         [BZ #13446]
49461         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49463 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49465         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49466         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49467         optimized code.
49468         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49469         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49470         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49471         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49472         for strncasecmp/strncasecmp_l compilation.
49473         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49474         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49476 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49478         [BZ #13484]
49479         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49480         of __asm__.
49482 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49484         [BZ #13506]
49485         * time/tzfile.c (__tzfile_read): Check values from file header.
49487 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49489         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49490         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49491         * powerpc/powerpc32/dl-start.S: Likewise.
49492         * powerpc/powerpc32/elf/start.S: Likewise.
49493         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49494         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49495         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49496         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49497         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49498         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49499         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49500         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49501         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49502         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49503         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49504         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49505         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49506         * powerpc/powerpc32/memset.S: Likewise.
49507         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49508         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49509         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49510         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49511         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49512         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49513         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49514         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49515         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49516         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49517         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49518         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49519         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49521 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49523         * math/libm-test.inc: Added more nearbyint tests.
49524         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49525         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49526         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49527         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49529 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49531         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49532         FD_CLOEXEC.
49534 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49536         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49537         Add wcscpy-ssse3 wcscpy-c.
49538         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49539         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49540         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49541         * sysdeps/x86_64/wcschr.S: New file.
49542         * sysdeps/x86_64/wcsrchr.S: New file.
49543         * string/test-strcmp.c: Remove checking of wcscmp function for
49544         wrong alignments.
49545         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49546         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49547         wcsrchr-sse2 wcsrchr-c.
49548         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49549         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49550         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49551         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49552         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49553         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49554         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49555         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49556         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49557         * wcsmbc/wcschr.c (WCSCHR): New macro.
49559 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49561         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49562         * wcsmbs/test-wcsrchr.c: New file.
49563         * string/test-strrchr.c: Add wcsrchr support.
49564         (WIDE): New macro.
49565         * wcsmbs/test-wcscpy.c: New file.
49566         * string/test-strcpy.c: Add wcscpy support.
49567         (WIDE): New macro.
49569 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
49571         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49572         the inner loop.
49574 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
49576         [BZ #13472]
49577         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49579 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
49581         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49582         Minor optimizations.
49584         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49585         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49586         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49588 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
49590         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49591         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49592         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49593         for gcc to avoid warnings.
49594         * inet/Makefile (tests): Add tst-checks.
49595         * inet/tst-checks.c: New file.
49597         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49598         warning.
49600         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49601         __wmemcmp_sse2.
49603         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49604         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49606         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49608 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
49610         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49611         problem.
49613         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
49615 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
49617         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
49618         conditional on GCC version.
49619         (__arch_compare_and_exchange_val_8_acq)
49620         (__arch_compare_and_exchange_val_16_acq)
49621         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
49622         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
49623         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
49625 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
49627         * sysdeps/sh/backtrace.c: New file.
49629 2011-12-02  Andreas Schwab  <schwab@redhat.com>
49631         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
49632         parenthesis.
49634 2011-12-01  Andreas Schwab  <schwab@redhat.com>
49636         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
49637         falling back to utime.
49639 2011-11-30  Andreas Schwab  <schwab@redhat.com>
49641         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
49642         expectations for float.
49644 2011-11-29  Andreas Schwab  <schwab@redhat.com>
49646         * locale/weight.h (findidx): Add parameter len.
49647         * locale/weightwc.h (findidx): Likewise.
49648         * posix/fnmatch_loop.c (FCT): Adjust caller.
49649         * posix/regcomp.c (build_equiv_class): Likewise.
49650         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
49651         * posix/regexec.c (check_node_accept_bytes): Likewise.
49652         * string/strcoll_l.c (STRCOLL): Likewise.
49653         * string/strxfrm_l.c (STRXFRM): Likewise.
49655 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
49657         * Makefile.in: Remove CVSOPT handling.
49658         * configure.in: Remove use of AC_REVISION.
49659         * iconvdata/Makefile (distribute): No need to filter out CVS.
49660         * scripts/list-sources.sh: Remove CVS, subversion and monotone
49661         handling.
49663 2011-11-16  Andreas Schwab  <schwab@redhat.com>
49665         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
49666         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
49667         [USE_AS_STRNCASECMP_L]: Likewise.
49668         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
49669         NO_TLS_DIRECT_SEG_REFS.
49670         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
49671         Fix argument offsets for non-PIC.
49672         [USE_AS_STRNCASECMP_L]: Likewise.
49673         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
49674         NO_TLS_DIRECT_SEG_REFS.
49676 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49678         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
49679         O_CLOEXEC.
49680         * locale/loadlocale.c (_nl_load_locale): Likewise.
49682 2011-11-15  Andreas Schwab  <schwab@redhat.com>
49684         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
49685         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
49686         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
49687         (SYSCALL_GETTIME): Set errno on error.
49689         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
49690         count references to noai6ai_cached.
49692 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49694         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
49696         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
49697         FD_CLOEXEC for /proc/self/maps.
49699         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
49700         FD_CLOEXEC for /proc/meminfo.
49702         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
49703         gai.conf.
49705         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
49706         FD_CLOEXEC for given file.
49708         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
49710         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
49711         FD_CLOEXEC for /etc/hosts.
49712         (_gethtent): Likewise.
49714         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
49716         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
49717         cancellation and set FD_CLOEXEC for /etc/netgroup.
49719         * nss/nss_files/files-key.c (search): Don't allow cancellation when
49720         reading /etc/publickey.
49722         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
49723         allow cancellation when reading /etc/group.
49725         * nss/nss_files/files-alias.c (internal_setent): Don't allow
49726         cancellation.
49727         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
49729         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
49730         when using data file.
49732         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
49734         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
49735         (write_nis_obj): Use "c" and "e" in fopen.
49737         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
49739         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
49741         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
49743         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
49745         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
49746         locale.alias.
49748         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
49750         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
49752         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
49754         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
49755         file parsing and set FD_CLOEXEC.
49757 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49759         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
49761 2011-11-14  Andreas Schwab  <schwab@redhat.com>
49763         * malloc/arena.c (arena_get2): Don't call reused_arena when
49764         _int_new_arena failed.
49766 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49768         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
49769         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
49770         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
49771         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49772         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49773         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
49774         to compile strcasecmp and strncasecmp.
49775         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
49776         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
49778         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
49780 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
49782         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
49783         locale-defines.sym to gen-as-const-headers.
49784         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
49785         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
49786         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
49787         to compile strcasecmp and strncasecmp.
49788         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
49789         strcasecmp_l and strncasecmp_l.
49790         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
49791         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
49792         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
49793         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
49794         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
49795         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
49796         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
49797         * sysdeps/i386/i686/multiarch/strncase.S: New file.
49798         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
49799         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
49800         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
49802 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
49804         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
49805         result of SYSDEP_GETTIME_CPU to retval.
49806         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
49807         parameter list to macro.  Remove trailing semicolon.  Adjust users.
49809         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
49810         variable.
49812         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
49813         mantissa words.
49814         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
49816         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
49817         from unused variable.
49819         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
49820         DWARF definitions.
49821         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
49822         for assembling.
49824         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
49825         over namespaces.
49827         * sunrpc/rpc_prot.c (rejected): Fix case value.
49829         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
49830         unsigned long long int to avoid warnings in shift.
49832         * posix/regex_internal.c (re_string_reconstruct): Actually use result
49833         of use of trans.
49834         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
49835         variable tmp.
49837         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
49838         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
49839         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
49841         * nis/nis_table.c (nis_list): Use variable of correct type for
49842         result of __follow_path call.
49844 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49846         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
49847         of math functions ceil, trunc, floor, round, and sqrt, when
49848         avaliable on the platform.
49849         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
49850         name clash.
49851         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49852         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49853         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49855 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
49857         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
49858         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
49860 2011-11-11  Roland McGrath  <roland@hack.frob.com>
49862         * include/unistd.h: Fix __readlink return type.
49863         Reported by Chris Metcalf <cmetcalf@tilera.com>.
49865 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
49867         * stdlib/ucontext.h: Undo last change for makecontext.
49869 2011-11-11  Andreas Schwab  <schwab@redhat.com>
49871         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
49873         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
49874         * setjmp/setjmp.h: Mark functions as non-leaf.
49875         * setjmp/bits/setjmp2.h: Likewise.
49876         * stdlib/ucontext.h: Likewise.
49878 2011-11-10  Andreas Schwab  <schwab@redhat.com>
49880         * malloc/arena.c (_int_new_arena): Don't increment narenas.
49881         (reused_arena): Don't check arena limit.
49882         (arena_get2): Atomically check arena limit.
49884 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
49886         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
49887         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
49889         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
49890         instructions.
49892 2011-11-07  Andreas Schwab  <schwab@redhat.com>
49894         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
49895         handler when locking.
49897         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49898         Fix size of allocated buffer.
49900 2011-11-04  Andreas Schwab  <schwab@redhat.com>
49902         [BZ #10103]
49903         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
49904         declarations for long double functions.
49905         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
49907         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
49909 2011-11-03  Andreas Schwab  <schwab@redhat.com>
49911         * nscd/nscd.c (main): Don't start AVC thread until credentials are
49912         installed.
49914         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
49915         is disabled.
49917 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49919         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
49921 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
49923         * include/alloca.h (stackinfo_alloca_round): Define.
49924         (extend_alloca): Use it.
49925         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
49926         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
49927         here.
49929         * scripts/check-local-headers.sh: Ignore libaudit.h.
49931         * nscd/Makefile (extra-objs): Make recursively expanded.
49933 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
49935         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
49936         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
49938         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
49939         * posix/tst-rfc3484-2.c: Likewise.
49940         * posix/tst-rfc3484-3.c: Likewise.
49942         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49943         process_vm_writev.
49944         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
49945         process_vm_writev.
49946         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
49947         process_vm_writev from libc using GLIBC_2.15 version.
49949         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
49951 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
49953         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
49954         stack usage.
49956 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
49958         [BZ #13367]
49959         * nss/getent.c (initgroups_keys): Show error message in case no group
49960         names are given.
49962         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
49963         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
49964         __bump_nl_timestamp.
49965         * nscd/connections (nscd_init): When host database is served open
49966         netlink socket and request notification about configuration changes.
49967         (main_loop_poll): Track netlink file descriptor and bump timestamp
49968         in case data becomes available.
49969         (main_loop_epoll): Likewise.
49970         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
49971         (database_pers_head): Add extra_data fileds.
49972         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
49973         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
49974         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
49975         Adjust caller.
49976         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
49977         in6ai data, call __free_in6ai.
49978         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
49979         Add -DHAVE_NETLINK.
49980         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
49981         interface information.  Reuse previous data if netlink timestamp
49982         is not changed.
49983         (__bump_nl_timestamp): New function.
49984         (__free_in6ai): New function.
49986 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
49988         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
49989         close_not_cancel_no_status here.
49990         (__check_pf): Reorganize code a bit to not call close twice if OOM.
49992 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
49994         [BZ #13276]
49995         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
49996         return value.
49998         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
49999         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50000         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50002 2011-07-03  Andreas Jaeger  <aj@suse.de>
50004         [BZ #10709]
50005         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50006         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50007         * math/libm-test.inc (sin_test): Add test case.
50009 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50011         [BZ #13337]
50012         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50013         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50015         * elf/chroot_canon.c (chroot_canon): Cleanups.
50017         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50019         [BZ #13335]
50020         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50021         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50023         * string/test-strchr.c: Make usable for strchrnul testing.
50024         * string/test-strchrnul.c: New file.
50025         * string/Makefile (strop-tests): Add strchrnul.
50027         * po/it.po: Update from translation team.
50028         * po/es.po: Likewise.
50030 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50032         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50033         the three constants needed as parameters.  Drop the others.
50034         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50035         __m128i_strloadu_tolower.
50036         Create and initialize variable zero and use it in all the places
50037         where _mm_setzero_si128 was used.
50039         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50040         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50041         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50042         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50043         anymore.
50044         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50045         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50046         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50047         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50048         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50049         __mpranred, __mptan.
50050         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50051         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50052         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50053         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50054         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50055         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50056         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50057         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50058         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50060 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50062         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50063         redefine if SHARED.
50064         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50066         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50067         wide char related routines to wcsmbs subdir.
50069 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50071         [BZ #13344]
50072         * misc/sys/cdefs.h (__THROWNL): Define.
50073         * posix/unistd.h: Use __THREADNL instead of __THREAD
50074         for memory synchronization functions.
50076 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50078         [BZ #13349]
50079         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50080         doesn't exist.
50081         * manual/stdio.texi (Obstack Streams): Node removed.
50083 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50085         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50086         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50087         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50089         * math/math_private.h (math_force_eval): Allow non-addressable
50090         arguments.
50091         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50093 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50095         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50096         file is not needed.
50098         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50099         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50100         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50101         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50102         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50103         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50104         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50105         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50106         Add AVX variants.
50107         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50108         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50109         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50110         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50111         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50112         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50113         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50114         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50115         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50116         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50117         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50118         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50119         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50120         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50121         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50122         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50123         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50124         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50125         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50127         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50128         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50130         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50131         place.  Use VEX encoding when compiling for AVX.
50133 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50135         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50136         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50138         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50140 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50142         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50143         useless if() expression.
50144         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50145         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50146         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50147         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50148         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50149         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50150         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50151         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50152         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50153         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50154         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50155         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50156         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50157         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50158         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50159         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50160         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50161         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50162         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50164         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50166 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50168         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50169         condition.
50170         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50172 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50174         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50175         .text section.  Avoid duplicate constants.
50176         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50177         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50178         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50179         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50180         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50181         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50182         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50183         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50184         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50185         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50186         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50187         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50188         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50189         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50190         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50191         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50192         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50193         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50194         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50195         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50196         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50197         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50198         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50199         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50200         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50201         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50202         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50203         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50204         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50205         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50206         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50207         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50208         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50209         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50210         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50211         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50212         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50213         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50214         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50215         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50216         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50217         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50218         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50219         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50220         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50222 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50224         * sysdeps/x86_64/dla.h: Move to ...
50225         * sysdeps/x86_64/fpu/dla.h: ...here.
50226         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50227         situations.  Use __builtin_fma only for gcc 4.6 and up.
50229         * config.make.in: Add have-mfma4 entry.
50230         * configure.in: Substitute libc_cv_cc_fma4.
50231         * math/Makefile (dbl-only-routines): Add sincostab.
50232         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50233         Use __sincostab not sincos.
50234         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50235         name is a macro.
50236         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50237         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50238         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50239         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50240         using __copysign.
50241         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50242         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50243         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50244         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50245         and __inv.
50246         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50247         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50248         __copysign.
50249         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50250         define aliases when function name is a macro.
50251         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50252         sysdeps/ieee754/dbl-64/sincos.tbl.
50253         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50254         fma4-enabled routines.
50255         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50256         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50257         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50258         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50259         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50260         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50261         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50262         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50263         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50264         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50265         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50266         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50267         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50268         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50269         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50270         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50271         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50272         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50273         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50274         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50275         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50276         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50277         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50278         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50279         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50280         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50281         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50282         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50283         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50284         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50286         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50287         rename.
50288         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50289         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50290         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50291         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50292         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50293         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50294         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50295         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50297 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50299         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50301 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50303         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50305         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50306         prediction.
50307         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50309         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50310         Remove unused variable magic_bits.
50311         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50313         * string/strnlen.c: Define and use STRNLEN macro.
50314         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50315         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50316         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50317         * wcsmbs/wcslen.c: Define and use WCSLEN.
50318         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50319         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50320         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50321         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50322         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50323         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50324         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50326 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50328         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50329         strnlen-sse2-no-bsf.
50330         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50331         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50332         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50333         Add strnlen support.
50334         (USE_AS_STRNLEN): New macro.
50335         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50336         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50337         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50338         * sysdeps/x86_64/wcslen.S: New file.
50340 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50342         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50343         XMM-moves are used for copying on small sizes.
50345 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50347         * wcsmbs/Makefile (strop-tests): Add wcschr.
50348         * wcsmbs/test-wcschr.c: New file.
50349         * string/test-strchr.c: Update.
50350         Add wcschr support.
50351         (WIDE): New macro.
50353 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50355         * wcsmbs/Makefile (strop-tests): Add wcslen.
50356         * wcsmbs/test-wcslen.c: New file.
50357         * string/test-strlen.c: Update.
50358         Add wcslen support.
50359         (WIDE): New macro.
50361 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50363         * po/it.po: Update from translation team.
50365 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50367         * sysdeps/x86_64/wcscmp.S: Update.
50368         Fix wrong comparison semantics.
50369         wcscmp shall use signed comparison not unsigned.
50370         Don't use substraction to avoid overflow bug.
50371         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50372         * wcsmbc/wcscmp.c: Likewise.
50373         * string/test-strcmp.c: Likewise.
50374         Add new tests to check cases with negative values.
50376 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50378         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50379         * sysdeps/x86_64/dla.h: ...here.  New file.
50380         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50381         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50382         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50383         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50384         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50385         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50386         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50387         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50388         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50390 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50392         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50393         __ynl_finite aliases.
50395 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50397         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50399         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50400         define DLA_FMA.
50401         [DLA_FMA] (EMULV): Use DLA_FMA.
50402         [DLA_FMA] (MUL12): Use EMULV.
50403         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50404         that are not needed.
50405         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50406         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50407         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50408         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50409         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50410         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50411         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50413 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50415         * math/s_nan.c: Undef __nan.
50416         * math/s_nanf.c: Undef __nanf.
50417         * math/s_nanl.c: Undef __nanl.
50418         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50419         "math_private.h".
50421 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50423         * math/s_catan.c: Add branch predictions.
50424         * math/s_catanf.c: Likewise.
50425         * math/s_catanh.c: Likewise.
50426         * math/s_catanhf.c: Likewise.
50427         * math/s_catanhl.c: Likewise.
50428         * math/s_catanl.c: Likewise.
50429         * math/s_cexp.c: Likewise.
50430         * math/s_cexpf.c: Likewise.
50431         * math/s_cexpl.c: Likewise.
50432         * math/s_clog.c: Likewise.
50433         * math/s_clog10.c: Likewise.
50434         * math/s_clog10f.c: Likewise.
50435         * math/s_clog10l.c: Likewise.
50436         * math/s_clogf.c: Likewise.
50437         * math/s_clogl.c: Likewise.
50438         * math/s_csqrt.c: Likewise.
50439         * math/s_csqrtf.c: Likewise.
50440         * math/s_csqrtl.c: Likewise.
50441         * math/s_ctanf.c: Likewise.
50442         * math/s_ctanh.c: Likewise.
50443         * math/s_ctanhf.c: Likewise.
50444         * math/s_ctanhl.c: Likewise.
50445         * math/s_ctanl.c: Likewise.
50447         * math/math_private.h: Define __nan, __nanf, __nanl.
50448         * math/s_cacosh.c: Include <math_private.h>.
50449         * math/s_cacoshl.c: Likewise.
50450         * math/s_casinh.c: Likewise.
50451         * math/s_casinhf.c: Likewise.
50452         * math/s_casinhl.c: Likewise.
50453         * math/s_ccos.c: Rely entire on ccosh.
50454         * math/s_ccosf.c: Rely entire on ccoshf.
50455         * math/s_ccosl.c: Rely entirely on ccoshl.
50456         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50457         Remove tests for FE_INVALID.
50458         * math/s_ccoshf.c: Likewise.
50459         * math/s_ccoshl.c: Likewise.
50460         * math/s_csin.c: Likewise.
50461         * math/s_csinf.c: Likewise.
50462         * math/s_csinh.c Likewise.
50463         * math/s_csinhf.c: Likewise.
50464         * math/s_csinhl.c: Likewise.
50465         * math/s_csinl.c: Likewise.
50466         * math/s_ctan.c: Likewise.
50467         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50468         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50469         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50471 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50473         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50474         compilation problems.
50476         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50477         __builtin_expect.
50479 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50481         * sysdeps/i386/configure.in: Test for -mfma4 option.
50482         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50483         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50484         COMMON_CPUID_INDEX_80000001.
50485         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50486         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50487         use it if FMA3 is not supported.
50488         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50490         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50491         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50493 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50495         [BZ #12892]
50496         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50497         it would create a cycle with a link time dependency.
50499 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50501         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50502         instruction.
50503         * string/Makefile (strop-tests): Add rawmemchr.
50504         * string/test-rawmemchr.c: New file.
50506         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50507         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50508         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50509         when compiling str{,n}casecmp and when AVX is available.  Hook up
50510         new optimized code in initializers.
50512 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50514         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50515         __feraiseexcept instead of feraiseexcept.
50517 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50519         * math/math_private.h: Define defaults for libc_fetestexcept and
50520         libc_feupdateenv.
50521         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50522         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50523         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50524         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50525         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50526         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50527         libc_fetestexcept and libc_feupdateenv.
50529         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50530         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50531         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50532         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50533         libc_feholdexcept_setround.
50535         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50536         Add s_nearbyint-c and s_nearbyintf-c.
50537         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50538         nearbyintf inlines.
50539         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50540         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50541         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50542         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50544         * math/math_private.h: Define defaults for libc_fegetround,
50545         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50546         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50547         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50548         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50549         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50550         standard functions.
50551         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50552         Remove comments and hacks for old compiler versions.
50553         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50554         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50555         libc_feholdexceptl.
50557 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50559         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50560         (__feraiseexcept_renamed): Add __NTH.
50561         (feraiseexcept): Add __NTH.  Rename local variables to fix
50562         namespace violations.
50564 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50566         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50568         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50570         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50571         recently added interfaces.
50572         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50574         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50575         about macro parameter expansion.
50577         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50578         __NO_MATH_INLINES is defined.  Cleanups.
50580         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50581         and __floorf is target has SSE4.1.
50582         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50583         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50584         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50585         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50587         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50588         name.
50589         (floorf): Likewise.
50591         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50593 2011-10-17  Andreas Schwab  <schwab@redhat.com>
50595         * misc/sys/cdefs.h: Fix last change.
50597         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50598         database lookup.
50600 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
50602         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50604         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50605         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50606         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50607         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50608         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50609         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50610         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50611         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50612         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50613         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
50614         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
50615         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
50616         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
50617         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
50618         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
50619         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
50620         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
50621         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
50622         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
50623         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
50624         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
50625         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
50627         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
50628         ceil, ceilf, floor, floorf.
50630         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
50631         Perform IRELATIVE relocations last.
50633         * elf/do-rel.h: Add another parameter nrelative, replacing the
50634         local variable with the same name.  Change name of the function
50635         to end in Rel or Rela (uppercase).
50636         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
50637         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
50638         elf_dynamic_do_##reloc function.
50640 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50642         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
50643         is sufficient, at least on modern CPUs.
50645         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
50647         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
50648         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
50650         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
50651         __expl_finite.
50652         * math/bits/math-finite.h: Add entries for exp.
50653         * math/e_expl.c: Add __*_finite alias.
50654         * sysdeps/i386/fpu/e_exp.S: Likewise.
50655         * sysdeps/i386/fpu/e_expf.S: Likewise.
50656         * sysdeps/i386/fpu/e_expl.c: Likewise.
50657         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50658         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50659         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
50660         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
50661         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
50662         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50663         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50665         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
50666         is sufficient, at least on modern CPUs.
50668         * ctype/ctype-info.c (__ctype_init): Define.
50669         * include/ctype.h (__ctype_init): Declare.
50670         (__ctype_b_loc): The variable is always initialized.
50671         (__ctype_toupper_loc): Likewise.
50672         (__ctype_tolower_loc): Likewise.
50673         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
50674         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
50676 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
50678         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
50680         * configure.in: Also look in $cxxmachine/include for C++ system
50681         headers.
50683 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50685         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
50686         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
50687         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
50688         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
50689         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
50690         (USE_AS_WMEMCMP): New macro.
50691         Fixing indents.
50692         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
50693         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
50694         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
50695         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
50696         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50697         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
50698         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
50699         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
50700         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
50701         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
50702         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
50703         (USE_AS_WMEMCMP): New macro.
50704         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
50705         * sysdeps/string/test-memcmp.c: Update.
50706         Fix simple_wmemcmp.
50707         Add new tests.
50708         * wcsmbs/wmemcmp.c: Update.
50709         (WMEMCMP): New macro.
50710         Fix overflow bug.
50712 2011-10-12  Andreas Jaeger  <aj@suse.de>
50714         [BZ #13268]
50715         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
50717 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50719         * libio/iofwide.c (do_length): Avoid warning.
50721         * ctype/ctype.h (__isctype_f): Add missing __THROW.
50723 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
50725         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
50727         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
50728         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
50729         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
50730         * sysdeps/i386/i686/fpu/e_log.S: New file.
50731         * sysdeps/i386/i686/fpu/e_logf.S: New file.
50732         * sysdeps/i386/i686/fpu/e_logl.S: New file.
50734         * ctype/ctype.h: Add support for inlined isXXX functions when
50735         compiling C++ code.
50737 2011-10-14  Andreas Schwab  <schwab@redhat.com>
50739         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50741         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
50743 2011-10-13  Roland McGrath  <roland@hack.frob.com>
50745         [BZ #13291]
50746         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
50748 2011-10-13  Andreas Schwab  <schwab@redhat.com>
50750         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
50751         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
50752         feraiseexcept.
50754         * sysdeps/x86_64/memrchr.S: Check for zero size.
50756         * string/stratcliff.c: Add memrchr tests.
50758 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50760         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50761         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
50762         rawmemchr-sse2 rawmemchr-sse2-bsf.
50763         * sysdeps/i386/i686/multiarch/memchr.S: New file.
50764         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
50765         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
50766         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
50767         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
50768         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
50769         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
50770         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
50771         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
50772         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
50773         * string/memrchr.c (MEMRCHR): New macro.
50775 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
50777         Add integration with gcc's -ffinite-math-only and optimize wrapper
50778         functions in libm.
50779         * Versions.def: Define GLIBC_2.15 version for libm.
50780         * math/Makefile (headers): Add bits/math-finite.h.
50781         * math/bits/math-finite.h: New file.
50782         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
50783         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
50784         * math/e_acoshl.c: Add __*_finite alias.
50785         * math/e_acosl.c: Likewise.
50786         * math/e_asinl.c: Likewise.
50787         * math/e_atan2l.c: Likewise.
50788         * math/e_atanhl.c: Likewise.
50789         * math/e_coshl.c: Likewise.
50790         * math/e_exp10.c: Likewise.
50791         * math/e_exp10f.c: Likewise.
50792         * math/e_exp10l.c: Likewise.
50793         * math/e_exp2l.c: Likewise.
50794         * math/e_fmodl.c: Likewise.
50795         * math/e_gammal_r.c: Likewise.
50796         * math/e_hypotl.c: Likewise.
50797         * math/e_j0l.c: Likewise.
50798         * math/e_j1l.c: Likewise.
50799         * math/e_jnl.c: Likewise.
50800         * math/e_lgammal_r.c: Likewise.
50801         * math/e_log10l.c: Likewise.
50802         * math/e_log2l.c: Likewise.
50803         * math/e_logl.c: Likewise.
50804         * math/e_powl.c: Likewise.
50805         * math/e_sinhl.c: Likewise.
50806         * math/e_sqrtl.c: Likewise.
50807         * math/e_scalb.c: Completely rewritten and optimized.
50808         * math/e_scalbf.c: Likewise.
50809         * math/e_scalbl.c: Likewise.
50810         * math/w_acos.c: Likewise.
50811         * math/w_acosf.c: Likewise.
50812         * math/w_acosl.c: Likewise.
50813         * math/w_acosh.c: Likewise.
50814         * math/w_acoshf.c: Likewise.
50815         * math/w_acoshl.c: Likewise.
50816         * math/w_asin.c: Likewise.
50817         * math/w_asinf.c: Likewise.
50818         * math/w_asinl.c: Likewise.
50819         * math/w_atan2.c: Likewise.
50820         * math/w_atan2f.c: Likewise.
50821         * math/w_atan2l.c: Likewise.
50822         * math/w_atanh.c: Likewise.
50823         * math/w_atanhf.c: Likewise.
50824         * math/w_atanhl.c: Likewise.
50825         * math/w_exp10.c: Likewise.
50826         * math/w_exp10f.c: Likewise.
50827         * math/w_exp10l.c: Likewise.
50828         * math/w_fmod.c: Likewise.
50829         * math/w_fmodf.c: Likewise.
50830         * math/w_fmodl.c: Likewise.
50831         * math/w_j0.c: Likewise.
50832         * math/w_j0f.c: Likewise.
50833         * math/w_j0l.c: Likewise.
50834         * math/w_j1.c: Likewise.
50835         * math/w_j1f.c: Likewise.
50836         * math/w_j1l.c: Likewise.
50837         * math/w_jn.c: Likewise.
50838         * math/w_jnf.c: Likewise.
50839         * math/w_log.c: Likewise.
50840         * math/w_logf.c: Likewise.
50841         * math/w_logl.c: Likewise.
50842         * math/w_log10.c: Likewise.
50843         * math/w_log10f.c: Likewise.
50844         * math/w_log10l.c: Likewise.
50845         * math/w_log2.c: Likewise.
50846         * math/w_log2f.c: Likewise.
50847         * math/w_log2l.c: Likewise.
50848         * math/w_pow.c: Likewise.
50849         * math/w_powf.c: Likewise.
50850         * math/w_powl.c: Likewise.
50851         * math/w_remainder.c: Likewise.
50852         * math/w_remainderf.c: Likewise.
50853         * math/w_remainderl.c: Likewise.
50854         * math/w_scalb.c: Likewise.
50855         * math/w_scalbf.c: Likewise.
50856         * math/w_scalbl.c: Likewise.
50857         * math/w_sqrt.c: Likewise.
50858         * math/w_sqrtf.c: Likewise.
50859         * math/w_sqrtl.c: Likewise.
50860         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
50861         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
50862         used.
50863         * math/math_private.h: Declare __kernel_standard_f.
50864         * math/w_cosh.c: Remove cruft and optimize a bit.
50865         * math/w_coshf.c: Likewise.
50866         * math/w_coshl.c: Likewise.
50867         * math/w_exp2.c: Likewise.
50868         * math/w_exp2f.c: Likewise.
50869         * math/w_exp2l.c: Likewise.
50870         * math/w_hypot.c: Likewise.
50871         * math/w_hypotf.c: Likewise.
50872         * math/w_hypotl.c: Likewise.
50873         * math/w_lgamma.c: Likewise.
50874         * math/w_lgamma_r.c: Likewise.
50875         * math/w_lgammaf.c: Likewise.
50876         * math/w_lgammaf_r.c: Likewise.
50877         * math/w_lgammal.c: Likewise.
50878         * math/w_lgammal_r.c: Likewise.
50879         * math/w_sinh.c: Likewise.
50880         * math/w_sinhf.c: Likewise.
50881         * math/w_sinhl.c: Likewise.
50882         * math/w_tgamma.c: Likewise.
50883         * math/w_tgammaf.c: Likewise.
50884         * math/w_tgammal.c: Likewise.
50885         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50886         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50887         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
50888         Minor optimizations.  Pretty printing.  Remove cruft.
50889         * sysdeps/i386/fpu/e_acosf.S: Likewise.
50890         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50891         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50892         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50893         * sysdeps/i386/fpu/e_acosl.c: Likewise.
50894         * sysdeps/i386/fpu/e_asin.S: Likewise.
50895         * sysdeps/i386/fpu/e_asinf.S: Likewise.
50896         * sysdeps/i386/fpu/e_atan2.S: Likewise.
50897         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
50898         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
50899         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50900         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50901         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50902         * sysdeps/i386/fpu/e_exp10.S: Likewise.
50903         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
50904         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
50905         * sysdeps/i386/fpu/e_exp2.S: Likewise.
50906         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
50907         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
50908         * sysdeps/i386/fpu/e_fmod.S: Likewise.
50909         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
50910         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
50911         * sysdeps/i386/fpu/e_hypot.S: Likewise.
50912         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
50913         * sysdeps/i386/fpu/e_log.S: Likewise.
50914         * sysdeps/i386/fpu/e_log10.S: Likewise.
50915         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50916         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50917         * sysdeps/i386/fpu/e_log2.S: Likewise.
50918         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50919         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50920         * sysdeps/i386/fpu/e_logf.S: Likewise.
50921         * sysdeps/i386/fpu/e_logl.S: Likewise.
50922         * sysdeps/i386/fpu/e_pow.S: Likewise.
50923         * sysdeps/i386/fpu/e_powf.S: Likewise.
50924         * sysdeps/i386/fpu/e_powl.S: Likewise.
50925         * sysdeps/i386/fpu/e_remainder.S: Likewise.
50926         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
50927         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
50928         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50929         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50930         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50931         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
50932         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
50933         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
50934         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
50935         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50936         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50937         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
50938         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50939         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
50940         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
50941         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
50942         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50943         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
50944         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
50945         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
50946         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50947         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
50948         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
50949         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50950         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
50951         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
50952         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50953         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50954         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
50955         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
50956         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50957         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50958         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
50959         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
50960         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50961         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
50962         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
50963         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
50964         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50965         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
50966         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50967         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
50968         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
50969         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
50970         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
50971         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
50972         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
50973         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
50974         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
50975         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
50976         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
50977         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
50978         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50979         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
50980         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
50981         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
50982         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
50983         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
50984         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
50985         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
50986         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
50987         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50988         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
50989         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
50990         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
50991         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
50992         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
50993         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
50994         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
50995         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
50996         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50997         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50998         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
50999         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51000         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51001         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51002         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51003         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51004         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51005         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51006         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51007         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51008         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51009         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51010         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51011         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51012         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51013         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51014         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51015         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51016         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51017         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51018         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51019         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51020         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51021         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51022         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51023         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51024         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51025         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51026         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51027         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51028         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51029         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51030         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51031         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51032         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51033         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51034         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51035         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51036         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51037         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51038         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51039         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51040         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51041         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51042         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51043         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51044         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51045         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51046         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51047         (__isnanf): Likewise.
51048         (__isinf_ns): Likewise.
51049         (__isinf_nsf): Likewise.
51050         (__finite): Likewise.
51051         (__finitef): Likewise.
51052         (__ieee754_sqrt): Define as macro.
51053         (__ieee754_sqrtf): Define as macro.
51054         (__ieee754_sqrtl): Define as macro.
51055         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51056         inlined copy.
51057         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51058         __FINITE_MATH_ONLY__ consistent.
51059         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51061 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51063         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51064         of rawmemchr.
51066         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51068 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51070         * po/ja.po: Update from translation team.
51072 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51074         * locale/programs/locarchive.c (prepare_address_space): New function.
51075         (create_archive, enlarge_archive, open_archive): Use it.
51077         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51078         inside [SHARED], where it is used.
51080         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51082         * nss/getent.c (netgroup_keys): Remove unused variable.
51083         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51085 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51087         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51088         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51089         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51090         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51091         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51092         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51093         * math/Makefile (libm-calls): Add s_isinf_ns.
51094         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51095         * math/multc3.c: Likewise.
51096         * math/s_casin.c: Likewise.
51097         * math/s_casinf.c: Likewise.
51098         * math/s_casinl.c: Likewise.
51099         * math/s_ccos.c: Likewise.
51100         * math/s_ccosf.c: Likewise.
51101         * math/s_ccosl.c: Likewise.
51102         * math/s_ctan.c: Likewise.
51103         * math/s_ctanf.c: Likewise.
51104         * math/s_ctanh.c: Likewise.
51105         * math/s_ctanhf.c: Likewise.
51106         * math/s_ctanhl.c: Likewise.
51107         * math/s_ctanl.c: Likewise.
51108         * math/w_fmod.c: Likewise.
51109         * math/w_fmodf.c: Likewise.
51110         * math/w_fmodl.c: Likewise.
51111         * math/w_remainder.c: Likewise.
51112         * math/w_remainderf.c: Likewise.
51113         * math/w_remainderl.c: Likewise.
51114         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51115         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51116         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51117         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51118         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51119         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51120         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51121         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51123         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51124         of the number.
51125         * stdio-common/printf_fphex.c: Likewise.
51126         * stdio-common/printf_size.c: Likewise.
51128         * math/e_exp10.c: Include math_private.h using <...> not "...".
51129         * math/e_exp10f.c: Likewise.
51130         * math/e_exp10l.c: Likewise.
51131         * math/e_exp2l.c: Likewise.
51132         * math/e_j0l.c: Likewise.
51133         * math/e_j1l.c: Likewise.
51134         * math/e_jnl.c: Likewise.
51135         * math/e_lgammal_r.c: Likewise.
51136         * math/e_rem_pio2l.c: Likewise.
51137         * math/e_scalb.c: Likewise.
51138         * math/e_scalbf.c: Likewise.
51139         * math/e_scalbl.c: Likewise.
51140         * math/k_cosl.c: Likewise.
51141         * math/k_sinl.c: Likewise.
51142         * math/k_tanl.c: Likewise.
51143         * math/s_cacoshf.c: Likewise.
51144         * math/s_catan.c: Likewise.
51145         * math/s_catanf.c: Likewise.
51146         * math/s_catanh.c: Likewise.
51147         * math/s_catanhf.c: Likewise.
51148         * math/s_catanhl.c: Likewise.
51149         * math/s_catanl.c: Likewise.
51150         * math/s_ccosh.c: Likewise.
51151         * math/s_ccoshf.c: Likewise.
51152         * math/s_ccoshl.c: Likewise.
51153         * math/s_cexp.c: Likewise.
51154         * math/s_cexpf.c: Likewise.
51155         * math/s_cexpl.c: Likewise.
51156         * math/s_clog.c: Likewise.
51157         * math/s_clog10.c: Likewise.
51158         * math/s_clog10f.c: Likewise.
51159         * math/s_clog10l.c: Likewise.
51160         * math/s_clogf.c: Likewise.
51161         * math/s_clogl.c: Likewise.
51162         * math/s_csin.c: Likewise.
51163         * math/s_csinf.c: Likewise.
51164         * math/s_csinh.c: Likewise.
51165         * math/s_csinhf.c: Likewise.
51166         * math/s_csinhl.c: Likewise.
51167         * math/s_csinl.c: Likewise.
51168         * math/s_csqrt.c: Likewise.
51169         * math/s_csqrtf.c: Likewise.
51170         * math/s_csqrtl.c: Likewise.
51171         * math/s_ctan.c: Likewise.
51172         * math/s_ctanf.c: Likewise.
51173         * math/s_ctanh.c: Likewise.
51174         * math/s_ctanhf.c: Likewise.
51175         * math/s_ctanhl.c: Likewise.
51176         * math/s_ctanl.c: Likewise.
51177         * math/s_ldexp.c: Likewise.
51178         * math/s_ldexpf.c: Likewise.
51179         * math/s_ldexpl.c: Likewise.
51180         * math/s_significand.c: Likewise.
51181         * math/s_significandf.c: Likewise.
51182         * math/s_significandl.c: Likewise.
51183         * math/w_acos.c: Likewise.
51184         * math/w_acosf.c: Likewise.
51185         * math/w_acosh.c: Likewise.
51186         * math/w_acoshf.c: Likewise.
51187         * math/w_acoshl.c: Likewise.
51188         * math/w_acosl.c: Likewise.
51189         * math/w_asin.c: Likewise.
51190         * math/w_asinf.c: Likewise.
51191         * math/w_asinl.c: Likewise.
51192         * math/w_atan2.c: Likewise.
51193         * math/w_atan2f.c: Likewise.
51194         * math/w_atan2l.c: Likewise.
51195         * math/w_atanh.c: Likewise.
51196         * math/w_atanhf.c: Likewise.
51197         * math/w_atanhl.c: Likewise.
51198         * math/w_cosh.c: Likewise.
51199         * math/w_coshf.c: Likewise.
51200         * math/w_coshl.c: Likewise.
51201         * math/w_dremf.c: Likewise.
51202         * math/w_exp10.c: Likewise.
51203         * math/w_exp10f.c: Likewise.
51204         * math/w_exp10l.c: Likewise.
51205         * math/w_exp2.c: Likewise.
51206         * math/w_exp2f.c: Likewise.
51207         * math/w_fmod.c: Likewise.
51208         * math/w_fmodf.c: Likewise.
51209         * math/w_fmodl.c: Likewise.
51210         * math/w_hypot.c: Likewise.
51211         * math/w_hypotf.c: Likewise.
51212         * math/w_hypotl.c: Likewise.
51213         * math/w_j0.c: Likewise.
51214         * math/w_j0f.c: Likewise.
51215         * math/w_j0l.c: Likewise.
51216         * math/w_j1.c: Likewise.
51217         * math/w_j1f.c: Likewise.
51218         * math/w_j1l.c: Likewise.
51219         * math/w_jn.c: Likewise.
51220         * math/w_jnf.c: Likewise.
51221         * math/w_jnl.c: Likewise.
51222         * math/w_lgamma.c: Likewise.
51223         * math/w_lgamma_r.c: Likewise.
51224         * math/w_lgammaf.c: Likewise.
51225         * math/w_lgammaf_r.c: Likewise.
51226         * math/w_lgammal.c: Likewise.
51227         * math/w_lgammal_r.c: Likewise.
51228         * math/w_log.c: Likewise.
51229         * math/w_log10.c: Likewise.
51230         * math/w_log10f.c: Likewise.
51231         * math/w_log10l.c: Likewise.
51232         * math/w_log2.c: Likewise.
51233         * math/w_log2f.c: Likewise.
51234         * math/w_log2l.c: Likewise.
51235         * math/w_logf.c: Likewise.
51236         * math/w_logl.c: Likewise.
51237         * math/w_pow.c: Likewise.
51238         * math/w_powf.c: Likewise.
51239         * math/w_powl.c: Likewise.
51240         * math/w_remainder.c: Likewise.
51241         * math/w_remainderf.c: Likewise.
51242         * math/w_remainderl.c: Likewise.
51243         * math/w_scalb.c: Likewise.
51244         * math/w_scalbf.c: Likewise.
51245         * math/w_scalbl.c: Likewise.
51246         * math/w_sinh.c: Likewise.
51247         * math/w_sinhf.c: Likewise.
51248         * math/w_sinhl.c: Likewise.
51249         * math/w_sqrt.c: Likewise.
51250         * math/w_sqrtf.c: Likewise.
51251         * math/w_sqrtl.c: Likewise.
51252         * math/w_tgamma.c: Likewise.
51253         * math/w_tgammaf.c: Likewise.
51254         * math/w_tgammal.c: Likewise.
51256         * po/ja.po: Update from translation team.
51258 2011-09-29  Andreas Jaeger  <aj@suse.de>
51260         [BZ #13179]
51261         * sunrpc/netname.c (netname2host): Fix logic.
51263         [BZ #6779]
51264         [BZ #6783]
51265         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51266         correctly.
51267         * math/w_remainder.c (__remainder): Likewise.
51268         * math/w_remainderf.c (__remainderf): Likewise.
51269         * math/libm-test.inc (remainder_test): Add test cases.
51271 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51273         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51274         sdiv_qrnnd.
51276 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51278         * string/test-memcmp.c: Avoid unncessary #defines.
51279         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51281 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51283         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51284         Use new sse2 version for core i3 - i7 as it's faster
51285         than sse42 version.
51286         (bit_Prefer_PMINUB_for_stringop): New.
51287         * sysdeps/x86_64/rawmemchr.S: Update.
51288         Replace with faster SSE2 version.
51289         * sysdeps/x86_64/memrchr.S: New file.
51290         * sysdeps/x86_64/memchr.S: Update.
51291         Replace with faster SSE2 version.
51293 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51295         * elf/dl-load.c (lose): Add cast to avoid warning.
51297 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51299         * po/ca.po: Update from translation team.
51301         * inet/getnetgrent_r.c: Hook up nscd.
51302         * nscd/Makefile (routines): Add nscd_netgroup.
51303         (nscd-modules): Add netgroupcache.
51304         (CFLAGS-netgroupcache.c): Define.
51305         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51306         (cache_search): Add const to second parameter.
51307         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51308         INNETGR.
51309         (dbs): Add netgrdb entry.
51310         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51311         (verify_persistent_db): Handle netgrdb.
51312         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51313         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51314         GETFDNETGR.
51315         (netgroup_response_header): Define.
51316         (innetgroup_response_header): Define.
51317         (datahead): Add netgroup_response_header and innetgroup_response_header
51318         elements.
51319         * nscd/nscd.conf: Add entries for netgroup cache.
51320         * nscd/nscd.h (dbtype): Add netgrdb.
51321         (_PATH_NSCD_NETGROUP_DB): Define.
51322         (netgroup_iov_disabled): Declare.
51323         (xmalloc, xcalloc, xrealloc): Move declarations here.
51324         (cache_search): Adjust prototype.
51325         Add netgroup-related prototypes.
51326         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51327         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51328         (__nscd_innetgr): Declare.
51329         * nscd/selinux.c (perms): Use access_vector_t as element type and
51330         add netgroup-related initializers.
51331         * nscd/netgroupcache.c: New file.
51332         * nscd/nscd_netgroup.c: New file.
51333         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51334         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51335         For four parameters use innetgr.
51336         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51337         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51338         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51339         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51341         * nscd/connections.c (register_traced_file): Don't register file
51342         for disabled databases.
51344 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51346         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51348         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51349         from tree and freeing node.
51351 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51353         * nss/nsswitch.c (__nss_database_lookup): Handle
51354         nss_parse_service_list out of memory case.
51356 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51358         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51359         out of memory case.
51361 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51363         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51364         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51365         pass it down.
51366         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51367         elf_machine_rela, elf_machine_lazy_rel.
51368         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51369         (ELF_DYNAMIC_DO_REL): Likewise.
51370         (ELF_DYNAMIC_DO_RELA): Likewise.
51371         (ELF_DYNAMIC_RELOCATE): Likewise.
51372         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51373         to ELF_DYNAMIC_DO_REL.
51374         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51375         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51376         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51377         elf_machine_rela.
51378         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51379         skip_ifunc, don't call ifunc function if non-zero.
51380         (elf_machine_rela): Likewise.
51381         (elf_machine_lazy_rel): Likewise.
51382         (elf_machine_lazy_rela): Likewise.
51383         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51384         (elf_machine_lazy_rel): Likewise.
51385         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51386         Likewise.
51387         (elf_machine_lazy_rel): Likewise.
51388         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51389         Likewise.
51390         (elf_machine_lazy_rel): Likewise.
51391         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51392         (elf_machine_lazy_rel): Likewise.
51393         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51394         (elf_machine_lazy_rel): Likewise.
51395         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51396         (elf_machine_lazy_rel): Likewise.
51397         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51398         (elf_machine_lazy_rel): Likewise.
51399         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51400         (elf_machine_lazy_rel): Likewise.
51401         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51402         (elf_machine_lazy_rel): Likewise.
51404 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51406         * nss/nss_files/files-init.c (_nss_files_init): Use static
51407         initialization for all the *_traced_file variables.
51409 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51411         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51413 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51415         [BZ #13226]
51416         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51418 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51420         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51421         Reread the line before reparsing it.
51423 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51425         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51427 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51428             Maxim Kuvyrkov  <maxim@codesourcery.com>
51429             Joseph Myers  <joseph@codesourcery.com>
51431         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51432         if needed for __stack_chk_guard.
51434 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51436         * sysdeps/posix/spawni.c (script_execute): Always define it.
51437         It will be optimized away if unused.
51438         (maybe_script_execute): New function.
51439         (__spawni): Call it.
51441         * Makerules: Don't include tls.make.
51442         (config-tls): Always set to thread.
51443         * tls.make.c: File removed.
51445 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51447         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51448         * config.make.in (CPPFLAGS-config): New substituted variable.
51450 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51452         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51454         [BZ #13192]
51455         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51456         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51458 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51460         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51461         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51462         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51463         (CALL_FAIL): Likewise.
51464         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51465         (CALL_FAIL): Macro removed.
51466         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51468 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51470         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51471         for __FINITE_MATH_ONLY__ == 1.
51473 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51475         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51476         __ieee754_sqrt instead of sqrt.
51477         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51478         __ieee754_sqrtf instead of sqrtf.
51479         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51480         __floorf instead of floorf.
51481         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51482         __floorf, __truncf instead of floorf, truncf.
51484 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51486         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51488         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51489         __extern_always_inline.
51490         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51491         32-bit.
51493 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51495         * elf/rtld.c (dl_main): Also relocate in dependency order when
51496         doing symbol dependency testing.
51498 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51500         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51501         Always define `refsym'.
51503 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51505         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51506         (__FD_ELT): Renamed from __FDELT.
51507         * misc/bits/select2.h (__FD_ELT): Likewise.
51508         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51509         __FD_MASK instead of __FDELT, __FDMASK.
51510         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51511         Likewise.
51512         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51513         Likewise.
51515         * elf/Makefile (gen-ldd): Fix pattern.
51517         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51518         (init_tls): Likewise.
51520 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51522         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51524 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51526         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51527         `struct cmsghdr *' instead of `void *'.
51528         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51529         Likewise.
51531 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51533         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51534         if non-absolute.
51535         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51536         ldd_rewrite_script.
51538 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51540         * configure.in: Remove --with-tls option.
51541         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51542         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51543         out in case it is missing.
51544         * sysdeps/ia64/elf/configure.in: Likewise.
51545         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51546         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51547         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51548         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51549         * sysdeps/sh/elf/configure.in: Likewise.
51550         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51551         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51552         * sysdeps/x86_64/elf/configure.in: Likewise.
51553         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51554         * sysdeps/mach/hurd/tls.h: Likewise.
51556         [BZ #13067]
51557         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51559         [BZ #13090]
51560         * configure.in: Fix use of AC_INIT.
51562         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51564 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51566         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51567         __set_errno.
51568         * malloc/hooks.c: Likewise.
51570         [BZ #11929]
51571         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
51572         variables statically.
51573         (narenas): Initialize.
51574         (list_lock): Initialize.
51575         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
51576         initializtion of main_arena and list_lock.  Small cleanups.
51577         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51578         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
51579         Add initializers to main_arena and mp_.
51580         (malloc_state): Remove pagesize member.  Change all users to use
51581         GLRO(dl_pagesize).
51583         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51584         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
51585         is always initialized.
51587         * malloc/malloc.c: Removed unused configurations and dead code.
51588         * malloc/arena.c: Likewise.
51589         * malloc/hooks.c: Likewise.
51590         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
51592         * include/tls.h: Removed.  USE___THREAD must always be defined.
51593         * bits/libc-tsd.h: Don't handle !USE___THREAD.
51594         * elf/dl-libc.c: Likewise.
51595         * elf/dl-tsd.c: Likewise.
51596         * include/errno.h: Likewise.
51597         * include/netdb.h: Likewise.
51598         * include/resolv.h: Likewise.
51599         * inet/herrno-loc.c: Likewise.
51600         * inet/herrno.c: Likewise.
51601         * malloc/arena.c: Likewise.
51602         * malloc/hooks.c: Likewise.
51603         * malloc/malloc.c: Likewise.
51604         * resolv/res-state.c: Likewise.
51605         * resolv/res_libc.c: Likewise.
51606         * sysdeps/i386/dl-machine.h: Likewise.
51607         * sysdeps/ia64/dl-machine.h: Likewise.
51608         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51609         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51610         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51611         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
51612         * sysdeps/sh/dl-machine.h: Likewise.
51613         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
51614         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
51615         * sysdeps/unix/i386/sysdep.S: Likewise.
51616         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
51617         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
51618         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
51619         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51620         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
51621         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
51622         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
51623         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
51624         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51625         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
51626         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51627         * sysdeps/x86_64/dl-machine.h: Likewise.
51628         * tls.make.c: Likewise.
51630         * configure.in: Remove --with-__thread option.  Make tests for
51631         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
51632         tls_model attribute fail if no support is available.  Remove
51633         USE_IN_LIBIO.
51634         * Makeconfig: Adjust for dropped configure option.  All features are
51635         now mandatory.
51636         * Makerules: Likewise.
51637         * Versions.def: Likewise.
51638         * argp/argp-fmtstream.c: Likewise.
51639         * argp/argp-fmtstream.h: Likewise.
51640         * argp/argp-help.c: Likewise.
51641         * assert/assert.c: Likewise.
51642         * config.h.in: Likewise.
51643         * config.make.in: Likewise.
51644         * configure: Likewise.
51645         * configure.in: Likewise.
51646         * csu/Versions: Likewise.
51647         * csu/init.c: Likewise.
51648         * elf/tst-audit2.c: Likewise.
51649         * elf/tst-tls10.c: Likewise.
51650         * elf/tst-tls10.h: Likewise.
51651         * elf/tst-tls11.c: Likewise.
51652         * elf/tst-tls12.c: Likewise.
51653         * elf/tst-tls14.c: Likewise.
51654         * elf/tst-tlsmod11.c: Likewise.
51655         * elf/tst-tlsmod12.c: Likewise.
51656         * elf/tst-tlsmod13.c: Likewise.
51657         * elf/tst-tlsmod13a.c: Likewise.
51658         * elf/tst-tlsmod14a.c: Likewise.
51659         * elf/tst-tlsmod15b.c: Likewise.
51660         * elf/tst-tlsmod16a.c: Likewise.
51661         * elf/tst-tlsmod16b.c: Likewise.
51662         * elf/tst-tlsmod7.c: Likewise.
51663         * elf/tst-tlsmod8.c: Likewise.
51664         * elf/tst-tlsmod9.c: Likewise.
51665         * gmon/gmon.c: Likewise.
51666         * grp/fgetgrent_r.c: Likewise.
51667         * grp/putgrent.c: Likewise.
51668         * hurd/fopenport.c: Likewise.
51669         * include/libc-symbols.h: Likewise.
51670         * include/tls.h: Likewise.
51671         * intl/gettextP.h: Likewise.
51672         * intl/loadinfo.h: Likewise.
51673         * locale/global-locale.c: Likewise.
51674         * locale/localeinfo.h: Likewise.
51675         * mach/devstream.c: Likewise.
51676         * malloc/arena.c: Likewise.
51677         * malloc/set-freeres.c: Likewise.
51678         * misc/err.c: Likewise.
51679         * misc/getttyent.c: Likewise.
51680         * misc/mntent_r.c: Likewise.
51681         * posix/getopt.c: Likewise.
51682         * posix/wordexp.c: Likewise.
51683         * pwd/fgetpwent_r.c: Likewise.
51684         * resolv/Versions: Likewise.
51685         * resolv/res_hconf.c: Likewise.
51686         * shadow/fgetspent_r.c: Likewise.
51687         * shadow/putspent.c: Likewise.
51688         * stdio-common/printf_fphex.c: Likewise.
51689         * stdio-common/tmpfile.c: Likewise.
51690         * stdlib/abort.c: Likewise.
51691         * stdlib/fmtmsg.c: Likewise.
51692         * sunrpc/auth_unix.c: Likewise.
51693         * sunrpc/clnt_perr.c: Likewise.
51694         * sunrpc/clnt_tcp.c: Likewise.
51695         * sunrpc/clnt_udp.c: Likewise.
51696         * sunrpc/clnt_unix.c: Likewise.
51697         * sunrpc/openchild.c: Likewise.
51698         * sunrpc/svc_simple.c: Likewise.
51699         * sunrpc/svc_tcp.c: Likewise.
51700         * sunrpc/svc_udp.c: Likewise.
51701         * sunrpc/svc_unix.c: Likewise.
51702         * sunrpc/xdr.c: Likewise.
51703         * sunrpc/xdr_array.c: Likewise.
51704         * sunrpc/xdr_rec.c: Likewise.
51705         * sunrpc/xdr_ref.c: Likewise.
51706         * sunrpc/xdr_stdio.c: Likewise.
51708 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51710         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51712 2011-07-03  Andreas Jaeger  <aj@suse.de>
51714         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
51715         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
51716         regenerate with gen-libm-tests.pl.
51718 2010-05-12  Petr Baudis  <pasky@suse.cz>
51720         [BZ #11589]
51721         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
51722         around j0() zero points by switching to j1().
51723         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51724         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51725         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51726         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51728 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51730         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
51731         instead of 0.
51732         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
51733         instead of 0.
51734         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51735         Patch in part by Pavel Roskin <proski@gnu.org>.
51737         [BZ #13138]
51738         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
51739         realloc.
51740         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
51741         Free memory block if necessary.
51743         [BZ #12847]
51744         * libio/genops.c (INTDEF): For string streams the _lock pointer can
51745         be NULL.  Don't lock in this case.
51747 2011-09-09  Roland McGrath  <roland@hack.frob.com>
51749         * elf/elf.h (ELFOSABI_GNU): New macro.
51750         (ELFOSABI_LINUX): Define to that.
51752 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
51754         * string/strncat.c (strncat): Undef the symbol in case it has been
51755         defined in bits/string.h.
51757 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51759         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
51761         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
51762         link map.
51764 2011-08-17  Andreas Jaeger  <aj@suse.de>
51766         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
51768 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
51769             Ian Lance Taylor  <iant@google.com>
51771         * math/libm-test.inc (lround_test): New testcase.
51772         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
51774 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
51776         * Makefile: Remove support for automatic cvs check-ins.
51777         * Makerules: Likewise.
51778         * config.make.in: Likewise.
51779         * configure.in: Likewise.
51780         * intl/Makefile: Likewise.
51781         * locale/Makefile: Likewise.
51782         * po/Makefile: Likewise.
51783         * posix/Makefile: Likewise.
51784         * sysdeps/gnu/Makefile: Likewise.
51785         * sysdeps/mach/hurd/Makefile: Likewise.
51786         * sysdeps/sparc/sparc32/Makefile: Likewise.
51788         [BZ #13118]
51789         * posix/Makefile (bug-regex32-ENV): Define.
51790         Patch by John Stanley <jpsinthemix@verizon.net>.
51792         * misc/Makefile (headers): Add bits/select2.h.
51793         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
51794         * misc/bits/select2.h: New file.
51795         * include/bits/select2.h: New file.
51796         * debug/Makefile (routines): Add fdelt_chk.
51797         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
51798         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
51799         FD_ISSET.
51800         * debug/fdelt_chk.c: New file.
51802         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
51803         * wcsmbs/test-wmemcmp.c: Likewise.
51804         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
51805         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
51807 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51809         * string/Makefile (strop-tests): Add memcmp.
51810         * string/test-wmemcmp.c: New file.
51811         * string/test-memcmp.c: Add wmemcmp support.
51813 2011-09-08  Roland McGrath  <roland@hack.frob.com>
51815         [BZ #13153]
51816         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
51817         2011-07-19 change.
51819         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
51820         garbage value in a __mach_port_mod_refs call in the cases of the
51821         task-self and thread-self ports.
51823 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51825         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
51827 2011-09-08  Andreas Schwab  <schwab@redhat.com>
51829         * elf/dl-load.c (lose): Check for non-null L.
51831 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51833         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
51835         * elf/dl-libc.c (dlerror_run): Pass back error code from
51836         dl_catch_error.
51838         [BZ #13123]
51839         * elf/dl-load.c (lose): Free l_origin if it is valid.
51841         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
51842         names.
51843         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
51844         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51845         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51846         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51847         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
51848         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
51850 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51852         * sysdeps/powerpc/fpu/e_hypot.c: New file.
51853         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
51854         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
51855         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
51856         * sysdeps/powerpc/fpu/k_cosf.c: New file.
51857         * sysdeps/powerpc/fpu/k_sinf.c: New file.
51858         * sysdeps/powerpc/fpu/s_cosf.c: New file.
51859         * sysdeps/powerpc/fpu/s_sinf.c: New file.
51860         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
51861         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
51863 2011-08-15  Alan Modra  <amodra@gmail.com>
51865         [BZ #13092]
51866         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
51867         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
51868         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
51869         ppc_mcount to static-only-routines.
51870         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
51871         __mcount_internal.
51872         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
51873         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
51875 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
51877         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
51878         for finite and infinity parameters.
51880 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51882         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
51883         and add nop instructions for throughput optimization.
51884         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51886 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
51888         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
51889         aligned copy for power7 with vector-scalar instructions.
51890         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
51892 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
51894         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
51895         AVX check.
51897 2011-09-07  Andreas Schwab  <schwab@redhat.com>
51899         [BZ #13144]
51900         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
51901         last change.
51903 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51905         * sysdeps/unix/sysv/linux/x86_64/init-first.c
51906         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
51907         syscall wrapper around clock_gettime in __vdso_clock_gettime.
51908         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
51909         clock_gettime.
51911 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51913         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
51914         Forgot to demangle the pointer.
51916         * sysdeps/i386/sysdep.h: Define atom_text_section.
51917         * sysdeps/x86_64/sysdep.h: Likewise.
51918         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
51919         section with atom_text_section.
51920         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51921         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51922         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
51923         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51924         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
51926         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
51927         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
51928         already be defined.  Change to take two parameters and don't assign
51929         result to variable.  Adjust all users.
51930         Define INTERNAL_GETTIME if not already defined.
51931         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
51932         call.
51933         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
51934         HAVE_CLOCK_GETTIME_VSYSCALL.
51935         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
51937         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
51938         gettimeofday vsyscall, just use time.
51940 2011-09-06  Andreas Schwab  <schwab@redhat.com>
51942         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
51943         <errno.h>.
51945 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51947         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
51948         syscall on x86-64.
51949         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
51950         syscall.
51951         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
51952         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
51953         syscall if possible.
51955 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51957         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
51958         e_ident.  Don't pass to find_mapsXX.
51959         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
51961 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51963         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51964         strchr-sse2-no-bsf strrchr-sse2-no-bsf
51965         * sysdeps/x86_64/multiarch/strchr.S: Update.
51966         Check bit_slow_BSF bit.
51967         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
51968         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
51969         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
51971 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51973         [BZ #13134]
51974         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
51975         before glibc 2.15.
51976         (tryshell): Define.
51977         (__spawni): Change last parameter to be flag.  Test
51978         SPAWN_XFLAGS_USE_PATH flag to use path or not.
51979         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
51980         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
51981         * posix/spawni.c: Likewise.
51982         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
51983         * posix/spawnp.c: Likewise.  Change normal version to use
51984         SPAWN_XFLAGS_USE_PATH.
51985         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
51986         SPAWN_XFLAGS_TRY_SHELL.
51988         [BZ #13150]
51989         * posix/glob.h: Remove gcc 1.x support.
51991         [BZ #13068]
51992         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
51994 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51996         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51997         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
51998         strrchr-sse2-bsf
51999         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52000         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52001         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52002         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52003         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52004         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52006 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52008         * sysdeps/x86_64/wcscmp.S: New file.
52010         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52011         wcscmp-c wcscmp-sse2
52012         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52013         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52014         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52015         * wcsmbs/wcscmp.c: Allow renaming.
52017 2011-09-05  David S. Miller  <davem@davemloft.net>
52019         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52020         stack slot, rather than the struct return pointer slot.
52021         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52022         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52023         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52024         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52026 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52028         * po/ja.po: Update from translation team.
52030         [BZ #13144]
52031         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52032         kernel in 64-bit binaries.
52034 2011-09-01  David S. Miller  <davem@davemloft.net>
52036         * elf/elf.h (HWCAP_SPARC_*): Move to..
52037         * sysdeps/sparc/sysdep.h: this new file and add new values.
52038         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52039         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52040         _DL_HWCAP_COUNT to 24.
52041         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52042         entries.
52043         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52044         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52045         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52046         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52047         instead of magic constants.
52048         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52050 2011-08-31  David S. Miller  <davem@davemloft.net>
52052         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52053         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52054         Reimplement to do errno handling inline.
52055         (SYSCALL_ERROR_HANDLER): New macro.
52056         (__SYSCALL_STRING): Do not do errno handling in asm.
52057         (__CLONE_SYSCALL_STRING): Delete.
52058         (__INTERNAL_SYSCALL_STRING): Delete.
52059         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52060         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52061         (PSEUDO): Reimplement to do errno handling inline.
52062         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52063         (SYSCALL_ERROR_HANDLER): New macro.
52064         (__SYSCALL_STRING): Do not do errno handling in asm.
52065         (__CLONE_SYSCALL_STRING): Delete.
52066         (__INTERNAL_SYSCALL_STRING): Delete.
52067         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52068         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52069         i386.
52070         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52071         (inline_syscall*): Add 'err' argument.
52072         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52073         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52074         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52075         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52077         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52078         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52080 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52082         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52084 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52086         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52087         directive.
52089 2011-08-24  David S. Miller  <davem@davemloft.net>
52091         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52093 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52095         * elf/Makefile: Add rules to build and run unload8 test.
52096         * elf/unload8.c: New file.
52097         * elf/unload8mod1.c: New file.
52098         * elf/unload8mod1x.c: New file.
52099         * elf/unload8mod2.c: New file.
52100         * elf/unload8mod3.c: New file.
52102         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52103         it wasn't used.
52105 2011-08-23  David S. Miller  <davem@davemloft.net>
52107         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52108         subtract stack bias.
52109         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52110         %sp not %fp in calculations.
52111         (_JMPBUF_UNWINDS_ADJ): Likewise.
52113         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52114         (aio_suspend): Call it to force an exception region around the
52115         AIO_MISC_WAIT() invocation.
52117 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52119         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52120         backslash.
52122 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52124         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52125         protection macro.
52126         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52127         and <dl-machine.h>.
52128         (Elf64_FuncDesc): Remove.
52130 2011-08-22  David S. Miller  <davem@davemloft.net>
52132         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52133         sigaltstack check, add missing cfi directives.
52134         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52135         missing cfi directives, and sigaltstack handling.
52137 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52139         [BZ #11724]
52140         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52141         object is seen twice.
52142         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52144         * elf/Makefile (distribute): Add tst-initorder2.c.
52145         (tests): Add tst-initorder2.
52146         (modules-names): Add tst-initorder2a tst-initorder2b
52147         tst-initorder2c tst-initorder2d.  Add rules to build them.
52148         ($(objpfx)tst-initorder2.out): New rule.
52149         * elf/tst-initorder2.c: New file.
52150         * elf/tst-initorder2.exp: New file.
52152 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52154         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52156         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52157         dependencies back to end of function.
52159         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52160         $(elfobjdir)/ld.so.
52162 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52164         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52165         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52166         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52167         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52168         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52169         of __vdso_gettimeofday.
52170         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52171         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52172         attribute_hidden.
52173         (_libc_vdso_platform_setup): Remove initialization of
52174         __vdso_gettimeofday and __vdso_time.
52176 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52178         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52179         and fgetc_unlocked.
52180         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52181         getc_unlocked.
52183         * elf/dl-open.c (add_to_global): Report additions to the global scope
52184         for LD_DEBUG=scopes.
52185         (dl_open_worker): Also print scope of newly loaded dependencies.
52186         (_dl_show_scope): Indicate if there is no scope.
52188         [BZ #13114]
52189         * stdio-common/Makefile (tests): Add bug24.
52190         * stdio-common/bug24.c: New file.
52192 2011-08-19  Andreas Jaeger  <aj@suse.de>
52194         [BZ #13114]
52195         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52196         non-existant file when using close-on-exec mode.
52198 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52200         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52201         the very first instruction.
52203         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52204         the CFI state in the end.
52205         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52206         inclusion of dl-trampoline.h.
52207         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52209 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52211         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52212         expectations for long double.
52214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52215         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52217 2011-08-14  David S. Miller  <davem@davemloft.net>
52219         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52220         artificual limit depends upon the system page size.
52222 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52224         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52225         * resolv/Makefile: Define CFLAGS-libresolv.
52227 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52229         * nss/makedb.c (compute_tables): Make variables used in nested
52230         function static.
52232 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52234         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52235         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52236         if buffer was too small.
52238         * elf/pldd.c (main): Attach to all threads in the process.
52239         Rewrite /proc handling to use *at functions.
52241 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52243         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52244         specifies first scope to show.
52245         (dl_open_worker): Update callers.  Move printing scope of new
52246         object to before the relocation.
52247         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52248         * sysdeps/generic/ldsodefs.h: Update declaration.
52250         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52251         string for the scope number.
52253 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52255         * nscd/servicescache.c (cache_addserv): Make sure written is always
52256         initialized.
52258 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52260         * sysdeps/i386/i486/bits/atomic.h
52261         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52262         statement expression, so as to suppress "set but not used" warning.
52263         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52265         * string/strncat.c (STRNCAT): Use prototype definition.
52267         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52268         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52269         -Iprograms here.
52270         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52271         (localedef-modules): Add localedef.
52272         (locale-modules): Add locale.
52274         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52275         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52276         to avoid a warning.
52278 2011-08-14  David S. Miller  <davem@davemloft.net>
52280         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52281         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52283 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52285         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52286         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52287         * elf/rtld.c (dl_main): Set l_name of vDSO.
52288         Call _dl_show_scope when DL_DEBUG_SCOPES.
52289         (process_dl_debug): Recognize scopes flag and also set it for all.
52290         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52291         Declare _dl_show_scope.
52293         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52294         (do_dlopen): Pass caller_dlopen to dl_open.
52295         (__libc_dlopen_mode): Initialize caller_dlopen.
52297         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52298         of libc.  Make tolower call locale-independent.  Optimize a bit by
52299         using isdigit instead of isalnum.
52300         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52302 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52304         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52305         was a dependency or dynamically loaded.
52307 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52309         * intl/l10nflist.c: Allow architecture-specific pop function.
52310         * sysdeps/x86_64/l10nflist.c: New file.
52312         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52313         classification.
52315 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52317         * include/dirent.h: Add libc_hidden_proto for scandirat and
52318         scandirat64.  Don't declare __scandirat64.
52319         * dirent/scandirat.c: Add libc_hidden_def.
52320         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52321         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52323 2011-08-10  David S. Miller  <davem@davemloft.net>
52325         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52326         enum.
52327         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52328         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52329         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52331 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52333         * Versions.def [libc]: Add GLIBC_2.15.
52334         * dirent/Makefile (routines): Add scandirat and scandirat64.
52335         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52336         GLIBC_2.15.
52337         * dirent/dirent.h: Declare scandirat and scandirat64.
52338         * dirent/scandirat.c: New file.
52339         * dirent/scandirat64.c: New file.
52340         * sysdeps/wordsize-64/scandirat.c: New file.
52341         * sysdeps/wordsize-64/scandirat64.c: New file.
52342         * dirent/opendir.c: Define opendirat.
52343         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52344         using scandirat.
52345         * dirent/scandir64.c: Adjust for scandir.c change.
52346         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52347         __scandirat64, and __scandir_cancel_handler.
52348         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52349         additional parameter and use openat instead of open (outside of ld.so).
52350         Add new __opendir as wrapper around __opendirat.
52351         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52352         here without requiring old scandirat implementation.
52354 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52356         * dirent/scandir.c (cancel_handler): Renamed to
52357         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52358         defined.  Adjust users.
52359         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52360         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52362 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52364         * string/test-string.h (IMPL): Use __STRING to expand name and then
52365         stringify it.
52367         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52368         of cleanups.
52370 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52372         * string/Makefile: Update.
52373         (strop-tests): Append strncat.
52374         * string/test-wcscmp.c: New file.
52375         New comprehensive test for wcscmp.
52376         * string/test-strcmp.c: Update.
52377         (WIDE): New define.
52379 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52381         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52382         line.
52384 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52386         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52387         encoding to ACE if AI_IDN.
52389 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52391         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52392         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52394 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52396         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52397         Fix overflow bug in strncat.
52398         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52400         * string/test-strncat.c: Update.
52401         Add new tests for checking overflow bugs.
52403 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52405         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52406         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52407         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52408         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52409         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52410         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52411         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52412         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52413         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52415         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52416         (USE_AS_STRCAT): Define.
52417         Add strcat and strncat support.
52418         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52420 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52422         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52423         __n bigger than INT_MAX+1.
52424         (__strncmp_g): Likewise.
52426 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52428         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52429         * libio/stido.h: Likewise.
52431         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52432         (AF_NFC): Define.
52433         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52434         (AF_NFC): Define.
52436         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52437         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52438         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52439         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52440         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52442         [BZ #13021]
52443         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52444         installed.
52446         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52447         typo.
52448         (_dl_x86_64_save_sse): Likewise.
52450 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52452         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52453         OSXSAVE.
52454         (_dl_x86_64_save_sse): Likewise.
52456         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52458         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52460 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52462         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52463         change.
52464         (_dl_x86_64_save_sse): Use correct AVX check.
52466 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52468         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52469         bug in strncpy/strncat.
52470         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52472 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52474         * string/tester.c (test_strcat): Add tests for different alignments
52475         of source and destination.
52476         (test_strncat): Likewise.
52478 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52480         [BZ #12852]
52481         * posix/glob.c (glob): Check passed in values before using them in
52482         expressions to avoid some overflows.
52483         (glob_in_dir): Likewise.
52485         [BZ #13007]
52486         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52487         check for AVX enablement so that we don't crash with old kernels and
52488         new hardware.
52489         * elf/tst-audit4.c: Add same checks here.
52490         * elf/tst-audit6.c: Likewise.
52492         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52494 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52496         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52498 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52500         * po/cs.po: Update from translation team.
52501         * po/bg.po: Likewise.
52503 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52505         * misc/sys/cdefs.h: Add support for const attribute.
52506         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52507         to gnu_dev_{major,minor,makedev} functions.
52509 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52511         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52513 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52515         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52516         strlen results.
52518 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52520         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52521         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52522         register in order to avoid conflicts with the soft frame pointer
52523         being held in r11 when necessary.
52524         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52525         (INTERNAL_VSYSCALL_NCS): Likewise.
52527 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52529         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52530         * elf/dl-fini.c (_dl_fini): Adjust caller.
52531         * elf/dl-close.c (_dl_close_worker): Likewise.
52532         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52534 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52536         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52537         "aux_cache->nlibs < 0".
52539         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52540         in the reload-count case.
52542 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52544         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52545         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52546         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52547         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52548         * sysdeps/x86_64/multiarch/strcat.S: New file.
52549         * sysdeps/x86_64/multiarch/strncat.S: New file.
52550         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52551         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52552         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52553         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52554         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52555         (USE_AS_STRCAT): Define.
52556         Add strcat and strncat support.
52557         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52558         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52559         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52560         * string/strncat.c: Update.
52561         (USE_AS_STRNCAT): Define.
52562         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52563         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52564         and i7.
52565         * sysdeps/x86_64/multiarch/init-arch.h
52566         (bit_Prefer_PMINUB_for_stringop): New.
52567         (index_Prefer_PMINUB_for_stringop): Likewise.
52568         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52569         bit_Prefer_PMINUB_for_stringop.
52571 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52573         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52574         buffer64.
52575         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52576         of casting of buffer.
52577         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52578         buffer32 and buffer64.
52579         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52580         writes instead of casting of buffer.
52581         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52582         buffer32.
52583         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52584         casting of buffer.
52586 2011-07-19  Andreas Schwab  <schwab@redhat.com>
52588         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52590 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52592         * nscd/nscd.c (termination_handler): Don't do anything for a database
52593         if it has not yet been initialized.
52595 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52597         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52599 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52601         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52603 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52605         * po/nl.po: Update from translation team.
52606         * po/sv.po: Likewise.
52608 2011-07-16  Roland McGrath  <roland@hack.frob.com>
52610         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52611         now disallowed by GCC.
52613         * configure.in (use-default-link): Default to yes if a test -shared
52614         link meets our qualifications.
52615         * configure: Regenerated.
52617         * config.make.in (output-format): New variable.
52618         * configure.in: Check for ld --print-output-format support.
52619         * configure: Regenerated.
52620         * Makerules ($(common-objpfx)format.lds)
52621         [$(output-format) != unknown]: Just use $(output-format),
52622         instead of the linker-script munging.
52624 2011-07-14  Roland McGrath  <roland@hack.frob.com>
52626         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
52627         of $(common-objpfx)shlib.lds.
52628         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
52630         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
52631         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
52633         * configure.in (-z relro check): Adjust test code to add a large
52634         writable data section after it.
52635         * configure: Regenerated.
52637 2011-07-11  Roland McGrath  <roland@hack.frob.com>
52639         * configure.in (-z relro check): Fix test code to make the variable
52640         truly const.
52641         * configure: Regenerated.
52643 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
52645         * nscd/nscd.h (struct traced_file): Define.
52646         (struct database_dyn): Remove inotify_descr, reset_res, and filename
52647         elements.  Add traced_files.
52648         (inotify_fd): Declare.
52649         (register_traced_file): Declare.
52650         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
52651         (inotify_fd): Export.
52652         (resolv_conf_descr): Remove.
52653         (nscd_init): Move inotify descriptor creation to main.
52654         Don't register files for notification here.
52655         (register_traced_file): New function.
52656         (invalidate_cache): Don't use reset_res to determine whether to call
52657         res_init, go through the list of registered files.
52658         (main_loop_poll): The inotify descriptors are now stored in the
52659         structures for the traced files.
52660         (main_loop_epoll): Likewise
52661         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
52662         to __nss_disable_nscd.
52663         * nscd/cache.c (prune_cache): There is no single inotify descriptor
52664         for a database anymore.  Check the records for all the registered
52665         files instead.
52666         * nss/Makefile (libnss_files-routines): Add files-init.
52667         (libnss_db-routines): Add db-init.
52668         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
52669         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
52670         * nss/nss_db/db-init.c: New file.
52671         * nss/nss_files/files-init.c: New file.
52672         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
52673         __nss_lookup_function.
52674         (__nss_lookup_function): Call nss_load_library.
52675         (nss_load_all_libraries): New function.
52676         (__nss_disable_nscd): Take parameter with callback function for files
52677         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
52678         used for the cached services.
52679         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
52680         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
52681         options for features to all the files in nscd.
52683         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
52685 2011-07-10  Roland McGrath  <roland@hack.frob.com>
52687         * csu/elf-init.c (__libc_csu_init): Comment typo.
52689 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
52691         * po/pl.po: Update from translation team.
52692         * po/ja.po: Likewise.
52693         * po/ru.po: Likewise.
52694         * po/ko.po: Likewise.
52695         * po/fr.po: Likewise.
52697 2011-07-09  Roland McGrath  <roland@hack.frob.com>
52699         * configure.in (.ctors/.dtors header and trailer check):
52700         Use an empirical test on a built program.
52701         * configure: Regenerated.
52703         * configure.in (-z relro check): Use an empirical test on a built DSO.
52704         Detect, but do not require, on ia64.
52705         * configure: Regenerated.
52707         * configure.in (READELF): Find it with AC_CHECK_TOOL.
52708         Update tests that use readelf to use $READELF instead.
52709         * configure: Regenerated.
52711 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
52713         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
52714         if the result is not used.
52716 2011-07-05  Andreas Jaeger  <aj@suse.de>
52718         [BZ#9696]
52719         * stdlib/tst-strtod.c: Add testcase.
52721 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
52723         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
52724         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
52725         The latter has a higher limit.  Take additional parameter to pass to
52726         the new function.
52727         (__pathconf): Pass file to __statfs_link_max.
52728         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
52729         __statfs_link_max.
52730         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
52731         __statfs_link_max.
52733         [BZ #12868]
52734         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
52735         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52736         Handle Lustre.
52737         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
52738         (__statfs_filesize_max): Likewise.
52739         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
52741 2011-07-05  Andreas Jaeger  <aj@suse.de>
52743         * resolv/res_comp.c (dn_skipname): Remove unused variable.
52745 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
52747         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
52748         `status' variable.
52749         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
52750         Likewise.
52752 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
52754         * Makefile (strop-tests): Add strncat.
52755         * string/test-strncat.c: New file.
52757 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
52759         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
52761 2011-06-21  Andreas Jaeger  <aj@suse.de>
52763         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
52764         Copy rule from iconvdata/Makefile.
52766 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52768         [BZ #12922]
52769         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
52770         but no long options are defined, just return 'W'.
52772 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
52774         [BZ #9696]
52775         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
52777 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52779         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
52780         netgroups to read.
52781         (innetgr): Likewise.
52783 2011-07-05  Roland McGrath  <roland@hack.frob.com>
52785         * config.make.in (install_root): Default to $(DESTDIR).
52787 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
52789         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
52791 2011-07-02  Roland McGrath  <roland@hack.frob.com>
52793         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
52795         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
52796         containing directory rather than embedding absolute directory names.
52798         * scripts/check-local-headers.sh: Rewritten using awk.
52799         Match by word, not by line.  Print error messages for matches.
52800         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
52802         * Makerules [shlib-lds-flags empty]:
52803         ($(common-objpfx)libc_pic.opts): New target.
52804         ($(common-objpfx)libc_pic.os.clean): New target.
52805         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
52807         * config.make.in (OBJCOPY): New variable.
52808         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
52809         * configure: Regenerated.
52811         * config.make.in (use-default-link): New variable.
52812         * configure.in (use_default_link): Grok --with-default-link to set it.
52813         * configure: Regenerated.
52814         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
52815         (shlib-lds, shlib-lds-flags): Define to empty.
52817         * Makerules (shlib-lds): New variable.
52818         (shlib-lds-flags): New variable.
52819         (build-shlib, build-moduile, build-module-asneeded): Use it.
52820         ($(common-objpfx)libc.so): Use $(shlib-lds).
52821         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
52822         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
52824         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
52825         DT_FLAGS/DT_FLAGS_1 with zero flags.
52827         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
52828         linker script munging.
52830 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
52832         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
52833         as 128-bit value.
52834         * crypt/sha512.c (sha512_process_block): Perform total addition using
52835         128-bit if possible.
52836         (__sha512_finish_ctx): Likewise.
52837         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
52838         as 64-bit value.
52839         * crypt/sha256.c (SWAP64): Define.
52840         (sha256_process_block): Perform total addition using 64-bit if
52841         possible.
52842         (__sha256_finish_ctx): Likewise.
52844 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
52846         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
52847         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52848         * nscd/hstcache.c (cache_addhst): Likewise.
52849         * nscd/grpcache.c (cache_addgr): Likewise.
52850         * nscd/aicache.c (addhstaiX): Likewise
52851         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
52853 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
52855         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
52856         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52857         * nscd/hstcache.c (cache_addhst): Likewise.
52858         * nscd/grpcache.c (cache_addgr): Likewise.
52859         * nscd/aicache.c (addhstaiX): Likewise
52861 2011-07-01  Andreas Schwab  <schwab@redhat.com>
52863         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
52864         domain only when needed.
52866 2011-06-30  Andreas Schwab  <schwab@redhat.com>
52868         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
52869         is always restored.
52871 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
52873         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
52874         are re-adding the entry.
52875         * nscd/servicescache.c (cache_addserv): Likewise.
52877 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
52879         * sysdeps/generic/dl-irel.h: fix protection against multiple
52880         inclusions.
52881         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
52883 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
52885         [BZ #12935]
52886         * malloc/memusage.sh: Fix quoting in message.
52887         * debug/xtrace.sh: Likewise.
52889         * configure.in: Remove support for --experimental-malloc option, make
52890         it the default.
52891         * config.make.in: Likewise.
52892         * malloc/Makefile: Likewise.
52894 2011-06-27  Andreas Schwab  <schwab@redhat.com>
52896         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
52897         two-byte characters.
52899 2011-06-27  Roland McGrath  <roland@hack.frob.com>
52901         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
52902         AC_CACHE_CHECK invocation.
52903         * configure: Regenerated.
52905         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
52907 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
52909         [BZ #12350]
52910         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
52911         bit from old_res_options.
52913         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
52915         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
52916         value type for setfct.
52918 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
52920         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
52921         __gettimeofday instead of gettimeofday.
52923 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
52925         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
52927 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
52929         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
52931         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
52932         info.
52934 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52936         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52937         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52938         strcpy-sse2-unaligned strncpy-sse2-unaligned
52939         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
52940         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
52941         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
52942         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
52943         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
52944         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
52945         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
52946         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
52947         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
52948         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
52949         (STRCPY): Support SSE2 and SSSE3 versions.
52951 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
52953         [BZ #12874]
52954         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
52955         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
52956         kernels which artificially limit size of requests.
52958 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52960         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52961         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52962         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
52963         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
52964         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
52965         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
52966         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
52967         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
52968         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
52969         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
52970         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
52971         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
52972         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
52973         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
52974         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
52975         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52976         Enable unaligned load optimization for Intel Core i3, i5 and i7
52977         processors.
52978         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
52979         Define.
52980         (index_Fast_Unaligned_Load): Define.
52981         (HAS_FAST_UNALIGNED_LOAD): Define.
52983 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
52985         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
52987 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
52989         [BZ #12907]
52990         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
52991         until it is clear that the information is realy needed.
52992         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
52994 2011-06-22  Andreas Schwab  <schwab@redhat.com>
52996         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
52998 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53000         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53001         /sys/devices/system/cpu/online if it is usable.
53003         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53004         reading the information from the /proc filesystem to once a second.
53006 2011-06-21  Andreas Jaeger  <aj@suse.de>
53008         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53009         NULL after inclusion of kernel headers.
53011 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53013         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53014         calls to internal_setent.
53016         [BZ #12885]
53017         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53018         addresses using gethostbyname4_r ignore IPv4 addresses.
53020         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53021         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53023         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53025 2011-06-20  David S. Miller  <davem@davemloft.net>
53027         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53028         inclusions.
53029         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53031         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53032         (elf_irel): Use it.
53033         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53034         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53035         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53036         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53037         * sysdeps/x86_64/dl-irel.h: Likewise.
53039         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53040         * elf/dl-sym.c: Likewise.
53042 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53044         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53045         need to dereference resplen2.
53047 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53049         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53051 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53053         * Makeconfig: Define vardbdir and inst_vardbdir.
53054         * nss/Makefile: Add rules to install db-Makefile.
53056         * nss/nss_db/db-XXX.c: Cleanup.
53058         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53059         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53060         GLIBC_PRIVATE.
53061         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53062         * nss/makedb.c: Implement -g option to specify that value strings
53063         are generated and should not be added to table iterated over for
53064         get*ent calls.
53065         * nss/nss_db/db-initgroups.c: New file.
53067         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53068         interface.
53070         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53071         (internal_getgrouplist): Adjust to name change.
53072         Update use_initgroups_entry if this is not the first call.
53073         * nss/databases.def: Add initgroups entry.
53075         * nss/makedb.c (compute_tables): Check result of multiple hash table
53076         sizes to minimize maximum chain length.
53078 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53080         * Versions.def: Add entry for libnss_db.
53081         * shlib-versions: Likewise.
53082         * nss/Makefile: Add rules to build libnss_db.
53083         * nss/Versions: Add libnss_db information.  Organize libnss_files
53084         entries better.
53085         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53086         makedb progra.  Some minor improvements to generate smaller files.
53087         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53088         here from...
53089         * nss/makedb.c: ...here.
53090         Improve database format to be smaller and require less memory at
53091         runtime.
53092         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53093         db anymore.
53094         * nss/nss_db/db-netgrp.c: Likewise.
53095         * nss/nss_db/db-open.c: Likewise.
53096         * nss/nss_files/flies-XXX.x: Adjust comments.
53097         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53098         * nss/nss_files/files-grp.c: Likewise.
53099         * nss/nss_files/files-hosts.c: Likewise.
53100         * nss/nss_files/files-network.c: Likewise.
53101         * nss/nss_files/files-proto.c: Likewise.
53102         * nss/nss_files/files-pwd.c: Likewise.
53103         * nss/nss_files/files-rpc.c: Likewise.
53104         * nss/nss_files/files-service.c: Likewise.
53105         * nss/nss_files/files-sgrp.c: Likewise.
53106         * nss/nss_files/files-spwd.c: Likewise.
53107         * nss/nss_db/db-alias.c: Removed.
53108         * nss/nss_db/dummy-db.h: Removed.
53110 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53112         * nss/makedb.c: Rewritten to not use database library.
53113         * nss/Makefile: Update to build new makedb program.
53115 2011-06-14  Andreas Jaeger  <aj@suse.de>
53117         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53118         memset declaration.
53120 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53122         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53123         tmpbuf.
53125 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53127         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53128         * elf/Makefile ($(objpfx)ld.so): Likewise.
53130         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53131         Don't list ld.so twice in dependencies.
53133         * posix/bug-regex31.c: Include <stdlib.h>.
53135         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53137         * nis/nss_compat/compat-spwd.c
53138         (getspent_next_nss_netgr): Remove unused variable.
53139         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53141         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53142         nonmembers" output to use the right array.
53144         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53146         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53148         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53149         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53150         * catgets/gencat.c (read_input_file): Likewise.
53151         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53153         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53154         variable definition inside #if's controlling its use.
53156         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53158         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53160         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53162         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53163         unreachable code.
53165         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53167         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53168         * configure: Regenerated.
53170         * Makerules: Revert last change.
53171         * elf/Makefile: Likewise.
53173 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53175         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53176         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53177         (reloc-link): Likewise.
53179 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53181         * elf/Makefile: Add rules to build pldd.
53182         * elf/pldd.c: New file.
53183         * elf/pldd-xx.c: New file.
53185 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53187         * version.h: Update for 2.15 development version.
53189 2011-06-07  David S. Miller  <davem@davemloft.net>
53191         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53192         ifuncs.
53193         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53194         elf_machine_lazy_rel): Likewise.
53195         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53196         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53197         elf_machine_lazy_rel): Likewise.
53198         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53199         dl_hwcap via passed in argument.
53200         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53201         Likewise.
53203 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53205         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53207 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53209         [BZ #12849]
53210         * manual/fdl-1.1.texi: New file, verbatim from:
53211         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53212         * manual/lgpl-2.1.texi: New file, verbatim from:
53213         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53214         * manual/Makefile (licenses): New variable, list those new file names.
53215         (texis): Use it.
53216         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53218         * manual/fdl.texi: File removed.
53219         * manual/lesser.texi: File removed.
53220         * manual/libc.texinfo (Copying, Documentation License):
53221         Use new @include file names, put @appendix directive before @include.
53223 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53225         [BZ #12841]
53226         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53227         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53228         (mq_open): Add __NTH.
53230 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53232         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53233         Assume Intel Core i3/i5/i7 processor if AVX is available.
53235 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53237         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53238         typo.
53240 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53242         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53243         memory.  Use alloca_account.  Fix memory leak when retrying.
53245 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53247         * version.h (RELEASE): Bump for 2.14 release.
53248         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53250         * config.make.in (RANLIB): Remove entry.
53252 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53254         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53255         (libc.pot): Work around missing support for .ksh extension in xgettext.
53257         [BZ #12684]
53258         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53259         if both request failed.
53260         (send_dg): In case of server errors clear resplen or *resplen2.
53262         [BZ #12454]
53263         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53264         when there are multiple maps.
53265         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53266         (_dl_fini): Remove test here.
53268         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53270 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53272         [BZ #12350]
53273         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53274         bit from old_res_options.
53275         (gaih_inet): Likewise.
53277         [BZ #11099]
53278         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53279         as signed.
53281         * resolv/res_init.c (res_setoptions): Make the code more compact.
53283         [BZ #11558]
53284         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53285         set RES_USEVC.
53287         [BZ #11634]
53288         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53290         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53292         [BZ #11781]
53293         * malloc/malloc.h: Declare malloc hook variables as volatile.
53295         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53296         in last patch.
53298         [BZ #11799]
53299         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53300         raise in the comment.
53301         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53302         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53303         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53305 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53307         [BZ #12811]
53308         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53309         grow the buffers more if it already has to be sufficient.
53310         (build_wcs_upper_buffer): Likewise.
53311         * posix/regexec.c (check_matching): Likewise.
53312         (clean_state_log_if_needed): Likewise.
53313         (extend_buffers): Don't enlarge buffers beyond size of the input
53314         buffer.
53315         Patches mostly by Emil Wojak <emil@wojak.eu>.
53316         * posix/bug-regex32.c: New file.
53317         * posix/Makefile (tests): Add bug-regex32.
53319         * locale/findlocale.c (_nl_find_locale): Return right away if
53320         _nl_explode_name failed.
53321         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53323         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53325         * debug/xtrace.sh: Unify messages.
53326         * malloc/memusage.sh: Likewise.
53328         [BZ #12813]
53329         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53330         time symbol from vDSO.  Substitute with vsyscall if not available.
53331         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53332         __vdso_time.
53334         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53335         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53336         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53337         Add sendmmsg and internal_sendmmsg.
53338         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53339         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53340         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53342         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53343         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53344         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53346 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53348         [BZ #12813]
53349         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53350         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53351         available.
53352         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53353         __vdso_getcpu.
53355         [BZ #12814]
53356         * iconvdata/Makefile (tests): Add bug-iconv9.
53357         * iconvdata/bug-iconv9.c: New file.
53359 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53361         [BZ #12814]
53362         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53364 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53366         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53367         (struct user_regs_struct): Change intcs field back to cs.
53369 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53371         * po/ja.po: Update from translation team.
53373 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53375         [BZ #12795]
53376         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53377         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53379 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53381         * stdlib/longlong.h: Update from GCC.
53383 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53385         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53386         parameter name.
53387         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53388         Add parameter name.
53389         (__sysconf): Pass it down.
53391 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53393         [BZ #12671]
53394         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53395         some situations.
53396         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53397         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53398         add in in __libc_use_alloca calls.  Adjust callers.
53399         (glob): Use malloc in some situations.
53401         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53402         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53403         pltexit.
53405 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53407         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53408         and CLOCK_BOOTTIME_ALARM.
53410         [BZ #12782]
53411         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53412         is returned.
53414         * string/_strerror.c (__strerror_r): Print negative errors as signed
53415         numbers.
53417         [BZ #12777]
53418         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53419         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53420         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53422         * configure.in: Fix typo in redirection and correct removal of test
53423         files in two cases.
53425         [BZ #12788]
53426         * locale/setlocale.c (new_composite_name): Fix test to check for
53427         identical name of all categories.
53429         [BZ #12792]
53430         * libio/filedoalloc.c (local_isatty): New function.
53431         (_IO_file_doallocate): Use local_isatty.
53432         * stdio-common/perror.c (perror): In case a new stream is used
53433         forward the stream error.
53434         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53435         error flag.
53437 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53439         [BZ #11869]
53440         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53441         alloca.
53442         * include/alloca.h (extend_alloca_account): Define.
53444         [BZ #11857]
53445         * posix/regex.h: Fix comments with documentation of user-accessible
53446         fields after compilation and describe correct free'ing of pattern
53447         after re_compile_pattern.
53448         Patch by Reuben Thomas <rrt@sc3d.org>.
53450 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53452         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53453         and -mno-altivec to prevent the compiler from using Altivec and/or
53454         VSX instructions when the corresponding registers are not available.
53456 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53458         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53460 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53462         * libio/freopen.c (freopen): Use __dup2, not dup2.
53463         * libio/freopen64.c (freopen64): Likewise.
53465 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53467         [BZ #12775]
53468         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53469         * math/Makefile (tests): Add test-powl.
53470         (CFLAGS-test-powl.c): Define.
53471         * math/test-powl.c: New file.
53473 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53475         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53477 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53479         [BZ #11837]
53480         * iconvdata/gb18030.c: Update to GB18020-2005.
53482 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53484         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53485         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53486         Patch by Aharon Robbins <arnold@skeeve.com>.
53488         [BZ #11892]
53489         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53490         on the stack.
53492         [BZ #11895]
53493         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53494         through underflows.
53496         [BZ #12766]
53497         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53498         point to strings before performing equality test for error_one_per_line
53499         mode.
53501         [BZ #11697]
53502         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53504         [BZ #11820]
53505         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53506         (struct user_fpregs_struct): Avoid __uint*_t types.
53508         [BZ #6420]
53509         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53510         symbol info.  Use it instead of calling _dl_addr locally.
53511         (lock_and_info): New function.
53512         (tr_freehook): Call lock_and_info and pass symbol info as additional
53513         parameter to tr_where.
53514         (tr_mallochook): Likewise.
53515         (tr_reallochook): Likewise.
53516         (tr_memalignhook): Likewise.
53518         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53519         used and couldn't be at all thread-safe.
53521 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53523         * libio/freopen.c (freopen): Don't close old file descriptor
53524         before the new one is opened.  Instead dup the new file descriptor
53525         to the old one after the new stream is created.
53526         * libio/freopen64.c (freopen64): Likewise.
53527         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53528         * libio/fileops.c (_IO_new_file_close_it): Handle new
53529         _IO_FLAGS2_NOCLOSE flag.
53530         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53531         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53532         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53533         _IO_FLAGS2_NOCLOSE flag.
53534         * include/unistd.h: Add hidden_proto for dup3.
53535         Define __have_dup3.
53536         * io/dup3.c: Define hidden symbol.
53537         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53539         [BZ #7101]
53540         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53541         when an incomplete long option is used.
53542         * posix/tst-getopt_long1.c: New file.
53543         * posix/Makefile (tests): Add tst-getopt_long1.
53545         [BZ #10138]
53546         * scripts/config.guess: Update from autoconf-2.68.
53547         * scripts/config.sub: Likewise.
53549         [BZ #10157]
53550         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53551         tests into ...
53552         (has_cpuclock): ...this.  New function.
53553         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53554         macro here based on has_cpuclock code.
53556         [BZ #10149]
53557         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53558         First byte (not low byte) is now always NUL.
53559         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53561         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53562         Use non-cancelable interfaces.
53564         [BZ #9809]
53565         * locale/iso-639.def: Add entry for Sorani.
53567         [BZ #11901]
53568         * include/stdlib.h: Move include protection to the right place.
53569         Define abort_msg_s.  Declare __abort_msg with it.
53570         * stdlib/abort.c (__abort_msg): Adjust type.
53571         * assert/assert.c (__assert_fail_base): New function.  Majority
53572         of code from __assert_fail.  Allocate memory for __abort_msg with
53573         mmap.
53574         (__assert_fail): Now call __assert_fail_base.
53575         * assert/assert-perr.c: Remove bulk of implementation.  Use
53576         __assert_fail_base.
53577         * include/assert.hL Declare __assert_fail_base.
53578         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53579         mmap.
53580         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53582 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
53584         [BZ #11952]
53585         [BZ #12453]
53586         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53587         until all modules are registered in the DTV.
53588         * elf/Makefile: Add rules to build and run tst-tls19.
53589         * elf/tst-tls19.c: New file.
53590         * elf/tst-tls19mod1.c: New file.
53591         * elf/tst-tls19mod2.c: New file.
53592         * elf/tst-tls19mod3.c: New file.
53593         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53595         [BZ #12083]
53596         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53597         correctly.
53599         [BZ #12601]
53600         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53601         two-byte sequence errors.
53602         * iconvdata/Makefile (tests): Add bug-iconv8.
53603         * iconvdata/bug-iconv8.c: New file.
53605         [BZ #12626]
53606         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53607         buf2 definition.
53609         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53611         [BZ #12432]
53612         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
53613         (dummy_getcfa): New function.
53614         (init): Get _Unwind_GetCFA address, use dummy if not found.
53615         (backtrace_helper): In recursion check, also check whether CFA changes.
53616         (__backtrace): Completely initialize arg.
53618         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
53619         storing incomplete byte sequence in state object.  Avoid testing for
53620         guaranteed too small input if we know there is enough data available.
53622 2011-05-11  Andreas Schwab  <schwab@redhat.com>
53624         * Makeconfig (+link-pie): Indent.
53625         * Rules (binaries-pie): Define if $(have-fpie) and
53626         $(build-shared).
53627         (binaries-shared): Also filter out $(binaries-pie).
53628         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
53629         * nscd/Makefile (others-pie): Add nscd.
53630         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
53631         ($(objpfx)nscd): Remove command override.
53632         * login/Makefile (others-pie): Add pt_chown.
53633         ($(objpfx)pt_chown): Remove command override.
53634         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
53635         remove command overrides.
53637 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
53639         * libio/tst_putwc.c: Fix error messages.
53641         [BZ #12724]
53642         * libio/fileops.c (_IO_new_file_close_it): Always flush when
53643         currently writing and seek to current position when not.
53644         * libio/Makefile (tests): Add bug-fclose1.
53645         * libio/bug-fclose1.c: New file.
53647 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
53649         [BZ #12511]
53650         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
53651         don't set DF_1_NODELETE here.
53652         (do_lookup_x): When entering new entry test for copy relocation
53653         and if necessary set DF_1_NODELETE flag.
53654         * elf/tst-unique4.cc: New file.
53655         * elf/tst-unique4.h: New file.
53656         * elf/tst-unique4lib.cc: New file.
53657         * elf/Makefile: Add rules to build and run tst-unique4.
53658         Patch by Piotr Bury <pbury@goahead.com>.
53660 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
53662         [BZ #12052]
53663         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
53665         [BZ #12625]
53666         * misc/mntent_r.c (addmntent): Flush the stream after the output
53668         [BZ #12393]
53669         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
53670         (is_trusted_path_normalize): Skip initial colon.  Append slash
53671         to empty buffer.  Duplicate is_trusted_path code but allow
53672         constructed patch to be prefix.
53673         (is_dst): Allow $ORIGIN followed by /.
53674         (_dl_dst_substitute): Correct clearing of check_for_trusted.
53675         Correct testing of result of is_trusted_path_normalize
53676         (decompose_rpath): Fix warning.
53678 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
53680         [BZ #11257]
53681         * grp/initgroups.c (internal_getgrouplist): When we found the service
53682         list through the initgroups entry in nsswitch.conf do not always
53683         continue on a successful lookup.  Don't always use the
53684         __nss_group_database value if it is set.
53685         * nss/nsswitch.conf (initgroups): Change action for successful db
53686         lookup to continue for compatibility.
53688 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
53690         [BZ #11532]
53691         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
53692         and CP774 modules.
53693         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
53694         and CP774 modules.
53695         * iconvdata/tst-tables.sh: Likewise.
53696         * iconvdata/cp770.c: New file.
53697         * iconvdata/cp771.c: New file.
53698         * iconvdata/cp772.c: New file.
53699         * iconvdata/cp773.c: New file.
53700         * iconvdata/cp774.c: New file.
53701         * iconvdata/testdata/CP770: New file.
53702         * iconvdata/testdata/CP770..UTF8: New file.
53703         * iconvdata/testdata/CP771: New file.
53704         * iconvdata/testdata/CP771..UTF8: New file.
53705         * iconvdata/testdata/CP772: New file.
53706         * iconvdata/testdata/CP772..UTF8: New file.
53707         * iconvdata/testdata/CP773: New file.
53708         * iconvdata/testdata/CP773..UTF8: New file.
53709         * iconvdata/testdata/CP774: New file.
53710         * iconvdata/testdata/CP774..UTF8: New file.
53712         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
53713         END CHARMAP line.
53714         * iconvdata/gen-8bit-gap.sh: Likewise.
53715         * iconvdata/gen-8bit.sh: Likewise.
53717         * locale/iso-639.def: Add ary entry.
53719         [BZ #11258]
53720         * locale/C-translit.h.in: Add U20A1 transliteration.
53722         [BZ #12178]
53723         * locale/iso-639.def: Add wae entry.
53724         Patch by Kevin Bortis <bortis@translate-wae.ch>.
53726         [BZ #12545]
53727         * locale/programs/localedef.c (construct_output_path): Use ssize_t
53728         for n.
53730         [BZ #12711]
53731         * locale/C-translit.h.in: Add entry for U20B9.
53732         Patch by pravin.d.s@gmail.com.
53734 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
53736         [BZ #12713]
53737         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
53738         ENAMETOOLONG use generic getcwd.
53739         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
53740         in rtld.  Use *stat64.
53741         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
53742         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
53743         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
53744         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
53745         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
53746         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
53747         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
53748         __fstatat64 macros.
53749         * include/dirent.h: Add libc_hidden_proto for rewinddir.
53750         * dirent/rewinddir.c: Add libc_hidden_def.
53751         * sysdeps/mach/hurd/rewinddir.c: Likewise.
53752         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
53754         * include/dirent.h (__alloc_dir): Add flags parameter.
53755         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
53756         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
53757         __alloc_dir.
53758         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
53759         from fdopendir if O_CLOEXEC is already set.
53761 2011-03-15  Alan Modra  <amodra@gmail.com>
53763         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
53764         l_tls_firstbyte_offset non-zero.  Save padding offset in
53765         l_tls_firstbyte_offset for later use.
53766         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
53767         freeing static tls block.
53769 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
53771         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
53772         where #ifdef was intended.  The intent is to prevent ARG_MAX from
53773         being defined by the kernel headers.
53775 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
53777         [BZ #12734]
53778         * resolv/resolv.h: Define RES_NOTLDQUERY.
53779         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
53780         no-tld-query and set RES_NOTLDQUERY.
53781         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
53782         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
53783         modern BIND to search name as TLD unless forbidden.
53785 2011-05-07  Petr Baudis  <pasky@suse.cz>
53786             Ulrich Drepper  <drepper@gmail.com>
53788         [BZ #12393]
53789         * elf/dl-load.c (fillin_rpath): Move trusted path check...
53790         (is_trusted_path): ...to here.
53791         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
53792         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
53793         using is_trusted_path_normalize() in setuid scripts.
53795 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
53797         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
53798         __BEGIN/__END_DECLS.
53800 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
53802         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
53803         NSS_STATUS_NOTFOUND if no record was found.
53805 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53807         * sunrpc/Makefile (headers): Add rpc/netdb.h.
53808         (headers-not-in-tirpc): Remove rpc/netdb.h
53809         * resolv/netdb.h: Revert last change.
53811 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
53813         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
53814         circular dependency between libgcc.a and libc.a.
53816 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53818         * resolv/netdb.h: Don't include <rpc/netdb.h>.
53819         * nis/Makefile: Don't install rpcsvc/*.
53820         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
53821         instead of <rpc/types.h>.
53822         (MAXHOSTNAMELEN): Define.
53824 2011-05-03  Andreas Schwab  <schwab@redhat.com>
53826         * elf/ldconfig.c (add_dir): Don't crash on empty path.
53828 2011-04-28  Maciej Babinski  <mbabinski@google.com>
53830         [BZ #12714]
53831         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
53832         gethostbyname4_r when IPv6 results are possible.
53834 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
53836         [BZ #12723]
53837         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
53838         _PC_PIPE_BUF handling.
53840 2011-04-30  Bruno Haible  <bruno@clisp.org>
53842         [BZ #12717]
53843         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
53844         * resolv/netdb.h (getnameinfo): Change type of flags parameter
53845         to 'int'.
53846         * inet/getnameinfo.c (getnameinfo): Likewise.
53848 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
53850         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
53851         to groups setting in database lookup.
53852         * nss/nsswitch.conf: Add initgroups entry.
53854 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
53856         [BZ #12685]
53857         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
53858         mode string.
53859         Patch by Eric Blake <eblake@redhat.com>.
53861 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
53863         * sunrpc/Makefile (need-export-routines): Add svc_run.
53864         (routines): Remove svc_run.
53865         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
53866         * sunrpc/clnt_perr.c (clnt_perrno): Export.
53867         * sunrpc/svc_run.c (svc_run): Likewise.
53868         * sunrpc/svc_udp.c (svcudp_create): Likewise.
53870 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
53872         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
53873         problem in reallocation in last patch.
53875 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
53877         * sunrpc/Makefile: Move inclusion of Rules.
53879 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53881         * nss/nss_files/files-initgroups.c: New file.
53882         * nss/Makefile (libnss_files-routines): Add files-initgroups.
53883         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
53884         _nss_files_initgroups_dyn.
53886 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
53888         * elf/elf.h (R_ARM_IRELATIVE): Define.
53890 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53892         * po/ru.po: Update from translation team.
53894 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53896         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
53897         dependencies.
53899 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
53901         [BZ #12653]
53902         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
53903         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
53904         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
53905         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
53906         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
53908 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
53910         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
53911         differing bytes.
53912         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
53913         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
53914         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53916 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53918         [BZ #12420]
53919         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
53920         storing it.
53921         * stdlib/bug-getcontext.c: New file.
53922         * stdlib/Makefile: Add rules to build and run bug-getcontext.
53924 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53926         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
53927         instructions into .machine "z9-109".
53928         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
53929         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
53931 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53933         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
53934         between environment variables and auxiliary vector.
53936 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
53938         * Makefile: Add rules to build linkobj/libc.so.
53939         * include/libc-symbols.h: Define libc_hidden_nolink.
53940         * include/rpc/auth.h: Mark functions which are to be hidden.
53941         * include/rpc/auth_des.h: Likewise.
53942         * include/rpc/auth_unix.h: Likewise.
53943         * include/rpc/clnt.h: Likewise.
53944         * include/rpc/des_crypt.h: Likewise.
53945         * include/rpc/key_prot.h: Likewise.
53946         * include/rpc/pmap_clnt.h: Likewise.
53947         * include/rpc/pmap_prot.h: Likewise.
53948         * include/rpc/pmap_rmt.h: Likewise.
53949         * include/rpc/rpc_msg.h: Likewise.
53950         * include/rpc/svc.h: Likewise.
53951         * include/rpc/svc_auth.h: Likewise.
53952         * include/rpc/xdr.h: Likewise.
53953         * nis/Makefile: Link all DSOs against linkobj/libc.so.
53954         * nss/Makefile: Likewise.
53955         * sunrpc/Makefile: Don't install headers.  Build library with normal
53956         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
53957         * sunrpc/auth_des.c: Hide exported symbols by default, export some
53958         for the compat linking library.  Remove use of INTDEF/INTUSE.
53959         * sunrpc/auth_none.c: Likewise.
53960         * sunrpc/auth_unix.c: Likewise.
53961         * sunrpc/authdes_prot.c: Likewise.
53962         * sunrpc/authuxprot.c: Likewise.
53963         * sunrpc/clnt_gen.c: Likewise.
53964         * sunrpc/clnt_perr.c: Likewise.
53965         * sunrpc/clnt_raw.c: Likewise.
53966         * sunrpc/clnt_simp.c: Likewise.
53967         * sunrpc/clnt_tcp.c: Likewise.
53968         * sunrpc/clnt_udp.c: Likewise.
53969         * sunrpc/clnt_unix.c: Likewise.
53970         * sunrpc/des_crypt.c: Likewise.
53971         * sunrpc/des_soft.c: Likewise.
53972         * sunrpc/get_myaddr.c: Likewise.
53973         * sunrpc/key_call.c: Likewise.
53974         * sunrpc/key_prot.c: Likewise.
53975         * sunrpc/netname.c: Likewise.
53976         * sunrpc/pm_getmaps.c: Likewise.
53977         * sunrpc/pm_getport.c: Likewise.
53978         * sunrpc/pmap_clnt.c: Likewise.
53979         * sunrpc/pmap_prot.c: Likewise.
53980         * sunrpc/pmap_prot2.c: Likewise.
53981         * sunrpc/pmap_rmt.c: Likewise.
53982         * sunrpc/publickey.c: Likewise.
53983         * sunrpc/rpc_cmsg.c: Likewise.
53984         * sunrpc/rpc_common.c: Likewise.
53985         * sunrpc/rpc_dtable.c: Likewise.
53986         * sunrpc/rpc_prot.c: Likewise.
53987         * sunrpc/rpc_thread.c: Likewise.
53988         * sunrpc/rtime.c: Likewise.
53989         * sunrpc/svc.c: Likewise.
53990         * sunrpc/svc_auth.c: Likewise.
53991         * sunrpc/svc_authux.c: Likewise.
53992         * sunrpc/svc_raw.c: Likewise.
53993         * sunrpc/svc_run.c: Likewise.
53994         * sunrpc/svc_simple.c: Likewise.
53995         * sunrpc/svc_tcp.c: Likewise.
53996         * sunrpc/svc_udp.c: Likewise.
53997         * sunrpc/svc_unix.c: Likewise.
53998         * sunrpc/svcauth_des.c: Likewise.
53999         * sunrpc/xcrypt.c: Likewise.
54000         * sunrpc/xdr.c: Likewise.
54001         * sunrpc/xdr_array.c: Likewise.
54002         * sunrpc/xdr_float.c: Likewise.
54003         * sunrpc/xdr_intXX_t.c: Likewise.
54004         * sunrpc/xdr_mem.c: Likewise.
54005         * sunrpc/xdr_rec.c: Likewise.
54006         * sunrpc/xdr_ref.c: Likewise.
54007         * sunrpc/xdr_sizeof.c: Likewise.
54008         * sunrpc/xdr_stdio.c: Likewise.
54010 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54012         [BZ #12650]
54013         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54014         * sysdeps/ia64/dl-tls.h: Likewise.
54015         * sysdeps/powerpc/dl-tls.h: Likewise.
54016         * sysdeps/s390/dl-tls.h: Likewise.
54017         * sysdeps/sh/dl-tls.h: Likewise.
54018         * sysdeps/sparc/dl-tls.h: Likewise.
54019         * sysdeps/x86_64/dl-tls.h: Likewise.
54020         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54022 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54024         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54025         rpath element also skip the following colon.
54026         (expand_dynamic_string_token): Add is_path parameter and pass
54027         down to DL_DST_REQUIRED and _dl_dst_substitute.
54028         (decompose_rpath): Call expand_dynamic_string_token with
54029         non-zero is_path.  Ignore empty rpaths.
54030         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54031         with zero is_path.
54033 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54036         Make cancelable.
54038 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54040         [BZ #12655]
54041         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54042         Patch by Filipe David Manana <fdmanana@apache.org>.
54044 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54046         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54047         Maintain aligned stack.
54048         (CHECK_RSP): Remove unused macro.
54050 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54052         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54053         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54055 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54057         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54059         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54061 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54063         [BZ #12518]
54064         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54065         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54066         * sysdeps/x86_64/memmove.c: New file.
54067         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54068         (memcpy): Renamed to ...
54069         (__new_memcpy): This.
54070         (memcpy): Provide GLIBC_2_14 memcpy.
54071         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54072         (memcpy): Provide GLIBC_2_2_5 memcpy.
54074 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54076         [BZ #12631]
54077         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54079 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54081         * misc/syncfs.c: New file.
54082         * misc/Makefile (routines): Add syncfs.
54083         * posix/unistd.h: Declare syncfs.
54084         * sysdeps/unix/syscalls.list: Add syncfs.
54086 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54088         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54089         open_by_handle_at.
54090         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54091         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54092         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54093         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54094         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54095         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54096         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54098 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54100         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54101         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54102         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54103         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54104         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54105         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54106         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54108         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54109         sync_file_range.c with -fexceptions.
54110         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54111         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54112         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54113         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54114         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54115         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54116         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54117         sync_file_range as cancellation point
54118         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54119         now a wrapper around __call_sync_file_range with cancellation handling.
54120         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54121         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54122         function name to __call_sync_file_range.
54123         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54124         Add call_sync_file_range.
54126 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54128         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54129         bits/timex.h.
54131 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54133         * iconv/iconv.h: Fix typo in comment.
54134         * io/fcntl.h: Likewise.
54135         * libio/stdio.h: Likewise.
54136         * posix/spawn.h: Likewise.
54137         * posix/unistd.h: Likewise.
54138         * stdlib/stdlib.h: Likewise.
54139         * time/time.h: Likewise.
54140         * wcsmbs/wchar.h: Likewise.
54142         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54143         open_by_handle): Add.
54144         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54145         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54146         Augment a few comments.
54147         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54148         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54149         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54150         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54151         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54152         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54153         open_by_handle.
54155         * io/fcntl.h (AT_EMPTY_PATH): Define.
54157 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54159         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54160         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54161         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54162         to...
54163         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54164         * Versions.def: Add GLIBC_2.14.
54165         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54166         Export.
54168 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54170         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54171         round counter.
54172         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54174 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54176         [BZ #12597]
54177         * string/test-strncmp.c (do_page_test): New function.
54178         (check2): Likewise.
54179         (test_main): Call check2.
54180         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54182 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54184         [BZ #12587]
54185         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54186         Handle cache information in CPU leaf 4.
54187         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54189 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54191         [BZ #12583]
54192         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54193         character representation.
54194         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54196 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54198         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54199         END(__isnan) to END(__isnanf) to match function entry point/label
54200         EALIGN(__isnanf,...).
54202 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54204         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54206 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54208         [BZ #12510]
54209         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54210         copy from the symbol referenced in the relocation to initialize the
54211         used variable.
54212         Patch by Piotr Bury <pbury@goahead.com>.
54213         * elf/Makefile: Add rules to build and tst-unique3.
54214         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54215         * elf/tst-unique3.cc: New file.
54216         * elf/tst-unique3.h: New file.
54217         * elf/tst-unique3lib.cc: New file.
54218         * elf/tst-unique3lib2.cc: New file.
54220         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54222 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54224         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54225         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54226         to _start.
54228 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54230         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54231         to-be-loaded object along a path to loader is ld.so.
54233 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54234             Ulrich Drepper  <drepper@gmail.com>
54236         * sysdeps/x86_64/memset.S: After aligning destination, code
54237         branches to different locations depending on the value of
54238         misalignment, when multiarch is enabled. Fix this.
54240 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54242         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54243         Set _x86_64_preferred_memory_instruction for AMD processsors.
54244         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54245         Set bit_Prefer_SSE_for_memop for AMD processors.
54247 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54249         * libio/fmemopen.c (fmemopen): Optimize a bit.
54251 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54253         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54255 2011-03-03  Roland McGrath  <roland@redhat.com>
54257         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54259 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54261         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54262         __bzero_ultra1 instead of __memset_ultra1.
54264 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54265             Ulrich Drepper  <drepper@gmail.com>
54267         [BZ #12509]
54268         * include/link.h (struct link_map): Add l_orig_initfini.
54269         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54270         returning unsuccessfully.
54271         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54272         close of a file loaded at startup, restore the original l_initfini
54273         list.
54274         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54275         list, store the pointer.
54276         * elf/Makefile ($(objpfx)noload-mem): New rule.
54277         (noload-ENV): Define.
54278         (tests): Add $(objpfx)noload-mem.
54279         * elf/noload.c: Include <memcheck.h>.
54280         (main): Call mtrace.  Close all opened handles.
54282 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54284         [BZ #12454]
54285         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54286         dependencies are missing.
54288 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54290         Fix __if_freereq crash: Unlike the generic version which uses free,
54291         Hurd needs munmap.
54292         * sysdeps/mach/hurd/ifreq.h: New file.
54294 2011-01-27  Petr Baudis  <pasky@suse.cz>
54295             Ulrich Drepper  <drepper@gmail.com>
54297         [BZ 12445]#
54298         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54299         to extend_alloca().
54300         * stdio-common/bug23.c: New file.
54301         * stdio-common/Makefile (tests): Add bug23.
54303 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54304             Ulrich Drepper  <drepper@gmail.com>
54306         [BZ #12489]
54307         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54308         before performing relro protection.  At old place add assertion
54309         to make sure nothing changed.
54311 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54312             Glauber de Oliveira Costa  <glommer@gmail.com>
54314         * elf/elf.h: Add new ARM TLS relocs.
54316 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54319         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54320         cast from r3.
54321         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54322         'tests' variable.
54323         * sysdeps/wordsize-64/tst-writev.c: New file.
54325 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54327         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54328         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54329         insns in _dl_start to prevent a TOC reference before relocs are
54330         resolved.
54332 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54334         [BZ #12469]
54335         * Makeconfig: Remove RANLIB definition.
54336         * Makerules: Don't use RANLIB.
54337         * aclocal.m4: Remove ranlib test.
54338         * configure.in: No need to check for ranlib.
54339         * elf/rtld-Rules: Don't use RANLIB.
54341 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54343         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54344         protection macro.
54345         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54346         inclusion protection macro.
54348         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54349         SIGRTMIN and SIGRTMAX and print information in that case only when
54350         SIGRTMIN is defined.
54352 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54354         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54355         arginfo fn returning -1.
54357         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54358         and thousands string is zero terminated.
54360 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54362         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54363         sysdeps/unix/sysv/linux/bits/socket.h.
54365 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54367         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54368         (__CPU_COUNT): Remove old macros.
54369         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54370         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54371         (__CPU_ALLOC, __CPU_FREE): Add macros.
54372         (__sched_cpualloc, __sched_cpufree): Add declarations.
54374 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54376         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54377         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54378         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54379         (readdhstai): Return value of addhstaiX call.
54380         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54381         (addgrbyX): Return value returned by cache_addgr.
54382         (readdgrbyname): Return value returned by addgrbyX.
54383         (readdgrbygid): Likewise.
54384         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54385         (addpwbyX): Return value returned by cache_addpw.
54386         (readdpwbyname): Return value returned by addhstbyX.
54387         (readdpwbyuid): Likewise.
54388         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54389         (addservbyX): Return value returned by cache_addserv.
54390         (readdservbyname): Return value returned by addservbyX:
54391         (readdservbyport): Likewise.
54392         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54393         (addhstbyX): Return value returned by cache_addhst.
54394         (readdhstbyname): Return value returned by addhstbyX.
54395         (readdhstbyaddr): Likewise.
54396         (readdhstbynamev6): Likewise.
54397         (readdhstbyaddrv6): Likewise.
54398         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54399         (readdinitgroups): Return value returned by addinitgroupsX.
54400         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54401         (prune_cache): Keep track of timeout value of re-added entries.
54402         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54403         * nscd/nscd.h: Adjust prototypes of readd* functions.
54405 2011-02-04  Roland McGrath  <roland@redhat.com>
54407         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54408         (nis_stats): Likewise.
54409         * nis/nis_modify.c (nis_modify): Likewise.
54410         * nis/nis_remove.c (nis_remove): Likewise.
54411         * nis/nis_add.c (nis_add): Likewise.
54413         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54415         * posix/fnmatch_loop.c: Add some consts.
54417         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54419 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54421         [BZ #12460]
54422         * config.make.in (config-cflags-novzeroupper): Define.
54423         * configure.in: Substitute libc_cv_cc_novzeroupper.
54424         * elf/Makefile (AVX-CFLAGS): Define.
54425         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54426         (CFLAGS-tst-auditmod4a.c): Likewise.
54427         (CFLAGS-tst-auditmod4b.c): Likewise.
54428         (CFLAGS-tst-auditmod6b.c): Likewise.
54429         (CFLAGS-tst-auditmod6c.c): Likewise.
54430         (CFLAGS-tst-auditmod7b.c): Likewise.
54431         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54433 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54435         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54436         function to the callback.
54437         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54439 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54441         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54442         of errno.
54444 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54446         [BZ #11724]
54447         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54448         of constructors.
54449         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54450         of destructors.
54451         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54453         [BZ #11724]
54454         * elf/Makefile: Add rules to build and run new test.
54455         * elf/tst-initorder.c: New file.
54456         * elf/tst-initorder.exp: New file.
54457         * elf/tst-initordera1.c: New file.
54458         * elf/tst-initordera2.c: New file.
54459         * elf/tst-initordera3.c: New file.
54460         * elf/tst-initordera4.c: New file.
54461         * elf/tst-initorderb1.c: New file.
54462         * elf/tst-initorderb2.c: New file.
54463         * elf/tst-order-a1.c: New file.
54464         * elf/tst-order-a2.c: New file.
54465         * elf/tst-order-a3.c: New file.
54466         * elf/tst-order-a4.c: New file.
54467         * elf/tst-order-b1.c: New file.
54468         * elf/tst-order-b2.c: New file.
54469         * elf/tst-order-main.c: New file.
54470         New test case by George Gensure <werkt0@gmail.com>.
54472 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54474         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54475         decoding ACE if AI_CANONIDN.
54477 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54479         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54481 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54483         * version.h (RELEASE): Bump for 2.13 release.
54484         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54486         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54488         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54489         MADV_NOHUGEPAGE.
54490         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54491         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54492         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54493         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54494         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54495         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54497         * posix/getconf.c: Update copyright year.
54498         * catgets/gencat.c: Likewise.
54499         * csu/version.c: Likewise.
54500         * debug/catchsegv.sh: Likewise.
54501         * debug/xtrace.sh: Likewise.
54502         * elf/ldconfig.c: Likewise.
54503         * elf/ldd.bash.in: Likewise.
54504         * elf/sprof.c (print_version): Likewise.
54505         * iconv/iconv_prog.c: Likewise.
54506         * iconv/iconvconfig.c: Likewise.
54507         * locale/programs/locale.c: Likewise.
54508         * locale/programs/localedef.c: Likewise.
54509         * malloc/memusage.sh: Likewise.
54510         * malloc/mtrace.pl: Likewise.
54511         * nscd/nscd.c (print_version): Likewise.
54512         * nss/getent.c: Likewise.
54514         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54515         PF_CAIF, and PF_ALG.
54516         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54518 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54520         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54521         (modules-names): Use them.
54522         (ifunc-test-modules, ifunc-pie-tests): Define.
54523         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54524         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54525         (test-extras): Likewise.
54526         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54527         $(compile-command.c).
54528         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54529         (all-built-dso): Define.
54530         (check-textrel.out, check-execstack.out): Depend on it.
54532         * configure.in: Don't override --enable-multi-arch.
54534 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54536         [BZ #6812]
54537         * nscd/hstcache.c (tryagain): Define.
54538         (cache_addhst): Return tryagain not notfound for temporary errors.
54539         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54540         failed.
54542 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54544         [BZ #10563]
54545         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54546         to make the syscall.
54547         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54549         [BZ #12378]
54550         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54551         and fall back to matching as normal character if the string ends before
54552         the matching ']' is found.  This is what POSIX requires.
54553         * posix/testfnm.c: Adjust test result.
54554         * posix/globtest.sh: Adjust test result.  Add new test.
54555         * posix/tst-fnmatch.input: Likewise.
54556         * posix/tst-fnmatch2.c: Add new test.
54558 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54560         * elf/Makefile (check-execstack): Revert last change.  Depend on
54561         check-execstack.h.
54562         (check-execstack.h): New target.
54563         (generated): Add check-execstack.h.
54564         * elf/check-execstack.c: Include "check-execstack.h".
54565         (main): Revert last change.
54566         (handle_file): Return zero if GNU_STACK is absent and
54567         DEFAULT_STACK_PERMS doesn't include PF_X.
54569 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
54571         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54572         in child fails because the descriptor is already closed.
54573         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54574         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54575         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54577         [BZ #12397]
54578         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54579         syscall.
54581         [BZ #10484]
54582         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54583         temporary buffer used to handle multi lookups locally.
54584         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54586 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54588         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54589         loader is ld.so.
54591 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
54593         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54594         alignment for SSE2.
54596 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54598         [BZ #12394]
54599         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54600         characters.  When rounding increased number of integer digits recompute
54601         number of groups.
54602         * stdio-common/tst-grouping.c: New file.
54603         * stdio-common/Makefile: Add rules to build and run tst-grouping.
54605 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
54607         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54608         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
54610         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54611         void.
54612         * bits/select.h: Likewise.
54614 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
54616         * po/ja.po: Update from translation team.
54618 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
54620         [BZ #11155]
54621         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
54622         implementation just like for lxstat, fxstatat, et al.
54624 2010-12-27  Jim Meyering  <meyering@redhat.com>
54626         [BZ #12348]
54627         * posix/regexec.c (build_trtable): Return failure indication upon
54628         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
54630 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
54632         [BZ #12201]
54633         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
54634         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
54635         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
54636         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
54638         [BZ #12207]
54639         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
54641         [BZ #12204]
54642         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
54643         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
54645 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
54647         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
54648         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
54649         script has SORT_BY_INIT_PRIORITY.
54650         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
54651         NO_CTORS_DTORS_SECTIONS is defined.
54652         * elf/soinit.c: Likewise.
54653         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
54654         NO_CTORS_DTORS_SECTIONS is defined.
54655         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
54656         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
54657         * sysdeps/sh/init-first.c: Likewise.
54658         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
54660 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
54662         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
54663         always use the slow path.
54665 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
54667         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
54668         similar rule which adds the sysdep directories to the header search in
54669         order to pick up the correct platform stackinfo.h.
54670         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
54671         perform test if it is, otherwise return successfully without testing.
54672         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
54673         DEFAULT_STACK_PERMS define in stackinfo.h.
54674         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
54675         defined in stackinfo.h.
54676         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
54677         DEFAULT_STACK_PERMS defined in stackinfo.h.
54678         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
54679         * sysdeps/ia64/stackinfo.h: Likewise.
54680         * sysdeps/s390/stackinfo.h: Likewise.
54681         * sysdeps/sh/stackinfo.h: Likewise.
54682         * sysdeps/sparc/stackinfo.h: Likewise.
54683         * sysdeps/x86_64/stackinfo.h: Likewise.
54684         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
54685         PF_X for powerpc64.  Retain PF_X for powerpc32.
54687 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
54689         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
54690         accurately.
54691         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
54692         GETDENTS_64BIT_ALIGNED.
54694 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
54696         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
54698 2010-12-10  Andreas Schwab  <schwab@redhat.com>
54700         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
54701         _GNU_SOURCE.
54703         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
54704         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
54705         Remove __restrict.
54706         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
54707         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
54709 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
54711         [BZ #11655]
54712         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
54713         are initialized.
54715 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
54717         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
54719 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
54721         * po/it.po: Update from translation team.
54723 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
54725         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
54726         unused codes.
54728 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
54730         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
54732 2010-11-24  Andreas Schwab  <schwab@redhat.com>
54734         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
54735         specially.
54736         (gaih_getanswer_slice): Likewise.
54738 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
54740         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
54742 2010-05-31  Petr Baudis  <pasky@suse.cz>
54744         [BZ #11149]
54745         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
54746         silently even in the chroot mode.
54748 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
54750         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
54751         last patch a bit.  Pretty printing
54753 2010-05-31  Petr Baudis <pasky@suse.cz>
54755         [BZ #10085]
54756         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
54757         initialization of skip_initgroups_dyn.
54759 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
54761         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
54762         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54764 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
54766         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
54768 2010-11-11  Andreas Schwab  <schwab@redhat.com>
54770         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
54771         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
54772         (tst-fnmatch-ENV): Set MALLOC_TRACE.
54773         ($(objpfx)tst-fnmatch-mem): New rule.
54774         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
54775         * posix/tst-fnmatch.c (main): Call mtrace.
54777 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
54779         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54780         Support Intel processor model 6 and model 0x2c.
54782 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
54784         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
54785           signed comparison.
54787 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
54789         [BZ #12205]
54790         * string/test-strncasecmp.c (check_result): New function.
54791         (do_one_test): Use it.
54792         (check1): New function.
54793         (test_main): Use it.
54794         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
54795         Support strcasecmp and strncasecmp.
54797 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
54799         [BZ #12194]
54800         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
54801         * sysdeps/x86_64/bits/byteswap.h: Likewise.
54803 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
54805         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
54806         IFUNC support.
54807         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54808         memset-x86-64.
54809         * sysdeps/x86_64/multiarch/bzero.S: New file.
54810         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
54811         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
54812         * sysdeps/x86_64/multiarch/memset.S: New file.
54813         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
54814         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54815         Set bit_Prefer_SSE_for_memop for Intel processors.
54816         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
54817         Define.
54818         (index_Prefer_SSE_for_memop): Define.
54819         (HAS_PREFER_SSE_FOR_MEMOP): Define.
54821 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
54823         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
54824         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
54826 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
54828         [BZ #12191]
54829         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54830         (__x86_64_raw_data_cache_size_half): Likewise.
54831         (__x86_64_raw_shared_cache_size): Likewise.
54832         (__x86_64_raw_shared_cache_size_half): Likewise.
54834         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54835         (__x86_64_raw_data_cache_size_half): Likewise.
54836         (__x86_64_raw_shared_cache_size): Likewise.
54837         (__x86_64_raw_shared_cache_size_half): Likewise.
54838         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
54839         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
54840         and __x86_64_raw_shared_cache_size_half.  Round
54841         __x86_64_data_cache_size_half, __x86_64_data_cache_size
54842         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
54843         to multiple of 256 bytes.
54845 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
54847         [BZ #12167]
54848         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
54849         of inacessible symlinks.  Verify result of symlink before returning it.
54850         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
54851         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
54853 2010-10-28  Erich Ritz  <erichritz@gmail.com>
54855         * math/math.h (isinf): Fix typo in comment.
54857 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
54859         * po/da.po: Update from translation team.
54861 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
54863         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
54864         is added to the list.
54866 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54867             Ulrich Drepper  <drepper@gmail.com>
54869         * elf/dl-object.c (_dl_new_object): Don't append the new object to
54870         the global list here.  Move code to...
54871         (_dl_add_to_namespace_list): ...here.  New function.
54872         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
54873         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
54874         * elf/dl-load.c (lose): Don't remove the element from the list.
54875         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
54876         (_dl_map_object): Likewise.
54878 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
54880         [BZ #12159]
54881         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
54882         into all bytes of SSE register.
54883         Patch by Richard Li <richardpku@gmail.com>.
54885 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
54887         [BZ #12140]
54888         * malloc/malloc.c (_int_free): Fill correct number of bytes when
54889         perturbing.
54891 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
54893         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
54894         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
54895         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
54896         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
54897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
54898         submachine.
54899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
54901 2010-10-22  Andreas Schwab  <schwab@redhat.com>
54903         * include/dlfcn.h (__RTLD_SECURE): Define.
54904         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
54905         mode & __RTLD_SECURE instead.
54906         (open_path): Rename preloaded parameter to secure.
54907         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
54908         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
54909         * elf/dl-deps.c (openaux): Likewise.
54910         * elf/rtld.c (struct map_args): Remove is_preloaded.
54911         (map_doit): Don't use it.
54912         (dl_main): Likewise.
54913         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
54914         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
54916 2010-09-09  Andreas Schwab  <schwab@redhat.com>
54918         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
54919         (sysd-rules-targets): Remove duplicates.
54920         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
54921         rtld-%.$o dependency.
54923 2010-10-18  Andreas Schwab  <schwab@redhat.com>
54925         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
54926         _dl_map_object do it.
54928 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
54930         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
54931         fast fma builtins, define the macros in the C99 standard.
54932         (FP_FAST_FMAF): Likewise.
54933         (FP_FAST_FMAL): Likewise.
54934         * sysdeps/x86_64/bits/mathdef.h: Likewise.
54936         * bits/mathdef.h: Update copyright year.
54937         * sysdeps/powerpc/bits/mathdef.h: Likewise.
54939 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
54941         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
54942         builtins, define the macros in the C99 standard.
54943         (FP_FAST_FMAF): Likewise.
54944         (FP_FAST_FMAL): Likewise.
54945         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
54946         multiply/add.
54947         (FP_FAST_FMAF): Likewise.
54949 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
54951         [BZ #3268]
54952         * math/libm-test.inc (fma_test): Some new testcases.
54953         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
54954         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
54955         y and infinite z.  Do multiplication by C already in long double.
54956         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
54957         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
54958         y and infinite z.  Do bitwise or of inexact bit into u.d.
54959         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
54960         * sysdeps/i386/fpu/s_fmaf.S: Removed.
54961         * sysdeps/i386/fpu/s_fma.S: Removed.
54962         * sysdeps/i386/fpu/s_fmal.S: Removed.
54964 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
54966         [BZ #3268]
54967         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
54968         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
54969         computation is not scheduled after fetestexcept.  Fix value
54970         of minimum denormal long double.
54972 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
54974         [BZ #3268]
54975         * math/libm-test.inc (fma_test): Add some more tests.
54976         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
54977         correctly.
54979 2010-10-15  Andreas Schwab  <schwab@redhat.com>
54981         * scripts/data/localplt-s390-linux-gnu.data: New file.
54982         * scripts/data/localplt-s390x-linux-gnu.data: New file.
54984 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
54986         [BZ #3268]
54987         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
54988         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
54989         instead of dbl-64.
54990         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
54991         inlines.
54992         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
54993         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
54994         if one of x and y is very large and the other is subnormal.
54995         * sysdeps/s390/fpu/s_fmaf.c: New file.
54996         * sysdeps/s390/fpu/s_fma.c: New file.
54997         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
54998         * sysdeps/powerpc/fpu/s_fma.S: New file.
54999         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55000         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55001         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55003 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55005         [BZ #3268]
55006         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55007         fma tests.
55008         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55009         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55010         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55011         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55012         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55013         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55014         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55016 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55018         [BZ #12078]
55019         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55020         * posix/bug-regex31.input: Add test case.
55022 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55024         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55025         * posix/bug-regex31.input: New file.
55027         [BZ #12078]
55028         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55029         (parse_sub_exp): Fix last change, use postorder.
55031         * posix/bug-regex31.c: New file.
55032         * posix/Makefile: Add rules to build and run bug-regex31.
55034         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55036         [BZ #12078]
55037         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55039         [BZ #12108]
55040         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55041         to have entries in sys_siglist.
55043         [BZ #12093]
55044         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55045         be NULL.
55047 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55049         [BZ #3268]
55050         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55051         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55052         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55053         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55054         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55055         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55056         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55057         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55058         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55059         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55060         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55061         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55062         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55063         * math/ftestexcept.c (fetestexcept): Likewise.
55064         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55065         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55066         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55067         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55068         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55069         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55070         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55072 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55074         [BZ #12107]
55075         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55076         newline.
55078 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55080         * string/bug-strstr1.c: New file.
55081         * string/Makefile: Add rules to build and run bug-strstr1.
55083 2010-10-05  Eric Blake  <eblake@redhat.com>
55085         [BZ #12092]
55086         * string/str-two-way.h (two_way_long_needle): Always clear memory
55087         when skipping input due to the shift table.
55089 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55091         [BZ #12005]
55092         * malloc/mcheck.c: Handle large requests.
55094         [BZ #12077]
55095         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55096         for strncmp and strncasecmp.
55097         * string/stratcliff.c: Add tests for strcmp and strncmp.
55098         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55100 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55102         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55103         __set_fpscr.
55105 2010-09-30  Andreas Jaeger  <aj@suse.de>
55107         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55108         (CGROUP_SUPER_MAGIC): Define.
55109         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55110         Handle btrfs and cgroup file systems.
55111         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55112         Likewise.
55114 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55116         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55117         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55119 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55121         [BZ #12067]
55122         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55123         trying to locate the ELF header.
55125 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55127         [BZ #11611]
55128         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55129         Mask out sign-bit copies when constructing f_fsid.
55131 2010-09-24  Petr Baudis <pasky@suse.cz>
55133         * debug/stack_chk_fail_local.c: Add missing licence exception.
55134         * debug/warning-nop.c: Likewise.
55136 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55138         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55139         implementing getdents64 using getdents syscall, set d_type if
55140         __ASSUME_GETDENTS32_D_TYPE.
55142 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55144         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55145         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55147 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55149         [BZ #12037]
55150         * posix/unistd.h: Undo change of feature selection for ftruncate from
55151         2010-01-11.
55153 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55155         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55156         detection.
55158 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55160         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55161         fanotify_mark.
55162         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55164 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55166         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55167         variables after CHECK_SP call.
55168         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55170 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55171             Ulrich Drepper  <drepper@redhat.com>
55173         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55174         re-relocationg ld.so.
55175         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55176         _dl_init_paths call.
55177         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55178         here anymore.
55180 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55182         * resolv/res_init.c (__res_vinit): Count the default server we added.
55184 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55185             Ulrich Drepper  <drepper@redhat.com>
55187         [BZ #11968]
55188         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55189         (____longjmp_chk): Use %ebx for saving value across system call.
55190         Add unwind info.
55192 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55194         * manual/Makefile: Don't mix pattern rules with normal rules.
55196 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55198         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55199         operation.
55200         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55201         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55202         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55203         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55204         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55205         Likewise.
55207 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55209         [BZ #11979]
55210         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55211         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55213 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55215         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55216         * sysdeps/x86_64/addmul_1.S: Likewise.
55217         * sysdeps/x86_64/lshift.S: Likewise.
55218         * sysdeps/x86_64/mul_1.S: Likewise.
55219         * sysdeps/x86_64/rshift.S: Likewise.
55220         * sysdeps/x86_64/sub_n.S: Likewise.
55221         * sysdeps/x86_64/submul_1.S: Likewise.
55223 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55225         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55226         Define __sched_param instead of SCHED_* and sched_param when
55227         <bits/sched.h> is included with __need_schedparam defined.
55228         * bits/sched.h [__need_schedparam]
55229         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55230         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55231         (__defined_schedparam): Define to 1.
55232         (__sched_param): New structure, identical to sched_param.
55233         (__need_schedparam): Undefine.
55235 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55237         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55238         (epoll_create1): Declare.
55240         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55242 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55244         [BZ #7066]
55245         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55246         shifting retval into place.
55248 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55250         * nis/rpcsvc/nis.h: Update copyright notice.
55251         * nis/rpcsvc/nis.x: Likewise.
55252         * nis/rpcsvc/nis_callback.h: Likewise.
55253         * nis/rpcsvc/nis_callback.x: Likewise.
55254         * nis/rpcsvc/nis_object.x: Likewise.
55255         * nis/rpcsvc/nis_tags.h: Likewise.
55256         * nis/rpcsvc/yp.h: Likewise.
55257         * nis/rpcsvc/yp.x: Likewise.
55258         * nis/rpcsvc/ypupd.h: Likewise.
55259         * nis/yp_xdr.c: Likewise.
55260         * nis/ypupdate_xdr.c: Likewise.
55262         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55263         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55264         (pmap_getport): Use __libc_rpc_getport.
55265         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55266         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55267         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55269 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55272         fanotify_mark.
55274 2010-08-27  Roland McGrath  <roland@redhat.com>
55276         * sysdeps/i386/i686/multiarch/Makefile
55277         (CFLAGS-varshift.c): New variable.
55279 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55281         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55282         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55284         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55286         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55288 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55290         * sysdeps/x86_64/strlen.S: Unroll the loop.
55291         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55292         strlen-sse2 strlen-sse2-bsf.
55293         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55294         __strlen_no_bsf if bit_Slow_BSF is set.
55295         (__strlen_sse42): Removed.
55296         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55297         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55299 2010-08-25  Roland McGrath  <roland@redhat.com>
55301         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55302         * sysdeps/x86_64/multiarch/varshift.c: New file.
55303         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55304         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55305         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55306         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55308 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55310         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55311         strlen-sse2 strlen-sse2-bsf.
55312         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55313         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55314         (__strlen_sse2): Removed.
55315         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55316         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55317         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55318         bit_Slow_BSF for Atom.
55319         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55320         (index_Slow_BSF): Define.
55321         (HAS_SLOW_BSF): Define.
55323 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55325         [BZ #10851]
55326         * resolv/res_init.c (__res_vinit): When no server address at all
55327         is given default to loopback.
55329 2010-08-24  Roland McGrath  <roland@redhat.com>
55331         * configure.in: Remove config-name.h generation.
55332         * configure: Regenerated.
55333         * config-name.in: File removed.
55334         * scripts/config-uname.sh: New file.
55335         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55336         ($(objdir)config-name.h): New target.
55338         * sunrpc/rpc_parse.h: Avoid nested comment.
55340 2010-08-24  Richard Henderson  <rth@redhat.com>
55341             Ulrich Drepper  <drepper@redhat.com>
55342             H.J. Lu  <hongjiu.lu@intel.com>
55344         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55345         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55346         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55347         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55348         _mm_alignr_epi8 with _mm_loadu_si128.
55349         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55350         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55351         (__m128i_shift_right): Removed.
55352         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55353         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55354         * sysdeps/x86_64/multiarch/varshift.h: New file.
55355         * sysdeps/x86_64/multiarch/varshift.S: New file.
55357 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55359         * configure.in: Move assembler checks to before sysdep dir checking.
55361 2010-08-20  Petr Baudis  <pasky@suse.cz>
55363         * LICENSES: Sync the sunrpc license.
55365 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55367         * sunrpc/auth_des.c: Update copyright notice once again.
55368         * sunrpc/auth_none.c: Likewise.
55369         * sunrpc/auth_unix.c: Likewise.
55370         * sunrpc/authdes_prot.c: Likewise.
55371         * sunrpc/authuxprot.c: Likewise.
55372         * sunrpc/bindrsvprt.c: Likewise.
55373         * sunrpc/clnt_gen.c: Likewise.
55374         * sunrpc/clnt_perr.c: Likewise.
55375         * sunrpc/clnt_raw.c: Likewise.
55376         * sunrpc/clnt_simp.c: Likewise.
55377         * sunrpc/clnt_tcp.c: Likewise.
55378         * sunrpc/clnt_udp.c: Likewise.
55379         * sunrpc/clnt_unix.c: Likewise.
55380         * sunrpc/des_crypt.c: Likewise.
55381         * sunrpc/des_soft.c: Likewise.
55382         * sunrpc/get_myaddr.c: Likewise.
55383         * sunrpc/getrpcport.c: Likewise.
55384         * sunrpc/key_call.c: Likewise.
55385         * sunrpc/key_prot.c: Likewise.
55386         * sunrpc/openchild.c: Likewise.
55387         * sunrpc/pm_getmaps.c: Likewise.
55388         * sunrpc/pm_getport.c: Likewise.
55389         * sunrpc/pmap_clnt.c: Likewise.
55390         * sunrpc/pmap_prot.c: Likewise.
55391         * sunrpc/pmap_prot2.c: Likewise.
55392         * sunrpc/pmap_rmt.c: Likewise.
55393         * sunrpc/rpc/auth.h: Likewise.
55394         * sunrpc/rpc/auth_unix.h: Likewise.
55395         * sunrpc/rpc/clnt.h: Likewise.
55396         * sunrpc/rpc/des_crypt.h: Likewise.
55397         * sunrpc/rpc/key_prot.h: Likewise.
55398         * sunrpc/rpc/netdb.h: Likewise.
55399         * sunrpc/rpc/pmap_clnt.h: Likewise.
55400         * sunrpc/rpc/pmap_prot.h: Likewise.
55401         * sunrpc/rpc/pmap_rmt.h: Likewise.
55402         * sunrpc/rpc/rpc.h: Likewise.
55403         * sunrpc/rpc/rpc_des.h: Likewise.
55404         * sunrpc/rpc/rpc_msg.h: Likewise.
55405         * sunrpc/rpc/svc.h: Likewise.
55406         * sunrpc/rpc/svc_auth.h: Likewise.
55407         * sunrpc/rpc/types.h: Likewise.
55408         * sunrpc/rpc/xdr.h: Likewise.
55409         * sunrpc/rpc_clntout.c: Likewise.
55410         * sunrpc/rpc_cmsg.c: Likewise.
55411         * sunrpc/rpc_common.c: Likewise.
55412         * sunrpc/rpc_cout.c: Likewise.
55413         * sunrpc/rpc_dtable.c: Likewise.
55414         * sunrpc/rpc_hout.c: Likewise.
55415         * sunrpc/rpc_main.c: Likewise.
55416         * sunrpc/rpc_parse.c: Likewise.
55417         * sunrpc/rpc_parse.h: Likewise.
55418         * sunrpc/rpc_prot.c: Likewise.
55419         * sunrpc/rpc_sample.c: Likewise.
55420         * sunrpc/rpc_scan.c: Likewise.
55421         * sunrpc/rpc_scan.h: Likewise.
55422         * sunrpc/rpc_svcout.c: Likewise.
55423         * sunrpc/rpc_tblout.c: Likewise.
55424         * sunrpc/rpc_util.c: Likewise.
55425         * sunrpc/rpc_util.h: Likewise.
55426         * sunrpc/rpcinfo.c: Likewise.
55427         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55428         * sunrpc/rpcsvc/key_prot.x: Likewise.
55429         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55430         * sunrpc/rpcsvc/mount.x: Likewise.
55431         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55432         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55433         * sunrpc/rpcsvc/rex.x: Likewise.
55434         * sunrpc/rpcsvc/rstat.x: Likewise.
55435         * sunrpc/rpcsvc/rusers.x: Likewise.
55436         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55437         * sunrpc/rpcsvc/spray.x: Likewise.
55438         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55439         * sunrpc/rtime.c: Likewise.
55440         * sunrpc/svc.c: Likewise.
55441         * sunrpc/svc_auth.c: Likewise.
55442         * sunrpc/svc_authux.c: Likewise.
55443         * sunrpc/svc_raw.c: Likewise.
55444         * sunrpc/svc_run.c: Likewise.
55445         * sunrpc/svc_simple.c: Likewise.
55446         * sunrpc/svc_tcp.c: Likewise.
55447         * sunrpc/svc_udp.c: Likewise.
55448         * sunrpc/svc_unix.c: Likewise.
55449         * sunrpc/svcauth_des.c: Likewise.
55450         * sunrpc/xcrypt.c: Likewise.
55451         * sunrpc/xdr.c: Likewise.
55452         * sunrpc/xdr_array.c: Likewise.
55453         * sunrpc/xdr_float.c: Likewise.
55454         * sunrpc/xdr_mem.c: Likewise.
55455         * sunrpc/xdr_rec.c: Likewise.
55456         * sunrpc/xdr_ref.c: Likewise.
55457         * sunrpc/xdr_sizeof.c: Likewise.
55458         * sunrpc/xdr_stdio.c: Likewise.
55460         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55461         handling.
55463 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55465         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55467 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55469         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55470         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55471         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55472         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55473         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55474         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55475         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55476         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55477         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55478         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55479         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55480         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55481         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55482         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55484 2010-07-26  Anton Blanchard  <anton@samba.org>
55486         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55487         * malloc/arena.c (heap_trim): Likewise.
55489 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55491         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55492         here.  Not...
55493         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55494         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55496 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55498         * sysdeps/i386/elf/Makefile: New file.
55500 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55502         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55503         from fanotify_init.
55504         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55505         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55507 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55509         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55510         of strncasecmp_l.
55511         * sysdeps/multiarch/strcmp.S: Likewise.
55513 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55515         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55516         strncase_l-nonascii.
55517         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55518         Add strncase_l-ssse3.
55519         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55520         * sysdeps/x86_64/strcmp.S: Likewise.
55521         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55522         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55523         * sysdeps/x86_64/strncase.S: New file.
55524         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55525         * sysdeps/x86_64/strncase_l.S: New file.
55526         * string/Makefile (strop-tests): Add strncasecmp.
55527         * string/test-strncasecmp.c: New file.
55529         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55530         warning.
55532         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55533         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55535 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55537         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55539 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55541         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55542         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55543         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55545 2010-05-01  Alan Modra  <amodra@gmail.com>
55547         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55548         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55549         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55550         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55551         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55552         tidying.  Don't tail-call __sigjmp_save for static lib.
55553         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55554         save location.
55555         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55556         (CALL_MCOUNT): Add eh info, and nop after bl.
55557         (TAIL_CALL_SYSCALL_ERROR): New macro.
55558         (PSEUDO_RET): Use it.
55559         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55560         Correct save location of integer regs and cr.
55561         (_dl_profile_resolve): Correct cr save location.  Delete nops
55562         after bl when SHARED.  Reduce cfi size a little by better
55563         placement of cfi directives.
55564         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55565         make a stack frame.  Instead use parm save area as a temp.
55566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55567         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
55568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55569         Don't make a stack frame for parent, use parm save area.
55570         Increase child stack frame to 112 bytes.  Don't save unused reg,
55571         and adjust reg usage.  Set up cfi on error recovery and
55572         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55574         (__makecontext): Add dummy nop after jump to exit.
55575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55576         Use correct parm save area and cr save, reduce stack frame.
55577         Correct cfi for possible PSEUDO_RET frame setup.
55578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55579         Branch to local label emitted by PSEUDO_RET rather than
55580         __syscall_error.
55582 2010-08-12  Andreas Schwab  <schwab@redhat.com>
55584         [BZ #11904]
55585         * locale/programs/locale.c (print_assignment): New function.
55586         (show_locale_vars): Use it.
55588 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
55590         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55591         field.
55592         (struct statfs64): Likewise.
55593         (_STATFS_F_FLAGS): Define.
55594         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55595         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55596         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55597         (ST_VALID): Define locally.
55598         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55599         __statvfs_getflags, use the provided value.
55600         * sysdeps/unix/sysv/linux/kernel-features.h: Define
55601         __ASSUME_STATFS_F_FLAGS.
55603         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55605         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55606         Add sys/fanotify.h.
55607         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55608         fanotify_mask for GLIBC_2.13.
55609         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55610         fanotify_init and fanotify_mark.
55611         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55612         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
55614         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
55615         Add prlimit.
55616         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
55617         prlimit64 for GLIBC_2.13.
55618         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
55619         prlimit64.
55620         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
55621         syscall.
55622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
55623         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55624         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
55625         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
55626         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
55627         add prlimit alias.
55628         * sysdeps/unix/sysv/linux/prlimit.c: New file.
55630         [BZ #11903]
55631         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
55632         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
55634         * nss/Makefile: Add rules to build and run tst-nss-test1.
55635         * shlib-versions: Add entry for libnss_test1.
55636         * nss/nss_test1.c: New file.
55637         * nss/tst-nss-test1.c: New file.
55639         * nss/nsswitch.c (__nss_database_custom): Define new variable.
55640         (__nss_configure_lookup): Set appropriate entry in
55641         __nss_configure_lookup to true.
55642         * nss/nsswitch.h: Define enum with indeces of databases in
55643         databases and __nss_database_custom arrays.  Declare
55644         __nss_database_custom.
55645         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
55646         to avoid using nscd when custom rules are installed.
55647         * nss/getXXbyYY_r.c: Likewise.
55648         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
55650         * nss/nss_files/files-parse.c: Whitespace fixes.
55652 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
55654         [BZ #11883]
55655         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
55656         * posix/fnmatch_loop.c: Likewise.
55658 2010-07-17  Andi Kleen  <ak@linux.intel.com>
55660         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
55661         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
55662         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
55663         * Versions.def [GLIBC_2.13]: Add.
55665 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
55667         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55668         Also fail if tpwd after pwuid call is NULL.
55670 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55672         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
55673         when converting to ms.
55675 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55677         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
55678         EOPNOTSUPP errors with ENOTTY.
55679         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
55680         EOPNOTSUPP errors with ENOTTY.
55682 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
55684         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55685         Add strcasecmp_l-ssse3.
55686         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
55687         strcasecmp.
55688         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
55689         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
55690         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
55692 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
55694         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
55696         * string/Makefile (strop-tests): Add strcasecmp.
55697         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55698         strcasecmp_l-nonascii.
55699         (gen-as-const-headers): Add locale-defines.sym.
55700         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
55701         * sysdeps/x86_64/strcasecmp.S: New file.
55702         * sysdeps/x86_64/strcasecmp_l.S: New file.
55703         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
55704         * sysdeps/x86_64/locale-defines.sym: New file.
55705         * string/test-strcasecmp.c: New file.
55707         * string/test-strcasestr.c: Test both ends of the range of characters.
55708         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
55710 2010-07-29  Roland McGrath  <roland@redhat.com>
55712         [BZ #11856]
55713         * manual/locale.texi (Yes-or-No Questions): Fix example code.
55715 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
55717         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
55718         for ld.so.
55720 2010-07-27  Andreas Schwab  <schwab@redhat.com>
55722         * manual/memory.texi (Malloc Tunable Parameters): Document
55723         M_PERTURB.
55725 2010-07-26  Roland McGrath  <roland@redhat.com>
55727         [BZ #11840]
55728         * configure.in (-fgnu89-inline check): Set and substitute
55729         gnu89_inline, not libc_cv_gnu89_inline.
55730         * configure: Regenerated.
55731         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
55733 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
55735         * string/test-strnlen.c: New file.
55736         * string/Makefile (strop-tests): Add strnlen.
55737         * string/tester.c (test_strnlen): Add a few more test cases.
55738         * string/tst-strlen.c: Better error reporting.
55740         * sysdeps/x86_64/strnlen.S: New file.
55742 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
55744         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
55745         lower-latency instructions.
55747 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
55749         * string/test-strcasestr.c: New file.
55750         * string/test-strstr.c: New file.
55751         * string/Makefile (strop-tests): Add strstr and strcasestr.
55752         * string/str-two-way.h: Don't undefine MAX.
55753         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
55755 2010-07-21  Andreas Schwab  <schwab@redhat.com>
55757         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55758         strcasestr-nonascii.
55759         (CFLAGS-strcasestr-nonascii.c): Define.
55760         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
55761         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
55762         Remove unused attribute.
55764 2010-07-20  Roland McGrath  <roland@redhat.com>
55766         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
55767         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
55768         ld.so.cache was broken.  With it, there is no way to disable dsocaps
55769         like LD_HWCAP_MASK can disable hwcaps.
55771 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55773         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
55775 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
55777         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
55778         call in strcasestr.
55779         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
55780         __strcasestr_sse42_nonascii.
55781         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
55782         strcasestr-nonascii.c.
55783         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
55785 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
55787         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
55788         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
55789         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
55790         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
55792 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
55794         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
55795         fcntl.
55797 2010-07-06  Andreas Schwab  <schwab@redhat.com>
55799         [BZ #11577]
55800         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
55801         dl_signal_cerror.
55803 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
55805         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
55806         _PC_PIPE_BUF using F_GETPIPE_SZ.
55808 2010-07-05  Roland McGrath  <roland@redhat.com>
55810         * manual/arith.texi (Rounding Functions): Fix rint description
55811         implicit in round description.
55813 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
55815         * elf/Makefile: Fix linking for a few tests to make recent linker
55816         happy.
55818 2010-06-30  Andreas Schwab  <schwab@redhat.com>
55820         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55821         $(common-objpfx)libc_nonshared.a.
55823 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
55825         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
55826         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
55827         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55828         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55829         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
55830         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
55831         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55832         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
55834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
55835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
55836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
55838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
55840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
55841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
55842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
55843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
55845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
55847         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
55848         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
55849         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
55850         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
55851         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
55852         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
55853         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
55854         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
55855         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
55856         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
55857         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
55858         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
55859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
55860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
55861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
55862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
55863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
55864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
55865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
55866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
55867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
55868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
55869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
55870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
55871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
55872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
55874 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
55876         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
55877         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
55878         * string/memmove.c (memmove): Renamed to ...
55879         (MEMMOVE): ...this.  Default to memmove.
55880         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
55881         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
55882         (END_CHK): Define.
55883         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55884         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
55885         mempcpy-ssse3-back memmove-ssse3-back.
55886         * sysdeps/x86_64/multiarch/bcopy.S: New file .
55887         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
55888         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
55889         * sysdeps/x86_64/multiarch/memcpy.S: New file.
55890         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
55891         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
55892         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
55893         * sysdeps/x86_64/multiarch/memmove.c: New file.
55894         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
55895         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
55896         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
55897         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
55898         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
55899         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
55900         Define.
55901         (index_Fast_Copy_Backward): Define.
55902         (HAS_ARCH_FEATURE): Define.
55903         (HAS_FAST_REP_STRING): Define.
55904         (HAS_FAST_COPY_BACKWARD): Define.
55906 2010-06-21  Andreas Schwab  <schwab@redhat.com>
55908         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55909         Restore proper fallback handling.
55911 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
55913         [BZ #11701]
55914         * posix/group_member.c (__group_member): Correct checking loop.
55916         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
55917         OOM in getpwuid_r correctly.  Return error number when the caller
55918         should return, otherwise -1.
55919         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
55920         call returning > 0 value.
55921         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
55923 2010-06-07  Andreas Schwab  <schwab@redhat.com>
55925         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
55926         libc_nonshared.a from targets in modules-names.
55928 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
55930         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
55931         requires it.
55933 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
55935         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
55936         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
55937         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
55938         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
55940 2010-06-02  Andreas Schwab  <schwab@redhat.com>
55942         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
55944 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
55946         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
55947         and F_GETPIPE_SZ.
55948         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55949         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55950         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55951         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55952         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55953         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
55955 2010-06-14  Roland McGrath  <roland@redhat.com>
55957         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
55959 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
55961         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
55962         __REDIRECT followed by __THROW.
55963         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
55964         * posix/getopt.h (getopt): Likewise.
55966 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55968         * hurd/lookup-at.c (__file_name_lookup_at): Accept
55969         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
55970         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
55971         in AT_FLAGS.
55972         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
55973         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
55975 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
55977         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
55979 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
55981         [BZ #11640]
55982         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55983         Properly check family and model.
55985 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
55987         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
55989 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
55991         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
55993 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
55995         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
55996         symbol reference.
55998 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56000         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56001         symbol reference.
56003 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56005         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56006         and internal_recvmmsg.
56007         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56008         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56009         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56010         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56012         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56013         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56014         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56016 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56018         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56020 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56022         POWER7 optimizations.
56023         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56024         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56026 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56028         * version.h: Update for 2.13 development version.
56030 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56032         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56033         exceptions.  Return 0.
56035 2010-05-07  Roland McGrath  <roland@redhat.com>
56037         * elf/ldconfig.c (main): Add a const.
56039 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56041         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56042         (args_options): Add no-idn option.
56043         (ahosts_keys_int): Add idn_flags to ai_flags.
56044         (parse_option): Handle 'i' option to clear idn_flags.
56046         * malloc/malloc.c (_int_free): Possible race in the most recently
56047         added check.  Only act on the data if no current modification
56048         happened.
56050 See ChangeLog.17 for earlier changes.