soft-fp: Use __label__ for all labels within macros.
[glibc.git] / ChangeLog
blobae428c0649ad1e309e7540ed59a42632ca134f58
1 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
3         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
4         __label__.
5         (_FP_FMA): Likewise.
6         (_FP_TO_INT_ROUND): Likewise.
7         (_FP_FROM_INT): Likewise.
9 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11         [BZ #16418]
12         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
13         Make code racy and cancel safe.
15 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
17         * sysdeps/arm/unwind-resume.h: Fix copyright year.
18         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
19         attribution.
21         * pwd/tst-getpw.c: Rewrite.
23         [BZ #17702]
24         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
25         (modules-names): Add moddummy1 and moddummy2.
26         ($(objpfx)tst-rec-dlopen): Define.
27         * dlfcn/moddummy1.c: New file.
28         * dlfcn/moddummy2.c: New file.
29         * dlfcn/tst-rec-dlopen.c: New file.
30         * elf/dl-cache.c (_dl_load_cache_lookup):
31         Return char*. Copy result with alloca/strcpy/strdup.
32         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
33         returns char*. Free cached. If not saving realname
34         free cached.
35         * elf/dl-open.c (dl_open_worker): Do not assert that
36         _r_debug->r_state is RT_CONSISTENT.
37         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
38         returns char*.
40 2015-01-21  Torvald Riegel  <triegel@redhat.com>
41             Carlos O'Donell  <carlos@redhat.com>
43         [BZ #12674]
44         * nptl/sem_waitcommon.c: New file.
45         * nptl/sem_wait.c: Include sem_waitcommon.c.
46         (__sem_wait_cleanup, do_futex_wait): Remove.
47         (__new_sem_wait): Adapt.
48         (__new_sem_trywait): New function.
49         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
50         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
51         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
52         (sem_timedwait): Adapt.
53         * nptl/sem_post.c (__new_sem_post): Adapt.
54         (futex_wake): New function.
55         (__old_sem_post): Add release MO fence.
56         * nptl/sem_open.c (sem_open): Adapt.
57         * nptl/sem_init.c (__new_sem_init): Adapt.
58         (futex_private_if_supported): New function.
59         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
60         (__old_sem_getvalue): Add using previous code.
61         * sysdeps/nptl/internaltypes.h: Adapt.
62         * nptl/tst-sem13.c (do_test): Adapt.
63         * nptl/tst-sem11.c (main): Adapt.
64         * nptl/sem_trywait.c: Remove.
65         * nptl/DESIGN-sem.txt: Remove.
66         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
67         (gen-as-const-headers): Remove structsem.sym.
68         * nptl/structsem.sym: Remove.
69         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
70         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
71         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
72         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
73         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
74         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
75         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
76         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
77         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
78         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
79         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
80         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
81         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
82         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
83         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
84         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
85         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
86         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
87         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
88         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
89         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
90         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
92 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
94         * INSTALL: Regenerated.
96         * po/libc.pot: Regenerated.
98 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
99             Sandra Loosemore  <sandra@codesourcery.com>
100             Andrew Jenner  <andrew@codesourcery.com>
101             Joseph Myers  <joseph@codesourcery.com>
102             Nathan Sidwell  <nathan@codesourcery.com>
104         * NEWS: Mention new Nios II port.
105         * sysdeps/nios2/Implies: New file.
106         * sysdeps/nios2/Makefile: New file.
107         * sysdeps/nios2/Subdirs: New file.
108         * sysdeps/nios2/Versions: New file.
109         * sysdeps/nios2/__longjmp.S: New file.
110         * sysdeps/nios2/abort-instr.h: New file.
111         * sysdeps/nios2/backtrace.c: New file.
112         * sysdeps/nios2/bits/endian.h: New file.
113         * sysdeps/nios2/bits/fenv.h: New file.
114         * sysdeps/nios2/bits/link.h: New file.
115         * sysdeps/nios2/bits/setjmp.h: New file.
116         * sysdeps/nios2/bsd-_setjmp.S: New file.
117         * sysdeps/nios2/bsd-setjmp.S: New file.
118         * sysdeps/nios2/configure: New generated file.
119         * sysdeps/nios2/configure.ac: New file.
120         * sysdeps/nios2/crti.S: New file.
121         * sysdeps/nios2/crtn.S: New file.
122         * sysdeps/nios2/dl-init.c: New file.
123         * sysdeps/nios2/dl-machine.h: New file.
124         * sysdeps/nios2/dl-sysdep.h: New file.
125         * sysdeps/nios2/dl-tls.h: New file.
126         * sysdeps/nios2/dl-trampoline.S: New file.
127         * sysdeps/nios2/gccframe.h: New file.
128         * sysdeps/nios2/gmp-mparam.h: New file.
129         * sysdeps/nios2/jmpbuf-offsets.h: New file.
130         * sysdeps/nios2/jmpbuf-unwind.h: New file.
131         * sysdeps/nios2/ldsodefs.h: New file.
132         * sysdeps/nios2/libc-tls.c: New file.
133         * sysdeps/nios2/libm-test-ulps: New file.
134         * sysdeps/nios2/machine-gmon.h: New file.
135         * sysdeps/nios2/math-tests.h: New file.
136         * sysdeps/nios2/math_private.h: New file.
137         * sysdeps/nios2/memusage.h: New file.
138         * sysdeps/nios2/nptl/Makefile: New file.
139         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
140         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
141         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
142         * sysdeps/nios2/nptl/pthreaddef.h: New file.
143         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
144         * sysdeps/nios2/nptl/tls.h: New file.
145         * sysdeps/nios2/preconfigure: New file.
146         * sysdeps/nios2/s_fma.c: New file.
147         * sysdeps/nios2/s_fmaf.c: New file.
148         * sysdeps/nios2/setjmp.S: New file.
149         * sysdeps/nios2/sfp-machine.h: New file.
150         * sysdeps/nios2/sotruss-lib.c: New file.
151         * sysdeps/nios2/stackguard-macros.h: New file.
152         * sysdeps/nios2/stackinfo.h: New file.
153         * sysdeps/nios2/start.S: New file.
154         * sysdeps/nios2/sysdep.h: New file.
155         * sysdeps/nios2/tls-macros.h: New file.
156         * sysdeps/nios2/tst-audit.h: New file.
157         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
158         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
159         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
160         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
161         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
162         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
163         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
164         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
165         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
166         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
167         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
168         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
169         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
170         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
171         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
172         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
173         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
174         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
175         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
176         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
177         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
178         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
179         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
180         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
181         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
182         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
183         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
184         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
185         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
186         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
187         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
188         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
189         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
190         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
191         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
192         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
193         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
194         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
195         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
196         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
197         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
198         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
199         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
200         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
202 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
204         [BZ #17844]
205         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
206         (getutent): Use weak_alias in non SHARED case
207         and default_symbol_version in SHARED case.
208         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
209         (getutent_r, pututline): Likewise.
210         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
211         (getutid): Likewise.
212         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
213         (getutid_r): Likewise.
214         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
215         (getutline): Likewise.
216         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
217         (getutline_r): Likewise.
218         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
219         (updwtmp): Likewise.
221 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
223         [BZ #17848]
224         * sysdeps/s390/s390-32/memcmp.S
225         (memcmp_g5): Rename to __memcmp_g5.
226         * sysdeps/s390/s390-32/memcpy.S
227         (memcpy_g5): Rename to __memcpy_g5.
228         Jump to __memcpy_mvcle instead of memcpy_mvcle.
229         (memcpy_mvcle) Rename to __memcpy_mvcle.
230         * sysdeps/s390/s390-32/memset.S
231         (memset_g5): Rename to __memset_g5.
232         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
233         (IFUNC_RESOLVE): Prefix ifunc-resolve function
234         and use prefixed functions.
235         * sysdeps/s390/s390-32/multiarch/memcmp.S
236         (memcmp_z196): Rename to __memcmp_z196.
237         (memcmp_z10): Rename to __memcmp_z10.
238         (memcmp): Set alias to __memcmp_g5.
239         (bcmp): Set alias to __memcmp_g5.
240         * sysdeps/s390/s390-32/multiarch/memcpy.S
241         (memcpy_z196): Rename to __memcpy_z196.
242         Jump to __memcpy_mvcle instead of memcpy_mvcle.
243         (memcpy_z10): Rename to __memcpy_z10.
244         Jump to __memcpy_mvcle instead of memcpy_mvcle.
245         (memcpy): Set alias to __memcpy_g5.
246         * sysdeps/s390/s390-32/multiarch/memset.S
247         (memset_z196): Rename to __memset_z196.
248         Jump to __memset_mvcle instead of memset_mvcle.
249         (memset_z10): Rename to __memset_z10.
250         Jump to __memset_mvcle instead of memset_mvcle.
251         (memset_mvcle) Rename to __memset_mvcle.
252         (memset): Set alias to __memset_g5.
253         * sysdeps/s390/s390-64/memcmp.S
254         (memcmp_z900): Rename to __memcmp_z900.
255         * sysdeps/s390/s390-64/memcpy.S
256         (memcpy_z900): Rename to __memcpy_z900.
257         Jump to __memcpy_mvcle instead of memcpy_mvcle.
258         (memcpy_mvcle) Rename to __memcpy_mvcle.
259         * sysdeps/s390/s390-64/memset.S
260         (memset_z900): Rename to __memset_z900.
261         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
262         (IFUNC_RESOLVE): Prefix ifunc-resolve function
263         and use prefixed functions.
264         * sysdeps/s390/s390-64/multiarch/memcmp.S
265         (memcmp_z196): Rename to __memcmp_z196.
266         (memcmp_z10): Rename to __memcmp_z10.
267         (memcmp): Set alias to __memcmp_z900.
268         (bcmp): Set alias to __memcmp_z900.
269         * sysdeps/s390/s390-64/multiarch/memcpy.S
270         (memcpy_z196): Rename to __memcpy_z196.
271         Jump to __memcpy_mvcle instead of memcpy_mvcle.
272         (memcpy_z10): Rename to __memcpy_z10.
273         Jump to __memcpy_mvcle instead of memcpy_mvcle.
274         (memcpy): Set alias to __memcpy_z900.
275         * sysdeps/s390/s390-64/multiarch/memset.S
276         (memset_z196): Rename to __memset_z196.
277         Jump to __memset_mvcle instead of memset_mvcle.
278         (memset_z10): Rename to __memset_z10.
279         Jump to __memset_mvcle instead of memset_mvcle.
280         (memset_mvcle) Rename to __memset_mvcle.
281         (memset): Set alias to __memset_z900.
283 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
285         [BZ #17748]
286         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
287         __fesetenv instead of fesetenv.
289 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
291         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
292         macro.
294 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
296         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
297         regression on LE.
299         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
300         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
301         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
302         strncmp-power8 object.
303         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
304         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
305         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
306         * NEWS: Update.
308 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
309             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
311         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
312         trailing byte check.
314 2015-01-13  David S. Miller  <davem@davemloft.net>
316         * include/signal.h (__sigreturn): Guard with __USE_MISC.
318 2015-01-13  Roland McGrath  <roland@hack.frob.com>
320         * login/logout.c (logout): Use memset rather than bzero.
321         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
322         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
323         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
324         (_gethtbyaddr): Likewise.
325         * locale/programs/simple-hash.c (bcopy): Macro removed.
327 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
329         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
330         Add strcmp-power8 object.
331         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
332         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
333         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
334         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
335         __strcmp_power8 implementation.
336         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
337         * NEWS: Update.
339         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
340         Add strncpy-power8 and stpncpy-power8 objects.
341         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
342         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
343         implementations.
344         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
345         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
346         __stpncpy_power8 implementation.
347         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
348         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
349         __strncpy_power8 implementation.
350         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
351         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
352         * NEWS: Update.
354         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
355         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
356         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
358         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
359         strncat-power8 object.
360         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
361         __strcat_power8 implementation.
362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
363         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
364         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
365         optimized strcat for power8.
367         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
368         strcpy-power8 and stpcpy-power8 objects.
369         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
370         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
371         implementations.
372         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
373         multiarch stpcpy implementation for POWER8.
374         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
375         multiarch strcpy implementation for POWER8.
376         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
377         __strcpy_power8 function.
378         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
379         stpcpy for POWER8.
380         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
381         strcpy for POWER8.
382         * NEWS: Update.
384 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
386         [BZ #16009]
387         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
388         weights and rules. Use do_xfrm_cached if data fits in cache,
389         do_xfrm otherwise.  Moved former main loop to...
390         * (do_xfrm_cached): New function.
391         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
392         find_idx, find_position and stack_push.
393         * (find_idx): New function.
394         * (find_position): Likewise.
395         * localedata/sort-test.sh: Added test run for do_xfrm.
396         * localedata/xfrm-test.c (main): Added command line option
397         -nocache to run the test with strings that are too large for
398         the STRXFRM cache.
400 2015-01-13  Torvald Riegel  <triegel@redhat.com>
402         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
403         variable to lll_futex_wake call, not the value itself.
405 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
407         [BZ #17803]
408         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
409         twom64.  Adjust value to 0x1p-64L.
410         (__scalblnl): Only return standard underflowing result for K <=
411         -64 not K <= -63; adjust exponent for underflowing result by 64
412         not 63.
413         * math/libm-test.inc (scalbn_test_data): Add more tests.
414         (scalbln_test_data): Likewise.
416         [BZ #17834]
417         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
418         0x1p63L.
419         (__scalblnl): Get new exponent of adjusted subnormal value from ES
420         not HX.
421         * math/libm-test.inc (scalbn_test_data): Add more tests.
422         (scalbln_test_data): Likewise.
424 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
425             Stefani Seibold  <stefani@seibold.net>
427         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
428         (sysdep_routines): Add dl-vdso here, ...
429         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
430         (sysdep_routines): ... not here.
431         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
432         fallback when vDSO is not presented.
433         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
434         Define with libc_hidden_proto/libc_hidden_data_def definitions.
435         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
436         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
437         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
438         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
439         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
440         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
441         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
442         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
443         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
444         fallback configurable symbol when vDSO is not available.
445         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
446         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
447         be able to redefine fallback symbol when vDSO is not available.
448         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
449         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
451 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
453         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
454         (TLS_INIT_TP): Add tm_capable initialization.
455         (TLS_DEFINE_INIT_TP): Likewise.
456         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
457         TCB.
458         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
459         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
460         calculation.
461         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
462         transactoion is lock elision is built and TCB tm_capable is set.
463         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
465         (INTERNAL_SYSCALL_NCS): Likewise.
466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
467         (INTERNAL_SYSCALL_NCS): Likewise.
468         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
470         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
471         for powerpc.
472         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
473         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
474         and remove it for 32 bits case.
475         [pthread_rwlock_t] (__rwelision): New field for lock elision.
476         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
477         initialization.
478         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
479         Disable lock elision with rdlocks if elision is not available.
481         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
482         (sysdep_routines): Add lock elision objects.
483         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
484         [pthread_mutex_t] (__spins): Rework to add lock elision field.
485         [pthread_mutex_t] (__elision): Add field.
486         [__PTHREAD_SPINS]: Adjust to init lock elision field.
487         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
488         elision definitions for powerpc.
489         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
490         implementation of lock elision for powerpc.
491         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
492         implementation of timed lock elision for powerpc.
493         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
494         implementation of trylock with lock elision for powerpc.
495         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
496         implementaion of unlock for lock elision for powerpc.
497         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
498         automatic enable lock elision for mutexes.
499         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
500         transaction execution definitions for powerpc.
501         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
502         definitions.
503         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
504         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
505         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
506         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
507         * NEWS: Update.
509 2015-01-09  Roland McGrath  <roland@hack.frob.com>
511         * sysdeps/posix/shm-directory.c: Use <> rather than ""
512         for #include of <shm-directory.h>.
514 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
516         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
517         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
519 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
521         [BZ #17791]
522         * NEWS: Mention bug fix.
523         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
524         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
525         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
527 2015-01-09  Torvald Riegel <triegel@redhat.com>
529         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
531 2015-01-09  Torvald Riegel <triegel@redhat.com>
533         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
535 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
537         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
538         pointer and cast to uintptr_t.
540 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
542         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
543         removed.
544         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
546 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
548         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
549         of 0.
551 2015-01-08  Roland McGrath  <roland@hack.frob.com>
553         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
554         <nptl/pthreadP.h> instead.
555         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
557         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
558         already defined.
559         [__SIGRTMIN] (init): Function removed.
560         [__SIGRTMIN] (initialized): Variable removed.
561         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
562         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
563         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
564         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
565         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
566         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
567         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
568         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
569         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
570         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
571         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
572         * sysdeps/nptl/allocrtsig.c: New file.
573         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
574         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
575         * sysdeps/generic/testrtsig.h: File removed.
577         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
578         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
580         * nptl/nptl-init.c (pthread_functions): Conditionalize
581         .ptr__nptl_setxid initialization on [SIGSETXID].
583         * sysdeps/nptl/sys/procfs.h: New file.
584         * nptl_db/Makefile (headers): Add it.
585         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
587         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
588         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
589         * nptl/pthread_attr_setaffinity.c: Include it.
590         * nptl/pthread_setattr_default_np.c: Likewise.
591         * nptl/check-cpuset.h: New file.
593 2015-01-08  Richard Henderson  <rth@redhat.com>
595         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
596         (CFLAGS-tst-execstack-prog.c): Likewise.
597         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
599 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
600             Sandra Loosemore  <sandra@codesourcery.com>
601             Andrew Jenner  <andrew@codesourcery.com>
602             Joseph Myers  <joseph@codesourcery.com>
603             Nathan Sidwell  <nathan@codesourcery.com>
605         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
606         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
607         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
608         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
609         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
610         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
611         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
612         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
613         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
614         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
615         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
616         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
617         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
618         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
619         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
620         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
621         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
623 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
625         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
626         timespec struct member in syscall macro.
627         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
628         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
629         first timeval struct member in syscall macro.
630         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
632 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
634         [BZ #17748]
635         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
636         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
637         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
638         __feupdateenv and define as weak alias of __feupdateenv.  Use
639         libm_hidden_weak.
640         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
641         libm_hidden_def.
642         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
643         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
644         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
645         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
646         libm_hidden_def.
647         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
648         __feupdateenv and define as weak alias of __feupdateenv.  Use
649         libm_hidden_weak.
650         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
651         libm_hidden_def.
652         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
653         __feupdateenv and define as weak alias of __feupdateenv.  Use
654         libm_hidden_weak.
655         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
656         libm_hidden_def.
657         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
658         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
659         (__feupdateenv): Likewise.
660         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
661         __feupdateenv and define as weak alias of __feupdateenv.  Use
662         libm_hidden_weak.
663         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
664         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
665         libm_hidden_def.
666         * sysdeps/tile/math_private.h (__feupdateenv): New inline
667         function.
668         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
669         libm_hidden_def.
670         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
671         __feupdateenv instead of feupdateenv.
672         (default_libc_feupdateenv_test): Likewise.
673         (libc_feresetround_ctx): Likewise.
675 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
677         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
678         prototype.
680 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
682         * posix/regcomp.c (parse_bracket_exp): Initialize type to
683         COLL_SYM in a couple of places to avoid uninitialized variable
684         wanings on tilegx gcc 4.8.2.
686 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
688         * sysdeps/aarch64/strcpy.S: New file.
689         * sysdeps/aarch64/stpcpy.S: New file.
690         * NEWS: Updated.
692 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
694         * sysdeps/aarch64/strrchr.S: New file.
695         * NEWS: Updated.
697 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
699         [BZ #17658]
700         * stdlib/setenv.c: Fix memory leak when setting large,
701         duplicate string.
703 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
705         [BZ #17273]
706         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
707         and tabs from buffer before parsing fstab entry.
708         * misc/tst-mntent.c (main): Add test for mount entry with
709         trailing spaces and tabs.
711 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
713         [BZ #17748]
714         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
715         * math/fesetround.c (fesetround): Rename to __fesetround and
716         define as weak alias of __fesetround.  Use libm_hidden_weak.
717         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
718         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
719         * sysdeps/arm/fesetround.c (fesetround): Likewise.
720         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
721         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
722         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
723         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
724         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
725         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
726         __fesetround_inline.
727         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
728         __fesetround_inline instead of __fesetround.
729         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
730         __fesetround and define as weak alias of __fesetround.  Use
731         libm_hidden_weak.  Call __fesetround_inline instead of
732         __fesetround.
733         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
734         __fesetround and define as weak alias of __fesetround.  Use
735         libm_hidden_weak.
736         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
737         Likewise.
738         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
739         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
740         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
741         * sysdeps/tile/math_private.h (__fesetround): New inline function.
742         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
743         __fesetround and define as weak alias of __fesetround.  Use
744         libm_hidden_weak.
745         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
746         __fesetround instead of fesetround.
747         (default_libc_feholdexcept_setround): Likewise.
748         (libc_feholdsetround_ctx): Likewise.
749         (libc_feholdsetround_noex_ctx): Likewise.
751         [BZ #17748]
752         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
753         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
754         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
755         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
756         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
757         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
758         define as weak alias of __fesetenv.  Use libm_hidden_weak.
759         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
760         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
761         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
762         define as weak alias of __fesetenv.  Use libm_hidden_weak.
763         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
764         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
765         define as weak alias of __fesetenv.  Use libm_hidden_weak.
766         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
767         libm_hidden_def.
768         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
769         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
770         Likewise.
771         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
772         define as weak alias of __fesetenv.  Use libm_hidden_weak.
773         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
774         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
775         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
776         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
777         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
778         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
779         __fesetenv instead of fesetenv.
780         (libc_feresetround_noex_ctx): Likewise.
781         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
782         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
783         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
784         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
785         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
786         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
787         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
788         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
789         (__feupdateenv): Likewise.
790         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
791         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
792         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
793         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
795 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
797         [BZ #17806]
798         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
799         addresses have been freed.
801 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
803         * resolv/res_init.c (__res_vinit): Improve comments about nserv
804         and nservall.
806 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
808         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
809         Clean up check_pf allocation pattern. addresses
811 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
813         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
814         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
815         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
816         * nptl/pthread_exit.c (__pthread_exit): Likewise.
817         * nptl/pthread_join.c (pthread_join): Likewise.
818         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
819         * sysdeps/posix/waitid.c (__waitid): Likewise.
820         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
821         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
822         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
823         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
824         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
825         Likewise.
826         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
827         (__libc_pread64): Likewise.
828         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
829         (__libc_pwrite): Likewise.
830         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
831         (__libc_pwrite64): Likewsie.
832         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
833         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
834         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
835         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
836         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
837         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
838         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
840         Likewise.
841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
842         (__libc_pread64): Likewise.
843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
844         Likewise.
845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
846         (__libc_pwrite64): Likewise.
847         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
848         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
849         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
850         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
851         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
852         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
853         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
854         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
855         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
856         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
857         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
858         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
859         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
860         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
861         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
862         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
863         Likewise.
865 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
867         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
868         (CFLAGS-test-double.c): Likewise.
869         (CFLAGS-test-ldouble.c): Likewise.
870         (CPPFLAGS-test-ifloat.c): Likewise.
871         (CPPFLAGS-test-idouble.c): Likewise.
872         (CPPFLAGS-test-ildoubl.c): Likewise.
873         (CFLAGS-test-test-fenv.c): Remove variable.
874         (CFLAGS-test-misc.c): Likewise.
876 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
878         [BZ #17797]
879         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
880         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
881         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
882         CLOCKS_PER_SEC == 1000000.
883         * time/clocktest.c (main): Replace %ld with %jd and cast to
884         intmax_t.
886 2015-01-05  Roland McGrath  <roland@hack.frob.com>
888         * sysdeps/generic/unwind-resume.h: New file.
889         * sysdeps/gnu/unwind-resume.c: Include it.
890         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
891         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
892         argument list.
893         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
894         global rather than static.
895         (_Unwind_Resume): Update user.
896         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
897         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
898         rather than static.  Add __attribute__ ((cold)).
899         (_Unwind_Resume, __gcc_personality_v0): Update callers.
900         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
901         * sysdeps/arm/arm-unwind-resume.S: New file.
902         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
903         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
904         * sysdeps/arm/Makefile [$(subdir) = csu]
905         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
906         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
907         Add rt-arm-unwind-resume.
908         [$(subdir) = nptl]
909         (libpthread-sysdep_routines, libpthread-shared-only-routines):
910         Add pt-arm-unwind-resume.
911         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
912         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
914 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
916         [BZ #17748]
917         * include/fenv.h (__feholdexcept): Declare.  Use
918         libm_hidden_proto.
919         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
920         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
921         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
922         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
923         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
924         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
925         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
926         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
927         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
928         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
929         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
930         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
931         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
932         (feholdexcept): Likewise.
933         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
934         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
935         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
936         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
937         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
938         __feholdexcept instead of feholdexcept.
939         (default_libc_feholdexcept_setround): Likewise.
941 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
943         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
944         to avoid using stl/str to align destination.
946 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
948         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
950 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
952         [BZ #17796]
953         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
954         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
955         Define as weak alias not strong alias.
957 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
959         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
960         bltzal with addiupc.
961         (RTLD_START): Ditto.
963 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
965         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
966         for __vdso_* functions in declarations.
967         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
968         definitions.
969         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
970         INTERNAL_VSYSCALL): Use struct return types to check for error.
972         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
973         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
974         function with cast from llround().
975         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
976         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
977         Define.
979 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
981         [BZ #17793]
982         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
983         Define as weak alias not strong alias.
985         [BZ #17635]
986         * ctype/ctype-c99.c: New file.  isblank implementation moved from
987         ...
988         * ctype/ctype-extn.c: ... here.
989         (__isblank_l): Move to ...
990         * ctype/ctype-c99_l.c: ... here.  New file.
991         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
992         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
993         Remove variable.
994         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
995         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
996         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
997         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
998         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1000         [BZ #17777]
1001         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1002         (posix_fadvise64): Define as weak alias not strong alias.
1003         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1004         (posix_fallocate64): Likewise.
1005         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1006         Remove variable.
1007         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1008         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1009         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1010         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1011         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1013 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1015         [BZ #16191]
1016         * NEWS: Mention bug fix.
1017         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1018         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1019         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1020         (HOST_STACK_END_ADDR): Likewise.
1022 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1024         [BZ #17748]
1025         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1026         * math/fegetround.c (fegetround): Rename to __fegetround and
1027         define as weak alias of __fegetround.  Use libm_hidden_weak.
1028         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1029         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1030         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1031         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1032         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1033         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1034         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1035         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1036         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1037         Undefine after rather than before function definition; use
1038         parentheses around function name in definition.
1039         (__fegetround): Also undefine macro after function definition.
1040         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1041         __fegetround and define as weak alias of __fegetround.  Use
1042         libm_hidden_weak.  Do not undefine as macro.
1043         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1044         Likewise.
1045         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1046         __fegetround and define as weak alias of __fegetround.  Use
1047         libm_hidden_weak.
1048         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1049         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1050         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1051         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1052         __fegetround and define as weak alias of __fegetround.  Use
1053         libm_hidden_weak.
1054         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1055         __fegetround instead of fegetround.
1057         [BZ #17782]
1058         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1059         Condition macro definition on [__USE_MISC].
1061         [BZ #17781]
1062         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1063         (struct sigaction): Change type of sa_flags field to int.
1065         [BZ #17780]
1066         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1067         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1068         __glibc_reserved0.
1070         * nptl/version.c (banner): Use single year in copyright notice.
1072         * NEWS: Update copyright dates.
1073         * catgets/gencat.c (print_version): Likewise.
1074         * csu/version.c (banner): Likewise.
1075         * debug/catchsegv.sh: Likewise.
1076         * debug/pcprofiledump.c (print_version): Likewise.
1077         * debug/xtrace.sh (do_version): Likewise.
1078         * elf/ldconfig.c (print_version): Likewise.
1079         * elf/ldd.bash.in: Likewise.
1080         * elf/pldd.c (print_version): Likewise.
1081         * elf/sotruss.sh: Likewise.
1082         * elf/sprof.c (print_version): Likewise.
1083         * iconv/iconv_prog.c (print_version): Likewise.
1084         * iconv/iconvconfig.c (print_version): Likewise.
1085         * locale/programs/locale.c (print_version): Likewise.
1086         * locale/programs/localedef.c (print_version): Likewise.
1087         * login/programs/pt_chown.c (print_version): Likewise.
1088         * malloc/memusage.sh (do_version): Likewise.
1089         * malloc/memusagestat.c (print_version): Likewise.
1090         * malloc/mtrace.pl: Likewise.
1091         * manual/libc.texinfo: Likewise.
1092         * nptl/version.c (banner): Likewise.
1093         * nscd/nscd.c (print_version): Likewise.
1094         * nss/getent.c (print_version): Likewise.
1095         * nss/makedb.c (print_version): Likewise.
1096         * posix/getconf.c (main): Likewise.
1097         * scripts/test-installation.pl: Likewise.
1098         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1100 2015-01-02  Will Newton  <will.newton@linaro.org>
1102         * sysdeps/arm/armv7/configure: Removed.
1103         * sysdeps/arm/armv7/configure.ac: Likewise.
1105 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1107         * All files with FSF copyright notices: Update copyright dates
1108         using scripts/update-copyrights.
1109         * intl/plural.c: Regenerated.
1110         * locale/programs/charmap-kw.h: Likewise.
1111         * locale/programs/locfile-kw.h: Likewise.
1113 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1115         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1117 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1119         [BZ #17748]
1120         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1121         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1122         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1123         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1124         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1125         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1126         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1127         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1128         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1129         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1130         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1131         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1132         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1133         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1134         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1135         libm_hidden_def.
1136         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1137         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1138         Likewise.
1139         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1140         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1141         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1142         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1143         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1144         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1145         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1146         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1147         __fegetenv instead of fegetenv.
1148         (libc_feholdsetround_noex_ctx): Likewise.
1150 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1152         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1153         (Elf_MIPS_ABIFlags_v0): New structure.
1154         (EF_MIPS_FP64): Define.
1155         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1156         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1157         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1158         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1159         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1160         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1161         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1162         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1163         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1164         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1165         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1166         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1167         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1168         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1169         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1170         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1171         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1172         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1173         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1174         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1175         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1176         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1177         field.
1178         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1179         EF_MIPS_FP64.
1180         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1181         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1182         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1183         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1184         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1185         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1186         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1187         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1188         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1189         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1190         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1191         record the current FP ABI extension.
1192         (mips-mode-switch): Define to show if kernel headers support mode
1193         switching.
1194         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1195         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1196         supported SYSV ABI version to 3.
1197         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1198         feature.
1200 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1201             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1203         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1204         path.
1205         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1207 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1209         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1210         __fegetround and redefine to call __fegetround.  Remove condition
1211         on [!__NO_MATH_INLINES].
1212         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1213         function.
1214         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1215         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1216         Remove macro.
1217         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1218         instead of <fenv_libc.h>.
1219         (__llrintl): Call fegetround instead of __fegetround.
1220         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1221         instead of <fenv_libc.h>.
1222         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1223         (__lrintl): Call fegetround instead of __fegetround.
1224         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1225         instead of <fenv_libc.h>.
1226         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1227         (__rintl): Call fegetround instead of __fegetround.
1229 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1231         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1232         arrays.
1234 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1236         [BZ #17775]
1237         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1238         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1239         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1241 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1243         * sysdeps/i386/tls-macros.h: Include <features.h>.
1244         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1245         (TLS_IE): Likewise.
1246         (TLS_LD): Likewise.
1247         (TLS_GD): Likewise.
1248         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1249         define for GCC >= 5.0.
1251 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1253         * math/test-fenv.c (test_single_exception, set_single_exc,
1254         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1255         feexcp_mask_test, feenable_test, fe_single_test): Add
1256         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1257         case where they are not used.
1258         * math/libm-test.inc: Likewise.
1259         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1260         unused in the absence of FP rounding/exception support.
1261         * stdio-common/tst-printf-round.c: Likewise.
1262         * stdlib/tst-strtod-round.c: Likewise.
1263         * stdlib/tst-strtod-underflow.c: Likewise.
1265 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1267         [BZ #17723]
1268         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1269         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1270         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1271         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1272         libm_hidden_weak.
1273         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1274         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1275         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1276         libm_hidden_def.
1277         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1278         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1279         libm_hidden_weak.
1280         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1281         Likewise.
1282         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1283         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1284         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1285         libm_hidden_weak.
1286         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1287         libm_hidden_def.
1288         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1289         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1290         (__feraiseexcept): Likewise.
1291         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1292         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1293         libm_hidden_weak.
1294         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1295         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1296         libm_hidden_def.
1297         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1298         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1299         Use libm_hidden_def.
1300         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1301         libm_hidden_def.
1302         (feraiseexcept): Define as weak not strong alias.  Use
1303         libm_hidden_weak.
1304         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1305         New inline function.  Factored out of ...
1306         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1307         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1308         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1309         feraiseexcept.
1310         * math/w_acos.c (__acos): Likewise.
1311         * math/w_asin.c (__asin): Likewise.
1312         * math/w_ilogb.c (__ilogb): Likewise.
1313         * math/w_j0.c (y0): Likewise.
1314         * math/w_j1.c (y1): Likewise.
1315         * math/w_jn.c (yn): Likewise.
1316         * math/w_log.c (__log): Likewise.
1317         * math/w_log10.c (__log10): Likewise.
1318         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1319         * sysdeps/aarch64/fpu/math_private.h
1320         (libc_feupdateenv_test_aarch64): Likewise.
1321         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1322         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1323         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1324         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1325         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1326         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1327         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1328         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1329         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1330         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1332 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1334         [BZ #17732]
1335         * io/test-utime.c (main): Replace %ld with %jd and cast to
1336         intmax_t.
1337         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1338         * nptl/tst-mutex5.c: Include <stdint.h>.
1339         (do_test): Replace %ld with %jd and cast to intmax_t.
1340         * posix/tst-regex.c (run_test): Likewise.
1341         (run_test_backwards): Likewise.
1342         * rt/tst-clock.c: Include <stdint.h>.
1343         (clock_test): Replace %ld with %jd and cast to intmax_t.
1344         * rt/tst-cpuclock1.c: Include <stdint.h>.
1345         (do_test): Replace %lu with %ju and cast to uintmax_t.
1346         * rt/tst-cpuclock2.c: Include <stdint.h>.
1347         (do_test): Replace %lu with %ju and cast to uintmax_t.
1348         * rt/tst-mqueue1.c: Include <stdint.h>.
1349         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1350         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1351         intmax_t.
1352         * rt/tst-mqueue4.c (do_test): Likewise.
1353         * rt/tst-timer4.c: Include <stdint.h>.
1354         (check_ts): Replace %ld with %jd and cast to intmax_t.
1355         (do_test): Likewise.
1356         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1357         and cast to intmax_t.
1358         * sysdeps/pthread/tst-timer.c (main): Likewise.
1359         * time/clocktest.c (main): Likewise.
1360         * time/tst-posixtz.c (do_test): Likewise.
1361         * timezone/tst-timezone.c (main): Likewise.
1363 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1364             H.J. Lu  <hongjiu.lu@intel.com>
1366         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1367         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1368         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1369         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1370         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1371         version if bit_Fast_Unaligned_Load is set.
1372         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1373         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1374         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1375         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1376         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1377         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1378         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1379         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1380         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1381         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1382         to 4.
1383         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1384         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1385         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1386         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1388 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1390         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1391         instead of #if to avoid a Wundef warning.
1392         * stdlib/tst-limits.c (do_test): Likewise.
1394         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1395         parallel other exception macros.
1396         (fegetenv): Convert from macro to extern inline so that it applies
1397         retroactively to inline functions already seen by the compiler.
1398         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1400         * posix/Makefile (before-compile): Use $(objpfx) for
1401         posix-conf-vars-def.h.
1403 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1405         * posix/getconf.c (main): Use size_t for type of I.
1406         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1407         NSPEC.
1409         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1410         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1411         * posix/posix-envs.def: Likewise.
1412         * sysdeps/posix/sysconf.c: Likewise.
1413         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1414         (specs): Remove array.
1415         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1416         array.
1418         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1419         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1420         (__sysconf): Use CONF_IS_* macros.
1422         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1423         ($(objpfx)posix-conf-vars-def.h): New target.
1424         * posix/posix-conf-vars.list: New file.
1425         * posix/posix-conf-vars.h: New file.
1426         * posix/confstr.c: Include posix-conf-vars.h.
1427         (confstr): Use CONF_IS_* macros.
1428         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1429         CONF_IS_* macros.
1430         * scripts/gen-posix-conf-vars.awk: New file.
1432 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1434         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1435         fegetround): Add no-op macros to avoid linknamespace issues.
1437         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1438         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1440         * sysdeps/unix/sysv/linux/tile/sysdep.h
1441         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1442         assembly-specific section to avoid a redefinition warning.
1444         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1445         long before casting to pointer to avoid a cast warning.
1447 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1449         * sysdeps/tile/tilegx/Implies: New file.
1451 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1453         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1455 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1457         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1459 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1461         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1462         not define.
1463         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1464         <kernel-features.h>.
1465         (__utimes) [__NR_utimes]: Make code unconditional.
1466         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1467         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1468         (__ASSUME_UTIMES): Do not undefine.
1469         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1470         (__ASSUME_UTIMES): Likewise.
1471         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1472         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1473         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1474         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1476 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1478         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1480 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1482         [BZ #17747]
1483         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1484         alias to weak alias for j0l, y0l.
1485         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1486         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1488         [BZ #17746]
1489         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1490         conversion.
1492 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1494         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1495         to zero if not already defined.
1497 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1499         [BZ #17724]
1500         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1501         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1502         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1503         (char *) casts added.
1504         * sysdeps/ieee754/k_standardf.c: New file.
1505         * sysdeps/ieee754/k_standardl.c: Likewise.
1506         * math/Makefile (libm-support): Remove k_standard.
1507         (libm-calls): Add k_standard.
1509 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1511         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1512         Optimize to avoid an unnecessary FPCR read.
1514 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1516         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1517         Optimize to reduce FPCR/FPSR accesses.
1519 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1521         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1522         Call libc_fetestexcept_aarch64.
1524 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1526         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1527         Call libc_fesetround_aarch64.
1529 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1531         [BZ #17733]
1532         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1533         (__bind): Do not define as weak alias.
1534         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1535         define.
1536         (__getsockname): Do not define as weak alias.
1538 2014-12-22  Will Newton  <will.newton@linaro.org>
1540         * manual/install.texi: Document that we require bison 2.7
1541         or above.
1542         * INSTALL: Regenerate.
1543         * configure.ac: Use AC_CHECK_PROG_VER instead of
1544         AC_PATH_PROG when checking for bison and check for
1545         version 2.7 or above.
1546         * configure: Regenerate.
1548 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1550         [BZ #17745]
1551         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1552         * sysdeps/tile/ffsll.c (ffsll): To here.
1554         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1556 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1558         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1559         if not defined.
1560         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1561         definition.
1562         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1563         hidden ___tls_get_addr.
1564         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1565         hidden __tls_get_addr.
1566         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1567         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1568         Likewise.
1570 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
1572         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1573         _dl_init call.
1575 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1577         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1578         from "call _dl_init@PLT".
1579         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
1581 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
1583         * manual/search.texi: (Array Sort Function): Clarify stable sorting
1584         guarantees.
1586 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
1588         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1590 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1592         [BZ #17744]
1593         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1594         strnlen.
1596 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1598         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1599         of multu on MIPSr6.
1600         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1601         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1602         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1603         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1604         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
1606 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1608         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
1609         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
1610         (PTR_SUBU): Use subu for mips32r6/mips64r6.
1611         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
1612         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
1613         mips32r6/mips64r6.
1614         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
1616 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
1618         * string/strncat.c (STRNCAT): Simplify implementation.
1620 2014-12-19  David S. Miller  <davem@davemloft.net>
1622         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
1623         access the quad as both a long double and as a series of 4 words.
1625         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
1626         link_map->l_info array access.
1628 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1630         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
1632         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
1633         * math/atest-exp2.c (TIMEOUT): Likewise.
1634         * math/atest-sincos.c (TIMEOUT): Likewise.
1636 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1638         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
1639         -Wno-error with -fno-builtin-lround.
1641 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1643         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
1644         Contains futex constants and functions moved over from ...
1645         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
1646         <lowlevellock-futex.h>.
1647         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1648         (lll_timedwait_tid): Add comments and parentheses around macro
1649         arguments.
1651 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1653         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
1654         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
1655         (__lll_private_flag): Remove.
1656         (lll_futex_wait): Likewise.
1657         (lll_futex_timed_wait): Likewise.
1658         (lll_futex_wake): Likewise.
1659         (lll_futex_requeue): Likewise.
1660         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
1661         (__lll_timedwait_tid): Spell out argument names.
1662         (lll_timedwait_tid): Add comments and parentheses around macro
1663         arguments.
1664         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
1665         LLL_SHARED and LLL_PRIVATE usable from assembly code.
1667 2014-12-19  Torvald Riegel  <triegel@redhat.com>
1669         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
1670         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1671         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1672         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
1673         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
1674         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
1675         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
1676         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1677         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
1678         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
1679         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
1680         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
1681         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
1682         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
1683         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
1684         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
1685         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
1686         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
1687         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
1689 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1691         * sysdeps/x86_64/x32/Makefile: New file.
1693 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
1695         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
1696         1L with (mp_limb_t) 1.
1698 2014-12-17  Roland McGrath  <roland@hack.frob.com>
1700         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
1701         * nptl/libc_pthread_init.c: ... here.
1702         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
1703         * nptl/register-atfork.c: ... here.
1705         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
1706         Use pthread_sigmask rather than INTERNAL_SYSCALL.
1707         Use assert_perror to check its return value.
1708         (__gai_create_helper_thread): Likewise.
1710         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
1712         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
1714 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
1716         [BZ #17725]
1717         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
1718         __profil_counter.
1719         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
1720         Likewise.
1721         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
1722         Likewise.
1723         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
1724         Likewise.
1725         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
1726         (profil_counter): Likewise.
1727         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
1728         (profil_counter): Likewise.
1729         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
1730         Likewise.
1731         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
1732         Likewise.
1733         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
1734         (profil_counter): Likewise.
1735         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
1736         Likewise.
1737         [!__profil_counter] (profil_counter): Define as weak alias of
1738         __profil_counter.
1739         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
1740         (profil_counter): Rename to __profil_counter.
1741         [!__profil_counter] (profil_counter): Define as weak alias of
1742         __profil_counter.
1743         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
1744         (profil_counter): Rename to __profil_counter.
1745         [!__profil_counter] (profil_counter): Define as weak alias of
1746         __profil_counter.
1747         * sysdeps/posix/profil.c: Update comment referring to
1748         profil_counter.
1749         (__profil): Use __profil_counter instead of profil_counter.
1750         * sysdeps/posix/sprofil.c (profil_counter): Rename to
1751         __profil_counter.  Use __profil_counter_ushort and
1752         __profil_counter_uint in definitions.
1753         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
1754         instead of profil_counter_uint and profil_counter_ushort.
1756         [BZ #17722]
1757         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
1758         define as weak alias of __inet_makeaddr.
1759         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
1760         as weak alias of __inet_addr.
1761         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
1762         as weak alias of __inet_pton.  Use libc_hidden_weak.
1763         * include/arpa/inet.h (__inet_pton): Declare.  Use
1764         libc_hidden_proto.
1765         (inet_makeaddr): Don't use libc_hidden_proto.
1766         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
1767         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
1768         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
1769         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
1770         Remove variable.
1771         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1772         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1774 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
1776         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
1778 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1780         * stdio-common/bug-vfprintf-nargs.c (do_test):
1781         Cast value to intptr_t to avoid format warning
1782         for usage with PRIdPTR printing macro.
1784 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1786         * libio/tst-widetext.c (do_test):
1787         Use format type %td instead of %Zd for ptrdiff_t
1788         in order to avoid format warning.
1790 2014-12-17  Andreas Schwab  <schwab@suse.de>
1792         * nscd/mem.c (gc): Add size_t cast to match printf format.
1794 2014-12-16  Roland McGrath  <roland@hack.frob.com>
1796         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
1797         (init): Apply PTR_MANGLE to pointers before storing them.
1798         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
1799         before using them.
1801 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
1803         [BZ #17719]
1804         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
1805         define as weak alias of __memrchr.
1806         (__memrchr): Do not define as strong alias of memrchr.
1807         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
1808         Remove variable.
1809         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1810         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1811         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1813         [BZ #17717]
1814         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
1815         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
1816         (if_indextoname): Rename to __if_indextoname and define as weak
1817         alias of __if_indextoname.  Use libc_hidden_weak.
1818         (if_freenameindex): Rename to __if_freenameindex and define as
1819         weak alias of __if_freenameindex.
1820         (if_nameindex): Rename to __if_nameindex and define as weak alias
1821         of __if_nameindex.
1822         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
1823         __if_nametoindex and define as weak alias of __if_nametoindex.
1824         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         (if_indextoname): Rename to __if_indextoname and define as weak
1830         alias of __if_indextoname.  Use libc_hidden_weak.
1831         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
1832         __if_nametoindex and define as weak alias of __if_nametoindex.
1833         Use libc_hidden_weak.
1834         (if_freenameindex): Rename to __if_freenameindex and define as
1835         weak alias of __if_freenameindex.  Use libc_hidden_weak.
1836         (if_nameindex_netlink): Use __if_freenameindex instead of
1837         if_freenameindex.
1838         (if_nameindex): Rename to __if_nameindex and define as weak alias
1839         of __if_nameindex.  Use libc_hidden_weak.
1840         (if_indextoname): Rename to __if_indextoname and define as weak
1841         alias of __if_indextoname.  Use libc_hidden_weak.
1842         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
1843         libc_hidden_proto.
1844         [!_ISOMAC] (__if_freenameindex): Likewise.
1845         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
1846         if_nametoindex.
1847         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
1848         variable.
1849         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1850         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1851         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1852         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1853         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1854         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1855         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1857         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
1858         Remove variable.
1859         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1860         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1862 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1864         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
1865         subscript above bounds'
1867         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
1868         bounds.
1870 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
1872         * libio/tst-fopenloc.c: Use test-skeleton.c.
1874         * stdlib/tst-bsearch.c: Use test-skeleton.c.
1875         (entry): Rename to ITEM.
1876         (do_test, comp): Adjust.
1878         * stdio-common/tst-fseek.c: Use test-skeleton.c.
1880 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1882         * string/tester.c: Include <libc-internal.h>.
1883         (test_memset): Ignore -Wmemset-transposed-args.
1885 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1887         * misc/tst-mntent2.c (do_test): Fix warning.
1889 2014-12-16  Torvald Riegel  <triegel@redhat.com>
1891         * elf/tst-unique4lib.cc(a): Mark as used.
1893 2014-12-16  Florian Weimer  <fweimer@redhat.com>
1895         [BZ #17630]
1896         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
1897         names.
1899 2014-12-16  Allan McRae  <allan@archlinux.org>
1901         * stdio-common/Makefile (tests): Re-add bug26.
1903 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
1905         [BZ #17657]
1906         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
1907         static array.
1909 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
1911         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
1912         (__lll_lock_wait): Likewise.
1913         (__lll_timedlock_wait): Likewise.
1914         (__lll_timedwait_tid): Likewise.
1915         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
1916         (__lll_robust_timedlock_wait): Likewise.
1917         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
1918         (lll_cond_trylock): Likewise.
1919         (__lll_lock): Likewise.
1920         (__lll_robust_lock): Likewise.
1921         (__lll_cond_lock): Likewise.
1922         (lll_robust_cond_lock): Likewise.
1923         (__lll_timedlock): Likewise.
1924         (__lll_robust_timedlock): Likewise.
1925         (__lll_unlock): Likewise.
1926         (__lll_robust_unlock): Likewise.
1927         (lll_wait_tid): Likewise.
1928         (lll_timedwait_tid): Likewise.
1930 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1932         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
1934 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1936         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
1938 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
1940         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
1941         * stdio-common/tst-sprintf.c: Likewise.
1943 2014-12-15  Torvald Riegel  <triegel@redhat.com>
1945         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
1947 2014-12-15  Jeff Law  <law@redhat.com>
1949         [BZ #16617]
1950         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
1951         on the heap.  (CVE-2012-3406)
1952         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
1953         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
1954         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
1956 2014-12-15  Will Newton  <will.newton@linaro.org>
1958         * manual/install.texi: Bump required version of texinfo
1959         to 4.7 from 4.5.
1960         * INSTALL: Regenerated.
1961         * configure.ac: Check for makeinfo version 4.7 and above.
1962         * configure: Regenerated.
1964 2014-12-12  Roland McGrath  <roland@hack.frob.com>
1966         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
1967         PREFIX, string constant to insert between directory and name.
1968         * sysdeps/posix/shm_open.c: Update caller.
1969         * sysdeps/posix/shm_unlink.c: Likewise.
1970         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
1971         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
1972         (SEM_SHM_PREFIX): New macro.
1973         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
1974         [$(have-thread-library) = no].
1975         * nptl/Makefile (libpthread-routines): Add shm-directory.
1976         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
1977         * sysdeps/nptl/shm-directory.h: New file.
1978         * sysdeps/posix/shm-directory.c
1979         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
1980         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
1981         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
1982         INTERNAL_SYSCALL.
1983         (__where_is_shmfs): Function removed.
1984         (mountpoint, defaultmount, defaultdir, __namedsem_once):
1985         Variables removed.
1986         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
1987         Use SHM_GET_NAME.
1988         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
1990         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
1991         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
1992         unconditional for use inside libpthread.
1993         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
1995 2014-12-12  Roland McGrath  <roland@hack.frob.com>
1997         * nptl/pthread_getaffinity.c: New file.
1998         * nptl/pthread_setaffinity.c: New file.
1999         * nptl/pthread_getname.c: New file.
2000         * nptl/pthread_setname.c: New file.
2002         * nptl/pthread_create.c (START_THREAD_DEFN)
2003         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2005 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2006             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2008         * resolv/res_send.c (send_vc): Disable warning resplen may
2009         be used uninitialized.
2011 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2013         * nptl/tst-mutex6.c
2014         (ATTR_NULL): New define checks ATTR against NULL.
2015         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2016         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2018 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2020         [BZ #17581]
2021         * malloc/hooks.c
2022         (mem2mem_check): Revert my previous change.
2023         (malloc_check_get_size): Revert my previous change.
2024         (mem2chunk_check): Revert my previous change.
2026 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2028         * sysdeps/posix/shm-directory.c: New file.
2029         * sysdeps/posix/shm-directory.h: New file.
2030         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2031         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2032         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2033         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2034         Transmute EPERM to EACCES.
2035         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2036         from ...
2037         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2038         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2040 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2042         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2043         pointer and cast to uintptr_t.
2044         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2045         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2046         Add cast to avoid warning.
2047         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2049 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2051         * nptl/semaphore.h: Move to ...
2052         * sysdeps/pthread/semaphore.h: ... here.
2053         * Makefile (installed-headers): Change nptl/semaphore.h to
2054         sysdeps/pthread/semaphore.h.
2056 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2058         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2059         generated error format strings.
2061         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2062         -Wformat-extra-args warnings for scanf formats.
2063         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2064         test of zero-length format (duh).
2065         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2066         corner-case scanf format test.
2067         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2068         generated fprintf format string.
2069         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2070         corner-case sprintf format tests.
2071         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2072         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2073         -Wformat-extra-args warnings throughout.
2074         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2075         (CFLAGS-scanf4.c): Likewise.
2076         (CFLAGS-scanf7.c): Likewise.
2077         (CFLAGS-tst-sprintf.c): Likewise.
2078         (CFLAGS-tst-printf.c): Likewise.
2079         (CFLAGS-tst-printfsz.c): Likewise.
2081 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2083         * include/cpio.h: New file.
2084         * include/fmtmsg.h: Likewise.
2086         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2087         corresponding format argument to size_t.
2088         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2089         arguments.
2090         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2091         corresponding format argument to size_t.
2092         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2093         arguments.
2094         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2095         corresponding format argument to size_t.
2096         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2097         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2098         (CFLAGS-tst-mbswcs2.c): Likewise.
2099         (CFLAGS-tst-mbswcs3.c): Likewise.
2100         (CFLAGS-tst-mbswcs4.c): Likewise.
2101         (CFLAGS-tst-mbswcs5.c): Likewise.
2102         (CFLAGS-tst-trans.c): Likewise
2104 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2106         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2107         rather than assuming they won't contain any '%'s.
2109 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2111         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2112         inhibit_loop_to_libcall to avoid recursive calls.
2113         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2114         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2116 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2118         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2119         prototype.
2121 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2123         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2124         integer value instead of boolean.
2126 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2128         * malloc/malloc.c: Fix powerof2 check.
2130 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2132         * locale/programs/locfile.h (maybe_swap_uint32):
2133         Remove inline and add unused attribute.
2135 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2137         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2138         Truncating assembler expression to a .long expression.
2140 2014-12-11  Andreas Schwab  <schwab@suse.de>
2142         * elf/rtld.c (struct map_args): Constify str member.
2143         (do_preload): Constify fname argument.
2145 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2147         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2148         constants definition.
2150 2014-12-11  Andreas Schwab  <schwab@suse.de>
2152         [BZ #16657]
2153         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2154         FORCE_ELISION instead of DO_ELISION.
2155         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2156         Remove.
2157         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2158         Likewise.
2160         * iconvdata/gconv-modules: Remove duplicate entry.
2162 2014-12-11  Will Newton  <will.newton@linaro.org>
2164         Merge gettext 0.19.3 into intl/.
2166         This involves a number of cosmetic changes to comments
2167         and ANSI function definitions and prototypes throughout
2168         all the files. The gettext copyright header is used but
2169         with the date ranges taken from the glibc copy.
2171         * NEWS: Add gettext merge to 2.21.
2172         * intl/bindtextdom.c: Switch to gettext copyright.
2173         Use ANSI definitions and prototypes.
2174         Use gl_* locking primitives rather than __libc_* ones.
2175         Use __builtin_expect rather than __glibc_likely/unlikely.
2176         * intl/dcgettext.c: Switch to gettext copyright.
2177         Use ANSI definitions and prototypes.
2178         * intl/dcigettext.c: Switch to gettext copyright.
2179         Use ANSI definitions and prototypes.
2180         (INTDIV0_RAISES_SIGFPE): New define.
2181         Use gl_* locking primitives rather than __libc_* ones.
2182         Include eval-plural.h instead of plural-eval.c.
2183         Use __builtin_expect rather than __glibc_likely/unlikely.
2184         * intl/dcngettext.c: Switch to gettext copyright.
2185         Use ANSI definitions and prototypes.
2186         * intl/dgettext.c: Likewise.
2187         * intl/dngettext.c: Likewise.
2188         * intl/plural-eval.c: Renamed to...
2189         * intl/eval-plural.h: ...this.
2190         * intl/explodename.c: Switch to gettext copyright.
2191         Use ANSI definitions and prototypes.
2192         (_nl_explode_name): Use strchr instead of __rawmemchr.
2193         * intl/finddomain.c: Switch to gettext copyright.
2194         Use ANSI definitions and prototypes.
2195         Use gl_* locking primitives rather than __libc_* ones.
2196         (_nl_find_domain): Use malloc rather than alloca for
2197         allocation of temporary locale name.
2198         * intl/gettext.c: Switch to gettext copyright.
2199         Use ANSI definitions and prototypes.
2200         * intl/gettextP.h: Switch to gettext copyright.
2201         Use ANSI definitions and prototypes.
2202         Use gl_* locking primitives rather than __libc_* ones.
2203         * intl/gmo.h: Switch to gettext copyright.
2204         (struct sysdep_string): Move struct segment_pair outside of
2205         struct definition.
2206         * intl/hash-string.c: Use ANSI definitions and prototypes.
2207         * intl/hash-string.h: Switch to gettext copyright.
2208         Use ANSI definitions and prototypes.
2209         * intl/l10nflist.c: Switch to gettext copyright.
2210         Use ANSI definitions and prototypes.
2211         (_nl_normalize_codeset): Avoid integer overflow.
2212         * intl/loadinfo.h: Switch to gettext copyright.
2213         Use ANSI definitions and prototypes.
2214         (LIBINTL_DLL_EXPORTED): New define.
2215         (PATH_SEPARATOR): New define.
2216         * intl/loadmsgcat.c: Switch to gettext copyright.
2217         * intl/localealias.c: Switch to gettext copyright.
2218         Use ANSI definitions and prototypes.
2219         (_nl_expand_alias): Use PATH_SEPARATOR.
2220         * intl/ngettext.c: Switch to gettext copyright.
2221         Use ANSI definitions and prototypes.
2222         * intl/plural-exp.c: Likewise.
2223         * intl/plural-exp.h: Switch to gettext copyright.
2224         Use ANSI definitions and prototypes.
2225         (struct expression): Move definition of enum operator outside
2226         of struct definition.
2227         * intl/plural.c: Regenerate.
2228         * intl/plural.y: Switch to gettext copyright.
2229         Use ANSI definitions and prototypes.
2230         Port to bison 3.0.
2231         * intl/textdomain.c: Switch to gettext copyright.
2232         Use ANSI definitions and prototypes.
2233         Use gl_* locking primitives rather than __libc_* ones.
2235 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2237         * debug/warning-nop.c: Add used atrribute.
2239 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2241         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2243         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2244         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2245         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2247 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2248             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2250         [BZ #17634]
2251         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2252         Undefine after defining function.  Define as weak alias of
2253         __wcschr.  Use libc_hidden_weak.
2254         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2255         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2256         (libc_hidden_def): Also define __GI___wcschr alias.
2257         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2258         __wcschr and define as weak alias of __wcschr.
2259         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2260         __wcschr.
2261         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2262         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2263         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2264         libc_hidden_weak.  Do not use libc_hidden_def.
2265         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2266         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2267         __GI___wcschr alias.
2268         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2269         [IS_IN (libc)] (wcschr): Define as macro expanding to
2270         __redirect_wcschr.
2271         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2272         [IS_IN (libc)] (__wcschr_power6): Likewise.
2273         [IS_IN (libc)] (__wcschr_power7): Likewise.
2274         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2275         instead of wcschr.
2276         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2277         __libc_wcschr.
2278         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2279         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2280         __wcschr and define as weak alias of __wcschr.  Use
2281         libc_hidden_builtin_def.
2282         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2283         as weak alias of __wcschr.  Use libc_hidden_weak.
2284         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2285         wcschr.
2286         * time/era.c (_nl_init_era_entries): Likewise.
2287         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2288         variable.
2289         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2290         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2292 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2294         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2295         format for long int variable.
2297 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2299         [BZ #10672]
2300         * manual/search.texi: (Array Sort Function): Remove claim how to make
2301         qsort stable.
2303 2014-12-10  Andreas Schwab  <schwab@suse.de>
2305         [BZ #12847]
2306         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2307         user-controlled locks.
2309 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2311         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2312         register.
2314 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2316         * configure.ac (--disable-werror): New configure option.
2317         (enable_werror): New AC_SUBST.
2318         * configure: Regenerated.
2319         * config.make.in (enable-werror): New variable.
2320         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2321         -Wno-error=undef.
2322         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2323         * manual/install.texi (Configuring and compiling): Document
2324         --disable-werror.
2325         * INSTALL: Regenerated.
2326         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2327         (CFLAGS-tst-chk2.c): Likewise.
2328         (CFLAGS-tst-chk3.c): Likewise.
2329         (CFLAGS-tst-chk4.cc): Likewise.
2330         (CFLAGS-tst-chk5.cc): Likewise.
2331         (CFLAGS-tst-chk6.cc): Likewise.
2332         (CFLAGS-tst-lfschk1.c): Likewise.
2333         (CFLAGS-tst-lfschk2.c): Likewise.
2334         (CFLAGS-tst-lfschk3.c): Likewise.
2335         (CFLAGS-tst-lfschk4.cc): Likewise.
2336         (CFLAGS-tst-lfschk5.cc): Likewise.
2337         (CFLAGS-tst-lfschk6.cc): Likewise.
2339         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2340         (main): Disable -Wdeprecated-declarations around calls to
2341         register_printf_function.
2343         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2344         (do_test): Disable -Wdiv-by-zero around some calls to
2345         fwrite_unlocked and fread_unlocked.
2347         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2348         (DIAG_POP_NEEDS_COMMENT): Likewise.
2349         (_DIAG_STR1): Likewise.
2350         (_DIAG_STR): Likewise.
2351         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2352         * stdio-common/bug21.c: Include <libc-internal.h>.
2353         (do_test): Disable -Wformat around call to sscanf.
2354         * stdio-common/scanf14.c: Include <libc-internal.h>.
2355         (main): Disable -Wformat around some calls to scanf functions.
2357 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2359         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2361 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2363         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2364         stack variable alignment.
2366 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2368         [BZ #17682]
2369         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2370         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2371         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2372         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2373         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2374         __getrlimit instead of getrlimit.
2375         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2376         __gettimeofday instead of gettimeofday.
2377         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2378         Likewise.
2379         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2380         Likewise.
2381         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2382         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2383         Remove variable.
2384         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2385         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2387 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2389         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2390         for wide-character tests.
2392 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2394         * io/openat64.c: #include <libc-internal.h>
2395         (__openat64): Prototypify.  Use ignore_value on MODE.
2396         * io/openat.c: Likewise.
2397         * misc/reboot.c: #include <libc-internal.h>
2398         (reboot): Prototypify.  Use ignore_value on HOWTO.
2399         * misc/ptrace.c: #include <libc-internal.h>
2400         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2402 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2404         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2405         XPG4, UNIX98 and XOPEN2K.
2406         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2407         Remove variable.
2408         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2410 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2412         * libio/fileops.c: Use ISO C style for function definitions.
2413         * libio/iofopen.c: Likewise.
2414         * libio/wfileops.c: Likewise.
2416         [BZ #17653]
2417         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2418         offset on EOF.
2419         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2420         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2421         (fgets_func): Function pointer to fgets and fgetws.
2422         (do_ftell_test): Add test to verify ftell value after read
2423         EOF.
2424         (do_test): Set fgets_func.
2426         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2427         O_TRUNC flag for w and w+ modes.
2428         (do_rewind_test): Likewise.
2429         (do_ftell_test): Likewise.
2430         (do_write_test): Likewise.
2432         [BZ #17647]
2433         * libio/fileops.c (do_ftell): Seek only when there are
2434         unflushed writes.
2435         * libio/wfileops.c (do_ftell_wide): Likewise.
2436         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2437         test case.
2438         (do_one_test): Call it.
2440 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2442         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2443         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2444         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2445         Remove variable.
2446         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2447         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2448         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2450 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2452         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2453         Remove variable.
2454         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2456         [BZ #17668]
2457         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2458         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2459         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2460         __freeifaddrs.  Use libc_hidden_weak.
2461         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2462         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2463         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2464         __freeifaddrs.  Use libc_hidden_weak.
2465         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2466         __getifaddrs and define as weak alias of __getifaddrs.  Use
2467         libc_hidden_weak.
2468         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2469         __freeifaddrs.  Use libc_hidden_weak.
2470         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2471         Remove variable.
2472         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2473         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2475 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2477         [BZ #17601]
2478         * sysdeps/mips/start.S (__start): Use indirect jump to call
2479         __libc_start_main.
2481 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2483         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2485         * nptl/tst-mutex1.c: Include <stdbool.h>.
2486         [!ATTR] (ATTR_NULL): New macro.
2487         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2488         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2489         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2491         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2492         to char *.
2494         [BZ #17665]
2495         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2496         Change conditional to [__USE_MISC].
2498         [BZ #17664]
2499         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2500         fgets_unlocked.
2501         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2502         __fgets_unlocked.
2503         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2504         fgets_unlocked.
2505         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2506         Remove variable.
2507         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2508         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2509         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2510         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2511         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2512         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2513         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2514         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2515         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2517         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2519 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2521         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2522         Remove strpbrk objects.
2523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2524         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2525         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2526         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2527         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2528         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2530         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2531         Remove strcspn objects.
2532         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2533         (__libc_ifunc_impl_list): Remove strcspn implementation.
2534         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2535         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2536         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2537         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2539         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2540         Remove strspn objetcs.
2541         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2542         (__libc_ifunc_impl_list): Remove strspn implementation.
2543         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2544         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2545         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2546         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2548 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2550         [BZ #17581]
2551         * malloc/hooks.c
2552         (mem2mem_check): Add a terminator to the chain of checking blocks.
2553         (malloc_check_get_size): Use it here.
2554         (mem2chunk_check): Ditto.
2556 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2558         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2559         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2561 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
2563         * bits/ioctl-types.h: Indent preprocessor directives correctly.
2565         * nptl/nptl-init.c: Include libc-internal.h.
2566         (__pthread_initialize_minimal_internal): Use ROUND_UP.
2568         * elf/ldconfig.c (search_dir): Expand comment.
2570 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
2572         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2573         variable.
2574         (linknamespace-symlist-stdlibs-tests): Likewise.
2575         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2576         instead of $(objpfx)symlist-stdlibs.
2577         (linknamespace-libs-isoc): New variable.
2578         (linknamespace-libs): Use $(linknamespace-libs-isoc).
2579         (linknamespace-libs-ISO): New variable.
2580         (linknamespace-libs-ISO99): Likewise.
2581         (linknamespace-libs-ISO11): Likewise.
2582         (linknamespace-libs-XPG3): Likewise.
2583         (linknamespace-libs-XPG4): Likewise.
2584         (linknamespace-libs-POSIX): Likewise.
2585         (linknamespace-libs-UNIX98): Likewise.
2586         (linknamespace-libs-XOPEN2K): Likewise.
2587         (linknamespace-libs-POSIX2008): Likewise.
2588         (linknamespace-libs-XOPEN2K8): Likewise.
2589         ($(objpfx)symlist-stdlibs): Replace by
2590         $(linknamespace-symlist-stdlibs-tests).  Use
2591         $(linknamespace-libs-$*) as set of libraries.
2592         ($(linknamespace-header-tests)): Update dependencies.  Use
2593         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2594         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2595         * conform/linknamespace.pl: Remove comment about considering
2596         definitions of symbols from irrelevant libraries.
2598 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2600         [BZ #13862]
2601         * elf/dl-tls.c: Include <atomic.h>.
2602         (oom): Remove #ifdef SHARED/#endif.
2603         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2604         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
2605         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
2606         big enough.
2607         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
2608         * nptl/Makefile (tests): Add tst-stack4.
2609         (modules-names): Add tst-stack4mod.
2610         ($(objpfx)tst-stack4): New.
2611         (tst-stack4mod.sos): Likewise.
2612         ($(objpfx)tst-stack4.out): Likewise.
2613         ($(tst-stack4mod.sos)): Likewise.
2614         (clean): Likewise.
2615         * nptl/tst-stack4.c: New file.
2616         * nptl/tst-stack4mod.c: Likewise.
2618 2014-11-27  J. Brown  <jb999@gmx.de>
2620         * sysdeps/x86/bits/string.h: Add recent CPUs.
2622 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2624         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
2625         sigblock.
2627         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
2628         feof.
2630         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
2631         variable.
2633 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
2635         * nscd/connections.c: Include libc-internal.h because of macro
2636         usage ignore_value.
2638 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2640         * string/bits/string3.h (__warn_memset_zero_len): Don't
2641         declare for gcc newer than 5.0.
2642         (memset): Don't test for zero-length __LEN for gcc newer than
2643         5.0.
2645 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
2647         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
2648         size_t for %zu format.
2650         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
2651         difference, not %ju.
2653 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2655         * include/libc-internal.h (ignore_value): New macro.
2656         * nscd/connections.c (restart): Wrap calls to setuid and setgid
2657         with ignore_value.
2659         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
2660         definition.
2662         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
2663         pthread_cleanup_push to void *.
2665         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
2666         Undefine.
2668         [BZ #16619]
2669         [BZ #16740]
2670         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
2671         instead of 1L << 52.
2673         * libio/bug-rewind.c (do_test): Check fwscanf return values.
2674         * libio/bug-rewind2.c (do_test): Likewise.
2676         * debug/test-stpcpy_chk-ifunc.c: Remove file.
2677         * debug/test-strcpy_chk-ifunc.c: Likewise.
2678         * wcsmbs/test-wcschr-ifunc.c: Likewise.
2679         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
2680         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
2681         * wcsmbs/test-wcslen-ifunc.c: Likewise.
2682         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
2683         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
2684         * Rules [$(multi-arch) = no] (tests): Do not filter out
2685         $(tests-ifunc).
2686         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
2687         * debug/Makefile (tests-ifunc): Remove variable.
2688         (tests): Do not add $(tests-ifunc).
2689         * wcsmbs/Makefile (tests-ifunc): Remove variable.
2690         (tests): Do not add $(tests-ifunc).
2691         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
2692         [TEST_IFUNC]: Remove conditionals.
2693         * string/test-string.h (TEST_IFUNC): Remove macro.
2694         [TEST_IFUNC]: Remove conditionals.
2696         * string/test-strchr.c [!WIDE] (L): New macro.
2697         [WIDE] (L): Likewise.
2698         (check1): Use CHAR instead of char.  Use L on string and character
2699         constants.
2701 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
2703         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
2704         tests.
2705         * sysdeps/powerpc/bits/atomic.h
2706         (__arch_atomic_exchange_and_add_32_acq): Add definition.
2707         (__arch_atomic_exchange_and_add_32_rel): Likewise.
2708         (atomic_exchange_and_add_acq): Likewise.
2709         (atomic_exchange_and_add_rel): Likewise.
2710         * sysdeps/powerpc/powerpc32/bits/atomic.h
2711         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2712         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2713         * sysdeps/powerpc/powerpc64/bits/atomic.h
2714         (__arch_atomic_exchange_and_add_64_acq): Add definition.
2715         (__arch_atomic_exchange_and_add_64_rel): Likewise.
2717 2014-11-26  Torvald Riegel  <triegel@redhat.com>
2719         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
2720         Change synchronization of __sched_fifo_min_prio and
2721         __sched_fifo_max_prio.
2722         * nptl/pthread_mutexattr_getprioceiling.c
2723         (pthread_mutexattr_getprioceiling): Likewise.
2724         * nptl/pthread_mutexattr_setprioceiling.c
2725         (pthread_mutexattr_setprioceiling): Likewise.
2726         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
2727         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
2728         Likewise.
2730 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
2732         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
2733         void.
2735 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2737         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
2738         third argument const.
2740 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2742         fnmatch: work around GCC compiler warning bug with uninit var
2743         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
2744         This works around a bug with x86-64 GCC 4.9.2 and earlier
2745         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
2746         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
2747         used uninitialized in this function [-Wmaybe-uninitialized]".
2749 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
2751         * posix/bug-regex31.c (main): Return RES not 0.
2753 2014-11-25  Anton Blanchard <anton@samba.org>
2755         * sysdeps/powerpc/bits/atomic.h
2756         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
2758 2014-11-24  Sterling Augustine  <saugustine@google.com>
2760         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
2762 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
2764         [BZ #17608]
2765         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
2767 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
2769         [BZ #17633]
2770         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
2771         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
2772         variable.
2773         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2774         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2776 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2778         * string/strncpy.c (strncpy): Improve performance by using memset.
2780 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
2782         * string/strcpy.c (strcpy):
2783         Improve performance by using strlen and memcpy.
2785 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
2787         * string/strcoll_l.c (get_next_seq): __always_inline.
2788         * string/strcoll_l.c (do_compare): __always_inline.
2790 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2792         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
2793         defined.
2794         * include/mqueue.h: Likewise.
2795         * include/stdlib.h: Likewise.
2797         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
2798         (get_null_defines): Adjust.
2799         * sunrpc/Makefile: Adjust comment.
2800         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
2801         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
2802         (CFLAGS-interp.c): Likewise.
2803         (CFLAGS-ldconfig.c): Likewise.
2804         (CPPFLAGS-.os): Likewise.
2805         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
2806         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
2807         * extra-modules.mk (extra-modules.mk): Likewise.
2808         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
2809         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
2810         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
2811         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
2812         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
2813         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
2814         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
2815         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
2816         * iconvdata/Makefile (CPPFLAGS): Likewise.
2817         (cpp-srcs-left): Add libof for all iconvdata routines.
2818         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
2819         * include/assert.h: Likewise.
2820         * include/ctype.h: Likewise.
2821         * include/errno.h: Likewise.
2822         * include/libc-symbols.h: Likewise.
2823         * include/math.h: Likewise.
2824         * include/netdb.h: Likewise.
2825         * include/resolv.h: Likewise.
2826         * include/stdio.h: Likewise.
2827         * include/stdlib.h: Likewise.
2828         * include/string.h: Likewise.
2829         * include/sys/stat.h: Likewise.
2830         * include/wctype.h: Likewise.
2831         * intl/l10nflist.c: Likewise.
2832         * libidn/idn-stub.c: Likewise.
2833         * libio/libioP.h: Likewise.
2834         * nptl/libc_multiple_threads.c: Likewise.
2835         * nptl/pthreadP.h: Likewise.
2836         * posix/regex_internal.h: Likewise.
2837         * resolv/res_hconf.c: Likewise.
2838         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
2839         * sysdeps/arm/memmove.S: Likewise.
2840         * sysdeps/arm/sysdep.h: Likewise.
2841         * sysdeps/generic/_itoa.h: Likewise.
2842         * sysdeps/generic/symbol-hacks.h: Likewise.
2843         * sysdeps/gnu/errlist.awk: Likewise.
2844         * sysdeps/gnu/errlist.c: Likewise.
2845         * sysdeps/i386/i586/memcpy.S: Likewise.
2846         * sysdeps/i386/i586/memset.S: Likewise.
2847         * sysdeps/i386/i686/memcpy.S: Likewise.
2848         * sysdeps/i386/i686/memmove.S: Likewise.
2849         * sysdeps/i386/i686/mempcpy.S: Likewise.
2850         * sysdeps/i386/i686/memset.S: Likewise.
2851         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
2852         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
2853         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
2854         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
2855         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
2856         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
2857         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
2858         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
2859         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
2860         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2861         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2862         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2863         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2864         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2865         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2866         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2867         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
2868         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
2869         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
2870         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
2871         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
2872         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
2873         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
2874         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
2875         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
2876         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
2877         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
2878         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
2879         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
2880         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
2881         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
2882         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
2883         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
2884         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
2885         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
2886         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
2887         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
2888         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
2889         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2890         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2891         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
2892         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
2893         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2894         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
2895         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
2896         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2897         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
2898         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
2899         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
2900         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
2901         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
2902         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
2903         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
2904         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
2905         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
2906         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
2907         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
2908         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
2909         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
2910         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
2911         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
2912         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
2913         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
2914         * sysdeps/nptl/bits/libc-lock.h: Likewise.
2915         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
2916         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
2917         * sysdeps/posix/closedir.c: Likewise.
2918         * sysdeps/posix/opendir.c: Likewise.
2919         * sysdeps/posix/readdir.c: Likewise.
2920         * sysdeps/posix/rewinddir.c: Likewise.
2921         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
2922         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
2923         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
2924         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
2925         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2926         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
2927         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
2928         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
2929         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
2930         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
2931         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
2932         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
2933         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
2934         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
2935         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
2936         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
2937         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
2938         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
2939         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
2940         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
2941         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
2942         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
2943         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
2944         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
2945         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
2946         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
2947         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
2948         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
2949         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
2950         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
2951         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
2952         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
2953         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
2954         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
2955         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
2956         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
2957         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
2958         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2959         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
2960         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
2961         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
2962         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
2963         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
2964         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
2965         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
2966         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
2967         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
2968         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
2969         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
2970         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
2971         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
2972         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
2973         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
2974         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
2975         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
2976         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
2977         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
2978         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
2979         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
2980         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
2981         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
2982         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
2983         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
2984         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
2985         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
2986         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
2987         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
2988         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
2989         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
2990         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
2991         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
2992         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
2993         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
2994         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
2995         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
2996         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
2997         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
2998         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
2999         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3000         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3001         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3002         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3003         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3004         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3005         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3006         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3007         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3008         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3009         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3010         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3011         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3012         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3013         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3014         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3015         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3016         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3017         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3018         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3019         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3020         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3021         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3022         * sysdeps/unix/alpha/sysdep.S: Likewise.
3023         * sysdeps/unix/alpha/sysdep.h: Likewise.
3024         * sysdeps/unix/make-syscalls.sh: Likewise.
3025         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3026         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3027         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3028         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3029         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3030         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3031         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3032         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3033         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3034         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3035         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3036         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3037         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3038         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3039         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3040         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3041         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3042         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3043         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3044         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3045         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3046         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3047         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3048         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3049         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3050         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3051         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3054         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3055         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3056         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3057         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3058         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3059         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3060         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3061         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3062         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3063         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3064         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3065         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3066         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3067         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3068         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3069         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3070         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3071         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3072         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3073         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3074         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3075         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3076         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3077         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3078         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3079         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3080         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3081         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3082         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3083         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3084         * sysdeps/x86_64/memcpy.S: Likewise.
3085         * sysdeps/x86_64/memmove.c: Likewise.
3086         * sysdeps/x86_64/memset.S: Likewise.
3087         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3088         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3089         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3090         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3091         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3092         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3093         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3094         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3095         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3096         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3097         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3098         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3099         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3100         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3101         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3102         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3103         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3104         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3105         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3106         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3107         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3108         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3109         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3110         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3111         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3112         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3113         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3114         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3115         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3116         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3117         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3118         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3119         * sysdeps/x86_64/strcmp.S: Likewise.
3121         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3123         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3124         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3125         * elf/rtld-Rules: Likewise.
3126         * elf/setup-vdso.h: Likewise.
3127         * include/assert.h: Likewise.
3128         * include/bits/stdlib-float.h: Likewise.
3129         * include/errno.h: Likewise.
3130         * include/sys/stat.h: Likewise.
3131         * include/unistd.h: Likewise.
3132         * sysdeps/aarch64/setjmp.S: Likewise.
3133         * sysdeps/alpha/setjmp.S: Likewise.
3134         * sysdeps/arm/__longjmp.S: Likewise.
3135         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3136         * sysdeps/arm/setjmp.S: Likewise.
3137         * sysdeps/arm/sysdep.h: Likewise.
3138         * sysdeps/generic/_itoa.h: Likewise.
3139         * sysdeps/generic/dl-sysdep.h: Likewise.
3140         * sysdeps/generic/ldsodefs.h: Likewise.
3141         * sysdeps/i386/dl-tls.h: Likewise.
3142         * sysdeps/i386/setjmp.S: Likewise.
3143         * sysdeps/m68k/setjmp.c: Likewise.
3144         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3145         * sysdeps/mach/hurd/opendir.c: Likewise.
3146         * sysdeps/posix/getcwd.c: Likewise.
3147         * sysdeps/posix/opendir.c: Likewise.
3148         * sysdeps/posix/profil.c: Likewise.
3149         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3150         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3151         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3152         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3153         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3154         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3155         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3156         * sysdeps/s390/dl-tls.h: Likewise.
3157         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3158         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3159         * sysdeps/sh/sh3/setjmp.S: Likewise.
3160         * sysdeps/sh/sh4/setjmp.S: Likewise.
3161         * sysdeps/unix/alpha/sysdep.h: Likewise.
3162         * sysdeps/unix/arm/sysdep.S: Likewise.
3163         * sysdeps/unix/i386/sysdep.S: Likewise.
3164         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3165         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3166         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3167         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3168         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3169         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3170         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3171         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3172         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3173         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3174         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3175         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3176         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3179         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3180         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3181         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3182         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3183         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3184         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3185         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3186         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3187         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3188         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3189         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3190         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3191         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3192         * sysdeps/x86_64/setjmp.S: Likewise.
3194         * include/math.h: Use IS_IN instead of IS_IN_libm.
3195         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3196         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3197         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3198         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3199         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3200         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3201         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3202         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3203         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3204         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3205         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3206         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3207         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3208         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3209         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3210         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3211         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3212         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3213         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3214         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3215         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3216         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3217         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3218         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3219         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3220         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3221         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3222         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3223         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3224         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3225         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3226         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3227         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3229         Likewise.
3230         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3231         Likewise.
3232         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3233         Likewise.
3234         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3235         Likewise.
3236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3237         Likewise.
3238         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3239         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3240         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3241         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3242         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3243         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3249         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3250         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3251         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3252         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3253         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3254         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3255         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3256         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3257         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3258         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3259         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3260         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3261         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3262         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3263         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3264         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3266         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3267         * nptl/pthreadP.h: Likewise.
3268         * nptl_db/structs.def: Likewise.
3269         * sysdeps/arm/sysdep.h: Likewise.
3270         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3271         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3272         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3273         * sysdeps/unix/alpha/sysdep.h: Likewise.
3274         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3275         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3276         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3277         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3278         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3279         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3280         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3281         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3282         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3283         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3284         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3285         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3286         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3287         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3290         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3291         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3292         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3293         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3294         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3295         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3296         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3297         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3298         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3299         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3301         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3302         * nptl/pthreadP.h: Likewise.
3303         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3304         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3305         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3306         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3307         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3308         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3309         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3310         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3311         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3312         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3313         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3314         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3316         Likewise.
3317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3318         Likewise.
3319         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3320         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3321         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3322         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3323         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3324         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3325         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3326         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3328         * dlfcn/dladdr.c: Use IS_IN.
3329         * dlfcn/dladdr1.c: Likewise.
3330         * dlfcn/dlclose.c: Likewise.
3331         * dlfcn/dlerror.c: Likewise.
3332         * dlfcn/dlinfo.c: Likewise.
3333         * dlfcn/dlmopen.c: Likewise.
3334         * dlfcn/dlopen.c: Likewise.
3335         * dlfcn/dlsym.c: Likewise.
3336         * dlfcn/dlvsym.c: Likewise.
3338         * include/ifaddrs.h: Use IS_IN.
3339         * inet/check_pf.c: Likewise.
3340         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3341         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3343         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3344         IS_IN_ldconfig.
3345         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3346         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3348         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3349         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3350         IS_IN (libc).
3352         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3354         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3355         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3356         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3357         * include/libc-symbols.h (IS_IN_LIB): New macro.
3358         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3359         * include/netdb.h: Likewise.
3360         * include/stap-probe.h: Remove all uses of IN_LIB.
3362         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3363         instead of IN_MODULE.
3364         * include/libc-symbols.h (IN_MODULE): Define using
3365         MODULE_NAME.
3366         (PASTE_NAME, PASTE_NAME1): New macros.
3367         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3368         of IN_LIB.
3369         (STAP_PROBE_ASM): Likewise.
3371 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3373         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3374         __mach_init in dlopened libc.
3376 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3378         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3379         * sysdeps/arm/preconfigure: Regenerate.
3381 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3383         * nptl/pthread_create.c (__pthread_create_2_1): Set
3384         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3385         when copying values from IATTR into PD.
3387 2014-11-21  Will Newton  <will.newton@linaro.org>
3388             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3390         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3391         Refactor inline-asm.  Also add comment.
3393         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3394         ElfW macro instead of hardcoded Elf64 types.
3395         (la_aarch64_gnu_pltenter): Likewise.
3396         * sysdeps/aarch64/dl-machine.h
3397         (elf_machine_runtime_setup): Use ElfW(Addr).
3399         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3400         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3401         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3402         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3403         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3404         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3405         (R_AARCH64_TLS_DTPMOD): This.
3406         (R_AARCH64_TLS_DTPREL64): Rename to ...
3407         (R_AARCH64_TLS_DTPREL): This.
3408         (R_AARCH64_TLS_TPREL64): Rename to ...
3409         (R_AARCH64_TLS_TPREL): This.
3410         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3411         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3412         R_AARCH64_TLS_TPREL64.
3413         (elf_machine_rela): Likewise.
3415 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3417         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3418         by setting it to 0.  64b atomics are not supported currently.
3420 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3422         [BZ #16469]
3423         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3424         search domain names.
3426 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3428         [BZ #16469]
3429         * NEWS: Update.
3430         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3431         trailing dot.
3432         * posix/tst-getaddrinfo5.c: New.
3433         * posix/Makefile (tests): Add it.
3435 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3437         [BZ #14498]
3438         * NEWS: Fixed.
3439         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3440         after parsing line but before break_if_match.
3441         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3442         if there is a protocol mismatch.
3444 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3446         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3447         because the potential race is on the user-supplied stream.
3449 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3451         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3452         string literal if not passed a buffer.
3453         * manual/job.texi (ctermid): Update reasoning, note deviation
3454         from posix, suggest mtasurace when not passed a buffer, for
3455         future non-preliminary safety notes.
3457 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3459         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3460         of not passing it a buffer.
3461         Reported by Peng Haitao.
3463 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3465         * manual/Makefile ($(objpfx)stamp-summary): Require
3466         check-safety.sh to pass.
3467         * manual/check-safety.sh: Wish for verification that every
3468         @deftypefn and @deftypefun is followed by a @safety remark.
3470 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3472         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3474         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3475         PTHREAD_CANCEL_ASYNCHRONOUS.
3476         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3477         send SIGCANCEL.
3479         * nptl/default-sched.h: New file.
3480         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3481         * nptl/pthread_create.c: Include it.
3482         (__pthread_create_2_1): Use collect_default_sched instead of making
3483         Linux syscalls here directly.
3485 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3487         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3488         __pthread_once): Use C11 atomics.
3490 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3492         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3494 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3496         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3497         atomic_thread_fence_acquire, atomic_thread_fence_release,
3498         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3499         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3500         atomic_compare_exchange_weak_relaxed,
3501         atomic_compare_exchange_weak_acquire,
3502         atomic_compare_exchange_weak_release,
3503         atomic_exchange_acquire, atomic_exchange_release,
3504         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3505         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3506         atomic_fetch_and_acquire,
3507         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3509 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3511         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3512         USE_ATOMIC_COMPILER_BUILTINS): Define.
3513         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3514         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3515         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3516         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3517         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3518         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3519         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3520         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3521         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3522         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3523         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3524         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3525         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3526         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3527         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3528         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3529         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3530         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3531         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3532         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3533         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3534         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3535         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3536         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3537         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3538         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3539         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3540         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3541         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3542         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3543         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3544         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3545         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3546         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3547         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3548         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3549         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3550         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3551         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3552         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3554 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3556         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3557         the sched_priority value here.  It was already checked when the user
3558         called pthread_attr_setschedparam.
3560         * nptl/tst-bad-schedattr.c: New file.
3561         * nptl/Makefile (tests): Add it.
3563 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
3564             Florian Weimer  <fweimer@redhat.com>
3565             Joseph Myers  <joseph@codesourcery.com>
3566             Adam Conrad  <adconrad@0c3.net>
3567             Andreas Schwab  <schwab@suse.de>
3568             Brooks  <bmoses@google.com>
3570         [BZ #17625]
3571         * wordexp-test.c (__dso_handle): Add prototype.
3572         (__register_atfork): Likewise.
3573         (__app_register_atfork): New function.
3574         (registered_forks): New global.
3575         (register_fork): New function.
3576         (test_case): Add 3 new tests for WRDE_CMDSUB.
3577         (main): Call __app_register_atfork.
3578         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3579         fork count is non-zero fail the test.
3580         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3581         is set.
3582         (parse_dollars): Remove check for WRDE_NOCMD.
3583         (parse_dquote): Likewise.
3585 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3587         * Makeconfig (built-modules): List non-library modules to be
3588         built.
3589         (module-cppflags): Include libc-modules.h for
3590         everything except shlib-versions.v.i.
3591         (CPPFLAGS): Use it.
3592         (before-compile): Add libc-modules.h.
3593         ($(common-objpfx)libc-modules.h,
3594         $(common-objpfx)libc-modules.stmp): New targets.
3595         (common-generated): Add libc-modules.h and libc-modules.stmp.
3596         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3597         * include/libc-symbols.h: Don't include libc-modules.h.
3598         * include/libc-modules.h: Remove file.
3599         * scripts/gen-libc-modules.awk: New script to generate
3600         libc-modules.h.
3601         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3602         Depend on libc-modules.stmp.
3604         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
3606         * Makeconfig (in-module): Get value of libof set for the
3607         translation unit.
3608         (CPPFLAGS): Use $(in-module).
3609         * Makerules: Don't suffix routine names for nonlib.
3610         * include/libc-modules.h: New file.
3611         * include/libc-symbols.h: Include libc-modules.h
3612         (IS_IN): New macro to replace IS_IN_* macros.
3613         * elf/Makefile: Set libof-* for each routine.
3614         * elf/rtld-Rules: Likewise.
3615         * extra-modules.mk: Likewise.
3616         * iconv/Makefile: Likewise.
3617         * iconvdata/Makefile: Likewise.
3618         * locale/Makefile: Likewise.
3619         * malloc/Makefile: Likewise.
3620         * nss/Makefile: Likewise.
3621         * sysdeps/gnu/Makefile: Likewise.
3622         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
3623         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3624         * sysdeps/s390/s390-64/Makefile: Likewise.
3625         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
3626         CPPFLAGS for nscd instead of nonlib.
3628 2014-11-18  Roland McGrath  <roland@hack.frob.com>
3630         * nptl/createthread.c: New file.
3632         * nptl/createthread.c: Moved ...
3633         * sysdeps/unix/sysv/linux/createthread.c: ... here.
3635         * nptl/createthread.c: Add proper top-line comment.
3636         (do_clone): Folded into ...
3637         (create_thread): ... here.  Take new arguments STOPPED_START and
3638         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
3639         increment __nptl_threads, do event-reporting logic, do
3640         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
3641         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
3642         resource cleanup if sched_setaffinity or sched_setscheduler fails,
3643         just send SIGCANCEL.
3644         * nptl/pthread_create.c: Forward-declare create_thread before
3645         including createthread.c.
3646         (start_thread): Use new macro START_THREAD_DEFN to replace defining
3647         declaration, and new macro START_THREAD_SELF to replace argument.
3648         Remove return statement.
3649         (report_thread_creation): New function.
3650         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
3651         synchronization logic, and __nptl_nthreads increment here, around
3652         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
3653         PD->parent_cancelhandling here, before create_thread.  When
3654         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
3655         __deallocate_stack, and ENOMEM translation here.
3657 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
3659         [BZ #17616]
3660         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
3661         (mptwo): Rename to __mptwo.
3662         (__inv): Use __mptwo instead of mptwo.
3663         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
3664         (mptwo): Rename to __mptwo.
3665         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
3666         of mpone and __mptwo instead of mptwo.
3667         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
3668         instead of mpone.
3669         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
3670         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
3671         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
3672         of mpone and __mptwo instead of mptwo.
3673         (__mpranred): Use __mpone instead of mpone.
3674         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
3675         variable.
3676         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3677         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3678         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3679         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3680         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3681         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3682         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3683         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3684         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3685         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3686         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3687         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3688         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3689         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3690         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3691         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
3692         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
3693         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
3694         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
3696 2014-11-18  Tom de Vries  <tom@codesoucery.com>
3698         * manual/signal.texi (Primitives Interrupted by Signals): In section,
3699         replace BSD Handler xref with BSD Signal Handling.
3701 2014-11-17  Richard Henderson  <rth@redhat.com>
3703         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
3704         (_FP_PACK_RAW_2): Remove.
3705         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
3706         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
3707         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
3708         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
3709         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
3710         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
3711         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
3712         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
3713         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
3714         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
3715         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
3716         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
3717         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
3718         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
3719         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
3720         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
3722 2014-11-14  Roland McGrath  <roland@hack.frob.com>
3724         * signal/signal.h [__USE_MISC]
3725         (struct sigvec): Remove type.
3726         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
3727         (sigvec): Remove declaration.
3728         * sysdeps/posix/sigvec.c: Moved ...
3729         * signal/sigvec.c: ... here, replacing old file.
3730         (struct sigvec): New type, copied from old signal.h definition.
3731         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
3732         (__sigvec): Convert definition to prototype.
3733         (sigvec): Replace weak_alias with compat_symbol.
3734         * signal/Versions (libc: GLIBC_2.21): New version set.
3735         * include/signal.h: Remove __sigvec declaration.
3736         * sysdeps/unix/bsd/sigvec.c: Remove file.
3737         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
3738         * manual/signal.texi (BSD Handler): Remove subsection.
3739         Move siginterrupt up to ...
3740         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
3741         (Blocking in BSD): Fold subsection into its parent.
3742         * NEWS: Mention sigvec removal.
3744 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3746         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
3747         (DLA_FMS): Make definition conditional only on [__FMA4__].
3748         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
3749         definition.
3751         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
3752         Make definition conditional only on [PROF].
3753         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
3754         definition.
3755         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
3756         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
3758         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
3759         !__GNUC__].
3760         * include/signal.h (__sigpause): Move declaration above call to
3761         libc_hidden_proto.
3762         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
3763         variable.
3764         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3765         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3767 2014-11-14  David S. Miller  <davem@davemloft.net>
3769         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
3770         Define before including <string/memcpy.c> and <string/mempcpy.c>.
3772 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
3774         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
3775         * configure: Regenerated.
3776         * manual/install.texi (Tools for Compilation): Document a
3777         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
3778         compiler verified to work.
3779         * INSTALL: Regenerated.
3781         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
3782         redeclare with asm name.
3783         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
3784         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
3785         including <string.h>.
3786         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3787         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
3788         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3789         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
3790         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3791         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
3792         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
3794 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
3796         * stdlib/strtol.c (__strtol): Use prototype definition.
3798         [BZ #17594]
3799         * stdlib/strtol.c (SYM__): New macro.
3800         (SYM__1): Likewise.
3801         (__strtol): Likewise.
3802         (strtol): Rename to __strtol and define as weak alias of
3803         __strtol.  Use libc_hidden_weak.
3805 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3807         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
3808         Use numbered labels in inline assembly.
3810 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3812         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
3813         Add setjmp LIBC_PROBE.
3814         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
3815         Likewise.
3816         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
3817         Add longjmp, longjmp_target LIBC_PROBE.
3818         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
3819         Likewise.
3821 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3823         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
3824         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
3825         to get rid of unused variable warning.
3827 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3829         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
3830         Check for unwind_backtrace ==  NULL only in SHARED case.
3831         (__backchain_backtrace): Compile only in SHARED case.
3832         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
3833         Likewise.
3834         (__backchain_backtrace): Declare as static.
3836 2014-11-12  Roland McGrath  <roland@hack.frob.com>
3838         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
3839         (__libc_multiple_threads_ptr): Variable moved ...
3840         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
3842 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
3844         * conform/GlibcConform.pm: New file.
3845         * conform/conformtest.pl: Use GlibcConform module.
3846         * conform/linknamespace.pl: New file.
3847         * conform/list-header-symbols.pl: Likewise.
3848         * conform/Makefile (linknamespace-symlists-base): New variable.
3849         (linknamespace-symlists-tests): Likewise.
3850         (linknamespace-header-base): Likewise.
3851         (linknamespace-header-tests): Likewise.
3852         (tests-special): Add new tests.
3853         ($(linknamespace-symlists-tests)): New rule.
3854         (linknamespace-libs): New variable.
3855         ($(objpfx)symlist-stdlibs): New rule.
3856         ($(linknamespace-header-tests)): Likewise.
3857         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
3858         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
3859         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
3860         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
3861         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
3862         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
3863         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
3864         (test-xfail-ISO/math.h/linknamespace): Likewise.
3865         (test-xfail-ISO/signal.h/linknamespace): Likewise.
3866         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
3867         (test-xfail-ISO/time.h/linknamespace): Likewise.
3868         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
3869         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
3870         (test-xfail-ISO99/math.h/linknamespace): Likewise.
3871         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
3872         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3873         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
3874         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
3875         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3876         (test-xfail-ISO11/math.h/linknamespace): Likewise.
3877         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
3878         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3879         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
3880         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3881         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
3882         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
3883         (test-xfail-XPG3/math.h/linknamespace): Likewise.
3884         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
3885         (test-xfail-XPG3/search.h/linknamespace): Likewise.
3886         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
3887         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3888         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
3889         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
3890         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3891         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
3892         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
3893         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
3894         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
3895         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
3896         (test-xfail-XPG4/math.h/linknamespace): Likewise.
3897         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
3898         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3899         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
3900         (test-xfail-XPG4/search.h/linknamespace): Likewise.
3901         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
3902         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
3903         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
3904         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
3905         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
3906         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3907         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
3908         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
3909         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
3910         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
3911         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
3912         (test-xfail-POSIX/math.h/linknamespace): Likewise.
3913         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
3914         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
3915         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
3916         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3917         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
3918         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3919         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3920         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
3921         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
3922         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3923         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3924         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
3925         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
3926         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
3927         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3928         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3929         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
3930         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
3931         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
3932         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3933         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3934         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
3935         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3936         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
3937         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
3938         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
3939         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
3940         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3941         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3942         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
3943         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3944         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
3945         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
3946         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
3947         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
3948         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
3949         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
3950         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
3951         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
3952         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
3953         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
3954         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3955         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
3956         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3957         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
3958         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
3959         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
3960         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3961         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
3962         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
3963         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3964         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
3965         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
3966         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
3967         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3968         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3969         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
3970         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
3971         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
3972         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3973         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
3974         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
3975         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
3976         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
3977         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
3978         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3979         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
3980         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3981         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
3982         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
3983         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3984         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3985         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
3986         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3987         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
3988         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
3989         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
3990         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3991         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3992         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
3993         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3994         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
3995         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3996         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
3997         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
3998         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3999         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4000         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4001         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4002         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4003         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4004         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4005         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4006         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4007         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4008         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4009         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4010         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4011         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4012         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4013         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4014         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4015         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4016         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4017         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4019         [BZ #17589]
4020         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4021         of fgets_unlocked.
4023         [BZ #17585]
4024         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4025         (memmem): Rename to __memmem and define as weak alias of
4026         __memmem.  Use libc_hidden_weak.
4027         (__memmem): Use libc_hidden_def.
4028         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4029         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4030         memmem.
4032         [BZ #17582]
4033         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4034         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4035         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4036         and define as weak alias of __fgets_unlocked.  Use
4037         libc_hidden_weak.
4038         (__fgets_unlocked): Use libc_hidden_def.
4039         * include/stdio.h (__fgets_unlocked): Declare.  Use
4040         libc_hidden_proto.
4041         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4042         __fgets_unlocked instead of fgets_unlocked.
4043         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4044         (GET_NPROCS_CONF_PARSER): Likewise.
4045         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4046         (GET_NPROCS_CONF_PARSER): Likewise.
4048         [BZ #17574]
4049         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4050         weak alias of __wmemset.  Use libc_hidden_weak.
4051         (__wmemset): Use libc_hidden_def.
4052         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4053         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4054         of wmemset.
4056         [BZ #17573]
4057         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4058         with asm name __mempcpy.
4059         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4061         [BZ #17572]
4062         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4063         and define as weak alias of __rawmemchr.
4064         (__rawmemchr): Do not define as strong alias of rawmemchr.
4066         [BZ #17571]
4067         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4068         alias of __qsort_r.
4069         (qsort): Call __qsort_r instead of qsort_r.
4070         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4071         (__qsort_r): Declare.  Call libc_hidden_proto.
4072         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4073         instead of qsort_r.
4074         * nscd/gai.c (__qsort_r): Define to qsort_r.
4075         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4076         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4077         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4079         [BZ #17570]
4080         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4081         define as weak alias of __malloc_info.
4083         [BZ #17584]
4084         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4085         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4086         (__rewinddir): Use libc_hidden_def.
4087         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4088         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4089         (__rewinddir): Use libc_hidden_def.
4090         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4091         weak alias of __rewinddir.  Don't use libc_hidden_def.
4092         (__rewinddir): Use libc_hidden_def.
4093         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4094         (__rewinddir): Use libc_hidden_proto.
4095         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4096         rewinddir.
4097         (__getcwd): Use __rewinddir instead of rewinddir.
4099         [BZ #17583]
4100         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4101         alias of __fileno.  Use libc_hidden_weak.
4102         (__fileno): Use libc_hidden_def.
4103         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4104         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4105         alias of __ftello.
4106         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4107         __ftello.
4108         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4109         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4110         libc_hidden_def.
4111         (fread_unlocked): Don't use libc_hidden_ver.
4112         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4113         and define as weak alias of __fread_unlocked.  Don't use
4114         libc_hidden_def.
4115         (__fread_unlocked): Use libc_hidden_def.
4116         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4117         (ftello): Don't use libc_hidden_proto.
4118         (__ftello): Declare.  Use libc_hidden_proto.
4119         (fread_unlocked): Don't use libc_hidden_proto.
4120         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4121         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4122         and __ftello instead of fileno, fread_unlocked and ftello.
4124 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4126         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4127         GOT12.
4128         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4129         Likewise.
4130         (_dl_start_user): Likewise.
4131         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4133 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4134             Siddhesh Poyarekar  <siddhesh@redhat.com>
4136         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4137         Move argv and envp down instead of moving argc up.
4138         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4140 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4142         [BZ #17506]
4143         * test-skeleton.c (main): Return successful if one of
4144         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4145         * string/tst-strcoll-overflow.c: Define expected status.
4147 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4149         [BZ #17475]
4150         * locale/iso-639.def: Define Bhili and Tulu language codes.
4152 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4154         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4156 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4158         [BZ #17555]
4159         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4161 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4163         * configure.ac: Updated check of minimal required version to
4164         2.22.
4165         * manual/install.texi (Tools for Compilation): Updated version
4166         number.
4167         * configure: Regenerated.
4168         * INSTALL: Likewise.
4170 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4172         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4173         __tls_get_addr.
4175 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4177         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4178         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4179         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4180         libc_hidden_weak.
4181         (waitpid): Define as alias of __waitpid.
4182         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4183         __waitpid.
4184         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4185         libc_hidden_weak.
4186         (waitpid): Define as alias of __waitpid.
4187         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4188         __libc_waitpid alias.
4189         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4190         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4191         Likewise.
4192         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4193         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4194         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4195         alias.
4196         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4197         __waitpid.
4198         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4199         libc_hidden_weak.
4200         (waitpid): Define as alias of __waitpid.
4202 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4204         * manual/llio.texi: Add comment that write safety has been
4205         fixed in Linux.
4207         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4208         (localplt-build-dso): Add elf/ld.so.
4209         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4210         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4211         and free for ld.so.
4212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4213         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4215         Likewise.
4216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4217         Likewise.
4218         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4219         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4220         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4221         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4222         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4223         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4224         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4225         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4226         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4227         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4228         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4230 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4232         [BZ #14132]
4233         * include/libc-symbols.h (INTUSE): Remove macro.
4234         (INTDEF): Likewise.
4235         (INTVARDEF): Likewise.
4236         (_INTVARDEF): Likewise.
4237         (INTDEF2): Likewise.
4238         (INTVARDEF2): Likewise.
4239         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4240         rtld_hidden_def instead of INTVARDEF.
4241         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4242         (_dl_starting_up_internal): Remove declaration.
4243         (_dl_starting_up): Use rtld_hidden_proto.
4244         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4245         declaration.
4246         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4247         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4248         _dl_starting_up.
4249         * elf/dl-writev.h (_dl_writev): Likewise.
4250         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4251         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4252         _dl_starting_up_internal.
4254 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4256         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4257         test-skeleton.c.
4259 2014-11-05  Will Newton  <will.newton@linaro.org>
4261         * benchtests/Makefile: (bench-malloc): Add malloc thread
4262         scalability benchmark.
4263         * benchtests/bench-malloc-threads.c: New file.
4265 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4267         * sysdeps/aarch64/strchrnul.S: New file.
4269 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4271         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4272         definition.
4273         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4274         Likwise.
4275         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4276         Likewise.
4277         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4278         Likewise.
4279         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4280         Likewise.
4281         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4282         Likewise.
4284 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4286         * catgets/test-gencat.c: Use test-skeleton.c.
4287         * catgets/tst-catgets.c: Likewise.
4288         * csu/tst-empty.c: Likewise.
4289         * elf/tst-audit2.c: Likewise.
4290         * elf/tst-global1.c: Likewise.
4291         * elf/tst-pathopt.c: Likewise.
4292         * elf/tst-piemod1.c: Likewise.
4293         * elf/tst-tls10.c: Likewise.
4294         * elf/tst-tls11.c: Likewise.
4295         * elf/tst-tls12.c: Likewise.
4296         * gnulib/tst-gcc.c: Likewise.
4297         * iconvdata/tst-e2big.c: Likewise.
4298         * iconvdata/tst-loading.c: Likewise.
4299         * iconv/tst-iconv1.c: Likewise.
4300         * iconv/tst-iconv2.c: Likewise.
4301         * inet/test-inet6_opt.c: Likewise.
4302         * inet/tst-gethnm.c: Likewise.
4303         * inet/tst-network.c: Likewise.
4304         * inet/tst-ntoa.c: Likewise.
4305         * intl/tst-codeset.c: Likewise.
4306         * intl/tst-gettext2.c: Likewise.
4307         * intl/tst-gettext3.c: Likewise.
4308         * intl/tst-ngettext.c: Likewise.
4309         * intl/tst-translit.c: Likewise.
4310         * io/test-stat.c: Likewise.
4311         * libio/test-fmemopen.c: Likewise.
4312         * libio/tst-freopen.c: Likewise.
4313         * libio/tst-sscanf.c: Likewise.
4314         * libio/tst-ungetwc1.c: Likewise.
4315         * libio/tst-ungetwc2.c: Likewise.
4316         * libio/tst-widetext.c: Likewise.
4317         * localedata/tst-ctype.c: Likewise.
4318         * localedata/tst-digits.c: Likewise.
4319         * localedata/tst-leaks.c: Likewise.
4320         * localedata/tst-mbswcs1.c: Likewise.
4321         * localedata/tst-mbswcs2.c: Likewise.
4322         * localedata/tst-mbswcs3.c: Likewise.
4323         * localedata/tst-mbswcs4.c: Likewise.
4324         * localedata/tst-mbswcs5.c: Likewise.
4325         * localedata/tst-setlocale.c: Likewise.
4326         * localedata/tst-trans.c: Likewise.
4327         * localedata/tst-wctype.c: Likewise.
4328         * localedata/tst-xlocale1.c: Likewise.
4329         * login/tst-grantpt.c: Likewise.
4330         * malloc/tst-calloc.c: Likewise.
4331         * malloc/tst-malloc.c: Likewise.
4332         * malloc/tst-mallocstate.c: Likewise.
4333         * malloc/tst-mcheck.c: Likewise.
4334         * malloc/tst-mtrace.c: Likewise.
4335         * malloc/tst-obstack.c: Likewise.
4336         * math/atest-exp2.c: Likewise.
4337         * math/atest-exp.c: Likewise.
4338         * math/atest-sincos.c: Likewise.
4339         * math/test-matherr.c: Likewise.
4340         * math/test-misc.c: Likewise.
4341         * math/test-powl.c: Likewise.
4342         * math/tst-definitions.c: Likewise.
4343         * misc/tst-dirname.c: Likewise.
4344         * misc/tst-efgcvt.c: Likewise.
4345         * misc/tst-fdset.c: Likewise.
4346         * misc/tst-hsearch.c: Likewise.
4347         * misc/tst-mntent2.c: Likewise.
4348         * nptl/tst-sem7.c: Likewise.
4349         * nptl/tst-sem8.c: Likewise.
4350         * nptl/tst-sem9.c: Likewise.
4351         * nss/test-netdb.c: Likewise.
4352         * posix/tst-fnmatch.c: Likewise.
4353         * posix/tst-getlogin.c: Likewise.
4354         * posix/tst-gnuglob.c: Likewise.
4355         * posix/tst-mmap.c: Likewise.
4356         * pwd/tst-getpw.c: Likewise.
4357         * resolv/tst-inet_ntop.c: Likewise.
4358         * rt/tst-timer.c: Likewise.
4359         * stdio-common/test-fseek.c: Likewise.
4360         * stdio-common/test-popen.c: Likewise.
4361         * stdio-common/test-vfprintf.c: Likewise.
4362         * stdio-common/tst-cookie.c: Likewise.
4363         * stdio-common/tst-fileno.c: Likewise.
4364         * stdio-common/tst-gets.c: Likewise.
4365         * stdio-common/tst-obprintf.c: Likewise.
4366         * stdio-common/tst-perror.c: Likewise.
4367         * stdio-common/tst-sprintf2.c: Likewise.
4368         * stdio-common/tst-sprintf3.c: Likewise.
4369         * stdio-common/tst-sprintf.c: Likewise.
4370         * stdio-common/tst-swprintf.c: Likewise.
4371         * stdio-common/tst-tmpnam.c: Likewise.
4372         * stdio-common/tst-unbputc.c: Likewise.
4373         * stdio-common/tst-wc-printf.c: Likewise.
4374         * stdlib/tst-environ.c: Likewise.
4375         * stdlib/tst-fmtmsg.c: Likewise.
4376         * stdlib/tst-limits.c: Likewise.
4377         * stdlib/tst-rand48-2.c: Likewise.
4378         * stdlib/tst-rand48.c: Likewise.
4379         * stdlib/tst-random2.c: Likewise.
4380         * stdlib/tst-random.c: Likewise.
4381         * stdlib/tst-strtol.c: Likewise.
4382         * stdlib/tst-strtoll.c: Likewise.
4383         * stdlib/tst-tls-atexit.c: Likewise.
4384         * stdlib/tst-xpg-basename.c: Likewise.
4385         * string/test-ffs.c: Likewise.
4386         * string/tst-bswap.c: Likewise.
4387         * string/tst-inlcall.c: Likewise.
4388         * string/tst-strtok.c: Likewise.
4389         * string/tst-strxfrm.c: Likewise.
4390         * sysdeps/x86_64/tst-audit10.c: Likewise.
4391         * sysdeps/x86_64/tst-audit3.c: Likewise.
4392         * sysdeps/x86_64/tst-audit4.c: Likewise.
4393         * sysdeps/x86_64/tst-audit5.c: Likewise.
4394         * time/tst-ftime_l.c: Likewise.
4395         * time/tst-getdate.c: Likewise.
4396         * time/tst-mktime3.c: Likewise.
4397         * time/tst-mktime.c: Likewise.
4398         * time/tst-posixtz.c: Likewise.
4399         * time/tst-strptime2.c: Likewise.
4400         * time/tst-strptime3.c: Likewise.
4401         * wcsmbs/tst-btowc.c: Likewise.
4402         * wcsmbs/tst-mbrtowc.c: Likewise.
4403         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4404         * wcsmbs/tst-wchar-h.c: Likewise.
4405         * wcsmbs/tst-wcpncpy.c: Likewise.
4406         * wcsmbs/tst-wcrtomb.c: Likewise.
4407         * wcsmbs/tst-wcsnlen.c: Likewise.
4408         * wcsmbs/tst-wcstof.c: Likewise.
4410 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4412         [BZ #14132]
4413         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4414         INTDEF.
4415         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4416         declaration.
4417         (_dl_mcount): Use rtld_hidden_proto.
4418         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4419         _dl_mcount.
4420         * elf/rtld.c (_rtld_global_ro): Likewise.
4422         [BZ #14132]
4423         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4424         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4425         of _dl_init_internal.
4426         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4427         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4428         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4429         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4430         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4431         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4432         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4433         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4434         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4435         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4436         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4437         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4438         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4439         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4440         * sysdeps/tile/dl-start.S (_start): Likewise.
4441         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4442         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4444         [BZ #14132]
4445         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4446         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4447         (rtld_progname): Make macro definition unconditional.
4448         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4449         INTDEF.
4450         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4451         (dl_main): Likewise.
4452         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4453         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4454         instead of _dl_argv_internal.
4455         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4456         __GI__dl_argv instead of INTUSE(_dl_argv).
4457         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4458         __GI__dl_argv instead of _dl_argv_internal.
4460         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4461         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4462         macro.
4463         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4464         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4465         New macro.
4466         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4467         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4468         macro.
4469         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4470         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4472 2014-11-04  Andreas Schwab  <schwab@suse.de>
4474         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4476 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4478         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4479         mtvsrd instruction in binary form.
4481 2014-11-03  Andreas Schwab  <schwab@suse.de>
4483         [BZ #17522]
4484         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4485         for less than MB_LEN_MAX use a local buffer of that size.
4486         * libio/tst-fputws.c: New file.
4487         * libio/Makefile (tests): Add tst-fputws.
4489 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4491         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4492         the size of the fpu_fr.fpu_dregs[] array.
4494 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4496         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4497         (__nanosleep): Do not define as alias.
4498         (nanosleep): Define as alias of __nanosleep.
4499         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4500         __libc_nanosleep name.
4502 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4504         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4505         install.texi in comment.
4507 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4509         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4510         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4511         ... add here and use lwsync or sync ...
4512         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4513         ... and add here using lwsync.
4515 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4517         * elf/dl-machine-reject-phdr.h: New file.
4518         * elf/dl-load.c: #include that.
4519         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4520         if that returned true.
4522 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4524         [BZ #17496]
4525         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4526         gen-as-const-headers chunk.  Add a big scare comment after the last
4527         safe place to touch before-compile.
4529 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4531         * manual/install.texi (Tools for Compilation): Update autoconf
4532         version requirements.
4533         * INSTALL: Regenerated.
4535         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4536         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4537         (__libc_pselect): Likewise.
4539         [BZ #14138]
4540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4545 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4547         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4548         correct barrier instruction.
4549         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4550         Likewise.
4551         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4552         Likewise.
4554 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4556         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4557         after defining inlines.  Instead, just use parens to defeat macro
4558         expansion of __isctype in its declaration.
4560 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4562         * include/sys/uio.h (__libc_readv): Remove declaration.
4563         (__libc_writev): Likewise.
4564         * misc/readv.c (__libc_readv): Rename to __readv.
4565         (__readv): Do not define as alias.
4566         (readv): Define as alias of __readv.
4567         * misc/writev.c (__libc_writev): Rename to __writev.
4568         (__writev): Do not define as alias.
4569         (writev): Define as alias of __writev.
4570         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4571         (__readv): Do not define as alias.
4572         (readv): Define unconditionally as alias of __readv.
4573         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4574         (__writev): Do not define as alias.
4575         (writev): Define unconditionally as alias of __writev.
4576         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4577         name.
4578         (writev): Do not define __libc_writev name.
4580 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4582         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4583         (convert_charseq): New function, broken out of ...
4584         (use_from_charmap): ... here.  Call it.
4585         (use_to_charmap): Use convert_charseq and free instead of duplicating
4586         its code with a variable-length stack struct.
4588 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4590         * include/fcntl.h (__libc_creat): Remove declaration.
4591         * io/creat.c (__libc_creat): Rename to creat.
4592         (creat): Do not define as alias.
4593         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4594         of creat instead of __libc_creat.
4595         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4596         to creat.
4597         (creat): Do not define as alias.
4598         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4599         __libc_creat.
4600         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4601         __libc_creat name.
4602         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4603         Likewise.
4605 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
4607         * manual/llio.texi: Add comments discussing why write() may be
4608         considered MT-unsafe on Linux.
4610 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
4612         * dl-load.c (local_strdup): Remove.
4613         (expand_dynamic_string_token): Use __strdup.
4614         (decompose_rpath): Likewise.
4615         (_dl_map_object): Likewise.
4617 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
4619         [BZ #14132]
4620         * sysdeps/generic/unwind-dw2-fde.c
4621         (__register_frame_info_bases_internal): Do not declare.
4622         (__register_frame_info_table_bases_internal): Likewise.
4623         (__deregister_frame_info_bases_internal): Likewise.
4624         (__register_frame_info_bases): Declare and use hidden_proto before
4625         definition.  Use hidden_def instead of INTDEF.
4626         (__register_frame_info_table_bases): Likewise.
4627         (__deregister_frame_info_bases): Likewise.
4628         (__register_frame_info): Do not use INTUSE.
4629         (__register_frame): Likewise.
4630         (__register_frame_info_table): Likewise.
4631         (__register_frame_table): Likewise.
4632         (__deregister_frame_info): Likewise.
4633         (__deregister_frame): Likewise.
4635 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
4637         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4638         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
4639         not undefine.
4640         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
4641         Likewise.
4642         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
4643         Likewise.
4645 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
4647         [BZ #14138]
4648         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
4649         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
4650         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
4651         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
4652         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
4653         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
4654         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
4655         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
4656         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
4657         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
4658         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
4659         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
4660         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
4661         syscall.
4662         (setfsuid): Likewise.
4663         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
4664         (setfsuid): Likewise.
4665         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
4666         (setfsuid): Likewise.
4667         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
4668         Likewise.
4669         (setfsuid): Likewise.
4670         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
4671         (setfsuid): Likewise.
4672         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
4673         Likewise.
4674         (setfsuid): Likewise.
4676 2014-10-27  Andreas Schwab  <schwab@suse.de>
4678         [BZ #17501]
4679         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
4680         check for Slow_SSE4_2 feature bit.
4681         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
4682         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
4683         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
4684         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
4686 2014-10-24  Roland McGrath  <roland@hack.frob.com>
4688         * configure.ac: Validate compiler version with a empirical test of
4689         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
4690         $CC -v output.
4691         * configure: Regenerated.
4693         * inet/htons.c (htons): Prototypify.
4694         * inet/htonl.c (htonl): Likewise.
4696 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4698         * string/strncat.c (strncat): Improve performance by using strlen.
4700 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4702         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
4704 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4706         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
4707         Call libc_fetestexcept_aarch64.
4709 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4711         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
4712         Call libc_feholdexcept_aarch64.
4714 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4716         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
4717         Call get_rounding_mode.
4719 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4721         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4722         Simplify logic.
4724 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
4726         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
4727         Simplify logic.
4729 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
4731         [BZ #14138]
4732         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
4733         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
4734         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
4735         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
4736         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
4737         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
4738         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
4739         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
4740         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
4741         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
4742         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4743         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4744         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4745         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
4746         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
4747         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
4748         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
4749         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
4750         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
4751         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
4752         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
4753         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
4754         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
4755         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
4756         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
4757         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
4758         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
4759         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
4760         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
4761         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
4762         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
4763         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
4764         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
4765         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
4766         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
4767         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
4768         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
4769         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
4770         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
4771         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
4772         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
4773         syscall.
4774         (geteuid): Likewise.
4775         (getgid): Likewise.
4776         (getuid): Likewise.
4777         (getresgid): Likewise.
4778         (getresuid): Likewise.
4779         (getgroups): Likewise.
4780         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
4781         (geteuid): Likewise.
4782         (getgid): Likewise.
4783         (getuid): Likewise.
4784         (getresgid): Likewise.
4785         (getresuid): Likewise.
4786         (getgroups): Likewise.
4787         * sysdeps/unix/sysv/linux/m68k/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/s390/s390-32/syscalls.list (getegid):
4795         Likewise.
4796         (geteuid): Likewise.
4797         (getgid): Likewise.
4798         (getuid): Likewise.
4799         (getresgid): Likewise.
4800         (getresuid): Likewise.
4801         (getgroups): Likewise.
4802         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
4803         (geteuid): Likewise.
4804         (getgid): Likewise.
4805         (getuid): Likewise.
4806         (getresgid): Likewise.
4807         (getresuid): Likewise.
4808         (getgroups): Likewise.
4809         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
4810         Likewise.
4811         (geteuid): Likewise.
4812         (getgid): Likewise.
4813         (getuid): Likewise.
4814         (getgroups): Likewise.
4816         [BZ #14138]
4817         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
4818         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
4819         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
4820         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
4821         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
4822         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
4823         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
4824         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
4825         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
4826         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
4827         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
4828         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
4829         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
4830         __chown.
4831         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
4832         (lchown): Likewise.
4833         (fchown): Likewise.
4834         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
4835         Likewise.
4836         (lchown): Likewise.
4837         (fchown): Likewise.
4838         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
4839         (lchown): Likewise.
4840         (fchown): Likewise.
4841         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
4842         Likewise.
4843         (lchown): Likewise.
4844         (fchown): Likewise.
4846 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4848         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
4849         Simplify logic.
4851 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4853         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4854         Cleanup logic.
4856 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4858         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
4859         Remove unused include.
4861 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
4863         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
4864         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
4865         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
4866         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
4868 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
4869             Helge Deller <deller@gmx.de>
4871         [BZ #17508]
4872         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
4873         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
4874         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
4876 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
4878         [BZ #14132]
4879         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
4880         Remove macro definition.
4881         (__ashrdi3_v_glibc20): Likewise.
4882         (__lshrdi3_v_glibc20): Likewise.
4883         (__cmpdi2_v_glibc20): Likewise.
4884         (__ucmpdi2_v_glibc20): Likewise.
4885         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
4886         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
4887         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
4888         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
4889         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
4890         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
4892 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4894         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
4895         old GNU extension [0] syntax.
4896         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
4897         alloca rather than an array member with variable length.
4898         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
4899         * nscd/nscd.c (invalidate_db): New function, broken out of ...
4900         (parse_opt): ... here.  Likewise use alloca there.
4901         Validate the -i argument before checking for rootness.
4902         (send_shutdown): New function, broken out of ...
4903         (parse_opt): ... here.
4905 2014-10-22  Roland McGrath  <roland@hack.frob.com>
4907         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
4908         macro to get at the _rt_local_ro field.
4909         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
4910         ([PIC] case) or _dl_hwcap ([!PIC] case).
4911         * sysdeps/arm/setjmp.S: Likewise.
4913         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
4914         * sysdeps/arm/configure.ac: New check to define it.
4915         * sysdeps/arm/configure: Regenerated.
4916         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
4917         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
4918         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
4919         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
4920         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
4921         Use move/movt pair instead of a load.
4922         (LDST_GLOBAL): Macro removed.
4923         (LDR_GLOBAL): New macro replaces it.
4924         (LDR_HIDDEN): New macro.
4925         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
4926         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
4928         * setjmp/tst-setjmp-static.c: New file.
4929         * setjmp/Makefile (tests): Add it.
4930         (tests-static): New variable.
4932 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
4934         [BZ #17485]
4935         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
4937 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
4939         [BZ #14132]
4940         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
4942 2014-10-21  Roland McGrath  <roland@hack.frob.com>
4944         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
4946 2014-10-20  Roland McGrath  <roland@hack.frob.com>
4948         * io/fts.c (dirent_not_directory): New function.
4949         (fts_build): Call it.
4951 2014-10-20  Roland McGrath  <roland@hack.frob.com>
4953         * nptl/version.c (__nptl_main): Use normal __write rather than
4954         INTERNAL_SYSCALL.
4955         (banner): Update copyright years.
4957         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
4958         gettimeofday.
4959         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4960         * nptl/pthread_cond_timedwait.c: Likewise.
4961         * nptl/pthread_mutex_timedlock.c: Likewise.
4962         * nptl/sem_timedwait.c: Likewise.
4964         * sysdeps/nptl/bits/libc-lock.h
4965         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
4966         (__libc_lock_init_recursive): Return void, not 0.
4967         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
4968         (__libc_rwlock_init): Likewise.
4969         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
4971 2014-10-20  Torvald Riegel  <triegel@redhat.com>
4973         [BZ #15215]
4974         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
4975         (__pthread_once_slow): ... here.
4976         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
4977         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
4979 2014-10-20  Torvald Riegel  <triegel@redhat.com>
4981         [BZ #15215]
4982         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
4983         __PTHREAD_ONCE_FORK_GEN_INCR): New.
4984         * sysdeps/nptl/fork.c (__libc_fork): Use them.
4985         * nptl/pthread_once.c (__pthread_once): Likewise.
4986         Update comments.
4988 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
4990         [BZ #14138]
4991         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
4992         name.
4993         (writev): Use __libc_writev as strong name.
4994         * sysdeps/unix/sysv/linux/readv.c: Remove file.
4995         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4997 2014-10-17  Roland McGrath  <roland@hack.frob.com>
4999         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5001         * sysdeps/i386/nptl/tls.h
5002         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5003         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5004         New macros.
5005         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5006         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5007         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5008         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5009         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5010         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5012         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5013         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5014         on [__NR_futex].
5015         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5016         broken out of ...
5017         (__pthread_mutex_init): ... here.  Call it.
5018         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5019         Conditionalize PI cases on [__NR_futex].
5020         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5021         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5022         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5024         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5025         conditional on [SIGSETXID].
5026         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5027         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5028         is defined.  Likewise for SIGSETXID.
5029         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5030         Conditionalize definitions on [SIGSETXID].
5031         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5032         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5033         unblocking on [SIGCANCEL].
5035         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5036         [__NR_set_robust_list].
5038 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5040         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5041         (do_compare): Likewise.
5043 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5045         [BZ #15884]
5046         * string/strcoll_l.c: Don't include stdio.h.
5047         (coll_seq): Remove members idxarr and rulearr.
5048         (get_next_seq_cached): Remove function.
5049         (get_next_seq): Likewise.
5050         (get_next_seq_nocache): Rename to get_next_seq.
5051         (do_compare): Remove function.
5052         (do_compare_nocache): Rename to do_compare.
5053         (STRCOLL): Remove weight and rules cache.
5055 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5057         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5058         * sysdeps/arm/sfp-machine.h: ... to here.
5059         * sysdeps/arm/Implies: Remove arm/soft-fp.
5061 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5063         * conform/data/sys/utsname.h-data (*_t): Allow.
5064         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5065         [POSIX] (WEXITED): Do not expect constant.
5066         [POSIX] (WSTOPPED): Likewise.
5067         [POSIX] (WNOHANG): Likewise.
5068         [POSIX] (WNOWAIT): Likewise.
5069         [POSIX] (siginfo_t): Do not expect type or elements.
5070         [POSIX] (pid_t): Do not expect type.
5071         [POSIX] (signal.h): Do not allow header.
5072         [POSIX] (sys/resource.h): Likewise.
5073         [POSIX] (si_*): Do not allow pattern.
5074         [POSIX] (W*): Likewise.
5075         [POSIX] (P_*): Likewise.
5076         [POSIX] (BUS_*): Likewise.
5077         [POSIX] (CLD_*): Likewise.
5078         [POSIX] (FPE_*): Likewise.
5079         [POSIX] (ILL_*): Likewise.
5080         [POSIX] (POLL_*): Likewise.
5081         [POSIX] (SEGV_*): Likewise.
5082         [POSIX] (SI_*): Likewise.
5083         [POSIX] (TRAP_*): Likewise.
5084         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5085         variable.
5087 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5089         [BZ #12926]
5090         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5091         infinite loop when __recvmsg returns 0.
5093 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5095         * CANCEL-FCT-WAIVE: Remove file.
5096         * CANCEL-FILE-WAIVE: Likewise.
5098         [BZ #14132]
5099         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5100         instead of INTVARDEF.
5101         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5102         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5103         rtld_hidden_data_def instead of INTVARDEF.
5104         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5105         * elf/dl-deps.c (expand_dst): Likewise.
5106         * elf/dl-load.c (_dl_dst_count): Likewise.
5107         (_dl_dst_substitute): Likewise.
5108         (decompose_rpath): Likewise.
5109         (_dl_init_paths): Likewise.
5110         (open_path): Likewise.
5111         (_dl_map_object): Likewise.
5112         * elf/rtld.c (dl_main): Likewise.
5113         (process_dl_audit): Likewise.
5114         (process_envvars): Likewise.
5115         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5116         Remove declaration.
5117         (__libc_enable_secure): Use rtld_hidden_proto.
5119 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5121         * elf/dl-load.c
5122         (add_path): New function broken out of _dl_rtld_di_serinfo.
5123         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5125 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5127         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5128         parentheses around macro arguments.
5129         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5130         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5131         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5132         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5133         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5134         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5135         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5136         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5137         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5138         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5139         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5140         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5141         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5142         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5143         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5144         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5145         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5146         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5147         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5148         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5149         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5150         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5151         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5152         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5153         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5154         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5155         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5156         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5157         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5158         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5159         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5160         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5161         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5162         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5163         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5164         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5165         Likewise.
5166         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5167         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5168         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5169         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5170         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5171         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5172         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5173         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5174         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5175         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5176         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5177         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5178         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5179         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5180         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5181         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5182         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5183         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5184         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5185         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5186         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5187         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5188         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5189         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5190         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5191         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5192         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5193         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5194         (_FP_FRAC_SRS_1): Likewise.
5195         (_FP_FRAC_CLZ_1): Likewise.
5196         (_FP_MUL_MEAT_1_imm): Likewise.
5197         (_FP_MUL_MEAT_1_wide): Likewise.
5198         (_FP_MUL_MEAT_1_hard): Likewise.
5199         (_FP_SQRT_MEAT_1): Likewise.
5200         (_FP_FRAC_ASSEMBLE_1): Likewise.
5201         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5202         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5203         (__FP_CLZ_2): Likewise.
5204         (_FP_MUL_MEAT_2_wide): Likewise.
5205         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5206         (_FP_MUL_MEAT_2_gmp): Likewise.
5207         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5208         (_FP_SQRT_MEAT_2): Likewise.
5209         (_FP_FRAC_ASSEMBLE_2): Likewise.
5210         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5211         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5212         (_FP_FRAC_CLZ_4): Likewise.
5213         (_FP_MUL_MEAT_4_wide): Likewise.
5214         (_FP_MUL_MEAT_4_gmp): Likewise.
5215         (_FP_SQRT_MEAT_4): Likewise.
5216         (_FP_FRAC_ASSEMBLE_4): Likewise.
5217         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5218         * soft-fp/op-common.h (_FP_CMP): Likewise.
5219         (_FP_CMP_EQ): Likewise.
5220         (_FP_CMP_UNORD): Likewise.
5221         (_FP_TO_INT): Likewise.
5222         (_FP_FROM_INT): Likewise.
5223         [!__FP_CLZ] (__FP_CLZ): Likewise.
5224         (_FP_DIV_HELP_imm): Likewise.
5225         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5226         Likewise.
5227         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5228         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5229         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5230         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5231         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5232         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5233         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5234         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5235         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5236         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5237         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5238         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5239         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5240         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5241         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5242         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5243         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5244         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5245         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5246         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5247         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5248         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5249         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5250         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5251         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5252         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5253         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5254         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5255         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5256         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5257         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5258         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5259         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5260         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5261         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5262         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5263         (FP_UNPACK_RAW_SP): Likewise.
5264         (FP_PACK_RAW_S): Likewise.
5265         (FP_PACK_RAW_SP): Likewise.
5266         (FP_UNPACK_S): Likewise.
5267         (FP_UNPACK_SP): Likewise.
5268         (FP_UNPACK_SEMIRAW_S): Likewise.
5269         (FP_UNPACK_SEMIRAW_SP): Likewise.
5270         (FP_PACK_S): Likewise.
5271         (FP_PACK_SP): Likewise.
5272         (FP_PACK_SEMIRAW_S): Likewise.
5273         (FP_PACK_SEMIRAW_SP): Likewise.
5274         (_FP_SQRT_MEAT_S): Likewise.
5275         (FP_CMP_S): Likewise.
5276         (FP_CMP_EQ_S): Likewise.
5277         (FP_CMP_UNORD_S): Likewise.
5278         (FP_TO_INT_S): Likewise.
5279         (FP_FROM_INT_S): Likewise.
5281         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5283         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5284         (FP_EX_INVALID_IMZ): Likewise.
5285         (FP_EX_INVALID_IMZ_FMA): Likewise.
5286         (FP_EX_INVALID_ISI): Likewise.
5287         (FP_EX_INVALID_ZDZ): Likewise.
5288         (FP_EX_INVALID_IDI): Likewise.
5289         (FP_EX_INVALID_SQRT): Likewise.
5290         (FP_EX_INVALID_CVI): Likewise.
5291         (FP_EX_INVALID_VC): Likewise.
5292         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5293         "invalid" exceptions.
5294         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5295         (_FP_ADD_INTERNAL): Likewise.
5296         (_FP_MUL): Likewise.
5297         (_FP_FMA): Likewise.
5298         (_FP_DIV): Likewise.
5299         (_FP_CMP_CHECK_NAN): Likewise.
5300         (_FP_SQRT): Likewise.
5301         (_FP_TO_INT): Likewise.
5302         (FP_EXTEND): Likewise.
5304 2014-10-09  Allan McRae  <allan@archlinux.org>
5306         * po/fr.po: Update French translation from translation project.
5308 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5310         [BZ #14132]
5311         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5312         of INTDEF.
5313         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5314         (__cxa_atexit): Use libc_hidden_proto.
5315         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5317         [BZ #14132]
5318         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5319         declaration.
5320         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5321         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5322         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5323         [!_ISOMAC] (__iswctype_internal): Likewise.
5324         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5325         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5326         alias.
5327         (fcntl): Remove __fcntl_internal alias.
5328         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5329         __connect_internal alias.
5330         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5331         Likewise.
5333         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5334         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5335         FP_DENORM_ZERO.
5336         (_FP_CHECK_FLUSH_ZERO): New macro.
5337         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5338         (_FP_CMP): Likewise.
5339         (_FP_CMP_EQ): Likewise.
5340         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5341         FP_DENORM_ZERO.
5342         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5343         (FP_TRUNC): Likewise.
5345         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5346         treated as invalid conversion, not as normal exponent.
5348         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5349         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5350         (_FP_CMP_EQ): Likewise.
5351         (_FP_CMP_UNORD): Likewise.
5352         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5353         (FP_CMP_EQ_D): Likewise.
5354         (FP_CMP_UNORD_D): Likewise.
5355         * soft-fp/extended.h (FP_CMP_E): Likewise.
5356         (FP_CMP_EQ_E): Likewise.
5357         (FP_CMP_UNORD_E): Likewise.
5358         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5359         (FP_CMP_EQ_Q): Likewise.
5360         (FP_CMP_UNORD_Q): Likewise.
5361         * soft-fp/single.h (FP_CMP_S): Likewise.
5362         (FP_CMP_EQ_S): Likewise.
5363         (FP_CMP_UNORD_S): Likewise.
5364         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5365         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5366         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5367         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5368         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5369         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5370         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5371         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5372         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5373         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5374         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5375         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5376         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5377         to FP_CMP_Q.
5378         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5379         FP_CMP_Q.
5380         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5381         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5382         FP_CMP_EQ_Q.
5383         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5384         FP_CMP_Q.
5385         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5386         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5387         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5388         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5389         FP_CMP_EQ_Q.
5390         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5391         FP_CMP_Q.
5392         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5393         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5394         FP_CMP_EQ_Q.
5395         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5396         FP_CMP_Q.
5397         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5398         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5399         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5400         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5401         FP_CMP_EQ_Q.
5403         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5404         a subnormal result, set the underflow exception if trapping on
5405         underflow is enabled.
5406         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5407         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5408         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5409         redefine to 0.
5410         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5411         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5412         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5413         * soft-fp/extendxftf2.c (__extendxftf2): Use
5414         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5416         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5417         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5418         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5419         FP_HANDLE_EXCEPTIONS.
5420         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5421         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5422         FP_HANDLE_EXCEPTIONS.
5423         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5424         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5425         FP_HANDLE_EXCEPTIONS.
5426         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5427         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5428         FP_HANDLE_EXCEPTIONS.
5430 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5432         [BZ #14132]
5433         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5434         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5435         use INTUSE.
5436         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5437         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5438         Remove alias.
5439         (__adjtimex): Define using libc_hidden_ver.
5440         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5441         Remove declaration.
5442         (ntp_gettime): Call __adjtimex directly.
5443         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5444         Remove declaration.
5445         (ntp_gettimex): Call __adjtimex directly.
5446         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5447         __adjtimex_internal alias.
5449 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5451         [BZ #17460]
5452         * nscd/nscd.c (more_help): Rewrite list of tables collection
5453         using xstrdup and asprintf.
5455         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5457 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5458             Roland McGrath  <roland@hack.frob.com>
5460         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5461         (do_lookup_unique): ... local function 'enter' here; update callers.
5463 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5465         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5466         compat_symbol calls on [SHARED].
5467         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5468         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5469         Remove.
5470         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5471         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5472         (oldsetrlimit): Remove.
5473         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5475         (lchown): New syscall entry.
5476         (oldsetrlimit): Remove.
5477         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5478         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5479         (oldsetrlimit): Remove.
5480         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5482         [BZ #14138]
5483         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5484         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5485         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5486         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5487         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5488         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5489         (fchown): Likewise.
5490         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5491         (fchown): Likewise.
5492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5493         Likewise.
5495 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5497         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5498         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5499         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5500         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5501         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5502         Likewise.
5503         (__old_sem_post): Likewise.
5505 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5507         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5508         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5509         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5510         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5511         Use INLINE_VSYSCALL macro.
5512         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5513         __vdso_clock_gettime.
5514         * sysdeps/unix/sysv/linux/tile/init-first.c
5515         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5516         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5517         __vdso_clock_gettime.
5519         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5520         to set up frame more cleanly.
5522         * sysdeps/tile/memcmp.c: New file.
5524         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5526         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5527         * sysdeps/tile/tilegx/strcasestr.c: New file.
5528         * sysdeps/tile/tilegx/strnlen.c: New file.
5529         * sysdeps/tile/tilegx/strstr.c: New file.
5531         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5533 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5535         * nptl/tst-setuid3.c: Write errors to stdout.
5537 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5539         * elf/dl-deps.c
5540         (preload): New functions broken out of _dl_map_object_deps.
5541         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5543 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5545         [BZ #14138]
5546         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5547         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5549 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5551         * sysdeps/mips/strcmp.S: New.
5553 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5555         [BZ #14138]
5556         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5557         (linkat): Likewise.
5558         (mkdirat): Likewise.
5559         (readlinkat): Likewise.
5560         (renameat): Likewise.
5561         (symlinkat): Likewise.
5562         (unlinkat): Likewise.
5563         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5564         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5565         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5566         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5567         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5568         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5569         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5571 2014-09-30  Will Newton  <will.newton@linaro.org>
5573         * math/math.h: Define long double math functions if
5574         _LIBC_TEST is defined.
5575         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5577         * localedata/Makefile: Move assignment to tests-special
5578         into an ifdef testing run-built-tests.
5579         * timezone/Makefile: Likewise.
5581 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
5583         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5584         with $(BASH) not $(SHELL).
5586 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
5587             Matthew LeGendre  <legendre1@llnl.gov>
5589         [BZ #17411]
5590         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5591         l_reloc_result.
5593 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5595         * stdio-common/printf_fp.c
5596         (hack_digit): New function, broken out of ...
5597         (__printf_fp): ... local function here.  Update call sites.
5598         hack_digit now takes an additional parameter that is a pointer
5599         to a struct of the referenced locals.  Those locals moved inside
5600         the struct and references updated.
5602 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
5604         * aclocal.m4: Require autoconf 2.69.
5605         * configure: Regenerated.
5606         * sysdeps/aarch64/configure: Likewise.
5607         * sysdeps/alpha/configure: Likewise.
5608         * sysdeps/arm/armv7/configure: Likewise.
5609         * sysdeps/arm/configure: Likewise.
5610         * sysdeps/ia64/configure: Likewise.
5611         * sysdeps/mach/configure: Likewise.
5612         * sysdeps/mips/configure: Likewise.
5613         * sysdeps/s390/configure: Likewise.
5614         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
5615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
5617         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
5618         file.
5619         * sysdeps/ia64/configure.ac: Likewise.
5621 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
5623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
5624         specify symbol version for ld.so.  Do not include entry for
5625         libpthread.
5626         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5627         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5628         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5630         [BZ #14171]
5631         * Makeconfig [$(build-shared) = yes]
5632         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
5633         makefiles.
5634         [$(build-shared) = yes && $(soversions.mk-done) = t]
5635         ($(common-objpfx)gnu/lib-names.h): Remove rule.
5636         [$(build-shared) = yes && $(soversions.mk-done) = t]
5637         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
5638         to Makerules.
5639         [$(build-shared) = yes && $(soversions.mk-done) = t]
5640         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
5641         here.
5642         [$(build-shared) = yes && $(soversions.mk-done) = t]
5643         (common-generated): Don't append gnu/lib-names.h and
5644         gnu/lib-names.stmp here.
5645         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
5646         (lib-names-h-abi): New variable.
5647         [$(build-shared) = yes && $(soversions.mk-done) = t]
5648         (lib-names-stmp-abi): Likewise.
5649         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5650         abi-variants] (before-compile): Append
5651         $(common-objpfx)$(lib-names-h-abi).
5652         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5653         abi-variants] (common-generated): Append gnu/lib-names.h.
5654         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5655         abi-variants] (install-others-nosubdir): Depend on
5656         $(inst_includedir)/$(lib-names-h-abi).
5657         [$(build-shared) = yes && $(soversions.mk-done) = t &&
5658         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
5659         [$(build-shared) = yes && $(soversions.mk-done) = t]
5660         ($(common-objpfx)$(lib-names-h-abi)): New rule.
5661         [$(build-shared) = yes && $(soversions.mk-done) = t]
5662         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
5663         [$(build-shared) = yes && $(soversions.mk-done) = t]
5664         (common-generated): Append $(lib-names-h-abi) and
5665         $(lib-names-stmp-abi).
5666         * scripts/lib-names.awk: Do not handle multi being set.
5667         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
5668         Remove variable.
5669         (abi-lp64_be-ld-soname): Likewise.
5670         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
5671         Likewise.
5672         (abi-hard-ld-soname): Likewise.
5673         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
5674         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
5675         Remove variable.
5676         (abi-o32_hard-ld-soname): Likewise.
5677         (abi-o32_soft_2008-ld-soname): Likewise.
5678         (abi-o32_hard_2008-ld-soname): Likewise.
5679         (abi-n32_soft-ld-soname): Likewise.
5680         (abi-n32_hard-ld-soname): Likewise.
5681         (abi-n32_soft_2008-ld-soname): Likewise.
5682         (abi-n32_hard_2008-ld-soname): Likewise.
5683         (abi-n64_soft-ld-soname): Likewise.
5684         (abi-n64_hard-ld-soname): Likewise.
5685         (abi-n64_soft_2008-ld-soname): Likewise.
5686         (abi-n64_hard_2008-ld-soname): Likewise.
5687         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
5688         Likewise.
5689         (abi-64-v2-ld-soname): Likewise.
5690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
5691         ld.so entries.
5692         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
5693         variable.
5694         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
5695         entry.
5696         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
5697         variable.
5698         (abi-64-ld-soname): Likewise.
5699         (abi-x32-ld-soname): Likewise.
5700         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
5701         entry.
5702         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5704 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
5706         [BZ #14138]
5707         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
5708         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
5709         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
5710         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
5711         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
5712         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
5713         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
5714         syscall entry for GLIBC_2.2 symbol version.
5715         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
5716         Likewise.
5717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5718         (setrlimit): Likewise.
5719         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
5720         Likewise.
5722 2014-09-23  Will Newton  <will.newton@linaro.org>
5724         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
5725         _LINUX_ARM_SYSDEP_H include guard too.
5726         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
5727         define.
5729 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5731         * sysdeps/unix/sysv/linux/eventfd.c:
5732         Make first argument unsigned.
5733         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
5734         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
5736 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
5738         * socket/recvmmsg.c (recvmmsg): Drop const argument.
5739         * socket/sys/socket.h: Likewise
5740         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
5742 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5744         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
5746 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
5748         * time/tst-ftime.c: New test.
5749         * time/Makefile (tests): Add tst-ftime.
5751 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
5753         * soft-fp/extended.h: Fix comment formatting.
5754         * soft-fp/op-1.h: Likewise.
5755         * soft-fp/op-2.h: Likewise.
5756         * soft-fp/op-4.h: Likewise.
5757         * soft-fp/op-8.h: Likewise.
5758         * soft-fp/op-common.h: Likewise.
5759         * soft-fp/soft-fp.h: Likewise.
5761         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
5763 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
5765         [BZ #6652]
5766         * Makeconfig (soversions-default-setname): Remove variable.
5767         ($(common-objpfx)soversions.i): Don't pass default_setname to
5768         soversions.awk.
5769         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
5770         oldest_abi to abi-versions.awk.
5771         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
5772         * config.make.in (oldest-abi): Remove variable.
5773         * configure.ac (--enable-oldest-abi): Remove configure option.
5774         * configure: Regenerated.
5775         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
5776         text.
5777         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
5778         * scripts/soversions.awk: Do not handle default_setname variable.
5779         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
5780         variable.
5781         * sysdeps/mach/hurd/configure: Regenerated.
5782         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
5783         variable.
5784         * sysdeps/unix/sysv/linux/configure: Regenerated.
5786 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5788         * elf/Makefile (CFLAGS-interp.c): Remove.
5789         ($(elf-objpfx)runtime-linker.h): Generate header with linker
5790         path string.
5791         * elf/interp.c: Include generated runtime-linker.h
5793         * Makerules (lib%.so): Don't include $(+interp) in
5794         prerequisites.
5795         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
5796         * dlfcn/eval.c: Remove file.
5798         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
5799         macros.
5801         [BZ #17266]
5802         * misc/sys/cdefs.h: Define __extern_always_inline for clang
5803         4.2 and newer.
5805         [BZ #17370]
5806         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
5808 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5809             Jakub Jelinek  <jakub@redhat.com>
5811         [BZ #17266]
5812         * libio/stdio.h: Check definition of __fortify_function
5813         instead of __extern_always_inline to include bits/stdio2.h.
5814         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
5815         check if __extern_always_inline is defined.
5816         [__USE_MISC || __USE_XOPEN]: Likewise.
5817         [__USE_ISOC99] Likewise.
5818         * misc/sys/cdefs.h (__fortify_function): Define only if
5819         __extern_always_inline is defined.
5820         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
5821         __extern_always_inline and __extern_inline only for g++-4.3
5822         and newer or a compatible gcc.
5824 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
5826         [BZ #17371]
5827         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5828         last change to handle zero prefix length.
5830 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5832         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
5833         _SC_REGEX_VERSION.
5835         * posix/getconf.c (vars): Add _POSIX_IPV6 and
5836         _POSIX_RAW_SOCKETS.
5838 2014-09-13  Allan McRae  <allan@archlinux.org>
5840         * po/ru.po: Update Russian translation from translation project.
5842 2014-09-12  Roland McGrath  <roland@hack.frob.com>
5844         * locale/programs/locale.c (show_locale_vars): Inline local function
5845         into its sole call site.  Clean up some style nits.
5846         (print_item): New function, broken out of ...
5847         (show_info): ... local function here.  Clean up style nits.
5849         * locale/programs/ld-ctype.c (set_one_default): New function, broken
5850         out of ...
5851         (set_class_defaults): ... local function set_default here.
5852         Define set_default as a macro locally to pass constant parameters.
5853         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
5854         rather than a shared local.
5856         * stdlib/rpmatch.c (try): New function, broken out of ...
5857         (rpmatch): ... local function here.  Also, prototypify definition.
5859 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
5861         * scripts/soversions.awk: Do not handle configuration names.
5862         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
5863         vendor and os variables to soversions.awk.
5864         * configure.ac: Do not modify gnu-* host_os.
5865         * configure: Regenerated
5866         * shlib-versions: Remove first column with configuration names.
5867         * nptl/shlib-versions: Likewise.
5868         * nptl_db/shlib-versions: Likewise.
5869         * sysdeps/hppa/shlib-versions: Likewise.
5870         * sysdeps/m68k/shlib-versions: Likewise.
5871         * sysdeps/mach/hurd/shlib-versions: Likewise.
5872         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
5873         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
5874         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
5875         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
5876         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
5877         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
5878         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
5879         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
5880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5881         Likewise.
5882         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5883         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5884         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5885         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5886         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5887         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
5888         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
5889         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
5891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
5892         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
5893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5894         Regenerated.
5895         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
5896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
5897         Condition symbol version definitions on [HAVE_ELFV2_ABI].
5899         * shlib-versions: Remove OS-specific entries.  Moved to files in
5900         sysdeps.
5901         * sysdeps/mach/hurd/shlib-versions: New file.
5902         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
5904         * nptl/shlib-versions: Remove architecture-specific entries.
5905         Moved to files in sysdeps.
5906         * shlib-versions: Likewise.
5907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
5908         file.
5909         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
5910         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
5911         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
5912         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
5914         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
5915         (UDP_NO_CHECK6_RX): Likewise.
5917 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5919         * sysdeps/posix/sysconf.c (__sysconf): Spell
5920         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
5922 2014-08-12  Florian Weimer  <fweimer@redhat.com>
5924         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
5925         loading.
5926         * iconv/Versions (__gconv_transliterate): Export for use from
5927         gconv modules.
5928         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
5929         (struct __gconv_trans_data, __gconv_trans_fct,
5930         __gconv_trans_context_fct, __gconv_trans_query_fct,
5931         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
5932         definitions.
5933         (struct __gconv_step_data): Remove __trans member.
5934         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
5935         longer hidden.  Remove unused trans_data argument.
5936         * iconv/gconv_int.h (struct trans_struct): Remove definition.
5937         (__gconv_translit_find): Remove declaration.
5938         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
5939         prototype.
5940         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
5941         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
5942         trans_data argument.  Add hidden definition.
5943         (__gconv_translit_find): Remove.
5944         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
5945         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
5946         * iconv/skeleton.c: Remove transliteration initialization.
5947         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
5948         __gconv_step_data initialization.
5949         * libio/iofwide.c (__libio_translit_): Remove.
5950         (_IO_fwide): Adjust struct __gconv_step_data initialization.
5951         * wcsmbs/btowc.c (__btowc): Likewise.
5952         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
5953         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
5954         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
5955         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
5956         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
5957         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
5958         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
5959         * wcsmbs/wctob.c (wctob): Likewise.
5961 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5963         [BZ #16194]
5964         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
5965         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
5966         register usage.
5967         * sysdeps/x86/Makefile: Adjust.
5969 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5970             Roland McGrath  <roland@hack.frob.com>
5972         * locale/weight.h: Add include guard.
5973         (findidx): Make static rather than auto; take new parameters
5974         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
5975         * locale/weightwc.h: Likewise.
5976         * posix/fnmatch_loop.c
5977         (FCT): Change type of EXTRA from int32_t to wint_t.
5978         Don't include either header inside the function.
5979         Call FINDIDX rather than findidx, and pass new arguments.
5980         #undef FINDIDX at the end of the file.
5981         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
5982         FINDIDX before including fnmatch_loop.c for the non-wide version.
5983         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
5984         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
5985         for the wide version.
5986         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
5987         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
5988         Pass new arguments to findidx.
5989         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
5990         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
5991         Don't #include it inside the function.  Pass new arguments to findidx.
5992         * posix/regex_internal.h
5993         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
5994         (re_string_elem_size_at): Don't #include it inside the function.
5995         Pass new arguments to findidx.
5996         * string/strcoll_l.c: #include WEIGHT_H at top level.
5997         (get_next_seq): Don't #include it inside the function.
5998         Pass new arguments to findidx.
5999         (get_next_seq_nocache): Likewise.
6000         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6001         (STRXFRM): Don't #include it inside the function.
6002         Pass new arguments to findidx.
6004 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6006         [BZ #17344]
6007         * malloc/malloc.c (unlink): Turn asserts into a call to
6008         malloc_printerr.
6010 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6012         [BZ #17370]
6013         * libio/wfileops (do_ftell_wide): Free OUT.
6015 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6017         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6019 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6021         [BZ #17363]
6022         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6023         group if the current group is empty.
6025 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6027         * benchtests/bench-memset.c (test_main): Add more test from size
6028         from 32 to 512 bytes.
6029         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6030         Add POWER8 memset object.
6031         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6032         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6033         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6034         implementation.
6035         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6036         Likewise.
6037         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6038         multiarch POWER8 memset optimization.
6039         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6040         POWER8 memset optimization.
6042         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6043         Remove bzero multiarch objects.
6044         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6045         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6046         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6047         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6048         Remove define.
6049         [__bzero]: Redefine to specific name.
6050         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6051         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6052         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6053         define.
6054         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6055         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6057 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6059         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6060         warnings into errors.
6062         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6063         __cxa_thread_atexit_impl prototype.
6065 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6067         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6068         Fix capitalization of error message.
6070 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6072         * sysdeps/mips/preconfigure: Modify ABI tests.
6074 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6076         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6078 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6079             Carlos O'Donell  <carlos@systemhalted.org>
6081         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6082         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6083         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6084         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6085         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6086         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6087         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6088         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6089         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6090         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6091         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6092         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6093         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6094         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6095         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6096         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6097         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6098         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6099         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6100         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6101         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6102         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6103         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6104         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6105         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6106         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6107         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6108         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6109         Deconditionalize the code that was previously under [RESET_PID].
6110         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6111         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6112         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6113         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6114         include sysdep.h.
6116 2014-09-08  Allan McRae  <allan@archlinux.org>
6118         * version.h (RELEASE): Set to "development".
6119         (VERSION): Set to "2.20.90"
6121 2014-09-07  Allan McRae  <allan@archlinux.org
6123         * version.h (RELEASE): Set to "stable".
6124         (VERSION): Set to "2.20"
6125         * include/features.h (__GLIBC_MINOR__): Set to 20.
6127         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6128         Liebler.
6130         * po/ko.po: Update Korean translation from translation project.
6132 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6134         [BZ #17354]
6135         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6136         macro for handling signed relocations.
6138 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6140         [BZ #17325]
6141         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6142         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6143         assert.
6144         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6145         * iconvdata/ibm935.c (BODY): Likewise.
6146         * iconvdata/ibm937.c (BODY): Likewise.
6147         * iconvdata/ibm939.c (BODY): Likewise.
6148         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6149         assert.
6150         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6151         script.
6152         * iconvdata/run-iconv-test.sh: New test loop for checking for
6153         decoder crashers.
6155 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6157         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6158         libm_hidden_ver.
6160 2014-09-01  Allan McRae  <allan@archlinux.org>
6162         * po/eo.po: Update Esperanto translation from translation project.
6164         * po/ca.po: Update Catalan translation from translation project.
6166 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6168         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6169         __proc_dostop call.
6171 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6173         [BZ #17319]
6174         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6175         to call set_thread_area instead of hand written asm.
6176         (__NR_set_thread_area): Removed define.
6177         (TLS_FLAG_WRITABLE): Likewise.
6178         (__ASSUME_SET_THREAD_AREA): Remove check.
6179         (TLS_EBX_ARG): Remove define.
6180         (TLS_LOAD_EBX): Likewise.
6182 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6184         Simplify atomicity of socket creation in bind.
6186         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6187         looking up the name after linking the file.
6189 2014-08-27  Allan McRae  <allan@archlinux.org>
6191         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6193 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6195         [BZ #17187]
6196         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6197         trans_compare, open_translit, __gconv_translit_find):
6198         Remove module loading code.
6200 2014-08-26  Allan McRae  <allan@archlinux.org>
6202         * po/vi.po: Update Vietnamese translation from translation project.
6204         * po/uk.po: Update Ukrainian translation from translation project.
6206         * po/fr.po: Update French translation from translation project.
6208         * po/ru.po: Update Russian translation from translation project.
6210         * po/pl.po: Update Polish translation from translation project.
6212         * po/cs.po: Update Czech translation from translation project.
6214         * po/de.po: Update German translation from translation project.
6216         * po/bg.po: Update Bulgarian translation from translation project.
6218         * po/sv.po: Update Sweedish translation from translation project.
6220         * po/nl.po: Update Dutch translation from translation project.
6222         * po/es.po: Update Spanish translation from translation project.
6224 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6226         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6228         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6229         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6230         (CPPFLAGS-iconvconfig): Likewise.
6231         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6233         * include/libc-symbols.h: Remove unnecessary check for
6234         NOT_IN_libc.
6235         * nptl/pthreadP.h: Likewise.
6236         * sysdeps/aarch64/setjmp.S: Likewise.
6237         * sysdeps/alpha/setjmp.S: Likewise.
6238         * sysdeps/arm/sysdep.h: Likewise.
6239         * sysdeps/i386/setjmp.S: Likewise.
6240         * sysdeps/m68k/setjmp.c: Likewise.
6241         * sysdeps/posix/getcwd.c: Likewise.
6242         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6243         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6244         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6245         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6246         * sysdeps/sh/sh3/setjmp.S: Likewise.
6247         * sysdeps/sh/sh4/setjmp.S: Likewise.
6248         * sysdeps/unix/alpha/sysdep.h: Likewise.
6249         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6250         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6251         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6252         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6255         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6256         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6257         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6258         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6259         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6260         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6261         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6262         * sysdeps/x86_64/setjmp.S: Likewise.
6264 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6266         [BZ #17263]
6267         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6268         <stdint.h>.
6269         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6270         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6272 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6274         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6276         [BZ #17262]
6277         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6278         and __x86_64__ when disabling x87 inline functions.
6280 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6282         [BZ #17259]
6283         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6284         asm statement with __cpuid_count.
6286 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6288         * configure.ac: Change __ehdr_start code to dereference the struct.
6289         Run readelf on the output to look for relocations.
6290         * configure: Regenerated.
6292 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6294         [BZ #17261]
6295         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6296         value to 0.
6297         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6299 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6301         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6303 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6305         [BZ #16892]
6306         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6307         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6309 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6311         * malloc/malloc.c: Fix typo in comment.
6313 2014-08-09  Allan McRae  <allan@archlinux.org>
6315         * Regenerate libc.po.
6317 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6319         * intl/tst-gettext2.sh: Check every lang file for creation.
6321 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6323         * sysdeps/aarch64/fpu/math_private.h
6324         (libc_feholdsetround_noex_aarch64_ctx): New function.
6326 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6328         * sysdeps/arm/armv6/strcpy.S (strcpy):
6329         Fix performance issue in misaligned cases.
6331 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6333         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6334         Move definition from termios.h.
6335         (struct termio): Likewise.
6336         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6337         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6338         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6339         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6340         Likewise.
6341         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6342         Move definition to ioctl-types.h
6343         (struct termio): Likewise.
6344         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6345         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6346         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6347         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6348         Likewise.
6350 2014-08-05  Richard Henderson  <rth@redhat.com>
6352         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6353         exceptions.
6354         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6355         Add fraiseexcpt.
6356         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6357         Use __feraiseexcept.
6358         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6359         Protect libm symbols with IS_IN_libm.
6361         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6363 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6365         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6367 2014-08-04  Will Newton  <will.newton@linaro.org>
6369         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6370         file.
6372 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6374         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6375         variants for each function.
6377 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6379         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6380         appended ...
6381         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6382         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6383         appended ...
6384         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6385         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6386         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6387         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6388         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6389         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6390         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6391         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6392         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6393         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6394         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6395         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6396         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6397         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6398         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6399         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6400         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6401         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6402         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6403         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6404         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6405         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6406         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6407         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6408         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6409         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6410         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6411         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6412         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6413         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6414         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6415         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6416         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6417         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6418         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6419         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6420         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6421         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6422         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6423         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6424         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6425         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6426         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6427         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6428         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6429         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6430         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6431         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6432         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6433         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6434         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6435         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6436         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6437         Update #include.
6438         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6439         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6441 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6443         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6444         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6445         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6446         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6447         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6448         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6450 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6452         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6453         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6454         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6455         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6457 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6459         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6460         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6461         (__libc_vfork): Define function under this name.
6462         (__vfork): Define as an alias.
6463         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6464         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6466 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6468         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6469         that was previously under [RESET_PID].
6470         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6472 2014-08-04  Andreas Schwab  <schwab@suse.de>
6474         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6476 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6478         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6479         (main): Likewise.
6481 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6483         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6485 2014-08-01  Richard Henderon  <rth@redhat.com>
6487         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6488         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6489         typo in exact zero test.
6490         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6491         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6492         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6494 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6496         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6497         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6498         * sysdeps/arm/sysdep.h: ... here.
6499         [!__ASSEMBLER__]: Include <stdint.h>.
6501 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6503         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6504         (HAVE_WCTYPE_H): Likewise.
6505         (HAVE_ISWCTYPE): Likewise.
6506         (ENABLE_NLS): Likewise.
6507         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6508         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6510         * posix/regex_internal.c: Check if DEBUG is defined and is
6511         set.
6513         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6514         (HAVE_MBSRTOWCS): Likewise.
6515         * posix/fnmatch.c: Include string.h unconditionally.
6517 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6519         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6520         reversal.
6522 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6524         * sysdeps/generic/safe-fatal.h: New file.
6525         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6526         * nptl/forward.c: Include it.
6527         (__pthread_unwind): Use __safe_fatal as default action, rather
6528         than a bogus use of INTERNAL_SYSCALL that could never work.
6530         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6531         * configure.ac (libc_cv_builtin_trap): New test.
6532         * configure: Regenerated.
6533         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6534         (ABORT_INSTRUCTION): Define using __builtin_trap.
6536         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6537         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6538         * sysdeps/nptl/nptl-signals.h: New file.
6539         * nptl/pthreadP.h: Include <nptl-signals.h>.
6541 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6543         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6544         (ONE_DIRECTION): Define.
6545         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6546         (ONE_DIRECTION): Define.
6547         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6548         (ONE_DIRECTION): Define.
6550 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6552         * sysdeps/s390/Makefile: Delete file.
6553         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6554         * sysdeps/s390/__longjmp.c: Delete file.
6555         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6556         Remove fields __flags and __reserved.
6557         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6558         and add versioning.
6559         * sysdeps/s390/rtld-__longjmp.c: Delete file.
6560         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6561         * sysdeps/s390/rtld-setjmp.S: Likewise.
6562         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6563         * sysdeps/s390/s390-32/__longjmp.c: ... here.
6564         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6565         * sysdeps/s390/s390-32/setjmp.S: ... here.
6566         Add versioning.
6567         (__sigsetjmp): Remove setting __flags field.
6568         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6569         * sysdeps/s390/s390-64/__longjmp.c: ... here.
6570         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6571         * sysdeps/s390/s390-64/setjmp.S: ... here.
6572         Add versioning.
6573         (__sigsetjmp): Remove setting __flags field.
6574         * sysdeps/s390/setjmp.S: Delete file.
6575         * sysdeps/s390/sigjmp.c: Likewise.
6576         * sysdeps/s390/v1-longjmp.c: Likewise.
6577         * sysdeps/s390/v1-setjmp.h: Likewise.
6578         * sysdeps/s390/v1-sigjmp.c: Likewise.
6579         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6580         Remove v1-longjmp_chk.
6581         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6582         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6583         Include debug/longjmp_chk.c and add versioning.
6584         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6585         Include nptl/pt-longjmp.c and add versioning.
6586         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6587         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6588         Include __longjmp.c.
6589         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6590         Move to ...
6591         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6592         (__getcontext): Remove setting __flags field.
6593         Add versioning.
6594         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6595         Don't restore upper high grps.
6596         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6597         Likewise.
6598         (__swapcontext): Remove setting uc_flags field.
6599         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6600         Delete file.
6601         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6602         Include __longjmp.c.
6603         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6604         Move to ...
6605         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
6606         (__getcontext): Remove setting __flags field.
6607         Add versioning.
6608         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
6609         (__swapcontext): Remove setting uc_flags field.
6610         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
6611         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
6612         Remove fields uc_high_gprs and __reserved.
6613         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
6614         New file with reverted content.
6615         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
6616         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
6617         Regenerated.
6618         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
6619         Regenerated.
6621 2014-07-31  Andreas Schwab  <schwab@suse.de>
6623         * config.h.in (HAVE_IFUNC): Define to 0.
6624         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
6625         definedness.
6627 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
6629         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6630         memmove-avx-unaligned, memcpy-avx-unaligned and
6631         mempcpy-avx-unaligned.
6632         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6633         Add tests for AVX memcpy functions.
6634         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
6635         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
6636         memcpy_chk.
6637         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
6638         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
6639         memmove_chk.
6640         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
6641         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
6642         mempcpy_chk.
6643         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
6644         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
6645         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
6647 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6649         [BZ #17213]
6650         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
6651         powerpc64le.
6653 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
6655         [BZ #16839]
6656         * manual/llio.texi: Add section about open file description locks.
6657         * manual/examples/ofdlocks.c: Example of open file description
6658         lock usage.
6659         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
6660         F_OFD_SETLK, and F_OFD_SETLKW.
6662 2014-07-23  Allan McRae  <allan@archlinux.org>
6664         * po/es.po: Update Spanish translation from translation project.
6666 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
6668         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
6670 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
6672         [BZ #17078]
6673         * sysdeps/arm/dl-machine.h (elf_machine_rela)
6674         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
6675         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
6677 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
6679         [BZ #17088]
6680         * math/fesetenv.c (__fesetenv)
6681         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
6682         * math/feupdateenv.c (__feupdateenv)
6683         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
6685         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
6686         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6687         (__ASSUME_SOCKETCALL): Do not define.
6689         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
6690         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
6691         (__ASSUME_SOCKETCALL): Do not define.
6692         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
6693         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6694         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6695         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
6696         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6697         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
6698         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6699         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6701         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
6702         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
6703         (__ASSUME_SOCKETCALL): Do not define.
6704         (__ASSUME_IPC64): Define unconditionally.
6705         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6706         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6707         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
6708         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6709         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
6710         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6711         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
6712         Likewise.
6714         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
6715         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
6716         (__ASSUME_SOCKETCALL): Do not define.
6717         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
6718         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6719         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6720         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
6721         (__ASSUME_REQUEUE_PI): Define unconditionally.
6722         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
6723         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
6724         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6725         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
6726         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6727         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6729         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
6730         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
6731         (__ASSUME_SOCKETCALL): Do not define.
6732         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
6733         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6734         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6735         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
6736         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6737         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
6739         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
6740         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
6741         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
6742         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
6743         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
6744         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
6745         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
6746         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
6747         (__ASSUME_GETCPU_SYSCALL): Likewise.
6749         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
6750         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
6751         cases for individual architectures.
6752         * sysdeps/gnu/configure: Regenerated.
6753         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
6754         LIBC_SLIBDIR_RTLDDIR.
6755         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
6756         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
6757         LIBC_SLIBDIR_RTLDDIR.
6758         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
6759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
6760         LIBC_SLIBDIR_RTLDDIR.
6761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6762         Regenerated.
6763         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
6764         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
6765         file.
6766         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
6767         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
6768         file.
6769         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
6770         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
6771         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
6772         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
6774         * sysdeps/aarch64/shlib-versions: Move to ...
6775         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
6776         * sysdeps/alpha/shlib-versions: Move to ...
6777         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
6778         * sysdeps/arm/shlib-versions: Move to ...
6779         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
6780         * sysdeps/hppa/shlib-versions: Move all contents except for
6781         libgcc_s entry to ...
6782         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
6783         entry from ...
6784         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
6785         * sysdeps/ia64/shlib-versions: Move to ...
6786         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
6787         entry from ...
6788         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
6789         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
6790         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
6791         * sysdeps/microblaze/shlib-versions: Move to ...
6792         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
6793         * sysdeps/mips/shlib-versions: Move to ...
6794         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
6795         entry from ...
6796         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
6797         * sysdeps/tile/shlib-versions: Move to ...
6798         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
6799         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
6800         from ...
6801         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
6802         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
6803         entry from ...
6804         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
6806 2014-07-17  Will Newton  <will.newton@linaro.org>
6808         * sysdeps/arm/bits/atomic.h
6809         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
6810         (__arch_compare_and_exchange_bool_16_int): Likewise.
6811         (__arch_compare_and_exchange_bool_64_int): Likewise.
6813         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
6814         into an #else block.
6816 2014-07-16  Roland McGrath  <roland@hack.frob.com>
6818         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
6819         just Linux configurations.  Test empirically that the compiler sets
6820         __ARM_EABI__, rather than using the tuple to decide.
6821         * sysdeps/arm/preconfigure: Regenerated.
6822         * sysdeps/unix/sysv/linux/arm/configure: File removed.
6823         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
6824         contents appended ...
6825         * sysdeps/arm/configure.ac: ... here.
6826         * sysdeps/arm/configure: Regenerated.
6828 2014-07-15  Roland McGrath  <roland@hack.frob.com>
6830         * nptl/pthread_kill.c: New file.
6831         * nptl/pthread_sigmask.c: New file.
6832         * nptl/pthread_sigqueue.c: New file.
6834         * sysdeps/nptl/lowlevellock.h: New file.
6835         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
6836         * sysdeps/nptl/lowlevellock-futex.h: New file.
6838         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
6839         Remove dead declarations.
6841 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
6843         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
6844         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
6845         config-cflags-avx2.
6846         * sysdeps/x86_64/configure.ac: Likewise.
6847         * sysdeps/i386/configure: Regenerated.
6848         * sysdeps/x86_64/configure: Likewise.
6849         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6850         memset-avx2 only if config-cflags-avx2 is yes.
6851         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6852         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
6853         defined.
6854         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
6855         only if HAVE_AVX2_SUPPORT is defined.
6856         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6858 2014-07-14  Alan Modra  <amodra@gmail.com>
6860         [BZ #17153]
6861         * elf/elf.h (DT_PPC64_NUM): Correct value.
6862         * NEWS: Add to fixed bug list.
6864 2014-07-13  Jim Meyering  <meyering@fb.com>
6866         [BZ 17150]
6867         regex: don't deref NULL upon heap allocation failure
6868         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
6869         failure in one more place.
6870         To trigger the segfault, configure grep -with-included-regex,
6871         build it, and run these commands:
6872         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
6874 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
6876         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
6878 2014-07-11  Richard Henderson  <rth@redhat.com>
6880         * sysdeps/aarch64/libm-test-ulps: Update.
6882 2014-07-10  Florian Weimer  <fweimer@redhat.com>
6884         [BZ #17135]
6885         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
6886         * nptl/allocatestack.c (__nptl_setxid_error): New function.
6887         (__nptl_setxid): Initialize error member.  Call
6888         __nptl_setxid_error.
6889         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
6890         * nptl/descr.h (struct xid_command): Add error member.
6891         * nptl/tst-setuid3.c: New file.
6892         * nptl/Makefile (tests): Add it.
6894 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6896         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
6897         New define.
6898         (__lll_trylock): Use __lll_base_trylock.
6899         (__lll_cond_trylock): Likewise.
6901 2014-07-10  Roland McGrath  <roland@hack.frob.com>
6903         * nptl/pthread_create.c (start_thread): Use atomic_or and
6904         lll_futex_wake directly rather than lll_robust_dead.
6905         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6906         (lll_robust_dead): Macro removed.
6907         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
6908         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6909         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6910         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6911         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6912         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6913         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6914         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6915         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6916         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6917         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6918         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6919         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6920         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6921         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6923         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
6924         Use atomic_compare_and_exchange_val_acq directly rather than
6925         lll_robust_trylock.
6926         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
6927         (__lll_robust_trylock, lll_robust_trylock): Removed.
6928         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
6929         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
6930         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
6931         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
6932         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
6933         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
6934         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
6935         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
6936         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
6937         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
6938         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
6939         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6940         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6941         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6943 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6945         * manual/locale.texi (Locale Names): New section documenting
6946         locale name syntax.  Adjust menu and node chaining accordingly.
6947         (Choosing Locale): Reference Locale Names, Locale Categories.
6948         Mention setting LC_ALL=C.  Reflect that name syntax is now
6949         documented.
6950         (Locale Categories): New section title.  Reference Locale Names.
6951         LC_ALL is an environment variable, but not a category.
6952         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
6953         description, now in Locale Name.  Reference that section.  Locale
6954         name syntax is now documented.
6956 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6958         [BZ #17137]
6959         * locale/findlocale.c (name_present, valid_locale_name): New
6960         functions.
6961         (_nl_find_locale): Use the loc_name variable to store name
6962         candidates.  Call name_present and valid_locale_name to check and
6963         validate locale names.  Return an error if the locale is invalid.
6965 2014-07-02  Florian Weimer  <fweimer@redhat.com>
6967         * locale/setlocale.c (setlocale): Use strdup for allocating
6968         composite name copy.
6970 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6972         Sync up with gnulib.
6973         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
6974         [!_LIBC && ENABLE_NLS]: Include gettext.h.
6975         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
6976         and _GL_ARG_NONNULL.
6977         [USE_UNLOCKED_IO]: Include unlocked-io.h.
6978         [!_LIBC]: Include code for Windows and Cygwin.
6979         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
6980         Include prototype for int strerror_r.
6981         [!_LIBC] (is_open): New function.
6982         (flush_stdout): New function.
6983         (print_errno_message): Use it.
6984         (error): Likewise.
6985         (error_at_line): Likewise.
6986         (error_tail) Add function attribute macros.  Use
6987         __builtin_expect.
6989         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
6991         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
6993         * io/ftw.c: Include sys/param.h unconditionally.
6995         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
6997         [BZ #17125]
6998         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
6999         libc_freeres_ptr.
7000         (freecache): New function to free CACHE on exit.
7002         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7003         initialization.
7005 2014-07-09  David S. Miller  <davem@davemloft.net>
7007         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7009         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7010         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7011         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7012         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7013         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7014         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7015         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7016         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7017         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7018         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7019         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7020         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7021         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7023 2014-07-09  Andreas Schwab  <schwab@suse.de>
7025         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7026         output.
7027         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7028         (do_test): Likewise.
7030         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7032 2014-07-09  Will Newton  <will.newton@linaro.org>
7034         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7035         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7036         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7037         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7038         * sysdeps/hppa/start.S (_start): Likewise.
7040 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7042         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7044         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7045         defined.
7047 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7049         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7050         after checking that it is non-NULL.
7052         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7054 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7056         * sysdeps/powerpc/memmove.c: Remove file.
7057         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7058         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7059         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7060         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7061         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7062         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7063         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7064         string memmove instead of removed powerpc one.
7066         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7067         [weak_alias]: Fix compiler warning due trailing data.
7068         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7069         [weak_alias]: Likewise.
7070         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7071         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7073         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7074         (__libc_ifunc_impl_list): Add memmove functions.
7076 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7078         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7079         Remove code.
7080         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7081         Likewise
7082         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7083         Likewise
7084         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7085         Likewise
7086         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7087         Likewise
7088         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7089         Likewise
7090         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7091         Likewise
7092         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7093         Likewise
7094         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7095         Likewise
7096         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7097         Likewise
7098         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7099         Likewise
7100         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7101         Likewise
7102         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7103         Likewise
7104         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7105         Likewise
7106         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7107         Likewise
7108         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7109         Likewise
7110         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7111         Likewise
7113 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7115         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7116         to avoid alignment traps in non-cacheable memory.
7117         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7119         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7120         multiarch objects.
7121         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7122         file: multiarch power7 memmove.
7123         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7124         multiarch default memmove.
7125         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7126         multiarch memove for powerpc32/power4.
7128         * string/bcopy.c: Use full path to include memmove.c.
7129         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7130         multiarch objects.
7131         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7132         bcopy for powerpc64.
7133         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7134         bcopy for powerpc64.
7135         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7136         and memmove implementations.
7137         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7138         optimized multiarch memmove for POWER7/powerpc64.
7139         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7140         default multiarch memmove for powerpc64.
7141         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7142         multiarch for powerpc64.
7143         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7144         for POWER7/powerpc64.
7145         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7146         memmove for POWER7/powerpc64.
7148         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7149         glibc default one.
7151         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7152         __ELF_NATIVE_CLASS equal to 64.
7154 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7156         * sysdeps/nptl/lowlevellock.h: File removed.
7158         * NEWS: NPTL is no longer an add-on!
7159         * nptl/internaltypes.h: Moved ...
7160         * sysdeps/nptl/internaltypes.h: ... here.
7161         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7162         * sysdeps/nptl/fork.c: Likewise.
7163         * sysdeps/nptl/gai_misc.h: Likewise.
7164         * sysdeps/nptl/librt-cancellation.c: Likewise.
7165         * sysdeps/nptl/jmp-unwind.c: Likewise.
7166         * sysdeps/nptl/setxid.h: Likewise.
7167         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7168         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7169         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7170         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7171         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7172         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7173         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7174         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7175         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7176         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7177         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7178         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7179         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7180         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7181         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7182         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7183         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7184         * nptl/Makeconfig: Moved ...
7185         * sysdeps/nptl/Makeconfig: ... here.
7186         * nptl/configure: File removed.
7187         * nptl/ANNOUNCE: File removed.
7188         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7189         * sysdeps/unix/sysv/linux/configure: Regenerated.
7191         * nptl/Makefile (routines): Add libc_pthread_init,
7192         libc_multiple_threads, register-atfork and unregister-atfork.
7193         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7194         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7195         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7196         pthread-pi-defines.sym, structsem.sym.
7197         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7198         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7199         [$(subdir) = nptl] (tests): Add tst-setgetname.
7200         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7201         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7202         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7203         [!LIBC_SIGACTION]: Remove aliases.
7204         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7205         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7206         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7207         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7208         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7209         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7210         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7211         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7212         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7213         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7214         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7215         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7216         __libc_allocate_rtsig_private.
7217         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7218         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7219         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7220         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7221         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7222         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7223         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7224         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7225         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7226         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7227         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7228         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7229         * nptl/internaltypes.h: ... here.
7230         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7231         * sysdeps/nptl/jmp-unwind.c: ... here.
7232         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7233         * nptl/libc-lowlevellock.c: ... here.
7234         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7235         * nptl/libc_multiple_threads.c: ... here.
7236         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7237         * nptl/libc_pthread_init.c: ... here.
7238         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7239         * nptl/lowlevelbarrier.sym: ... here.
7240         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7241         * nptl/lowlevelcond.sym: ... here.
7242         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7243         * nptl/lowlevellock.c: ... here.
7244         * nptl/lowlevellock.h: Moved ...
7245         * sysdeps/nptl/lowlevellock.h: ... here.
7246         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7247         * nptl/lowlevelrobustlock.c: ... here.
7248         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7249         * nptl/lowlevelrobustlock.sym: ... here.
7250         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7251         * nptl/lowlevelrwlock.sym: ... here.
7252         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7253         * nptl/pt-fork.c: ... here.
7254         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7255         * nptl/pthread-pi-defines.sym: ... here.
7256         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7257         * nptl/pthread_attr_getaffinity.c: ... here.
7258         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7259         * nptl/pthread_attr_setaffinity.c: ... here.
7260         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7261         * nptl/pthread_mutex_cond_lock.c: ... here.
7262         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7263         Update #include.
7264         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7265         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7266         * nptl/pthread_once.c: ... here, replacing old file.
7267         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7268         * nptl/pthread_yield.c: ... here.
7269         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7270         * nptl/register-atfork.c: ... here.
7271         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7272         * nptl/sem_post.c: ... here.
7273         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7274         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7275         * nptl/sem_timedwait.c: ... here.
7276         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7277         * nptl/sem_trywait.c: ... here.
7278         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7279         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7280         * nptl/sem_wait.c: ... here.
7281         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7282         * nptl/structsem.sym: ... here.
7283         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7284         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7285         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7286         * nptl/unregister-atfork.c: ... here.
7287         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7288         * nptl/unwindbuf.sym: ... here.
7289         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7290         * sysdeps/nptl/fork.c: ... here.
7291         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7292         * sysdeps/nptl/fork.h: ... here.
7293         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7294         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7295         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7296         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7297         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7298         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7299         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7300         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7301         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7302         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7303         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7304         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7305         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7306         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7307         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7308         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7309         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7310         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7311         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7312         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7313         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7314         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7315         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7316         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7317         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7318         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7319         * sysdeps/unix/sysv/linux/raise.c: ... here.
7320         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7321         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7322         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7323         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7324         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7325         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7326         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7327         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7328         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7329         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7330         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7331         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7332         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7333         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7334         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7336 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7338         * sysdeps/generic/memcopy.h: Add comment for
7339         MEMCPY_OK_FOR_FWD_MEMMOVE.
7341 2014-07-04  Will Newton  <will.newton@linaro.org>
7343         * string/memchr.c: Merge from gnulib.
7344         [_LIBC]: Remove conditionals.
7345         (__ptr_t): Remove define.
7346         (LONG_MAX_32_BITS): Likewise.
7347         (LONG_MAX): Likewise.
7348         (MEMCHR): Use ANSI prototype and optimize algorithm.
7350         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7352 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7354         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7355         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7357         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7358         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7359         in a bare environment with no <stdlib.h> installed.
7360         * sysdeps/nptl/configure: Regenerated.
7362         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7364         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7365         AC_EGREP_CPP for kernel header checks, so they only succeed if
7366         including <linux/version.h> actually works right.
7367         * sysdeps/unix/sysv/linux/configure: Regenerated.
7369         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7370         value so it's not diagnosed as unused.
7372         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7373         thing) with "ifeq ($(subdir),rt)".
7375 2014-07-03  Richard Henderson  <rth@redhat.com>
7377         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7378         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7379         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7381         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7382         (math_force_eval): New.
7384         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7385         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7387         * sysdeps/alpha/fpu/s_round.c: Remove file.
7388         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7390         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7391         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7392         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7393         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7394         (_dl_start, print_statistics): Likewise.
7395         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7396         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7398         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7399         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7400         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7401         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7402         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7403         (HP_SMALL_TIMING_AVAIL): Define.
7404         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7405         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7406         (HP_SMALL_TIMING_AVAIL): Define.
7407         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7408         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7410         * sysdeps/aarch64/hp-timing.h: New file.
7412         * sysdeps/generic/hp-timing.h: Remove dead comment.
7413         * sysdeps/generic/hp-timing-common.h: New file.
7414         * sysdeps/alpha/hp-timing.h: Include it.
7415         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7416         * sysdeps/i386/i686/hp-timing.h: Likewise.
7417         * sysdeps/ia64/hp-timing.h: Likewise.
7418         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7419         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7420         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7421         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7422         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7423         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7424         (hp_timing_t): New.
7426         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7427         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7428         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7429         * elf/rtld.c (_dl_start_final): Likewise.
7430         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7431         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7432         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7433         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7434         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7435         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7436         (HP_TIMING_DIFF_INIT): Remove.
7437         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7438         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7439         (HP_TIMING_DIFF_INIT): Remove.
7440         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7441         * sysdeps/i386/i686/hp-timing.c: Remove file.
7442         * sysdeps/x86_64/hp-timing.c: Remove file.
7443         * sysdeps/ia64/hp-timing.c: Remove file.
7444         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7445         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7446         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7447         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7449         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7450         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7451         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7452         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7453         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7454         (HP_TIMING_ACCUM): Remove.
7455         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7456         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7457         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7459         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7460         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7461         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7462         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7463         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7464         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7465         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7466         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7468         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7470 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7472         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7474 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7476         Sync up with gettext.
7477         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7478         [_MSC_VER]: Include malloc.h
7479         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7480         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7481         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7482         TEMP_FAILURE_RETRY.  Cast return of alloca.
7483         [!_LIBC] Call gl_rwlock_init.
7484         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7486 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7488         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7489         before checking its value.
7491 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7493         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7495         * debug/memcpy_chk.c: Don't include pagecopy.h.
7496         * debug/mempcpy_chk.c: Likewise.
7497         * string/memcpy.c: Likewise.
7498         * string/memmove.c: Likewise.
7499         * sysdeps/powerpc/memmove.c: Likewise.
7500         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7501         definition of PAGE_COPY_FWD_MAYBE here...
7502         * sysdeps/generic/pagecopy.h: ... from here.
7503         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7505 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7506             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7508         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7510         optimizations.
7511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7512         (__libc_ifunc_impl_list): Likewise.
7513         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7514         multiarch strcat for PPC64.
7515         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7516         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7518 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7520         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7522 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7524         * intl/loadmsgcat.c: Remove declaration of
7525         get_sysdep_segment_value.
7526         (get_sysdep_segment_value): Use ISO C style.
7527         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7528         semicolon.  Fix typo and formatting in comment.
7529         (_nl_unload_domain): Use ISO C style.
7531         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7533 2014-07-02  Will Newton  <will.newton@linaro.org>
7535         * malloc/obstack.c: Merge from gnulib master.
7536         [HAVE_CONFIG_H]: Remove conditional code.
7537         [!_LIBC]: Include config.h.
7538         [!ELIDE_CODE]: Don't include inttypes.h, include
7539         stdint.h unconditionally.
7540         (print_and_abort): Mark as _Noreturn.
7541         (_obstack_allocated_p): Mark as __attribute_pure__.
7542         (obstack_free): Rename to __obstack_free.
7543         [!__attribute__]: Remove conditional code.
7544         * malloc/obstack.h: Merge from gnulib master.
7545         [__cplusplus]: Move conditional down.
7546         [!__attribute_pure__]: Define __attribute_pure__ here
7547         if it is not already defined.
7548         (_obstack_memory_used): Mark as __attribute_pure__.
7549         [!__obstack_free]: Define as obstack_free.
7550         [__GNUC__]: Remove check for ancient NeXT gcc.
7552 2014-07-02  Will Newton  <will.newton@linaro.org>
7553             Paul Eggert  <eggert@cs.ucla.edu>
7555         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7557 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7559         * resolv/gethnamaddr.c: Add comment warning that the file is
7560         not maintained.
7562 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
7564         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7565         entries.
7567         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7568         entry for aio_cancel and aio_cancel64.
7569         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7570         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7571         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7572         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7573         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7574         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7575         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7576         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7577         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7578         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7579         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7580         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7581         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7583 2014-07-01  Roland McGrath  <roland@hack.frob.com>
7585         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7586         * nptl/pthread_mutex_lock.c: Likewise.
7587         * nptl/pthread_mutex_timedlock.c: Likewise.
7588         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7590 2014-07-01  Richard henderson  <rth@redhat.com>
7592         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7593         (__isnan, __isnanl): Remove.
7594         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7596         * sysdeps/alpha/fpu/libm-test-ulps: Update.
7598 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7600         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7602 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7604         * resolv/nss_dns/dns-host.c (getanswer_r)
7605         [MULTI_PTRS_ARE_ALIASES]: Remove code.
7607 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
7609         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7610         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
7611         undefine.
7612         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
7613         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
7615 2014-07-01  Roland McGrath <roland@hack.frob.com>
7617         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
7618         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
7620         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
7621         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
7623         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
7624         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
7625         ... here.
7626         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
7627         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
7629         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
7630         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
7631         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
7632         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
7634         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
7635         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
7636         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
7637         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
7638         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
7639         Moved ...
7640         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
7641         ... here.
7642         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
7643         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
7644         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
7645         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
7646         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
7647         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
7648         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
7649         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
7650         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
7651         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
7652         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
7653         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
7654         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
7655         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
7656         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
7657         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
7658         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
7659         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
7660         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
7661         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
7662         ... here.
7663         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
7664         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
7665         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
7666         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
7667         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
7668         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
7669         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
7670         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
7672 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
7674         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
7675         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
7676         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
7677         Add sysdep.
7679 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7681         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7683 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7685         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
7686         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
7688         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
7690         * sysdeps/arm/libm-test-ulps: Regenerated.
7692 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7693             Roland McGrath <roland@hack.frob.com>
7695         * test-skeleton.c (signal_handler): Kill the whole process group
7696         before killing the child individually.
7697         (main): Report any failure on `setpgid'.
7699 2014-06-30  Roland McGrath  <roland@hack.frob.com>
7701         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
7702         from _TLS_H to _ARM_NPTL_TLS_H.
7703         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
7704         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
7706 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
7708         [BZ #16539]
7709         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
7710         (__expm1l): Return argument unchanged when small but not
7711         subnormal.
7713         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
7714         include macro name.
7715         (_FP_UNPACK_RAW_1_P): Likewise.
7716         (_FP_PACK_RAW_1): Likewise.
7717         (_FP_PACK_RAW_1_P): Likewise.
7718         (_FP_MUL_MEAT_1_wide): Likewise.
7719         (_FP_MUL_MEAT_DW_1_hard): Likewise.
7720         (_FP_MUL_MEAT_1_hard): Likewise.
7721         (_FP_DIV_MEAT_1_imm): Likewise.
7722         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
7723         (_FP_DIV_MEAT_1_udiv): Likewise.
7724         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
7725         (_FP_UNPACK_RAW_2): Likewise.
7726         (_FP_UNPACK_RAW_2_P): Likewise.
7727         (_FP_PACK_RAW_2): Likewise.
7728         (_FP_PACK_RAW_2_P): Likewise.
7729         (_FP_MUL_MEAT_DW_2_wide): Likewise.
7730         (_FP_MUL_MEAT_2_wide): Likewise.
7731         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
7732         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7733         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
7734         (_FP_MUL_MEAT_2_gmp): Likewise.
7735         (_FP_DIV_MEAT_2_udiv): Likewise.
7736         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
7737         (_FP_FRAC_SRL_4): Likewise.
7738         (_FP_FRAC_SRST_4): Likewise.
7739         (_FP_FRAC_SRS_4): Likewise.
7740         (_FP_UNPACK_RAW_4): Likewise.
7741         (_FP_UNPACK_RAW_4_P): Likewise.
7742         (_FP_PACK_RAW_4): Likewise.
7743         (_FP_PACK_RAW_4_P): Likewise.
7744         (_FP_MUL_MEAT_DW_4_wide): Likewise.
7745         (_FP_MUL_MEAT_4_wide): Likewise.
7746         (_FP_MUL_MEAT_4_gmp): Likewise.
7747         (umul_ppppmnnn): Likewise.
7748         (_FP_DIV_MEAT_4_udiv): Likewise.
7749         (__FP_FRAC_ADD_4): Likewise.
7750         (__FP_FRAC_SUB_3): Likewise.
7751         (__FP_FRAC_SUB_4): Likewise.
7752         (__FP_FRAC_DEC_3): Likewise.
7753         (__FP_FRAC_DEC_4): Likewise.
7754         (__FP_FRAC_ADDI_4): Likewise.
7755         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
7756         (_FP_FRAC_SRL_8): Likewise.
7757         (_FP_FRAC_SRS_8): Likewise.
7759         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
7760         include macro name.
7761         (FP_UNPACK_RAW_EP): Likewise.
7762         (FP_PACK_RAW_E): Likewise.
7763         (FP_PACK_RAW_EP): Likewise.
7764         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
7765         (_FP_ISSIGNAN): Likewise.
7766         (_FP_ADD_INTERNAL): Likewise.
7767         (_FP_FMA): Likewise.
7768         (_FP_CMP): Likewise.
7769         (_FP_SQRT): Likewise.
7770         (_FP_TO_INT): Likewise.
7771         (_FP_FROM_INT): Likewise.
7772         (FP_EXTEND): Likewise.
7773         (_FP_DIV_MEAT_N_loop): Likewise.
7775 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
7777         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
7778         throughout.
7780 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
7782         [BZ #17097]
7783         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
7784         result with correct sign in case of exponents that produce
7785         overflow except for X very close to 1.
7787 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
7789         mktime: merge #if/#ifdef usage from glibc
7790         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
7791         as that works with both Glibc's and Gnulib's style.
7792         See thread starting at Siddhesh Poyarekar's bug report at:
7793         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
7795 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7797         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
7798         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
7799         * sysdeps/tile/tilegx/memmove.c: Remove file.
7801 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7803         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
7804         abi-name definition.
7805         * scripts/soversions.awk: Do not handle or generate ABI lines.
7806         * shlib-versions: Remove ABI entries.
7807         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
7808         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
7810 2014-06-27  Roland McGrath  <roland@hack.frob.com>
7812         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
7813         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
7814         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
7815         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
7816         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
7817         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
7818         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
7819         Moved ...
7820         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
7821         ... here.
7822         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
7823         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
7824         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
7825         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
7826         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
7827         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
7828         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
7829         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
7830         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
7831         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
7832         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
7833         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
7834         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
7835         Moved ...
7836         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
7837         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
7838         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
7839         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
7840         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
7841         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
7842         Moved ...
7843         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
7844         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
7845         Moved ...
7846         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
7847         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
7848         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
7849         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
7850         Moved ...
7851         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
7852         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
7853         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
7854         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
7855         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
7856         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
7857         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
7858         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
7859         Moved ...
7860         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
7861         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
7862         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
7863         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
7864         Moved ...
7865         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
7866         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
7867         Moved ...
7868         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
7869         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
7870         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
7871         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
7872         Moved ...
7873         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
7874         ... here.
7875         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
7876         Identical file removed.
7877         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
7878         Moved ...
7879         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
7880         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
7881         Identical file removed.
7882         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
7883         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
7884         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
7885         Moved ...
7886         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
7887         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
7888         Identical file removed.
7889         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
7890         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
7891         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
7892         Identical file removed.
7893         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
7894         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
7895         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
7896         Identical file removed.
7897         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
7898         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
7899         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
7900         Identical file removed.
7901         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
7902         Moved ...
7903         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
7904         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
7905         Identical file removed.
7906         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
7907         Moved ...
7908         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
7909         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
7910         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
7911         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
7912         Identical file removed.
7913         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
7914         Moved ...
7915         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
7916         ... here.
7917         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
7918         Identical file removed.
7919         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
7920         Moved ...
7921         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
7922         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
7923         Identical file removed.
7924         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
7925         Moved ...
7926         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
7927         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
7928         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
7929         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
7930         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
7931         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
7932         Moved ...
7933         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
7934         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
7935         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
7937         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
7938         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
7939         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
7940         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
7941         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
7943 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
7945         [BZ #17092]
7946         * nscd/nscd.c (monitor_child): Return exit status of child
7947         instead of return value from wait syscall.
7949 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
7951         * configure.ac (libc_commonpagesize): Remove variable.
7952         (libc_relro_required): Likewise.
7953         (libc_cv_z_relro): Remove configure test.
7954         * configure: Regenerated.
7955         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
7956         variable.
7957         (libc_relro_required): Likewise.
7958         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
7959         (libc_relro_required): Likewise.
7960         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
7961         (libc_relro_required): Likewise.
7962         * sysdeps/arm/preconfigure: Regenerated.
7963         * sysdeps/ia64/preconfigure: Remove file.
7964         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
7965         variable.
7966         (libc_relro_required): Likewise.
7968         [BZ #16561]
7969         [BZ #16562]
7970         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
7971         (__ieee754_yn): Set FE_TONEAREST mode internally and then
7972         recompute overflowing results in original rounding mode.
7973         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
7974         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
7975         recompute overflowing results in original rounding mode.
7976         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
7977         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7978         recompute overflowing results in original rounding mode.
7979         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
7980         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7981         recompute overflowing results in original rounding mode.
7982         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
7983         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
7984         recompute overflowing results in original rounding mode.
7985         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
7986         (libc_feholdsetround_ctx): New macro.
7987         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
7988         * sysdeps/i386/fpu/libm-test-ulps: Update.
7989         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
7991 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
7993         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
7994         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
7995         corresponding .cpsetup call.
7997 2014-06-26  Roland McGrath  <roland@hack.frob.com>
7999         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8000         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8001         * sysdeps/arm/Makefile [$(subdir) = csu]
8002         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8003         (static-only-routines): Add aeabi_read_tp here.
8004         (shared-only-routines): Add libc-aeabi_read_tp here.
8005         (CFLAGS-libc-start.c): Add -fexceptions here.
8006         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8007         (sysdep_routines, static-only-routines, shared-only-routines):
8008         Don't add to these here.
8009         (CFLAGS-libc-start.c): Likewise.
8011         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8012         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8013         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8014         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8015         * sysdeps/arm/Makefile [$(subdir) = rt]
8016         (librt-sysdep_routines, librt-shared-only-routines):
8017         Append rt-aeabi_unwind_cpp_pr1 here.
8018         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8019         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8020         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8021         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8022         Append nptl-aeabi_unwind_cpp_pr1 here.
8023         (tests): Filter out tst-cleanupx4 here.
8024         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8025         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8026         Don't do those here.
8028 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8030         * scripts/list-sources.sh: Do not handle ports specially.
8032 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8034         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8035         * sysdeps/arm/feupdateenv.c: Likewise.
8037         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8039 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8041         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8042         trailing whitespace removed.
8043         * scripts/config.guess: Update to version 2014-03-23.
8044         * scripts/config.sub: Update to version 2014-05-01
8045         * scripts/install-sh: Update to version 2013-12-25.23.
8046         * scripts/move-if-change: Update from gnulib.
8048 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8050         * debug/memmove_chk.c: Remove pagecopy.h include.
8052 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8054         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8055         identical to gnulib mktime.
8057 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8059         * configure.ac: Do not test for machine being rs6000.  Do not test
8060         for powerpc*-*soft.
8061         * configure: Regenerated.
8063         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8064         test.
8065         * configure: Regenerated.
8066         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8067         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8068         Remove configure test.
8069         * sysdeps/arm/configure: Regenerated.
8070         * sysdeps/nptl/configure.ac: Do not check
8071         libc_cv_asm_cfi_directives.
8072         * sysdeps/nptl/configure: Regenerated.
8073         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8074         * sysdeps/x86_64/nptl/configure: Remove generated file.
8075         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8076         unconditional.
8077         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8079 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8081         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8082         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8083         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8084         it is defined.
8086         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8087         instead of whether it is defined.
8088         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8089         * sysdeps/hppa/dl-machine.h: Likewise.
8090         * sysdeps/ia64/dl-machine.h: Likewise.
8091         * sysdeps/m68k/dl-machine.h: Likewise.
8092         * sysdeps/microblaze/dl-machine.h: Likewise.
8093         * sysdeps/mips/dl-machine.: Likewise.
8094         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8095         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8096         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8097         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8098         * sysdeps/sh/dl-machine.h: Likewise.
8099         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8100         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8101         * sysdeps/tile/dl-machine.h: Likewise.
8102         * sysdeps/x86_64/dl-machine.h: Likewise.
8104         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8105         code.
8106         (verify_persistent_db): Likewise.
8108 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8111         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8112         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8113         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8114         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8115         Moved ...
8116         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8117         ... here.
8118         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8119         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8121         Identical file removed.
8122         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8123         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8124         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8125         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8126         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8127         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8128         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8129         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8130         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8131         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8132         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8133         Moved ...
8134         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8135         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8136         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8137         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8138         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8139         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8140         Moved ...
8141         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8142         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8143         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8144         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8145         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8146         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8147         Identical file removed.
8148         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8149         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8151         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8152         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8153         Moved ...
8154         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8155         ... here.
8156         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8157         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8158         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8159         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8160         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8161         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8162         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8163         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8164         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8165         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8166         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8167         Moved ...
8168         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8169         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8170         Moved ...
8171         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8172         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8173         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8174         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8175         Moved ...
8176         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8177         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8178         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8180         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8181         folded into ...
8182         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8183         * sysdeps/unix/sysv/linux/s390/Versions
8184         (libpthread: GLIBC_2.19): New version set.
8185         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8186         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8187         (librt: GLIBC_2.3.3): New version set.
8188         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8189         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8190         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8191         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8192         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8193         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8194         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8195         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8196         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8197         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8198         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8199         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8200         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8201         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8202         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8203         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8204         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8205         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8206         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8207         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8208         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8209         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8210         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8211         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8212         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8213         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8214         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8215         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8216         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8217         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8218         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8219         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8220         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8221         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8222         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8223         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8224         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8225         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8226         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8227         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8228         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8229         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8230         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8231         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8232         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8234         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8235         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8236         (__libc_vfork): Define the function under this name.
8237         [!NOT_IN_libc] (__vfork): Make this an alias.
8238         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8239         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8240         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8241         (__libc_vfork): Define the function under this name.
8242         [!NOT_IN_libc] (__vfork): Make this an alias.
8243         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8244         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8245         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8246         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8247         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8248         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8250         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8251         code that was previously under [RESET_PID].
8252         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8253         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8254         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8256         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8257         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8258         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8259         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8260         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8261         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8262         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8263         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8264         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8265         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8266         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8267         Moved ...
8268         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8269         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8270         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8271         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8272         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8273         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8274         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8275         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8276         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8277         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8278         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8279         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8280         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8281         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8282         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8283         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8284         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8285         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8286         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8287         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8288         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8289         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8290         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8291         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8292         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8293         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8294         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8295         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8296         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8298 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8300         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8301         that was previously under [RESET_PID].
8302         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8304 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8306         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8307         not undefine and redefine.
8308         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8309         [O_CLOEXEC]: Make code unconditional.
8310         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8311         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8312         <kernel-features.h>.
8313         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8314         conditional variable definition.
8315         (shm_open) [O_CLOEXEC]: Make code unconditional.
8316         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8317         code.
8319         * configure.ac (USE_REGPARMS): Don't define here.
8320         * configure: Regenerated.
8321         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8322         * sysdeps/i386/configure: Regenerated.
8324         * nptl/createthread.c: Don't include kernel-features.h.
8325         * nptl/pthread_cancel.c: Likewise.
8326         * nptl/pthread_condattr_setclock.c: Likewise.
8327         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8328         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8329         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8330         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8331         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8332         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8333         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8334         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8335         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8336         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8337         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8338         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8339         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8340         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8341         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8342         * nscd/gai.c: Likewise.
8343         * nss/nss_db/db-open.c: Likewise.
8344         * sysdeps/generic/ldsodefs.h: Likewise.
8345         * sysdeps/sh/nptl/tls.h: Likewise.
8346         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8347         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8348         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8349         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8350         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8351         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8352         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8353         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8354         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8355         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8356         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8357         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8358         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8359         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8360         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8361         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8362         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8363         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8364         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8365         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8366         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8367         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8368         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8369         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8370         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8371         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8372         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8373         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8374         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8375         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8376         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8377         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8378         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8379         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8380         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8381         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8382         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8383         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8384         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8385         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8386         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8387         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8388         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8389         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8390         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8391         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8392         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8393         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8394         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8395         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8396         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8397         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8398         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8399         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8400         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8401         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8402         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8403         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8426         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8427         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8428         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8429         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8430         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8431         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8432         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8433         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8434         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8435         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8436         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8437         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8438         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8439         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8440         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8441         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8442         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8443         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8444         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8445         * sysdeps/unix/sysv/linux/system.c: Likewise.
8446         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8447         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8448         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8449         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8450         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8451         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8452         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8454         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8455         * configure: Regenerated.
8456         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8458         * configure.ac (base_machine): Do not set specially for particular
8459         machines here.
8460         * configure: Regenerated.
8461         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8462         settings from configure.ac.
8463         * sysdeps/i386/preconfigure: New file.
8464         * sysdeps/s390/preconfigure: Likewise.
8465         * sysdeps/sh/preconfigure: Likewise.
8466         * sysdeps/sparc/preconfigure: Likewise.
8468 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8470         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8471         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8472         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8473         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8474         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8475         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8476         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8477         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8478         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8479         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8480         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8481         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8482         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8483         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8484         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8485         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8486         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8487         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8488         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8490         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8491         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8492         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8493         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8494         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8495         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8496         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8497         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8498         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8499         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8500         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8501         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8502         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8503         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8504         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8505         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8506         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8507         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8508         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8509         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8510         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8511         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8512         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8513         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8514         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8515         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8516         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8517         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8518         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8519         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8520         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8521         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8522         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8523         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8524         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8525         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8526         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8527         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8529         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8530         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8531         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8532         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8533         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8534         Moved ...
8535         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8536         ... here.
8537         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8538         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8539         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8540         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8541         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8542         Moved ...
8543         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8544         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8545         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8546         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8547         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8548         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8549         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8550         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8551         Moved ...
8552         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8553         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8554         Moved ...
8555         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8556         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8557         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8558         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8559         Moved ...
8560         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8561         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8562         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8563         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8564         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8565         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8566         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8567         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8568         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8569         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8570         Moved ...
8571         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8572         ... here.
8573         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8574         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8575         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8576         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8577         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8578         Moved ...
8579         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8580         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8581         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8582         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8583         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8584         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8585         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8586         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8587         Moved ...
8588         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8589         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8590         Moved ...
8591         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8592         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8593         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8594         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8595         Moved ...
8596         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8597         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8598         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8599         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8600         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8602 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8604         * timezone/checktab.awk: Update from tzcode 2014e.
8605         * timezone/private.h: Likewise.
8606         * timezone/tzfile.h: Likewise.
8607         * timezone/zdump.c: Likewise.
8608         * timezone/zic.c: Likewise.
8610         * sysdeps/unix/sysv/linux/kernel-features.h
8611         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
8612         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
8613         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
8614         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
8615         Remove conditional code.
8617 2014-06-25  Will Newton  <will.newton@linaro.org>
8619         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
8620         (_dl_arm_cap_flags): Add HWCAP2 values.
8621         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
8622         (_DL_HWCAP_COUNT): Increase to 37.
8623         (_DL_HWCAP_LAST): New define.
8624         (_DL_HWCAP2_LAST): New define.
8625         (_dl_procinfo): Add support for printing
8626         AT_HWCAP2 entries.
8627         (_dl_string_hwcap): Use _dl_hwcap_string.
8629 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8631         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8633 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8635         * README: Do not mention ports directory.
8637         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
8638         Remove macro.
8639         * sysdeps/unix/sysv/linux/futimes.c: Do not include
8640         <kernel-features.h>.
8641         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
8642         conditional variable definition.
8643         (__futimes): Update comment.
8644         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
8645         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
8647         [BZ #16560]
8648         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
8649         arguments close to 0.
8650         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
8651         Likewise.
8652         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
8653         Likewise.
8654         * math/auto-libm-test-in: Add more tests of exp10.
8655         * math/auto-libm-test-out: Regenerated.
8656         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8658         * sysdeps/unix/sysv/linux/kernel-features.h
8659         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
8660         * sysdeps/unix/sysv/linux/readv.c: Do not include
8661         <kernel-features.h>.
8662         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8663         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8664         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8665         unconditional.
8666         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8667         conditional code.
8668         * sysdeps/unix/sysv/linux/writev.c: Do not include
8669         <kernel-features.h>.
8670         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
8671         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
8672         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
8673         unconditional.
8674         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
8675         conditional code.
8677 2014-06-25  Will Newton  <will.newton@linaro.org>
8679         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
8680         comment changes throughout the file.  Remove checks
8681         for HAVE_*_H definitions that are not required.
8682         (__gen_tempname): Call abort if an unknown kind value is
8683         passed.
8685 2014-06-25  Andreas Schwab  <schwab@suse.de>
8687         [BZ #17086]
8688         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
8689         scalbln, scalblnf, scalblnl in libc.
8691 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
8693         [BZ #17086]
8694         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
8695         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8696         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8698 2014-06-24  Roland McGrath  <roland@hack.frob.com>
8700         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
8701         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
8702         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
8703         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
8704         Update #include.
8705         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
8706         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
8707         Update #include.
8708         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
8709         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
8710         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
8711         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
8712         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
8713         * sysdeps/x86/bits/pthreadtypes.h: ... here.
8714         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
8715         * sysdeps/x86/bits/semaphore.h: ... here.
8716         * sysdeps/x86/nptl/elide.h: Moved ...
8717         * sysdeps/x86/elide.h: ... here.
8718         * sysdeps/x86_64/nptl/Implies: File removed.
8719         * sysdeps/i386/nptl/Implies: File removed.
8721 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
8723         [BZ #16539]
8724         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
8725         return the argument for normal arguments with exponent below -64.
8726         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
8727         Likewise.
8728         * math/auto-libm-test-in: Add another test of expm1.
8729         * math/auto-libm-test-out: Regenerated.
8731         [BZ #16287]
8732         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
8733         calling __erfcl for arguments at least 16.
8734         * math/auto-libm-test-in: Add more tests of erf.
8735         * math/auto-libm-test-out: Regenerated.
8737         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
8738         individual architectures.
8739         * sysdeps/unix/sysv/linux/configure: Regenerated.
8740         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
8741         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
8742         * sysdeps/unix/sysv/linux/powerpc/configure.ac
8743         (ldd_rewrite_script): Define variable.
8744         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
8745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
8746         file.
8747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
8748         generated file.
8749         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
8750         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
8751         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
8752         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
8753         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
8754         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
8755         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
8756         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
8758 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8760         [BZ #17084]
8761         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
8762         Rename member __data.d to __data.__elision_data.
8764 2014-06-24  Wilco  <wdijkstr@arm.com>
8766         * NEWS: Add 16918 to fixed bug list.
8768 2014-06-24  Wilco  <wdijkstr@arm.com>
8770         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
8772 2014-06-24  Wilco  <wdijkstr@arm.com>
8774         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
8775         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
8776         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
8777         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
8778         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
8779         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
8780         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
8781         Use _FPU_MASK_RM.
8783 2014-06-24  Wilco  <wdijkstr@arm.com>
8785         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
8787 2014-06-24  Wilco  <wdijkstr@arm.com>
8789         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
8790         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
8791         * sysdeps/arm/fesetround.c (fesetround): Remove space.
8792         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
8794 2014-06-24  Wilco  <wdijkstr@arm.com>
8796         [BZ #16918]
8797         * sysdeps/arm/feupdateenv.c (feupdateenv):
8798         Rewrite to reduce FPSCR accesses and fix return value.
8800 2014-06-24  Wilco  <wdijkstr@arm.com>
8802         * sysdeps/arm/fclrexcpt.c (feclearexcept):
8803         Optimize to avoid unnecessary FPSCR writes.
8804         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
8805         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
8806         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
8807         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
8809 2014-06-24  Wilco  <wdijkstr@arm.com>
8811         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
8812         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
8813         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
8814         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
8815         Call libc_fetestexcept_vfp.
8816         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
8817         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
8818         __SOFTFP__ ifdef so that they can be built for softfp.
8820 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8822         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
8823         argument type signed char.
8825         * Makerules (check-abi): Dump diff of symlist if the test
8826         fails.
8828 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8830         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
8831         using abort.
8833         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8834         Remove unused variable ST.
8836 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
8838         [BZ #16354]
8839         [BZ #17061]
8840         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
8841         small arguments before calling __expm1.
8842         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
8843         small arguments before calling __expm1f.
8844         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
8845         small arguments before calling __expm1l.
8846         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
8847         Likewise.
8848         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
8849         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
8850         spurious underflow for some cosh tests.
8851         * math/auto-libm-test-out: Regenerated.
8852         * sysdeps/i386/fpu/libm-test-ulps: Update.
8854         [BZ #17050]
8855         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
8856         (__ieee754_y1): Set errno if return value overflows.
8857         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
8858         (__ieee754_y1f): Set errno if return value overflows.
8859         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
8860         (__ieee754_y1l): Set errno if return value overflows.
8861         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
8862         (__ieee754_y1l): Set errno if return value overflows.
8863         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
8864         * math/auto-libm-test-out: Regenerated.
8866         * math/gen-auto-libm-tests.c: Document use of
8867         ignore-zero-inf-sign.
8868         (input_flag_type): Add value flag_ignore_zero_inf_sign.
8869         (input_flags): Add ignore-zero-inf-sign.
8870         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
8871         * math/gen-libm-test.pl (generate_testfile): Handle
8872         ignore-zero-inf-sign.
8873         * math/auto-libm-test-in: Mark some cpow tests with
8874         ignore-zero-inf-sign and some with xfail-rounding.
8875         * math/auto-libm-test-out: Regenerated.
8876         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
8877         * sysdeps/i386/fpu/libm-test-ulps: Update.
8878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8880         [BZ #16315]
8881         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
8882         overflowing or underflowing operations take place with sign of
8883         result.
8884         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8885         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8886         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
8887         (__ieee754_pow): Recompute overflowing and underflowing results in
8888         original rounding mode.
8889         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
8890         (__powl_helper): Allow negative argument X and scale negated value
8891         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
8892         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
8893         overflowing or underflowing operations take place with sign of
8894         result.
8895         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
8896         Include <math.h>.
8897         * math/auto-libm-test-in: Add more tests of pow.
8898         * math/auto-libm-test-out: Regenerated.
8899         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
8900         (pow_tonearest_test_data): Remove.
8901         (pow_test_tonearest): Likewise.
8902         (pow_towardzero_test_data): Likewise.
8903         (pow_test_towardzero): Likewise.
8904         (pow_downward_test_data): Likewise.
8905         (pow_test_downward): Likewise.
8906         (pow_upward_test_data): Likewise.
8907         (pow_test_upward): Likewise.
8908         (main): Don't call removed functions.
8909         * sysdeps/i386/fpu/libm-test-ulps: Update.
8910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8912 2014-06-23  Roland McGrath  <roland@hack.frob.com>
8914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
8915         Moved ...
8916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
8917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
8918         Moved ...
8919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
8920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
8921         Moved ...
8922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
8923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
8924         Moved ...
8925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
8926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
8927         File removed.
8928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
8929         File removed.
8930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
8931         File removed.
8932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
8933         File removed.
8934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
8935         File removed.
8936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
8937         File removed.
8938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
8939         File removed.
8940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
8941         File removed.
8942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
8943         File removed.
8944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
8945         File removed.
8946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
8947         File removed.
8948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
8949         File removed.
8950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
8951         Moved ...
8952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
8953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
8954         Moved ...
8955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
8956         ... here.
8957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
8958         Moved ...
8959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
8960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
8961         Moved ...
8962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
8963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
8964         Moved ...
8965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
8966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
8967         Moved ...
8968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
8969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
8970         Moved ...
8971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
8972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
8973         Moved ...
8974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
8975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
8976         Moved ...
8977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
8978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
8979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
8980         ... here.
8981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
8982         Moved ...
8983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
8984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
8985         Moved ...
8986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
8987         ... here.
8988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
8989         Moved ...
8990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
8991         ... here.
8992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
8993         Moved ...
8994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
8995         ... here.
8996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
8997         Moved ...
8998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
8999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9000         Moved ...
9001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9005         Moved ...
9006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9007         ... here.
9008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9009         Moved ...
9010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9011         ... here.
9012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9013         Moved ...
9014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9016         Moved ...
9017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9019         Moved ...
9020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9022         Moved ...
9023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9025         Moved ...
9026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9027         ... here.
9028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9029         Moved ...
9030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9032         Moved ...
9033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9035         Moved ...
9036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9038         Moved ...
9039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9043         Moved ...
9044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9046         Moved ...
9047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9049         Moved ...
9050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9051         ... here.
9052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9053         Moved ...
9054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9055         ... here.
9056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9057         Moved ...
9058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9059         ... here.
9060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9061         Moved ...
9062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9064         Moved ...
9065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9067         Moved ...
9068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9070         Moved ...
9071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9072         ... here.
9073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9074         Moved ...
9075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9076         ... here.
9077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9078         Moved ...
9079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9080         ... here.
9081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9082         Moved ...
9083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9085         Moved ...
9086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9088 2014-06-23  Will Newton  <will.newton@linaro.org>
9089             Wilco  <wdijkstr@arm.com>
9091         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9092         implementation.  Include get-rounding-mode.h.
9093         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9094         [!libc_feholdsetround_noex_ctx]: Define
9095         libc_feholdsetround_noex_ctx.
9096         [!libc_feholdsetround_noexf_ctx]: Define
9097         libc_feholdsetround_noexf_ctx.
9098         [!libc_feholdsetround_noexl_ctx]: Define
9099         libc_feholdsetround_noexl_ctx.
9100         (libc_feholdsetround_ctx): New function.
9101         (libc_feresetround_ctx): New function.
9102         (libc_feholdsetround_noex_ctx): New function.
9103         (libc_feresetround_noex_ctx): New function.
9105 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9107         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9108         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9109         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9110         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9111         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9112         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9114         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9115         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9116         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9117         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9118         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9119         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9120         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9121         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9122         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9123         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9124         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9125         Moved ...
9126         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9127         ... here.
9128         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9129         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9130         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9131         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9132         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9133         Moved ...
9134         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9135         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9136         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9137         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9138         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9139         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9140         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9141         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9142         Moved ...
9143         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9144         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9145         Moved ...
9146         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9147         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9148         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9149         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9150         Moved ...
9151         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9152         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9153         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9154         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9155         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9156         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9157         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9158         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9159         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9160         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9161         Moved ...
9162         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9163         ... here.
9164         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9165         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9166         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9167         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9168         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9169         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9170         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9171         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9172         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9173         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9174         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9175         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9176         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9177         Moved ...
9178         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9179         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9180         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9181         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9182         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9183         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9184         Moved ...
9185         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9186         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9187         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9188         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9189         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9191         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9192         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9193         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9194         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9195         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9196         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9197         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9198         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9199         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9200         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9201         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9202         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9203         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9204         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9205         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9206         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9207         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9208         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9209         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9210         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9211         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9212         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9213         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9214         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9215         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9216         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9217         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9218         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9220 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9222         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9223         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9224         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9225         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9226         (IPV6_PMTUDISC_INTERFACE): Likewise.
9227         (IPV6_PMTUDISC_OMIT): Likewise.
9229 2014-06-23  Andreas Schwab  <schwab@suse.de>
9231         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9232         Remove unused errout label.
9234 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9236         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9237         macro: hardware supports Vector Crypto instructions.
9239 2014-06-23  Will Newton  <will.newton@linaro.org>
9241         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9242         rather than __builtin_expect.
9244         * elf/dl-lookup.c (undefined_msg): Remove variable.
9245         (_dl_lookup_symbol_x): Replace undefined_msg with string
9246         literal.
9248         * elf/dl-lookup.c (do_lookup_unique): New function.
9249         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9250         to a separate function.
9252 2014-06-23  Andreas Schwab  <schwab@suse.de>
9254         [BZ #17079]
9255         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9256         before reading the next line.
9258 2014-06-23  Will Newton  <will.newton@linaro.org>
9260         * test-skeleton.c (signal_handler): Use printf and %m
9261         rather than perror.  Use printf rather than fprintf to
9262         stderr.  Use puts rather than fputs to stderr.
9263         (main): Likewise.
9265 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9267         * nscd/nscd.c (thread_info_t): Remove typedef.
9268         (thread_info): Remove variable.
9270 2014-06-21  Allan McRae  <allan@archlinux.org>
9272         * NEWS: Mention CVE-2014-4043.
9274 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9276         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9277         * nptl/smp.h: ... here.
9279         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9281         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9282         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9283         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9284         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9286         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9287         * nptl/stack-aliasing.h: New file.
9288         * sysdeps/i386/i686/stack-aliasing.h: New file.
9289         * sysdeps/i386/i686/nptl/Makefile: File removed.
9290         * sysdeps/x86_64/stack-aliasing.h: New file.
9291         * sysdeps/x86_64/nptl/Makefile
9292         (CFLAGS-pthread_create.c): Variable removed.
9294         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9295         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9296         old file.
9297         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9298         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9299         old file.
9301 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9303         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9304         (__ASSUME_SIGFRAME_V2): Remove macro.
9305         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9306         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9307         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9308         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9309         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9310         Declare as function.  Remove conditional macro definitions.
9311         (__default_rt_sa_restorer): Likewise.
9312         (__default_sa_restorer_v1): Remove declaration.
9313         (__default_sa_restorer_v2): Likewise.
9314         (__default_rt_sa_restorer_v1): Likewise.
9315         (__default_rt_sa_restorer_v2): Likewise.
9316         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9317         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9318         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9320 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9322         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9323         (libpthread-routines): Add sysdep.
9324         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9325         * sysdeps/unix/sysv/linux/sparc/Versions
9326         (libpthread: GLIBC_2.3.3): New version set.
9327         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9328         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9329         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9330         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9331         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9332         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9333         Moved ...
9334         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9335         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9336         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9337         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9338         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9339         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9340         * sysdeps/sparc/nptl/sem_init.c: ... here.
9341         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9342         * sysdeps/sparc/nptl/sem_post.c: ... here.
9343         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9344         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9345         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9346         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9347         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9348         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9349         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9350         (libpthread-routines): Add cpu_relax.
9351         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9352         File removed.
9353         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9354         (librt: GLIBC_2.3.3): New version set.
9355         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9356         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9357         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9358         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9359         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9360         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9361         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9362         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9363         Moved ...
9364         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9365         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9366         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9367         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9368         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9369         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9370         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9371         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9372         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9373         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9374         Moved ...
9375         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9376         Update #include.
9377         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9378         Moved ...
9379         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9380         Update #include.
9381         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9382         Moved ...
9383         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9384         Update #include.
9385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9386         Moved ...
9387         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9388         Update #include.
9389         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9390         Moved ...
9391         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9392         Update #include.
9393         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9394         Moved ...
9395         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9396         Update #include.
9397         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9398         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9399         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9400         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9401         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9402         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9403         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9404         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9405         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9406         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9407         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9408         Moved ...
9409         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9410         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9411         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9412         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9413         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9415 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9417         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9418         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9419         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9420         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9421         * nscd/nscd.c: Likewise.
9422         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9423         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9424         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9425         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9427         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9428         <kernel-features.h>.
9429         (init_mq_netlink): Remove conditional have_sock_cloexec
9430         definitions.  Remove code conditional on have_sock_cloexec < 0.
9431         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9432         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9433         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9434         <kernel-features.h>.
9435         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9436         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9438 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9440         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9441         Add tests for memset_chk and memset.
9443         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9444         with AVX2_Usable.
9446 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9448         [BZ #16046]
9449         * elf/tst-dl-iter-static.c: New file.
9450         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9452         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9453         error.
9455 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9457         * sysdeps/unix/sysv/linux/kernel-features.h
9458         (__ASSUME_F_GETOWN_EX): Remove macro.
9459         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9460         <kernel-features.h>.
9461         (miss_F_GETOWN_EX): Remove variable or macro.
9462         (do_fcntl): Do not check miss_F_GETOWN_EX.
9463         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9465         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9466         Remove macro.
9467         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9468         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9469         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9471         * sysdeps/unix/sysv/linux/kernel-features.h
9472         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9473         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9474         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9475         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9477 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9479         [BZ #17075]
9480         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9481         Fix calculation of the symbol's value.
9482         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9483         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9484         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9485         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9486         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9487         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9488         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9489         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9490         (modules-names): Add `tst-armtlsdescmod',
9491         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9492         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9493         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9494         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9495         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9496         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9497         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9498         ($(objpfx)tst-armtlsdescloc): New dependency.
9499         ($(objpfx)tst-armtlsdescextnow): Likewise.
9500         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9501         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9502         TLS scheme support.
9503         * sysdeps/arm/configure: Regenerate.
9505 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9507         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9508         (__atfct_seterrno_2): Likewise.
9509         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9510         <kernel-features.h>.
9511         (__ASSUME_ATFCTS): Do not undefine and redefine.
9512         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9513         (__have_atfcts): Remove conditional definition.
9514         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9515         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9516         unreachable if [__ASSUME_ATFCTS].
9517         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9518         not undefine and redefine.
9519         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9520         <kernel-features.h>.
9521         (faccessat) [__NR_faccessat]: Make code unconditional.
9522         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9523         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9524         <kernel-features.h>.
9525         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9526         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9527         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9528         <kernel-features.h>.
9529         (fchownat) [__NR_fchownat]: Make code unconditional.
9530         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9531         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9532         <kernel-features.h>.
9533         (futimesat) [__NR_futimesat]: Make code unconditional.
9534         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9535         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9536         <kernel-features.h>.
9537         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9538         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9539         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9540         <kernel-features.h>.
9541         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9542         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9543         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9544         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9545         <kernel-features.h>.
9546         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9547         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9548         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9549         <kernel-features.h>.
9550         (linkat) [__NR_linkat]: Make code unconditional.
9551         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9552         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9553         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9554         <kernel-features.h>.
9555         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9556         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9557         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9558         <kernel-features.h>.
9559         (mkdirat) [__NR_mkdirat]: Make code unconditional.
9560         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9561         * sysdeps/unix/sysv/linux/openat.c: Do not include
9562         <kernel-features.h>.
9563         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9564         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9565         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9566         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9567         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9568         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9569         <kernel-features.h>.
9570         (readlinkat) [__NR_readlinkat]: Make code unconditional.
9571         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
9572         result of INLINE_SYSCALL directly, not via int variable.
9573         * sysdeps/unix/sysv/linux/renameat.c: Do not include
9574         <kernel-features.h>.
9575         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9576         (renameat) [__NR_renameat]: Make code unconditional.
9577         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9578         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9579         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9580         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9581         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9582         (__ASSUME_ATFCTS): Do not undefine and redefine.
9583         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9584         <kernel-features.h>.
9585         (symlinkat) [__NR_symlinkat]: Make code unconditional.
9586         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9587         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9588         <kernel-features.h>.
9589         (unlinkat) [__NR_unlinkat]: Make code unconditional.
9590         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9591         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9592         (__ASSUME_ATFCTS): Do not undefine and redefine.
9593         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9594         <kernel-features.h>.
9595         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9596         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9597         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9598         <kernel-features.h>.
9599         (__xmknodat) [__NR_mknodat]: Make code unconditional.
9600         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9602 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9604         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
9606 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
9608         [BZ #17069]
9609         * posix/regcomp.c (parse_reg_exp): Deallocate partially
9610         constructed tree before returning error.
9611         * posix/bug-regexp36.c: Expand test case.
9613 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
9615         [BZ #6803]
9616         * math/libm-test.inc (scalbln_test_date):
9617         Add errno expectations.
9618         * math/w_scalblnf.c: New File.
9619         Add wrapper which checks for setting errno to ERANGE.
9620         Add weak_alias for corresponding scalbln function.
9621         * math/w_scalbln.c: Likewise.
9622         * math/w_scalblnl.c: Likewise.
9623         * math/Makefile (libm-calls): Add w_scalbln.
9624         * sysdeps/ieee754/flt-32/s_scalblnf.c:
9625         Remove weak_alias for corresponding scalbln function.
9626         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
9627         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
9628         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9629         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9630         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
9631         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9632         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
9633         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9634         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
9635         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
9636         Remove long_double_symbol for scalblnl function in libm, libc.
9637         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
9638         Add wrapper which checks for setting errno to ERANGE.
9639         Add long_double_symbol for scalblnl function in libm, libc.
9640         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
9641         Remove long_double_symbol for scalblnl in libm.
9642         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
9643         Add wrapper which checks for setting errno to ERANGE.
9644         Add long_double_symbol for scalblnl function in libm.
9645         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
9646         Do not use wrapper because of own implementation.
9648 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
9650         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
9651         3 bytes for __pad1 for x32.
9652         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
9654 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
9655             H.J. Lu  <hongjiu.lu@intel.com>
9657         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
9658         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
9659         * sysdeps/x86_64/multiarch/memset.S: Likewise.
9660         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9661         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
9663 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
9665         [BZ #17069]
9666         * posix/regcomp.c (parse_expression): Deallocate partially
9667         constructed tree before returning error.
9668         * posix/Makefile.c (tests): Add bug-regex36.
9669         (generated): Add bug-regex36.mtrace.
9670         (tests-special): Add $(objpfx)bug-regex36-mem.out
9671         (bug-regex36-ENV): New variable.
9672         ($(objpfx)bug-regex36-mem.out): New rule.
9673         * posix/bug-regex36.c: New file.
9675 2014-06-19  Will Newton  <will.newton@linaro.org>
9677         * malloc/malloc.c (systrim): If extra is zero then return
9678         early.
9680 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9682         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
9684 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
9686         * sysdeps/aarch64/strchr.S: New file.
9688 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9690         [BZ #17022]
9691         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
9692         from arguments -2 or below.
9693         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9694         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
9696 2014-06-18  Andreas Schwab  <schwab@suse.de>
9698         [BZ #17062]
9699         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
9700         of a bracket expr not to run off the end of the string.
9701         * posix/Makefile (tests): Add tst-fnmatch3.
9702         * posix/tst-fnmatch3.c: New file.
9704 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
9706         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
9707         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9708         [$(cross-compiling) = no]: Likewise.
9709         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9710         [$(cross-compiling) = no]: Likewise.
9712 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9714         [BZ #17031]
9715         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
9716         double, adjusted for any remainder from the high double.
9717         * math/libm-test.inc (nearbyint): Add tests.
9718         (rint): Likewise.
9720 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9722         * nptl/sysdeps/powerpc/Makefile: Moved ...
9723         * sysdeps/powerpc/nptl/Makefile: ... here.
9724         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
9725         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
9726         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
9727         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
9728         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
9729         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
9730         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
9731         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
9732         * nptl/sysdeps/powerpc/tls.h: Moved ...
9733         * sysdeps/powerpc/nptl/tls.h: ... here.
9735 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
9737         [BZ #16681]
9738         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
9739         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
9740         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
9741         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
9742         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
9743         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
9744         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
9745         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
9746         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
9748 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
9750         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9752 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
9754         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
9755         defined operator.
9757         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
9758         $TIMEOUTFACTOR.
9760 2014-06-16  Florian Weimer  <fweimer@redhat.com>
9762         [BZ #17058]
9763         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
9764         non-executed part of the test.
9766 2014-06-16  Andreas Schwab  <schwab@suse.de>
9768         * string/bits/string2.h (strdup, strndup): Update feature guard.
9770 2014-06-14  David S. Miller  <davem@davemloft.net>
9772         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9774 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9776         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
9777         that was previously under [RESET_PID].
9778         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
9780         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
9781         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
9782         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
9783         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9784         (__libc_vfork): New strong alias.
9785         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
9787 2014-06-14 Andi Kleen  <ak@linux.intel.com>
9789         * sysdeps/generic/elide.h: New file.
9791 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
9793         * Makefile (installed-headers): Adjust path of pthread.h header.
9795 2014-06-13  Roland McGrath  <roland@hack.frob.com>
9797         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
9798         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
9799         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
9800         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
9802         * nptl/sysdeps/s390/Makefile: Moved ...
9803         * sysdeps/s390/nptl/Makefile: ... here.
9804         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
9805         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
9806         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
9807         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
9808         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
9809         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
9810         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
9811         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
9812         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
9813         * sysdeps/s390/nptl/pthreaddef.h: ... here.
9814         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
9815         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
9816         * nptl/sysdeps/s390/tls.h: Moved ...
9817         * sysdeps/s390/nptl/tls.h: ... here.
9819         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
9820         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
9822 2014-06-13  David S. Miller  <davem@davemloft.net>
9824         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
9825         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
9826         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
9827         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
9828         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
9829         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
9830         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
9831         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
9832         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
9833         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
9834         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
9835         Remove RESET_PID cpp guards.
9836         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
9837         Remove RESET_PID cpp guards.
9838         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
9840 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
9842         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
9843         __sp to uintptr_t.
9845 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9847         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
9848         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
9849         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
9850         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
9851         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
9852         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
9853         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
9854         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
9855         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
9856         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
9857         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
9858         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
9859         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
9860         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
9861         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
9862         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
9863         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
9864         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
9865         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
9866         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
9868         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
9869         (pthread_rwlock_rdlock): Add elision.
9870         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
9871         (pthread_rwlock_wrlock): Add elision.
9872         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
9873         (pthread_rwlock_trywrlock): Add elision.
9874         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
9875         (pthread_rwlock_tryrdlock): Add elision.
9876         * nptl/pthread_rwlock_unlock.c: Include elide.h.
9877         (pthread_rwlock_tryrdlock): Add elision unlock.
9878         * nptl/sysdeps/pthread/pthread.h:
9879         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
9880         (PTHREAD_RWLOCK_INITIALIZER,
9881         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
9882         Handle new elision field.
9883         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
9884         * sysdeps/arm/nptl/bits/pthreadtypes.h
9885         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9886         * sysdeps/sh/nptl/bits/pthreadtypes.h
9887         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9888         * sysdeps/tile/nptl/bits/pthreadtypes.h
9889         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9890         * sysdeps/a/nptl/bits/pthreadtypes.h
9891         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9892         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
9893         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9894         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
9895         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9896         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
9897         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9898         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
9899         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9900         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
9901         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9902         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
9903         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9904         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
9905         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9906         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
9907         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9908         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
9909         (elision_init): Set try_xbegin to zero when no RTM.
9910         * sysdeps/x86/nptl/bits/pthreadtypes.h
9911         (pthread_rwlock_t): Change __pad1 to __rwelision.
9912         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
9914 2014-06-13  Andi Kleen  <ak@linux.intel.com>
9916         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
9917         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
9918         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
9919         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
9921 2014-06-13  Meador Inge  <meadori@codesourcery.com>
9923         [BZ #16996]
9924         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
9925         that the cached result has been set before returning it.
9927 2014-06-12  Roland McGrath  <roland@hack.frob.com>
9929         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
9930         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
9931         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
9932         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
9933         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
9934         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
9936         * nptl/sysdeps/sparc/Makefile: Moved ...
9937         * sysdeps/sparc/nptl/Makefile: ... here.
9938         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
9939         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
9940         * nptl/sysdeps/sparc/tls.h: Moved ...
9941         * sysdeps/sparc/nptl/tls.h: ... here.
9942         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
9943         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
9944         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
9945         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
9946         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
9947         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
9948         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
9949         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
9950         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
9951         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
9952         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
9953         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
9954         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
9955         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
9956         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
9957         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
9958         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
9959         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
9960         Update #include.
9961         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
9962         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
9963         Update #include.
9964         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
9965         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
9966         Update #include.
9967         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
9968         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
9969         Update #include.
9971         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
9973         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
9974         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
9976         * sysdeps/pthread/posix-timer.h: Include <list.h>.
9977         (struct list_links): Type removed.
9978         (struct thread_node, struct timer_node): Replace struct list_links
9979         with struct list_head.
9980         (list_unlink_ip): Likewise.
9981         * sysdeps/pthread/timer_routines.c
9982         (timer_free_list, thread_free_list, thread_active_list): Likewise.
9983         (list_append, list_insbefore): Likewise.
9984         (list_init): Function removed.
9985         (thread_init, init_module): Use INIT_LIST_HEAD instead.
9986         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
9987         * sysdeps/pthread/Makefile: ... here, new file.
9989         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
9990         * sysdeps/nptl/Implies: ... here.
9991         * sysdeps/unix/sysv/linux/Implies: Add nptl.
9992         * nptl/sysdeps/pthread/list.h: Moved ...
9993         * include/list.h: ... here.
9994         * nptl/sysdeps/pthread/createthread.c: Moved ...
9995         * nptl/createthread.c: ... here.
9996         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
9997         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
9998         * nptl/pt-longjmp.c: ... here.
9999         * nptl/sysdeps/pthread/Makefile: Moved ...
10000         * sysdeps/nptl/Makefile: ... here.
10001         * nptl/sysdeps/pthread/Subdirs: Moved ...
10002         * sysdeps/nptl/Subdirs: ... here.
10003         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10004         * sysdeps/nptl/aio_misc.h: ... here.
10005         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10006         * sysdeps/nptl/bits/libc-lock.h: ... here.
10007         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10008         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10009         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10010         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10011         * nptl/sysdeps/pthread/configure: Moved ...
10012         * sysdeps/nptl/configure: ... here.
10013         * nptl/sysdeps/pthread/configure.ac: Moved ...
10014         * sysdeps/nptl/configure.ac: ... here.
10015         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10016         * sysdeps/nptl/gai_misc.h: ... here.
10017         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10018         * sysdeps/nptl/librt-cancellation.c: ... here.
10019         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10020         * sysdeps/nptl/malloc-machine.h: ... here.
10021         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10022         * sysdeps/nptl/pthread-functions.h: ... here.
10023         * nptl/sysdeps/pthread/pthread.h: Moved ...
10024         * sysdeps/nptl/pthread.h: ... here.
10025         * nptl/sysdeps/pthread/setxid.h: Moved ...
10026         * sysdeps/nptl/setxid.h: ... here.
10027         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10028         * sysdeps/nptl/sigfillset.c: ... here.
10029         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10030         * sysdeps/nptl/tcb-offsets.h: ... here.
10031         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10032         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10033         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10034         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10035         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10036         * sysdeps/pthread/allocalim.h: ... here.
10037         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10038         * sysdeps/pthread/bits/sigthread.h: ... here.
10039         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10040         * sysdeps/pthread/flockfile.c: ... here.
10041         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10042         * sysdeps/pthread/ftrylockfile.c: ... here.
10043         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10044         * sysdeps/pthread/funlockfile.c: ... here.
10045         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10046         * sysdeps/pthread/posix-timer.h: ... here.
10047         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10048         * sysdeps/pthread/timer_create.c: ... here.
10049         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10050         * sysdeps/pthread/timer_delete.c: ... here.
10051         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10052         * sysdeps/pthread/timer_getoverr.c: ... here.
10053         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10054         * sysdeps/pthread/timer_gettime.c: ... here.
10055         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10056         * sysdeps/pthread/timer_routines.c: ... here.
10057         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10058         * sysdeps/pthread/timer_settime.c: ... here.
10059         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10060         * sysdeps/pthread/tst-timer.c: ... here.
10061         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10062         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10064         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10065         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10067         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10068         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10069         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10070         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10071         Update #include target.
10072         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10073         * sysdeps/i386/i686/nptl/Makefile: ... here.
10074         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10075         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10076         Update #include target.
10077         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10078         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10079         * nptl/sysdeps/i386/Makefile: Moved ...
10080         * sysdeps/i386/nptl/Makefile: ... here.
10081         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10082         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10083         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10084         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10085         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10086         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10087         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10088         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10089         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10090         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10091         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10092         * nptl/sysdeps/i386/tls.h: Moved ...
10093         * sysdeps/i386/nptl/tls.h: ... here.
10095         * sysdeps/sh/Makefile [$(subdir) = csu]
10096         (gen-as-const-headers): Add tcb-offsets.sym.
10097         * nptl/sysdeps/sh/Makefile: File removed.
10098         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10099         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10100         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10101         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10102         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10103         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10104         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10105         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10106         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10107         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10108         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10109         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10110         * nptl/sysdeps/sh/tls.h: Moved ...
10111         * sysdeps/sh/nptl/tls.h: ... here.
10112         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10113         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10114         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10115         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10116         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10117         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10118         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10119         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10120         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10121         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10122         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10123         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10124         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10125         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10126         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10127         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10128         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10129         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10130         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10131         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10132         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10133         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10134         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10135         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10136         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10137         Moved ...
10138         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10139         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10140         Moved ...
10141         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10142         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10143         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10144         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10145         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10147         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10149         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10150         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10151         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10152         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10153         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10154         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10155         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10156         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10157         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10158         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10159         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10161 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10163         * posix/spawn_faction_addopen.c: Include string.h.
10165 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10167         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10168         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10169         * nptl/sysdeps/x86_64/Makefile: Moved ...
10170         * sysdeps/x86_64/nptl/Makefile: ... here.
10171         * nptl/sysdeps/x86_64/configure: Moved ...
10172         * sysdeps/x86_64/nptl/configure: ... here.
10173         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10174         * sysdeps/x86_64/nptl/configure.ac: ... here.
10175         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10176         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10177         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10178         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10179         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10180         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10181         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10182         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10183         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10184         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10185         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10186         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10187         * nptl/sysdeps/x86_64/tls.h: Moved ...
10188         * sysdeps/x86_64/nptl/tls.h: ... here.
10189         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10190         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10191         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10192         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10194         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10196 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10198         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10200 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10202         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10203         type.
10204         [POSIX] (off_t): Likewise.
10205         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10206         [POSIX] (S_ISBLK): Require macro.
10207         [POSIX] (S_ISCHR): Likewise.
10208         [POSIX] (S_ISDIR): Likewise.
10209         [POSIX] (S_ISFIFO): Likewise.
10210         [POSIX] (S_ISREG): Likewise.
10211         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10212         optional-macro.
10213         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10214         type.
10215         [POSIX] (time_t): Likewise.
10216         [POSIX] (timer_t): Likewise.
10218 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10220         [BZ #17048]
10221         * posix/spawn_int.h (struct __spawn_action): Make the path string
10222         non-const to support deallocation.
10223         * posix/spawn_faction_addopen.c
10224         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10225         * posix/spawn_faction_destroy.c
10226         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10227         path in all spawn_do_open actions.
10228         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10229         posix_spawn_file_actions_addopen.
10231 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10233         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10234         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10235         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10236         conditional code always true.
10237         (__libc_vfork): New alias.
10239 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10241         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10242         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10244         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10246         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10247         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10249         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10250         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10252         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10253         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10255 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10257         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10258         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10259         multiarch strcmp for PPC64.
10260         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10261         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10262         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10263         multiarch optimizations.
10264         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10265         (__libc_ifunc_impl_list): Likewise.
10267 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10269         * benchtests/scripts/validate_benchout.py: New script.
10270         * benchtests/Makefile (bench-func): Call it.
10271         * benchtests/scripts/benchout.schema.json: New file.
10273 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10275         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10276         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10277         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10278         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10279         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10280         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10281         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10282         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10283         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10284         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10285         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10286         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10287         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10288         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10289         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10290         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10292         Moved ...
10293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10294         ... here.
10295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10296         Moved ...
10297         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10299         Moved ...
10300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10301         ... here.
10302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10303         Moved ...
10304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10305         ... here.
10306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10307         Moved ...
10308         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10309         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10310         Moved ...
10311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10312         ... here.
10313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10314         Moved ...
10315         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10316         ... here.
10317         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10318         Moved ...
10319         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10320         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10321         Moved ...
10322         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10323         ... here.
10324         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10325         Moved ...
10326         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10327         ... here.
10328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10329         Moved ...
10330         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10331         ... here.
10332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10333         Moved ...
10334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10335         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10336         Moved ...
10337         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10338         ... here.
10339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10340         Moved ...
10341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10342         ... here.
10343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10344         Moved ...
10345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10346         ... here.
10347         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10348         Moved ...
10349         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10351         Moved ...
10352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10353         ... here.
10354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10355         Moved ...
10356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10357         ... here.
10358         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10359         Moved ...
10360         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10362         Moved ...
10363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10364         ... here.
10365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10366         Moved ...
10367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10369         Moved ...
10370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10371         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10372         Moved ...
10373         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10374         ... here.
10375         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10376         Moved ...
10377         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10378         ... here.
10379         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10380         Moved ...
10381         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10382         ... here.
10383         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10384         Moved ...
10385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10386         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10387         Moved ...
10388         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10389         ... here.
10390         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10391         Moved ...
10392         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10393         ... here.
10394         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10395         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10396         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10397         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10398         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10399         Moved ...
10400         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10401         ... here.
10402         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10403         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10404         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10405         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10406         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10407         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10408         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10409         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10410         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10411         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10412         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10413         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10414         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10415         Moved ...
10416         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10417         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10418         Moved ...
10419         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10420         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10421         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10422         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10423         Moved ...
10424         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10425         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10426         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10427         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10428         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10429         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10430         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10432 2014-06-10  Wilco  <wdijkstr@arm.com>
10434         * math/test-fenv-return.c: New file.
10435         * math/Makefile: Add new test test-fenv-return.
10437 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10439         [BZ #17042]
10440         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10441         when x - 1 is zero.
10442         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10443         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10444         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10445         0.0L for an argument of 1.0L.
10446         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10447         Likewise.
10448         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10449         value when x - 1 is zero.
10450         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10451         * sysdeps/i386/fpu/libm-test-ulps: Update.
10452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10454 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10456         [BZ #15119]
10457         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10459 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10461         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10462         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10464 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10466         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10467         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10469         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10470         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10472         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10473         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10475         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10476         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10478         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10479         if not already defined.
10480         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10481         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10482         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10483         (TLS_INIT_TP): Use it.
10484         (TLS_DEFINE_INIT_TP): New macro.
10485         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10487 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10489         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10490         constant.
10491         [POSIX] (IXANY): Likewise.
10492         [POSIX] (OLCUC): Likewise.
10493         [POSIX || POSIX2008] (CBAUD): Do not allow.
10494         [POSIX || POSIX2008] (DEFECHO): Likewise.
10495         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10496         [POSIX || POSIX2008] (ECHOKE): Likewise.
10497         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10498         [POSIX || POSIX2008] (EXTA): Likewise.
10499         [POSIX || POSIX2008] (EXTB): Likewise.
10500         [POSIX || POSIX2008] (FLUSHO): Likewise.
10501         [POSIX || POSIX2008] (LOBLK): Likewise.
10502         [POSIX || POSIX2008] (PENDIN): Likewise.
10503         [POSIX || POSIX2008] (SWTCH): Likewise.
10504         [POSIX || POSIX2008] (VDISCARD): Likewise.
10505         [POSIX || POSIX2008] (VDSUSP): Likewise.
10506         [POSIX || POSIX2008] (VLNEXT): Likewise.
10507         [POSIX || POSIX2008] (VREPRINT): Likewise.
10508         [POSIX || POSIX2008] (VSTATUS): Likewise.
10509         [POSIX || POSIX2008] (VWERASE): Likewise.
10510         (B*): Change to B[0123456789]*.
10511         * conform/data/time.h-data [POSIX || UNIX98]
10512         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10513         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10514         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10515         [POSIX] (tm_*): Do not allow.
10517 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10519         * Makefile (install): Don't set LANGUAGE.
10520         * Makefile.in (install): Likewise.
10521         * assert/Makefile (test-assert-ENV): Remove variable.
10522         (test-assert-perr-ENV): Likewise.
10523         * elf/Makefile (neededtest4-ENV): Likewise.
10524         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10525         [$(cross-compiling) = no]: Don't set LANGUAGE.
10526         * io/ftwtest-sh (LANG): Remove variable.
10527         * libio/Makefile (tst-widetext-ENV): Likewise.
10528         * manual/install.texi (Running make install): Don't refer to
10529         environment settings for make install.
10530         * INSTALL: Regenerated.
10531         * nptl/tst-tls6.sh: Don't set LANG.
10532         * posix/globtest.sh (LANG): Remove variable.
10533         * string/Makefile (tester-ENV): Likewise.
10534         (inl-tester-ENV): Likewise.
10535         (noinl-tester-ENV): Likewise.
10536         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10537         [$(cross-compiling) = no]: Don't set LANGUAGE.
10538         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10539         without explicit environment settings.
10541 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10543         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10544         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10545         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10546         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10548 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10550         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10551         other files in the crypt directory.
10552         * crypt/crypt.c: Remove duplicate includes.
10553         * crypt/crypt-entry.c: Likewise.
10554         * crypt/crypt_util.c: Likewise.
10556 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10558         * Makeconfig (run-program-env): New variable.
10559         (run-program-prefix-before-env): Likewise.
10560         (run-program-prefix-after-env): Likewise.
10561         (run-program-prefix): Define in terms of new variables.
10562         (built-program-cmd-before-env): New variable.
10563         (built-program-cmd-after-env): Likewise.
10564         (built-program-cmd): Define in terms of new variables.
10565         (test-program-prefix-before-env): New variable.
10566         (test-program-prefix-after-env): Likewise.
10567         (test-program-prefix): Define in terms of new variables.
10568         (test-program-cmd-before-env): New variable.
10569         (test-program-cmd-after-env): Likewise.
10570         (test-program-cmd): Define in terms of new variables.
10571         * Rules (make-test-out): Use $(run-program-env).
10572         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10573         (help): Do not mention environment variables.  Mention
10574         --timeoutfactor option.
10575         (timeoutfactor): New variable.
10576         (blacklist_exports): Remove function.
10577         (exports): Remove variable.
10578         (command): Do not include ${exports}.
10579         * manual/install.texi (Configuring and compiling): Do not mention
10580         test wrappers preserving environment variables.  Mention that last
10581         assignment to a variable must take precedence.
10582         * INSTALL: Regenerated.
10583         * benchtests/Makefile (run-bench): Use $(run-program-env).
10584         * catgets/Makefile ($(objpfx)test1.cat): Use
10585         $(built-program-cmd-before-env), $(run-program-env) and
10586         $(built-program-cmd-after-env).
10587         ($(objpfx)test2.cat): Do not specify environment variables
10588         explicitly.
10589         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10590         $(run-program-env) and $(built-program-cmd-after-env).
10591         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10592         $(run-program-env) and $(test-program-cmd-after-env).
10593         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10594         explicitly.
10595         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10596         run_program_env and test_program_cmd_after_env arguments.
10597         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10598         * elf/tst-pathopt.sh: Use run_program_env argument.
10599         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10600         $(test-wrapper-env) and $(run-program-env).
10601         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10602         run_program_env arguments.
10603         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10604         * intl/Makefile ($(objpfx)tst-gettext.out): Use
10605         $(test-program-prefix-before-env), $(run-program-env) and
10606         $(test-program-prefix-after-env).
10607         ($(objpfx)tst-gettext2.out): Likewise.
10608         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
10609         run_program_env and test_program_prefix_after_env arguments.
10610         * intl/tst-gettext2.sh: Likewise.
10611         * intl/tst-gettext4.sh: Do not set environment variables
10612         explicitly.
10613         * intl/tst-gettext6.sh: Likewise.
10614         * intl/tst-translit.sh: Likewise.
10615         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
10616         $(test-program-prefix-before-env), $(run-program-env) and
10617         $(test-program-prefix-after-env).
10618         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
10619         run_program_env and test_program_prefix_after_env arguments.
10620         * math/Makefile (run-regen-ulps): Use $(run-program-env).
10621         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
10622         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
10623         explicitly with each use of ${test_wrapper_env}.
10624         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
10625         $(test-program-prefix-before-env), $(run-program-env) and
10626         $(test-program-prefix-after-env).
10627         * posix/tst-getconf.sh: Do not set environment variables
10628         explicitly.
10629         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
10630         run_program_env and test_program_prefix_after_env arguments.
10631         * stdio-common/tst-printf.sh: Do not set environment variables
10632         explicitly.
10633         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
10634         $(test-program-prefix-before-env), $(run-program-env) and
10635         $(test-program-prefix-after-env).
10636         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
10637         run_program_env and test_program_prefix_after_env arguments.
10638         Split $test calls into $test_pre and $test.
10639         * timezone/Makefile (build-testdata): Use
10640         $(built-program-cmd-before-env), $(run-program-env) and
10641         $(built-program-cmd-after-env).
10643 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10645         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
10646         strlen for non SHARED builds.
10648 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10650         * nptl/allocatestack.c (check_list): Inlined function...
10651         (__reclaim_stacks): ... here.
10653 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10655         [BZ #15698]
10656         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
10657         memory overrun.
10659 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
10661         * Rules (make-test-out): Include
10662         LOCPATH=$(common-objpfx)localedata in default environment.
10663         * debug/Makefile (tst-chk1-ENV): Remove variable.
10664         (tst-chk2-ENV): Likewise.
10665         (tst-chk3-ENV): Likewise.
10666         (tst-chk4-ENV): Likewise.
10667         (tst-chk5-ENV): Likewise.
10668         (tst-chk6-ENV): Likewise.
10669         (tst-lfschk1-ENV): Likewise.
10670         (tst-lfschk2-ENV): Likewise.
10671         (tst-lfschk3-ENV): Likewise.
10672         (tst-lfschk4-ENV): Likewise.
10673         (tst-lfschk5-ENV): Likewise.
10674         (tst-lfschk6-ENV): Likewise.
10675         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
10676         (tst-iconv7-ENV): Likewise.
10677         * intl/Makefile (LOCPATH-ENV): Likewise.
10678         (tst-codeset-ENV): Likewise.
10679         (tst-gettext3-ENV): Likewise.
10680         (tst-gettext5-ENV): Likewise.
10681         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
10682         (tst-fopenloc-ENV): Likewise.
10683         (tst-fgetws-ENV): Remove variable.
10684         (tst-ungetwc1-ENV): Likewise.
10685         (tst-ungetwc2-ENV): Likewise.
10686         (bug-ungetwc2-ENV): Likewise.
10687         (tst-swscanf-ENV): Likewise.
10688         (bug-ftell-ENV): Likewise.
10689         (tst-fgetwc-ENV): Likewise.
10690         (tst-fseek-ENV): Likewise.
10691         (tst-ftell-partial-wide-ENV): Likewise.
10692         (tst-ftell-active-handler-ENV): Likewise.
10693         (tst-ftell-append-ENV): Likewise.
10694         * posix/Makefile (tst-fnmatch-ENV): Likewise.
10695         (tst-regexloc-ENV): Likewise.
10696         (bug-regex1-ENV): Likewise.
10697         (tst-regex-ENV): Likewise.
10698         (tst-regex2-ENV): Likewise.
10699         (bug-regex5-ENV): Likewise.
10700         (bug-regex6-ENV): Likewise.
10701         (bug-regex17-ENV): Likewise.
10702         (bug-regex18-ENV): Likewise.
10703         (bug-regex19-ENV): Likewise.
10704         (bug-regex20-ENV): Likewise.
10705         (bug-regex22-ENV): Likewise.
10706         (bug-regex23-ENV): Likewise.
10707         (bug-regex25-ENV): Likewise.
10708         (bug-regex26-ENV): Likewise.
10709         (bug-regex30-ENV): Likewise.
10710         (bug-regex32-ENV): Likewise.
10711         (bug-regex33-ENV): Likewise.
10712         (bug-regex34-ENV): Likewise.
10713         (bug-regex35-ENV): Likewise.
10714         (tst-rxspencer-ENV): Likewise.
10715         (tst-rxspencer-no-utf8-ENV): Likewise.
10716         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
10717         (tst-sscanf-ENV): Likewise.
10718         (tst-swprintf-ENV): Likewise.
10719         (tst-swscanf-ENV): Likewise.
10720         (test-vfprintf-ENV): Likewise.
10721         (scanf13-ENV): Likewise.
10722         (bug14-ENV): Likewise.
10723         (tst-grouping-ENV): Likewise.
10724         * stdlib/Makefile (tst-strtod-ENV): Likewise.
10725         (tst-strtod3-ENV): Likewise.
10726         (tst-strtod4-ENV): Likewise.
10727         (tst-strtod5-ENV): Likewise.
10728         (testmb2-ENV): Likewise./
10729         * string/Makefile (tst-strxfrm-ENV): Likewise.
10730         (tst-strxfrm2-ENV): Likewise.
10731         (bug-strcoll1-ENV): Likewise.
10732         (test-strcasecmp-ENV): Likewise.
10733         (test-strncasecmp-ENV): Likewise.
10734         * time/Makefile (tst-strptime-ENV): Likewise.
10735         (tst-ftime_l-ENV): Likewise.
10736         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
10737         (tst-mbrtowc-ENV): Likewise.
10738         (tst-wcrtomb-ENV): Likewise.
10739         (tst-mbrtowc2-ENV): Likewise.
10740         (tst-c16c32-1-ENV): Likewise.
10741         (tst-mbsnrtowcs-ENV): Likewise.
10743 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
10745         * manual/resource.texi (How to get information about the memory
10746         subsystem?): Fix typo.
10747         Reported by Peon de la Parra Ivan <peon@keba.com>
10749 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
10751         [BZ #16882]
10752         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
10753         (pthread_spin_lock): Branch out of spin loop to proper location.
10754         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
10755         (pthread_spin_lock): Likewise.
10757         * nptl/tst-spin4.c: New test.
10758         * nptl/Makefile (tests): Add tst-spin4.
10760 2014-06-03  Andreas Schwab  <schwab@suse.de>
10762         [BZ #15946]
10763         * resolv/res_send.c (send_dg): Reload file descriptor after
10764         calling reopen.
10766 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
10768         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10770 2014-06-03  Richard Henderson  <rth@redhat.com>
10772         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
10773         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
10774         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
10775         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
10776         in the SAVE_PID block.
10777         (__libc_vfork): New alias.
10778         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
10780         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
10781         child in registers, not on the stack.  Remove RESET_PID conditionals.
10782         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
10784 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10786         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10788 2014-06-03  Wilco  <wdijkstr@arm.com>
10790         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
10791         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
10792         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10793         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
10794         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
10795         Likewise.
10797 2014-06-03  Wilco  <wdijkstr@arm.com>
10799         * sysdeps/aarch64/fpu/math_private.h
10800         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
10801         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
10802         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
10803         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
10804         Fix declarations.
10806 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
10808         * crypt/crypt-private.h: Include ufc-crypt.h.
10809         (__b64_from_24bit): Declare extern.
10810         * crypt/crypt_util.c(__b64_from_24bit): New function.
10811         (b64t): New static const variable.
10812         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
10813         (b64t): Remove variable.
10814         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
10815         * crypt/sha256-crypt.c: Include crypt-private.h.
10816         (b64t): Remove variable.
10817         (__sha256_crypt_r): Remove b64_from_24bit and replace
10818         with __b64_from_24bit.
10819         * crypt/sha512-crypt.c: Likewise.
10821 2014-06-02  Roland McGrath  <roland@hack.frob.com>
10823         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
10824         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
10825         Label the code __libc_vfork rather than __vfork.
10826         [!NOT_IN_libc] (vfork): Define as weak alias.
10827         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
10828         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
10829         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
10831 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10833         * malloc/malloc.c (malloc_info): Fix format specifier for
10834         n_mmaps.
10836 2014-06-02  Wilco  <wdijkstr@arm.com>
10838         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
10839         FPCR write.
10841 2014-06-02  Wilco  <wdijkstr@arm.com>
10843         [BZ #17009]
10844         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
10845         Rewrite to reduce FPCR/FPSR accesses.
10847 2014-06-01  David S. Miller  <davem@davemloft.net>
10849         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10851 2014-05-31  David S. Miller  <davem@davemloft.net>
10853         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
10854         to occur in round to nearest mode when |x| >= 2.0
10856 2014-05-30  Richard Henderson  <rth@twiddle.net>
10858         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
10859         (PSEUDO_RET_NOERRNO): Remove.
10860         (ret): Don't redefine.
10861         (ret_NOERRNO): Define in terms of ret.
10862         (ret_ERRVAL): Likewise.
10864         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
10865         use of PSEUDO_RET; perform the error check directly.
10867 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
10869         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
10870         with __int128_t.
10872 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10874         * malloc/malloc (malloc_info): Fix formatting.
10876 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10877             Roland McGrath  <roland@hack.frob.com>
10879         * malloc/malloc (malloc_info): Also print mmapped statistics.
10881 2014-05-30  Roland McGrath  <roland@hack.frob.com>
10883         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
10884         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
10886 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
10888         * malloc/malloc.c (malloc_info): Inline mi_arena.
10890 2014-05-29  Richard Henderson  <rth@twiddle.net>
10892         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
10893         Remove comma before expanding ASM_ARGS_##nr.
10894         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
10895         Make _x0 a strict output; make _x8 a strict input; adjust expansion
10896         of ASM_ARGS_##nr.
10897         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
10898         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
10899         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
10900         (ASM_ARGS_1): Add leading comma.
10902         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
10903         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
10904         to __errno_location.
10905         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
10906         Remove the expected plt for __errno_location.
10908         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10909         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
10910         call to __read_tp.
10912         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10913         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
10914         it and break it down.
10915         (DOCARGS_0, DOCARGS_1): Do nothing.
10916         (DOCARGS_2): Update to store into the new stack frame.
10917         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
10918         (UNDOCARGS_1): Update to restore from the new stack frame.
10919         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
10920         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
10922         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
10923         (SINGLE_THREAD_P): New parameter for result regno.
10924         (PSEUDO): Update to match; use cbz instead of beq.
10926         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
10927         Use ENTRY to define the _nocancel entry point.  Share the syscall
10928         and syscall error check paths with the cancel path.
10929         (PSEUDO_END): New.
10931         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
10932         whitespace; tabs before and after asm mnemonics.
10934 2014-05-29  Eric Wong  <normalperson@yhbt.net>
10936         [BZ #15132]
10937         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10938         Call fstat64 or stat64 internally, depending on arguments passed.
10939         Replace stat buffer argument with file descriptor argument.
10940         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
10941         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10942         Pass fd to __internal_statvfs instead of calling fstat64.
10943         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
10944         Pass fd to __internal_statvfs64 instead of calling fstat64.
10945         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
10946         Pass -1 to __internal_statvfs instead of calling stat64.
10947         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
10948         Pass -1 to __internal_statvfs64 instead of calling stat64.
10950 2014-05-28  Roland McGrath  <roland@hack.frob.com>
10952         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
10953         that was previously under [RESET_PID].
10954         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
10956         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
10957         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
10959 2014-05-27  Roland McGrath  <roland@hack.frob.com>
10961         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
10963         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
10964         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
10966 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
10968         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
10970 2014-05-27  Andreas Schwab  <schwab@suse.de>
10972         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
10973         TLS_INIT_TP macro.
10974         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
10975         * elf/rtld.c (init_tls, dl_main): Likewise.
10976         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
10977         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
10978         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
10979         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
10980         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
10981         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
10982         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
10983         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
10984         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
10985         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
10986         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
10987         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
10988         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
10989         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
10990         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
10991         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
10992         * sysdeps/generic/tls.h: Update description.
10994 2014-05-27  Will Newton  <will.newton@linaro.org>
10996         [BZ #16990]
10997         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
10998         and restore r2 rather than just restoring.
11000 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11002         [BZ #16724]
11003         * libio/tst-ftell-append.c: New test case.
11004         * libio/Makefile (tests): Add test case.
11005         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11006         append mode.
11007         * libio/wfileops.c (do_ftell_wide): Likewise.
11009 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11011         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11013         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11014         ...
11015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11017         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11018         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11019         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11020         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11021         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11022         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11023         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11024         Moved ...
11025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11026         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11027         Moved ...
11028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11029         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11030         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11031         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11032         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11033         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11034         ...
11035         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11036         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11037         Moved ...
11038         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11039         here.
11040         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11041         ...
11042         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11043         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11044         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11046         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11047         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11048         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11049         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11051         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11052         merge into ...
11053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11054         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11055         ...
11056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11057         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11058         ...
11059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11060         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11061         Moved ...
11062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11063         here.
11064         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11065         Moved ...
11066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11067         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11068         Moved ...
11069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11072         conditional [RESET_PID].
11073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11074         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11075         removed.
11076         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11077         removed.
11079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11080         <tcb-offsets.h>.
11081         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11082         (__libc_vfork): New strong alias.
11083         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11084         removed.
11085         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11086         Removed.
11088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11089         <tcb-offsets.h>.
11090         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11091         (__libc_vfork): New strong alias.
11092         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11093         removed.
11094         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11095         removed.
11097 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11099         * malloc/malloc.c (mi_arena): New function.
11100         (malloc_info): Remove nested function mi_arena. Call non-nosted
11101         function mi_arena.
11103 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11105         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11106         by insrwi.
11107         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11108         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11109         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11110         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11111         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11112         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11113         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11115 2014-05-26  Andreas Schwab  <schwab@suse.de>
11117         [BZ #16984]
11118         * locale/programs/repertoire.c (repertoire_read): Add slash
11119         between I18NPATH element and file name.
11120         * locale/programs/locfile.c (locfile_read): Likewise.
11122 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11124         * nptl/pthread_mutexattr_settype.c
11125         (__pthread_mutexattr_settype):
11126         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11128 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11130         * nptl/tst-mutex5 (do_test):
11131         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11133 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11135         * benchtests/README: Document 'init' directive.
11136         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11137         BENCH_INIT.
11138         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11139         (parse_file): Recognize 'init' directive.
11141 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11143         [BZ #16796]
11144         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11145         alignment of struct pthread.
11147 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11149         [BZ #16878]
11150         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11151         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11152         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11153         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11155 2014-05-25  Richard Henderson  <rth@twiddle.net>
11157         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11158         (SINGLE_THREAD_P_PIC): Remove.
11159         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11160         (SINGLE_THREAD_P_PIC): Remove.
11162         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11163         branch to syscall error ...
11164         (PSEUDO): ... here.
11165         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11166         from __local_syscall_error to .Lsyscall_error.
11167         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11168         (SYSCALL_ERROR): Update label name.
11170         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11171         Do not use DOARGS/UNDOARGS.
11172         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11173         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11174         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11175         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11176         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11178         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11179         block comment.
11181         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11182         define if !NOT_IN_libc.
11183         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11184         define with non-default symbol versions.
11186 2014-05-23  Richard Henderson  <rth@twiddle.net>
11188         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11189         (vfork, __vfork): Define via compat_symbol.
11191         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11192         [!HAVE_IFUNC] (vfork_compat): Remove.
11193         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11195 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11197         [BZ #16978]
11198         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11199         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11200         variable.
11202 2014-05-23  Richard Henderson  <rth@twiddle.net>
11204         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11205         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11206         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11207         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11209         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11210         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11211         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11212         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11213         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11214         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11215         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11216         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11217         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11218         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11219         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11220         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11221         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11222         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11223         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11224         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11225         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11226         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11227         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11228         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11229         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11230         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11231         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11232         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11233         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11234         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11235         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11236         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11237         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11238         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11239         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11240         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11241         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11242         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11243         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11244         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11245         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11246         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11247         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11248         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11249         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11250         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11251         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11252         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11253         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11254         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11255         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11256         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11257         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11258         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11259         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11260         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11261         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11262         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11263         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11264         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11266         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11267         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11268         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11269         before exiting on error.
11270         (__libc_vfork): New strong alias.
11271         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11272         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11274         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11275         that was previously under [RESET_PID].
11276         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11278         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11280 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11282         [BZ #16977]
11283         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11284         value when x - 1 is zero.
11285         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11286         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11287         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11288         0.0L for an argument of 1.0L.
11289         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11290         Likewise.
11291         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11292         value when x - 1 is zero.
11293         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11294         * sysdeps/i386/fpu/libm-test-ulps: Update.
11295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11297 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11299         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11300         alphasort and versionsort.
11302 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11304         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11305         macro.
11306         [copysignf]: Likewise.
11308 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11310         * crypt/md5-crypt.c: Fix formatting.
11312 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11314         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11315         (b64_from_24bit): New function.
11317 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11319         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11320         libc_hidden_builtin_def to ifunc.
11321         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11322         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11324 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11326         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11327         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11329 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11331         * nscd/Depend (linuxthreads): Remove.
11332         (nptl): Add.
11333         * resolv/Depend (linuxthreads): Remove.
11334         * rt/Depend (linuxthreads): Remove.
11336         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11337         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11338         $(common-objpfx)elf/.
11339         (link-libc-before-gnulib): Likewise.
11340         (elfobjdir): Remove variable.
11341         * Makefile (install): Use $(elf-objpfx) instead of
11342         $(common-objpfx)elf/.
11343         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11344         $(elfobjdir)/.
11345         (link-libc-deps): Likewise.
11346         ($(common-objpfx)libc.so): Likewise.
11347         ($(common-objpfx)linkobj/libc.so): Likewise.
11348         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11349         instead of $(common-objpfx)elf/.
11350         (symbolic-link-list): Likewise.
11351         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11352         [$(cross-compiling) = no]: Likewise.
11353         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11354         $(elfobjdir)/.
11355         (static-gnulib-arch): Likewise.
11356         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11357         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11358         $(common-objpfx)elf/.
11360 2014-05-21  Richard Henderson  <rth@redhat.com>
11362         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11363         (SINGLE_THREAD_P): Use the correct width load.  Fold
11364         into the ldr offset.
11366         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11367         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11369 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11371         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11372         (libgcc_s_resume): Use __attribute_used__.
11373         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11374         Likewise.
11376 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11378         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11379         optimization when used with float constants.
11381         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11383 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11385         [BZ #16915]
11386         * locale/nl_langinfo_l.c: Make direct reference to every
11387         _nl_current_CATEGORY symbol.
11388         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11389         (tests-static): Add tst-langinfo-static.
11390         (tests-special): Add tst-langinfo-static.out.
11391         ($(objpfx)tst-langinfo.out): Redirect output.
11392         ($(objpfx)tst-langinfo-static.out): New.
11393         * localedata/tst-langinfo.sh: Send output to stdout.
11394         * localedata/tst-langinfo-static.c: New file.
11396         [BZ #16965]
11397         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11398         when the shift amount is modulo the limb size.
11400 2014-05-20  Richard Henderson  <rth@redhat.com>
11402         [BZ #16967]
11403         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11404         Change type of sa_flags from unsigned int to int.
11406         [BZ #16966]
11407         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11409         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11411 2014-05-20  Will Newton  <will.newton@linaro.org>
11413         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11414         Test the return value of the system call in the nocancel case.
11416 2014-05-20  Will Newton  <will.newton@linaro.org>
11417             Yvan Roux  <yvan.roux@linaro.org>
11419         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11420         #include of asm/ptrace.h.
11421         (PTRACE_GET_THREAD_AREA): Remove #undef.
11422         (PTRACE_GETHBPREGS): Likewise.
11423         (PTRACE_SETHBPREGS): Likewise.
11424         (struct user_regs_struct): New structure.
11425         (struct user_fpsimd_struct): New structure.
11426         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11427         #include of asm/ptrace.h and second #include of sys/user.h.
11428         (PTRACE_GET_THREAD_AREA): Remove #undef.
11429         (PTRACE_GETHBPREGS): Likewise.
11430         (PTRACE_SETHBPREGS): Likewise.
11431         (ELF_NGREG): Use new struct user_regs_struct.
11432         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11434 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11436         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11437         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11439 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11441         [BZ #16958]
11442         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11443         membar to avoid block loads/stores to overlap previous stores.
11445 2014-05-17  Richard Henderson  <rth@redhat.com>
11447         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11448         Create the __##syscall_name##_nocancel entry point.
11449         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11450         Remove; let the sysdep-cancel.h code create it.
11452 2014-05-17  David S. Miller  <davem@davemloft.net>
11454         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11455         Protect with __USE_GNU.
11456         (TIOCSET_TEMPT): Likewise.
11457         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11458         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11459         these are already provided in bits/ioctl-types.h
11461 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11463         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11464         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11466         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11467         Use wait4 regardless of [__NR_waitpid].
11469 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11471         PR libgcc/60166
11472         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11473         (_FP_NANSIGN_Q): Set the quiet bit.
11475 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11477         * benchtests/Makefile
11478         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11479         not $(common-objpfx)math/libm.so.
11480         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11481         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11482         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11483         $(common-objpfx)dlfcn/libdl.so.
11484         ($(objpfx)tst-audit8): Depend on $(libm), not
11485         $(common-objpfx)math/libm.so.
11486         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11487         not $(common-objpfx)dlfcn/libdl.so.
11488         * math/Makefile
11489         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11490         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11491         [$(build-shared) = yes].
11492         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11493         $(common-objpfx)nptl/libpthread.so.
11494         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11495         $(common-objpfx)math/libm.so$(libm.so-version) or
11496         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11497         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11498         $(common-objpfx)dlfcn/libdl.so.
11499         * setjmp/Makefile (link-libm): Remove variable.
11500         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11501         * stdio-common/Makefile (link-libm): Remove variable.
11502         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11503         * stdlib/Makefile (link-libm): Remove variable.
11504         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11505         ($(objpfx)tst-strtod-round): Likewise.
11506         ($(objpfx)tst-tininess): Likewise.
11507         ($(objpfx)tst-strtod-underflow): Likewise.
11508         ($(objpfx)tst-strtod6): Likewise.
11509         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11510         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11511         $(common-objpfx)dlfcn/libdl.so.
11513 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11515         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11516         BSD terminal modes definitions.
11518 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11520         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11521         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11523         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11524         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11525         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11526         Don't do #include_next.
11527         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11528         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11529         Don't do #include_next.
11530         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11531         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11532         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11533         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11535 2014-05-16  Allan McRae  <allan@archlinux.org>
11537         * po/sv.po: Update Swedish translation from translation project.
11539         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11540         in sed expression.
11542 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11544         [BZ #16917]
11545         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11546         errno if the TIOCGPTN ioctl fails with an error different than
11547         EINVAL.
11548         * login/tst-ptsname.c: New file.
11549         * login/Makefile (tests): Add tst-ptsname.
11551         [BZ #16943]
11552         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11553         and prlimit64.
11555 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11557         [BZ #16849]
11558         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11559         herrno to return EAI_AGAIN.
11561 2014-05-14  Roland McGrath  <roland@hack.frob.com>
11563         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11564         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11565         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11566         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11567         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11568         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11569         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11570         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11571         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11572         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11573         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11574         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11575         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11576         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11577         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11578         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11579         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11580         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11581         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11582         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11583         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11584         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11585         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11586         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11587         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11588         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11589         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11590         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11591         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11592         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11593         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11594         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11595         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11596         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11597         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11598         Moved ...
11599         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11600         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11601         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11602         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11603         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11604         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
11605         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
11606         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
11607         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
11608         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
11609         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
11610         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
11611         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
11612         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
11613         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
11614         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
11615         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
11616         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
11617         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
11618         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
11619         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
11620         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
11621         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
11622         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
11623         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
11624         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
11625         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
11626         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
11627         Moved ...
11628         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
11629         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
11630         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
11631         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
11632         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
11633         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
11634         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
11635         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
11636         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
11637         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
11638         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
11639         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
11640         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
11641         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
11642         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
11643         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
11644         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
11645         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
11646         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
11647         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
11648         Moved ...
11649         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
11650         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
11651         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
11653         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
11654         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
11655         (libpthread-sysdep_routines): Add elision-related stuff here instead.
11656         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
11657         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
11658         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
11659         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
11660         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
11661         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
11662         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
11663         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
11664         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
11665         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
11666         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
11667         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
11668         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
11669         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
11670         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
11671         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
11672         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
11673         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
11674         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
11675         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
11676         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
11677         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
11678         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
11679         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
11680         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
11681         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
11682         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
11683         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
11685         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
11686         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
11688         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
11689         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
11690         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
11691         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
11692         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
11693         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
11694         Moved ...
11695         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
11696         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
11697         Moved ...
11698         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
11699         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
11700         Moved ...
11701         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
11702         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
11703         Moved ...
11704         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
11705         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
11706         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
11707         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
11708         Moved ...
11709         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
11710         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
11711         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
11712         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
11713         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
11714         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
11715         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
11716         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
11717         Moved ...
11718         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
11719         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11720         Moved ...
11721         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
11722         ... here.
11723         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
11724         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
11725         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
11726         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
11727         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11728         Moved ...
11729         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
11730         ... here.
11731         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
11732         Moved ...
11733         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
11734         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
11735         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
11736         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
11737         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
11738         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
11739         Moved ...
11740         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
11741         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
11742         Moved ...
11743         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
11744         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
11745         Moved ...
11746         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
11747         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
11748         Moved ...
11749         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
11750         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
11751         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
11752         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
11753         Moved ...
11754         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
11755         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
11756         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
11757         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
11758         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
11759         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
11760         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
11761         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
11762         Moved ...
11763         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
11764         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11765         Moved ...
11766         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
11767         ... here.
11768         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
11769         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
11770         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
11771         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
11772         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11773         Moved ...
11774         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
11775         ... here.
11776         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
11777         Moved ...
11778         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
11779         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
11780         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
11781         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
11782         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
11783         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
11784         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
11785         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
11786         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
11787         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
11788         Moved ...
11789         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
11790         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
11791         Moved ...
11792         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
11793         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
11794         Moved ...
11795         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
11796         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
11797         Moved ...
11798         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
11799         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
11800         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
11801         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
11802         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
11803         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
11804         Moved ...
11805         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
11806         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
11807         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
11808         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
11809         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
11810         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
11811         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
11812         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
11813         Moved ...
11814         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
11815         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11816         Moved ...
11817         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
11818         ... here.
11819         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
11820         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
11821         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
11822         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
11823         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11824         Moved ...
11825         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
11826         ... here.
11827         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
11828         Moved ...
11829         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
11830         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
11831         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
11832         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
11833         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
11834         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
11835         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
11836         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
11837         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
11838         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
11839         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
11841         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
11842         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
11844         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
11845         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
11847         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
11848         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
11849         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
11850         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
11851         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
11852         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
11853         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
11854         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
11855         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
11856         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
11857         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
11858         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
11859         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
11860         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
11861         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
11862         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
11863         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
11864         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
11865         Moved ...
11866         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
11867         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
11868         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
11869         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
11870         Moved ...
11871         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
11872         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
11873         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
11874         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
11875         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
11876         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
11877         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
11878         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
11879         Moved ...
11880         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
11881         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
11882         Moved ...
11883         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
11884         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
11885         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
11886         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
11887         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
11888         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
11889         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
11890         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
11891         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
11892         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
11893         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
11894         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
11895         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
11896         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
11897         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
11898         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
11899         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
11901         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
11902         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
11903         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
11904         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
11905         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
11907         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
11908         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
11909         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
11910         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
11911         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
11912         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
11913         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
11914         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
11915         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
11916         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
11918         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
11919         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
11921         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
11922         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
11923         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
11924         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
11925         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
11926         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
11927         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
11928         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
11929         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
11930         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
11931         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
11932         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
11933         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
11934         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
11935         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
11936         Update #include.
11937         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
11938         Likewise.
11939         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11940         Likewise.
11941         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11942         Likewise.
11943         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11944         Likewise.
11945         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
11946         Likewise.
11947         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
11948         Likewise.
11949         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11950         Likewise.
11951         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
11952         Likewise.
11953         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
11954         Likewise.
11955         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
11956         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
11957         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
11958         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
11959         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
11960         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
11961         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
11962         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
11963         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
11964         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
11965         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
11966         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
11967         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
11968         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
11969         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
11971         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
11972         that was previously under [RESET_PID].
11973         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
11974         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
11975         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
11977         * sysdeps/i386/nptl/Implies: New file.
11978         * sysdeps/x86_64/nptl/Implies: New file.
11979         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
11980         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
11981         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
11982         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
11984         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
11985         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11986         (__libc_vfork): New strong alias.
11987         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
11988         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
11990         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
11991         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11992         (__libc_vfork): New strong alias.
11993         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
11994         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
11996         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
11997         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11998         (__libc_vfork): New strong alias.
11999         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12000         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12001         * nptl/pt-vfork.c: New file.
12002         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12003         (libpthread: GLIBC_2.20): New version set (empty).
12005 2014-05-14  Will Newton  <will.newton@linaro.org>
12007         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12008         rather than #if.
12010 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12012         [BZ #16564]
12013         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12014         arguments with exponent 65 or above.
12015         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12016         arguments 0x1p113L or above.
12017         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12018         to arguments 0x1p107L or above.
12019         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12020         positive arguments with exponent 65 or above.
12021         * math/auto-libm-test-in: Add more tests of log1p.
12022         * math/auto-libm-test-out: Regenerated.
12024         [BZ #16928]
12025         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12026         non-finite arguments is +0.
12027         * math/s_cacosf.c (__cacosf): Likewise.
12028         * math/s_cacosl.c (__cacosl): Likewise.
12029         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12030         * sysdeps/i386/fpu/libm-test-ulps: Update.
12031         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12033         [BZ #16927]
12034         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12035         value.
12036         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12037         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12038         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12039         for explicit high bit of mantissa when testing for argument equal
12040         to 1.
12041         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12042         * sysdeps/i386/fpu/libm-test-ulps: Update.
12043         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12045         [BZ #16516]
12046         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12047         (__erf): Scale by 16 instead of 8 in potentially underflowing
12048         case.  Ensure exception if result actually underflows.
12049         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12050         (__erff): Scale by 16 instead of 8 in potentially underflowing
12051         case.  Ensure exception if result actually underflows.
12052         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12053         (efx8): Remove variable.
12054         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12055         case.  Ensure exception if result actually underflows.
12056         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12057         (efx8): Remove variable.
12058         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12059         case.  Ensure exception if result actually underflows.
12060         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12061         (efx8): Remove variable.
12062         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12063         case.  Ensure exception if result actually underflows.
12064         * math/auto-libm-test-in: Add more tests of erf.
12065         * math/auto-libm-test-out: Regenerated.
12067 2014-05-14  Andreas Schwab  <schwab@suse.de>
12069         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12070         Remove code conditionalized on USE___THREAD.
12072         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12073         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12074         not definedness.
12076 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12078         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12079         Define unconditionally.
12080         (__ASSUME_O_CLOEXEC): Likewise.
12081         (__ASSUME_SOCK_CLOEXEC): Likewise.
12082         (__ASSUME_IN_NONBLOCK): Likewise.
12083         (__ASSUME_PIPE2): Likewise.
12084         (__ASSUME_EVENTFD2): Likewise.
12085         (__ASSUME_SIGNALFD4): Likewise.
12086         (__ASSUME_DUP3): Likewise.
12087         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12088         (__ASSUME_DUP3): Do not define.
12089         (__ASSUME_EVENTFD2): Likewise.
12090         (__ASSUME_IN_NONBLOCK): Likewise.
12091         (__ASSUME_O_CLOEXEC): Likewise.
12092         (__ASSUME_PIPE2): Likewise.
12093         (__ASSUME_SIGNALFD4): Likewise.
12094         (__ASSUME_SOCK_CLOEXEC): Likewise.
12095         (__ASSUME_UTIMES): Undefine.
12096         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12097         (__ASSUME_UTIMES): Do not define.
12098         (__ASSUME_O_CLOEXEC): Likewise.
12099         (__ASSUME_SOCK_CLOEXEC): Likewise.
12100         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12101         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12102         0x020621].
12103         (__ASSUME_PIPE2): Likewise.
12104         (__ASSUME_EVENTFD2): Likewise.
12105         (__ASSUME_SIGNALFD4): Likewise.
12106         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12107         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12108         Do not define.
12109         (__ASSUME_EVENTFD2): Likewise.
12110         (__ASSUME_SIGNALFD4): Likewise.
12111         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12112         (__ASSUME_32BITUIDS): Likewise.
12113         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12114         (__ASSUME_IPC64): Likewise.
12115         (__ASSUME_ST_INO_64_BIT): Likewise.
12116         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12117         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12118         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12119         (__ASSUME_UTIMES): Do not define.
12120         (__ASSUME_PSELECT): Likewise.
12121         (__ASSUME_PPOLL): Likewise.
12122         (__ASSUME_O_CLOEXEC): Likewise.
12123         (__ASSUME_SOCK_CLOEXEC): Likewise.
12124         (__ASSUME_IN_NONBLOCK): Likewise.
12125         (__ASSUME_PIPE2): Likewise.
12126         (__ASSUME_EVENTFD2): Likewise.
12127         (__ASSUME_SIGNALFD4): Likewise.
12128         (__ASSUME_DUP3): Likewise.
12129         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12130         (__ASSUME_UTIMES): Likewise.
12131         (__ASSUME_O_CLOEXEC): Likewise.
12132         (__ASSUME_SOCK_CLOEXEC): Likewise.
12133         (__ASSUME_IN_NONBLOCK): Likewise.
12134         (__ASSUME_PIPE2): Likewise.
12135         (__ASSUME_EVENTFD2): Likewise.
12136         (__ASSUME_SIGNALFD4): Likewise.
12137         (__ASSUME_DUP3): Likewise.
12138         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12139         (__ASSUME_UTIMES): Likewise.
12140         (__ASSUME_O_CLOEXEC): Likewise.
12141         (__ASSUME_SOCK_CLOEXEC): Likewise.
12142         (__ASSUME_IN_NONBLOCK): Likewise.
12143         (__ASSUME_PIPE2): Likewise.
12144         (__ASSUME_EVENTFD2): Likewise.
12145         (__ASSUME_SIGNALFD4): Likewise.
12146         (__ASSUME_DUP3): Likewise.
12147         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12148         Likewise.
12149         (__ASSUME_UTIMES): Likewise.
12150         (__ASSUME_EVENTFD2): Likewise.
12151         (__ASSUME_SIGNALFD4): Likewise.
12152         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12153         (__ASSUME_O_CLOEXEC): Likewise.
12154         (__ASSUME_SOCK_CLOEXEC): Likewise.
12155         (__ASSUME_IN_NONBLOCK): Likewise.
12156         (__ASSUME_PIPE2): Likewise.
12157         (__ASSUME_EVENTFD2): Likewise.
12158         (__ASSUME_SIGNALFD4): Likewise.
12159         (__ASSUME_DUP3): Likewise.
12160         (__ASSUME_UTIMES): Undefine.
12162         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12163         feclearexcept.  Remove symbol versioning code.
12164         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12165         symbol versioning code.
12166         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12167         symbol versioning code.
12168         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12169         feupdateenv.  Remove symbol versioning code.
12170         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12171         fegetexceptflag.  Remove symbol versioning code.
12172         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12173         fesetexceptflag.  Remove symbol versioning code.
12174         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12175         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12176         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12177         (__posix_fadvise64_l32): Remove prototype.
12178         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12179         code.
12181 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12183         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12184         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12185         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12186         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12188 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12190         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12191         current working directory
12193 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12195         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12196         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12197         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12198         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12199         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12200         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12201         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12202         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12203         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12204         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12205         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12206         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12207         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12208         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12209         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12210         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12211         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12212         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12213         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12214         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12215         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12216         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12217         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12218         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12219         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12220         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12221         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12222         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12223         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12224         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12225         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12226         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12227         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12228         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12229         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12230         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12231         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12232         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12233         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12234         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12235         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12236         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12238         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12239         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12241         * sysdeps/unix/sysv/linux/arm/Makefile
12242         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12243         Add rt-aeabi_unwind_cpp_pr1.
12244         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12245         Add nptl-aeabi_unwind_cpp_pr1.
12246         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12247         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12248         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12249         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12250         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12251         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12253         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12254         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12255         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12256         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12258         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12259         Deconditionalize the code that was previously under [RESET_PID].
12260         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12262         * sysdeps/generic/exit-thread.h: New file.
12263         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12264         * include/unistd.h (__exit_thread): Remove declaration.
12265         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12266         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12267         * csu/libc-start.c: Include <exit-thread.h>.
12268         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12269         * nptl/pthread_create.c: Include <exit-thread.h>.
12270         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12271         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12272         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12273         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12274         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12275         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12276         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12277         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12278         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12279         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12280         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12281         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12282         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12283         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12284         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12285         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12286         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12288 2014-05-13  Andreas Schwab  <schwab@suse.de>
12290         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12292 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12294         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12295         (__ASSUME_UTIMES): Do not condition on kernel version.
12296         (__ASSUME_PSELECT): Define unconditionally.
12297         (__ASSUME_PPOLL): Likewise.
12298         (__ASSUME_ATFCTS): Likewise.
12299         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12300         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12301         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12302         (__ASSUME_UTIMENSAT): Define unconditionally.
12303         (__ASSUME_PRIVATE_FUTEX): Likewise.
12304         (__ASSUME_FALLOCATE): Likewise.
12305         (__ASSUME_O_CLOEXEC): Likewise.
12306         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12307         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12308         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12309         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12310         (__ASSUME_IN_NONBLOCK): Likewise.
12311         (__ASSUME_PIPE2): Likewise.
12312         (__ASSUME_EVENTFD2): Likewise.
12313         (__ASSUME_SIGNALFD4): Likewise.
12314         (__ASSUME_DUP3): Likewise.
12315         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12316         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12317         (__ASSUME_AT_RANDOM): Likewise.
12318         (__ASSUME_PREADV): Likewise.
12319         (__ASSUME_PWRITEV): Likewise.
12320         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12321         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12322         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12323         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12324         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12325         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12326         (__ASSUME_O_CLOEXEC): Define unconditionally.
12327         (__ASSUME_PSELECT): Do not undefine conditionally.
12328         (__ASSUME_PPOLL): Likewise.
12329         (__ASSUME_ATFCTS): Likewise.
12330         (__ASSUME_SET_ROBUST_LIST): Likewise.
12331         (__ASSUME_UTIMENSAT): Likewise.
12332         (__ASSUME_FDATASYNC): Define unconditionally.
12333         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12334         (__ASSUME_SIGFRAME_V2): Likewise.
12335         )__ASSUME_EVENTFD2): Likewise.
12336         (__ASSUME_SIGNALFD4): Likewise.
12337         (__ASSUME_PSELECT): Do not undefine conditionally.
12338         (__ASSUME_PPOLL): Likewise.
12339         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12340         (__ASSUME_PSELECT): Define unconditionally.
12341         (__ASSUME_PPOLL): Likewise.
12342         (__ASSUME_O_CLOEXEC): Likewise.
12343         (__ASSUME_SOCK_CLOEXEC): Likewise.
12344         (__ASSUME_IN_NONBLOCK): Likewise.
12345         (__ASSUME_PIPE2): Likewise.
12346         (__ASSUME_EVENTFD2): Likewise.
12347         (__ASSUME_SIGNALFD4): Likewise.
12348         (__ASSUME_DUP3): Likewise.
12349         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12350         (__ASSUME_O_CLOEXEC): Likewise.
12351         (__ASSUME_SOCK_CLOEXEC): Likewise.
12352         (__ASSUME_IN_NONBLOCK): Likewise.
12353         (__ASSUME_PIPE2): Likewise.
12354         (__ASSUME_EVENTFD2): Likewise.
12355         (__ASSUME_SIGNALFD4): Likewise.
12356         (__ASSUME_DUP3): Likewise.
12357         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12358         (__ASSUME_EVENTFD2): Likewise.
12359         (__ASSUME_SIGNALFD4): Likewise.
12360         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12362 2014-05-12  Andreas Schwab  <schwab@suse.de>
12364         [BZ #16932]
12365         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12366         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12367         than maximum RPC packet size.
12368         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12369         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12370         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12371         (_nss_nis_getservbyport_r): Likewise.
12373 2014-05-12  Will Newton  <will.newton@linaro.org>
12375         * malloc/Makefile (tests): Add tst-mallopt.
12376         * malloc/tst-mallopt.c: New file.
12378 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12380         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12381         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12383 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12385         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12386         (tst-tlsmod6.so): Likewise.
12388 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12390         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12392 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12394         [BZ #16064]
12395         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12396         and <dl-procinfo.h>.
12397         (__fegetenv): Save SSE state in envp->__eip if supported.
12398         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12399         envp->__eip if supported.
12400         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12401         and <dl-procinfo.h>.
12402         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12403         __data_offset and __data_selector in environment to 0.  Set SSE
12404         state if supported.
12405         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12406         test-fenv-sse.
12407         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12408         -mfpmath=sse.
12409         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12411 2014-05-09  Will Newton  <will.newton@linaro.org>
12413         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12414         and libc_relro_required for ARM.
12415         * sysdeps/arm/preconfigure: Regenerate.
12417 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12418             Stefan Liebler  <stli@linux.vnet.ibm.com>
12420         * config.make.in (enable-lock-elision): New Makefile variable.
12421         * configure.ac: Likewise.
12422         * configure: Regenerate.
12423         * sysdeps/s390/configure.ac:
12424         Add check for gcc transactions support.
12425         * sysdeps/s390/configure: Regenerate.
12426         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12427         Build elision files if enabled.
12428         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12429         Add lock elision support for s390.
12430         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12431         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12432         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12433         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12434         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12435         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12436         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12437         Likewise.
12438         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12439         Likewise.
12440         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12441         Likewise.
12442         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12443         Likewise.
12444         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12445         (__lll_timedlock_elision, __lll_lock_elision)
12446         (__lll_unlock_elision, __lll_trylock_elision)
12447         (lll_timedlock_elision, lll_lock_elision)
12448         (lll_unlock_elision, lll_trylock_elision): Add.
12449         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12450         (pthread_mutex_t): Add lock elision support for s390.
12452 2014-05-14  Wilco  <wdijkstr@arm.com>
12454         * sysdeps/arm/fclrexcpt.c: Cleanup.
12455         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12456         * sysdeps/arm/feenablxcpt.c: Cleanup.
12457         * sysdeps/arm/fegetenv.c: Cleanup.
12458         * sysdeps/arm/fegetexcept.c: Cleanup.
12459         * sysdeps/arm/fegetround.c: Cleanup.
12460         * sysdeps/arm/feholdexcpt.c: Cleanup.
12461         * sysdeps/arm/fesetenv.c: Cleanup.
12462         * sysdeps/arm/fesetround.c: Cleanup.
12463         * sysdeps/arm/feupdateenv.c: Cleanup.
12464         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12465         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12466         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12467         * sysdeps/arm/ftestexcept.c: Cleanup.
12468         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12469         * sysdeps/arm/setfpucw.c: Cleanup.
12471 2014-05-09  Will Newton  <will.newton@linaro.org>
12473         * sysdeps/arm/armv7/strcmp.S: New file.
12474         * NEWS: Mention addition of ARMv7 optimized strcmp.
12476 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12478         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12479         look for %.ac rather than %.in.
12481         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12482         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12483         * sysdeps/mach/hurd/configure: Regenerated.
12484         * sysdeps/unix/sysv/linux/configure: Regenerated.
12486         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12488 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12490         [BZ# 16922]
12491         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12492         (LONG_SUB): Ditto.
12493         (PTR_SUB): Ditto.
12495 2014-05-07  Andreas Schwab  <schwab@suse.de>
12497         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12498         when skipping over non-matching result from nscd.
12500 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12502         [BZ #16876]
12503         * nptl/sockperf.c (client): Check socket return value.
12505         [BZ #16877]
12506         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12507         nscd security class.
12509 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12511         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12512         * sysdeps/arm/unwind.h: ... here.
12514 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12516         [BZ# 16916]
12517         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12518         Define.
12520 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12522         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12523         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12524         multiarch strncpy for PPC64.
12525         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12526         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12527         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12528         multiarch optimizations.
12529         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12530         (__libc_ifunc_impl_list): Likewise.
12531         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12532         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12533         multiarch stpncpy for PPC64.
12534         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12535         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12537 2014-05-06  Andreas Schwab  <schwab@suse.de>
12539         [BZ #16912]
12540         * gmon/mcount.c (_MCOUNT_DECL): Use
12541         atomic_compare_and_exchange_bool_acq instead of
12542         catomic_compare_and_exchange_bool_acq.
12544 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12546         * elf/Makefile (others, install-bin): Remove pldd.
12547         (pldd-modules): Variable removed.
12548         ($(objpfx)pldd): Target removed.
12549         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12550         (others, install-bin): Append pldd here.
12551         ($(objpfx)pldd): New target.
12553         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12554         to 0, so the first #if test emitted later doesn't see it undefined.
12555         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12556         * sysdeps/gnu/errlist.c: Regenerated.
12558 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12560         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12561         [libc_hidden_builtin_def]: Define to empty value.
12562         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12563         [libc_hidden_builtin_def]: Likewise.
12564         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12565         [libc_hidden_builtin_def]: Likewise.
12566         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12567         [libc_hidden_builtin_def]: Likewise.
12568         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12569         __redirect_memcpy and define ifunc as default hidden symbol.
12570         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12571         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12573 2014-05-04  Adam Conrad  <adconrad@0c3.net>
12575         * locale/iso-4217.def: Reintroduce XDR currency.
12577 2014-05-04  Allan McRae  <allan@archlinux.org>
12579         * po/eo.po: Update Esperanto translation from translation project.
12581 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
12583         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12584         and FEATURE_INDEX_MAX to 1.
12585         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12587 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12589         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12590         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12591         * iconvdata/big5.c (ONE_DIRECTION): Define.
12592         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12593         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12594         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12595         * iconvdata/cp932.c (ONE_DIRECTION): Define.
12596         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12597         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12598         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12599         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12600         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12601         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12602         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12603         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12604         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
12605         * iconvdata/gbk.c (ONE_DIRECTION): Define.
12606         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
12607         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
12608         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
12609         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
12610         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
12611         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
12612         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
12613         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
12614         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
12615         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
12616         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
12617         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
12618         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
12619         * iconvdata/iso646.c (ONE_DIRECTION): Define.
12620         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
12621         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
12622         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
12623         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
12624         * iconvdata/johab.c (ONE_DIRECTION): Define.
12625         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
12626         * iconvdata/sjis.c (ONE_DIRECTION): Define.
12627         * iconvdata/t.61.c (ONE_DIRECTION): Define.
12628         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
12629         * iconvdata/tscii.c (ONE_DIRECTION): Define.
12630         * iconvdata/uhc.c (ONE_DIRECTION): Define.
12631         * iconvdata/unicode.c (ONE_DIRECTION): Define.
12632         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
12633         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
12634         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
12636 2014-05-01  Roland McGrath  <roland@hack.frob.com>
12638         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
12639         (_IO_JUMPS_OFFSET): Define to 0.
12641         * nptl/sysdeps/pthread/bits/libc-lock.h
12642         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12643         (__libc_lock_define_initialized_recursive): Always define using
12644         initializer.  Modern compilers treat uninitialized (implicit zero) and
12645         explicit zero initializers the same (i.e. put the datum in bss).
12647 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12649         * nscd/nscd-client.h: Include <string.h>.
12651 2014-05-01  David S. Miller  <davem@davemloft.net>
12653         [BZ #16885]
12654         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
12655         multiple zero bytes exist at the end of a string.
12656         Reported by Aurelien Jarno <aurelien@aurel32.net>
12658         * string/test-strcmp.c (check): Add explicit test for situations where
12659         there are multiple zero bytes after the first.
12661 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12663         [BZ #16890]
12664         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
12665         when compiling wprintf.
12666         * stdio-common/tstdiomisc.c (t3): New function.
12667         (main): Call it.
12669 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12671         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
12672         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
12673         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
12674         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
12676 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12678         * stdlib/longlong.h: Updated from GCC.
12680 2014-05-01  Will Newton  <will.newton@linaro.org>
12681             Bernard Ogden  <bernie.ogden@linaro.org>
12683         * NEWS: Update fixed bug list.
12685         [BZ #15119]
12686         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
12688 2014-04-30  David S. Miller  <davem@davemloft.net>
12690         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
12691         (libc_feholdexcept_setround_sparc_ctx): New function.
12692         (libc_fesetenv_sparc_ctx): Likewise.
12693         (libc_feupdateenv_sparc_ctx): Likewise.
12694         (libc_feholdsetround_sparc_ctx): Likewise.
12695         (libc_feholdexcept_setround_ctx): Define.
12696         (libc_feholdexcept_setroundf_ctx): Likewise.
12697         (libc_feholdexcept_setroundl_ctx): Likewise.
12698         (libc_fesetenv_ctx): Likewise.
12699         (libc_fesetenvf_ctx): Likewise.
12700         (libc_fesetenvl_ctx): Likewise.
12701         (libc_feupdateenv_ctx): Likewise.
12702         (libc_feupdateenvf_ctx): Likewise.
12703         (libc_feupdateenvl_ctx): Likewise.
12704         (libc_feresetround_ctx): Likewise.
12705         (libc_feresetroundf_ctx): Likewise.
12706         (libc_feresetroundl_ctx): Likewise.
12707         (libc_feholdsetround_ctx): Likewise.
12708         (libc_feholdsetroundf_ctx): Likewise.
12709         (libc_feholdsetroundl_ctx): Likewise.
12711         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12712         with __USE_GNU instead of XOPEN cpp guards.
12714         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
12715         0.
12717         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
12718         with XOPEN cpp guards.
12720 2014-04-30  Julian Brown  <julian@codesourcery.com>
12722         [BZ #16888]
12723         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
12724         handling.
12726 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
12728         [BZ #9894]
12729         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
12730         Change to 2.6.32.
12731         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
12732         * sysdeps/unix/sysv/linux/configure: Regenerated.
12733         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
12734         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
12735         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
12736         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
12737         * README: Update reference to required Linux kernel version.
12738         * manual/install.texi (Linux): Update reference to required Linux
12739         kernel headers version.
12740         * INSTALL: Regenerated.
12742         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
12743         header inclusion.
12744         [POSIX] (limits.h): Likewise.
12745         [POSIX] (math.h): Likewise.
12746         [POSIX] (sys/wait.h): Likewise.
12747         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
12748         function.
12749         [POSIX] (stddef.h): Do not allow header inclusion.
12751 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12753         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
12755 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
12757         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
12758         Return immediately after lll_futex_wake.
12760 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12762         [BZ #16791]
12763         * nscd/nscd-client.h (datahead_init_common): Initialize entire
12764         structure.
12765         (datahead_init_pos): Call datahead_init_common early.
12766         (datahead_init_neg): Likewise.
12768         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
12769         datahead_init_neg): New functions.
12770         * nscd/aicache.c (addhstaiX): Use them.
12771         * nscd/grpcache.c (cache_addgr): Likewise.
12772         * nscd/hstcache.c (cache_addhst): Likewise.
12773         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12774         * nscd/netgroupcache.c (do_notfound): Likewise.
12775         (addgetnetgrentX): Likewise.
12776         (addinnetgrX): Likewise.
12777         * nscd/pwdcache.c (cache_addpw): Likewise.
12778         * nscd/servicescache.c (cache_addserv): Likewise.
12780 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12781             Atsushi Onoe  <atsushi@onoe.org>
12783         [BZ #14308]
12784         [BZ #12994]
12785         [BZ #13651]
12786         * resolv/res_query.c (__libc_res_nsearch): Return if at least
12787         one response is valid.
12788         * resolv/res_send.c (send_dg): Check for validity of other
12789         response if the current response is a referral.
12791 2014-04-29  Steve Ellcey  <sellcey@mips.com>
12793         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
12795 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
12797         [BZ #16823]
12798         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
12799         Always divide by positive zero when computing -Inf result.
12800         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12801         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
12803 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12805         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
12806         FPSCR if value do not change.
12807         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
12808         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
12809         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
12810         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
12811         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
12812         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
12813         function.
12815 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
12817         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
12818         * sysdeps/unix/sysv/linux/hppa: Move directory from
12819         ports/systeps/unix/sysv/linux/hppa.
12820         * README: Update listing for hppa-*-linux-gnu.
12822 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
12824         [BZ #16754]
12825         * manual/stdio.texi (Hook functions): Fix types of stream hook
12826         functions.
12827         [BZ #16854]
12828         * socket/sys/socket.h: Fix typo in comment.
12830 2014-04-28  Wilco  <wdijkstr@arm.com>
12832         * sysdeps/arm/fenv_private.h: New file.
12833         * sysdeps/arm/math_private.h: New file.
12834         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
12836 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
12838         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
12839         with __int128_t.
12840         (La_x86_64_retval): Likewise.
12842 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
12844         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
12845         fpsr if value didn't change.
12846         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
12847         to fpcr if value didn't change.
12848         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
12849         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
12850         fpsr or fpcr if value didn't change.
12851         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12852         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
12853         fpcr if value didn't change.
12854         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
12855         to fpsr if value didn't change.
12857 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
12859         * nptl/tst-sem3.c: Use test-skeleton.c
12860         (main): Rename to do_test.  Use return instead of
12861         exit.
12862         * nptl/tst-sem4.c: Use test-skeleton.c
12863         (main): Rename to do_test.
12865 2014-04-22  David S. Miller  <davem@davemloft.net>
12867         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
12868         (struct sigaction): New struct member __glibc_reserved0, change
12869         type of sa_flags to int.
12871 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
12873         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
12874         (COUNT_LEADING_ZEROS_0): Define for AArch64.
12876 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12878         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
12879         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
12881 2014-04-22  Will Newton  <will.newton@linaro.org>
12882             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
12884         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
12885         (__longjmp): Add longjmp and longjmp_target SystemTap
12886         probes.
12887         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
12888         (__sigsetjmp): Add setjmp SystemTap probe.
12890 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
12892         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
12893         match manual order.
12895 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12897         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
12899         * sysdeps/powerpc/fpu/fenv_private.h
12900         (libc_feholdexcept_setroundl_ctx): Define to
12901         libc_feholdexcept_setround_ppc_ctx.
12902         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
12903         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
12904         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
12905         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
12907 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12909         * sysdeps/aarch64/math-tests.h: New file.
12911 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
12913         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
12914         New.
12915         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12916         Check and set bit_AVX2_Usable.
12917         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
12918         macro.
12919         (bit_AVX2): Likewise.
12920         (index_AVX2_Usable): Likewise.
12921         (CPUID_AVX2): Likewise.
12922         (HAS_AVX2): Likewise.
12924 2014-04-17  Will Newton  <will.newton@linaro.org>
12926         * manual/setjmp.texi (System V contexts): Add note that
12927         calling setcontext on a context created by a call to a
12928         signal handler is undefined.  Update text to note that
12929         setcontext from a signal handler is possible but not
12930         recommended.
12932         [BZ #16629]
12933         * stdlib/tst-setcontext.c: Include signal.h.
12934         (main): Check that the signal stack before and
12935         after swapcontext is the same.
12937         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
12938         Re-implement to restore registers in user code and avoid
12939         rt_sigreturn system call.
12941 2014-04-17  Wilco  <wdijkstr@arm.com>
12943         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
12944         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
12945         * math/test-fenv.c: Skip exception trap tests on targets which only
12946         support non-stop mode.
12948 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
12949             Wilco Dijkstra  <wilco.dijkstra@arm.com>
12951         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
12952         (libc_feholdsetround_aarch64_ctx)
12953         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
12954         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
12955         (libc_feresetround_ctx, libc_feresetroundf_ctx)
12956         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
12957         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
12958         (libc_feresetround_noexl_ctx): Define.
12960 2014-04-16  Richard Henderson  <rth@redhat.com>
12962         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
12964         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
12965         unwind tables.
12967         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
12968         const from the non-libc, non-ldso copy.
12970         * sysdeps/alpha/libm-test-ulps: Regenerate.
12972 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
12973             Wilco Dijkstra  <wilco.dijkstra@arm.com>
12975         * sysdeps/aarch64/fpu/math_private.h: New file.
12977 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12979         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12981 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
12983         [BZ #16275]
12984         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
12985         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
12986         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
12987         Intel MPX bound registers before _dl_profile_fixup.
12988         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
12989         registers after _dl_profile_fixup.  Save and restore bound
12990         registers bnd0/bnd1 when calling _dl_call_pltexit.
12991         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
12992         (LR_BND_OFFSET): Likewise.
12993         (LRV_BND0_OFFSET): Likewise.
12994         (LRV_BND1_OFFSET): Likewise.
12996 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12998         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
12999         to...
13000         * sysdeps/mach/hurd/i386/tls.h: ... here.
13001         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13002         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13003         fields.
13005 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13007         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13009 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13011         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13013 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13015         [BZ #14770]
13016         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13017         * sysdeps/s390/configure: Regenerate.
13019         [BZ #16824]
13020         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13021         Set round-to-nearest internally to reduce error accumulation.
13023 2014-04-16  Alan Modra  <amodra@gmail.com>
13025         [BZ #16740]
13026         [BZ #16619]
13027         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13028         * math/libm-test.inc (frexp_test_data): Add tests.
13029         * NEWS: Update fixed bug list.
13031 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13033         * benchtests/Makefile: Depend on libraries in build directory.
13034         (bench-math): Separate out math tests.
13035         (bench-pthread): Separate out pthread tests.
13036         (bench): Include math and pthread tests.
13038 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13040         [BZ #16831]
13041         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13042         _dl_debug_initialize.
13044         * configure.ac: Remove SELinux header check.
13045         * configure: Regenerate.
13046         * nscd/selinux.c (perms): Array of const char* to permission names.
13047         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13048         default policy. Call string_to_security_class and string_to_av_perm to
13049         translate strings. Enforce default policy and call avs_has_perm with
13050         results of translated strings.
13052 2014-04-13  David S. Miller  <davem@davemloft.net>
13054         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13056 2014-04-12  Allan McRae  <allan@archlinux.org>
13058         [BZ #16838]
13059         * manual/string.texi (Collation Functions): Fix qsort argument
13060         order in example.
13061         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13063 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13065         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13066         Make the test a no-op if there are no exceptions defined.
13068 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13070         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13071         enable-hardcoded-path-in-tests
13073 2014-04-11  Will Newton  <will.newton@linaro.org>
13075         * benchtests/Makefile (extra-objs): Add json-lib.o.
13076         (bench-func): Tidy up JSON output.
13077         * benchtests/bench-skeleton.c: Include json-lib.h.
13078         (main): Use JSON library functions to do output of
13079         benchmark results.
13080         * benchtests/bench-timing-type.c (main): Output the
13081         timing type simply, leaving formatting to the user.
13082         * benchtests/json-lib.c: New file.
13083         * benchtests/json-lib.h: Likewise.
13085 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13087         [BZ #15215]
13088         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13089         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13090         memory barriers.  Add comments.
13091         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13092         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13093         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13094         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13095         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13096         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13098 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13100         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13101         * sysdeps/s390/s390-64/configure.ac: ... this ...
13102         * sysdeps/s390/configure.ac: ... to here.
13103         * sysdeps/s390/s390-32/configure: Delete file.
13104         * sysdeps/s390/s390-64/configure: Delete file.
13105         * sysdeps/s390/configure: Regenerate.
13107 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13109         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13111 2014-04-11  Will Newton  <will.newton@linaro.org>
13113         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13114         to zero if it is not defined elsewhere.  (mtrim): Test
13115         the value of MALLOC_DEBUG with #if rather than #ifdef.
13117 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13119         * benchtests/pthread_once-inputs: New file.
13120         * benchtests/pthread_once-source.c: New file.
13121         * benchtests/README: Update documentation.
13123 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13124             H.J. Lu  <hongjiu.lu@intel.com>
13126         [BZ #16275]
13127         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13128         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13129         * sysdeps/x86_64/configure: Regenerated.
13130         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13131         macro.
13132         (REGISTER_SAVE_RAX): Likewise.
13133         (REGISTER_SAVE_RCX): Likewise.
13134         (REGISTER_SAVE_RDX): Likewise.
13135         (REGISTER_SAVE_RSI): Likewise.
13136         (REGISTER_SAVE_RDI): Likewise.
13137         (REGISTER_SAVE_R8): Likewise.
13138         (REGISTER_SAVE_R9): Likewise.
13139         (REGISTER_SAVE_BND0): Likewise.
13140         (REGISTER_SAVE_BND1): Likewise.
13141         (REGISTER_SAVE_BND2): Likewise.
13142         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13143         bound registers when calling _dl_fixup.
13145 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13147         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13148         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13149         of its definition.
13150         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13151         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13152         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13153         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13154         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13155         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13156         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13158 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13160         [BZ #15514]
13161         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13162         pathconf(_PC_NAME_MAX).
13164 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13166         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13167         Remove macro usage.
13168         (__PTHREAD_SPINS): Move definition to ...
13169         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13170         (__PTHREAD_SPINS): ... here.
13171         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13172         (__PTHREAD_SPIN): Likewise.
13173         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13174         (__PTHREAD_SPIN): Likewise.
13175         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13176         (__PTHREAD_SPIN): Likewise.
13177         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13178         (__PTHREAD_SPIN): Likewise.
13179         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13180         (__PTHREAD_SPIN): Likewise.
13181         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13182         (__PTHREAD_SPIN): Likewise.
13183         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13184         (__PTHREAD_SPIN): Likewise.
13185         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13186         (__PTHREAD_SPIN): Likewise.
13187         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13188         (__PTHREAD_SPIN): Likewise.
13189         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13190         (__PTHREAD_SPIN): Likewise.
13191         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13192         (__PTHREAD_SPIN): Likewise.
13193         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13194         (__PTHREAD_SPIN): Likewise.
13196         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13197         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13198         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13199         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13200         imply folder.
13201         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13202         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13203         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13204         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13205         correct imply path.
13206         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13207         strlen symbol for non multi-arch builds.
13208         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13209         missing hidden_def and weak_alias.
13211 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13213         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13215 2014-04-07  Will Newton  <will.newton@linaro.org>
13217         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13218         and contents.  [!_LIBC] Remove #ifndef and contents.
13219         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13220         * string/memccpy.c (__memccpy): Use ANSI prototype.
13221         * string/memfrob.c (memfrob): Likewise.
13222         * string/strcoll.c (STRCOLL): Likewise.
13223         * string/strlen.c (strlen): Likewise.
13224         * string/strtok.c (STRTOK): Likewise.
13225         * string/strcat.c: Remove unused #include of memcopy.h.
13226         (strcat): Use ANSI prototype.
13227         * string/strchr.c: Remove unused #include of memcopy.h.
13228         (strchr): Use ANSI prototype.
13229         * string/strcmp.c: Remove unused #include of memcopy.h.
13230         (strcmp): Use ANSI prototype.
13231         * string/strcpy.c: Remove unused #include of memcopy.h.
13232         (strcpy): Use ANSI prototype.
13234 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13236         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13237         * config.make.in (config-extra-cppflags): Set it from
13238         libc_extra_cppflags.
13239         * configure.ac (libc_extra_cflags): Make it accumulate over
13240         configure fragments.
13241         (libc_extra_cppflags): New flag.
13242         * configure. Regenerate.
13243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13244         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13245         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13248         [BZ #16815]
13249         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13250         result for FE_DOWNWARD rounding mode.
13251         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13252         Likewise.
13253         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13255 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13257         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13258         in function argument name.
13260 2014-04-03  David Svoboda  <svoboda@cert.org>
13262         [BZ #5666]
13263         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13264         explicitly.
13266 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13268         * elf/dl-unmap-segments.h: New file.
13269         * sysdeps/generic/ldsodefs.h
13270         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13271         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13272         * elf/dl-fptr.c: Likewise.
13273         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13274         * sysdeps/aarch64/tlsdesc.c: Likewise.
13275         * sysdeps/arm/tlsdesc.c: Likewise.
13276         * sysdeps/i386/tlsdesc.c: Likewise.
13277         * sysdeps/tile/dl-runtime.c: Likewise.
13278         * sysdeps/x86_64/tlsdesc.c: Likewise.
13279         * elf/dl-load.h: New file.
13280         * elf/dl-load.c: Include it.
13281         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13282         Macros moved to dl-load.h.
13283         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13284         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13285         Use _dl_unmap_segments in place of __munmap.
13286         Break out segment-mapping loop into ...
13287         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13289 2014-04-03  Will Newton  <will.newton@linaro.org>
13291         * elf/dl-lookup.c (do_lookup_x): Remove comment
13292         referring to nested function and move variable
13293         declarations down to before first use.
13295 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13297         [BZ #16799]
13298         [BZ #16800]
13299         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13300         with 0 numerator.
13301         * math/s_catanf.c (__catanf): Likewise.
13302         * math/s_catanh.c (__catanh): Likewise.
13303         * math/s_catanhf.c (__catanhf): Likewise.
13304         * math/s_catanhl.c (__catanhl): Likewise.
13305         * math/s_catanl.c (__catanl): Likewise.
13306         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13307         by positive zero when computing -Inf result.
13308         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13309         (catanh_test): Likewise.
13310         * sysdeps/i386/fpu/libm-test-ulps: Update.
13311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13313         [BZ #16789]
13314         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13315         instead of using underflowing value in computing result.
13316         * math/s_clog10.c (__clog10): Likewise.
13317         * math/s_clog10f.c (__clog10f): Likewise.
13318         * math/s_clog10l.c (__clog10l): Likewise.
13319         * math/s_clogf.c (__clogf): Likewise.
13320         * math/s_clogl.c (__clogl): Likewise.
13321         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13322         (clog10_test): Likewise.
13323         * sysdeps/i386/fpu/libm-test-ulps: Update.
13324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13326 2014-04-02  Alan Modra  <amodra@gmail.com>
13328         [BZ #16739]
13329         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13330         output when value is near a power of two.  Use int64_t for lx and
13331         remove casts.  Use decimal rather than hex exponent constants.
13332         Don't use long double multiplication when double will suffice.
13333         * math/libm-test.inc (nextafter_test_data): Add tests.
13334         * NEWS: Add 16739 and 16786 to bug list.
13336         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13338         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13340 2014-04-01  Will Newton  <will.newton@linaro.org>
13342         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13343         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13345 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13347         [BZ #13347]
13348         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13349         * nptl/tst-setuid2.c: New file.
13350         * nptl/Makefile (xtests): Add tst-setuid2.
13352 2014-04-01  Alan Modra  <amodra@gmail.com>
13354         [BZ #16786]
13355         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13357 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13359         [BZ #6803]
13360         [BZ #6804]
13361         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13362         set errno as appropriate.
13363         * math/w_scalbf.c (__scalbf): Likewise.
13364         * math/w_scalbl.c (__scalbl): Likewise.
13365         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13366         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13367         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13368         Add more NaN tests.
13370         [BZ #16349]
13371         * math/w_atan2.c: Include <errno.h>.
13372         (__atan2): Set errno for result underflowing to zero.
13373         * math/w_atan2f.c: Include <errno.h>.
13374         (__atan2f): Set errno for result underflowing to zero.
13375         * math/w_atan2l.c: Include <errno.h>.
13376         (__atan2l): Set errno for result underflowing to zero.
13377         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13378         tests.
13379         * math/auto-libm-test-out: Regenerated.
13381 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13383         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13384         Encode instruction correctly in little endian.
13385         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13386         Likewise.
13387         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13388         Likewise.
13389         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13390         Likewise.
13391         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13392         Likewise.
13394 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13396         [BZ #9894]
13397         * sysdeps/unix/sysv/linux/kernel-features.h
13398         [__sparc__ && !__arch64__ && !__sparc_v9__]
13399         (__ASSUME_SET_ROBUST_LIST): Do not define.
13400         [__sparc__ && !__arch64__ && !__sparc_v9__]
13401         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13402         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13403         Likewise.
13404         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13405         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13406         (__ASSUME_REQUEUE_PI): Likewise.
13407         (__ASSUME_SET_ROBUST_LIST): Likewise.
13408         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13409         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13410         Undefine.
13411         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13412         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13413         Likewise.
13414         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13415         Likewise.
13416         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13417         Likewise.
13418         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13419         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13420         Undefine.
13421         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13422         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13423         Likewise.
13425         [BZ #16648]
13426         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13427         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13428         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13430 2014-03-31  Will Newton  <will.newton@linaro.org>
13432         * benchtests/Makefile (bench): Add ffs and ffsll to list
13433         of tests.
13434         * benchtests/ffs-inputs: New file.
13435         * benchtests/ffsll-inputs: Likewise.
13437 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13439         [BZ #16770]
13440         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13441         too large before casting to int.
13442         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13443         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13444         * math/libm-test.inc (scalb_test_data): Add more tests.
13446 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13448         * benchtests/Makefile (DETAILED_OPT): New make option.
13449         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13450         set.
13451         * benchtests/bench-skeleton.c: Include stdbool.h.
13452         (main): Store and print timings per input.
13453         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13454         member to each argument value.
13455         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13456         (_print_arg_data): Initialize per-input timing to 0.
13458         * benchtests/Makefile (timing-type): New binary.
13459         (bench-clean): Also remove bench-timing-type.
13460         (bench): New target for timing-type.
13461         (bench-func): Print output in JSON format.
13462         * benchtests/bench-skeleton.c (main): Print output in JSON
13463         format.
13464         * benchtests/bench-timing-type.c: New file.
13465         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13466         (TIMING_PRINT_STATS): Remove.
13467         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13468         name separately.
13470         * benchtests/bench-modf.c: Remove.
13471         * benchtests/modf-inputs: New inputs file.
13473 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13475         [BZ #16362]
13476         * math/s_clog10.c (M_PI_LOG10E): New macro.
13477         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13478         imaginary parts are 0.
13479         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13480         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13481         imaginary parts are 0.
13482         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13483         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13484         imaginary parts are 0.
13485         * math/libm-test.inc (clog10_test_data): Update expected results
13486         for when real and imaginary parts are 0.
13488 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13490         * elf/dl-load.c: Finish conversion of __builtin_expect into
13491         __glibc_{un}likely.
13493 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13495         [BZ #16348]
13496         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13497         1+x for argument with exponent below -67.
13498         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13499         Likewise.
13500         * math/auto-libm-test-in: Add more tests of exp.
13501         * math/auto-libm-test-out: Regenerated.
13503 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13505         [BZ #16759]
13506         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13507         (nscd_getnetgrent): Use it.
13509         [BZ #16760]
13510         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13511         of stpcpy.
13513 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13515         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13516         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13517         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13518         (lll_robust_unlock): Remove out of line section. Use cfi
13519         intrinsics.
13520         (LLL_STUB_UNWIND_INFO*): Remove.
13521         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13522         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13523         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13524         (lll_robust_unlock): Remove out of line section. Use cfi
13525         intrinsics.
13526         (LLL_STUB_UNWIND_INFO*): Remove.
13528 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13530         [BZ #16758]
13531         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13532         blank values.
13534 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13536         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13538 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13540         [BZ #16198]
13541         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13542         fnstenv.
13543         * math/test-fenv-preserve.c: New file.
13544         * math/Makefile (tests): Add test-fenv-preserve.
13546 2014-03-26  Will Newton <will.newton@linaro.org>
13548         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13550 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13552         * scripts/versionlist.awk: Partition the version sets and emit all
13553         GLIBC_* (sorted) before all others (sorted).
13555 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13557         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13558         GLIBC_2.2.5 version.
13560 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13562         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13563         calls.
13565         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13566         previous change.
13568         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13570 2014-03-25  Andreas Schwab  <schwab@suse.de>
13572         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13573         label to be used after in6ailist is initialized.
13575 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13577         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13578         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13580 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13582         [BZ #16357]
13583         [BZ #16599]
13584         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13585         min_plus_half.
13586         (fp_formats): Update initializers.
13587         (init_fp_formats): Initialize new field.
13588         (output_for_one_input_case): Allow underflow for results up to
13589         min_plus_half.
13590         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13591         * math/auto-libm-test-in: Don't mark some underflows from asin and
13592         atanh as spurious.
13593         * math/auto-libm-test-out: Regenerated.
13594         * sysdeps/i386/fpu/libm-test-ulps: Update.
13595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13597 2014-03-25  Andreas Schwab  <schwab@suse.de>
13599         * libio/Makefile (tst-ftell-partial-wide-ENV)
13600         (tst-ftell-active-handler-ENV): Define.
13602 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
13604         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
13606 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13608         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
13610 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13612         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
13613         * sysdeps/x86_64/fpu/multiarch/e_exp.c
13614         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
13616 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
13618         [BZ #16634]
13619         * elf/dl-load.c (open_verify): Add mode parameter.
13620         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
13621         (open_path): Change from boolean 'secure' to complete flag 'mode'
13622         (_dl_map_object): Adjust.
13623         * elf/Makefile (tests): Add tst-dlopen-aout.
13624         * elf/tst-dlopen-aout.c: New test.
13626 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
13628         [BZ #16714]
13629         * sysdeps/unix/sysv/linux/s390/bits/stat.h
13630         (struct stat): Rename member pad0 to __glibc_reserved0.
13632         [BZ #16712]
13633         * sysdeps/s390/s390-32/bits/wordsize.h
13634         (__WORDSIZE32_SIZE_ULONG): New define.
13635         * sysdeps/s390/s390-64/bits/wordsize.h
13636         (__WORDSIZE32_SIZE_ULONG): Likewise.
13637         * sysdeps/generic/stdint.h (SIZE_MAX):
13638         Define as UL if __WORDSIZE32_SIZE_ULONG.
13640         [BZ #16713]
13641         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
13642         (__glibc_reserved0): New variable.
13643         (sa_flags): Change type to int.
13645         * posix/Makefile (before-compile): Use += before-compile instead
13646         of a :=.
13648         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13649         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13651 2014-03-20  Andreas Schwab  <schwab@suse.de>
13653         [BZ #16743]
13654         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
13655         non-matching result from nscd.
13657 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
13659         * scripts/bench.py: Moved to ...
13660         * benchtests/scripts/bench.py: ... here.
13661         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
13663 2014-03-24  Andreas Schwab  <schwab@suse.de>
13665         [BZ #16002]
13666         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
13667         alloca_account and account alloca use for struct in6ailist.
13669 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
13671         [BZ #16284]
13672         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
13673         rounding mode to recompute results that overflow to infinity or
13674         underflow to zero.
13675         * math/auto-libm-test-in: Don't mark tests as expected to fail for
13676         bug 16284.
13677         * math/auto-libm-test-out: Regenerated.
13678         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
13679         (ccosh_test): Likewise.
13680         (csin_test_data): Use plus_oflow.
13681         (csin_test): Use ALL_RM_TEST.
13682         (csinh_test_data): Use plus_oflow.
13683         (csinh_test): Use ALL_RM_TEST.
13684         * sysdeps/i386/fpu/libm-test-ulps: Update.
13685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13687 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
13689         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
13690         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
13691         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
13693         [BZ #16731]
13694         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
13695         when x - 1 is zero.
13696         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
13697         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
13698         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
13699         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
13700         argument is 1.
13701         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
13702         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
13703         zero.
13704         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
13705         * sysdeps/i386/fpu/libm-test-ulps: Update.
13706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13708 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13710         * scripts/bench.pl: Remove file.
13711         * scripts/bench.py: New benchmark script.
13712         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
13713         * benchtests/README: Mention python dependency.
13714         * scripts/pylintrc: New file.
13715         * scripts/pylint: New file.
13717         * bits/mathdef.h: Use #ifdef instead of #if.
13718         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
13719         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13720         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
13721         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13722         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
13723         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
13725 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13726             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13728         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
13729         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
13730         and strpbrk-ppc64 objects.
13731         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13732         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
13733         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
13734         multiarch strpbrk for POWER7.
13735         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
13736         multiarch strpbrk for PPC64.
13737         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
13738         ifunc selector.
13739         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
13740         strpbrk for POWER7.
13742 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13744         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
13745         (atan_test): Likewise.
13746         (atanh_test_data): Use NO_TEST_INLINE for two tests.
13747         (atanh_test): Use ALL_RM_TEST.
13748         (atan2_test_data): Likewise.
13749         (cabs_test): Likewise.
13750         (cacosh_test): Likewise.
13751         (carg_test): Likewise.
13752         (casin_test): Likewise.
13753         (casinh_test): Likewise.
13754         (cbrt_test): Likewise.
13755         (csqrt_test): Likewise.
13756         (erf_test): Likewise.
13757         (erfc_test): Likewise.
13758         (pow10_test): Likewise.
13759         (exp2_test): Likewise.
13760         (hypot_test): Likewise.
13761         (j0_test): Likewise.
13762         (j1_test): Likewise.
13763         (lgamma_test): Likewise.
13764         (gamma_test): Likewise.
13765         (sincos_test): Likewise.
13766         (tanh_test): Likewise.
13767         (y0_test): Likewise.
13768         (y1_test): Likewise.
13769         * sysdeps/i386/fpu/libm-test-ulps: Update.
13770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13772 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13774         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
13775         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
13776         and strcspn-ppc64 objects.
13777         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13778         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
13779         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
13780         multiarch strcspn for POWER7.
13781         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
13782         multiarch strcspn for PPC64.
13783         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
13784         ifunc selector.
13785         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
13786         strcspn for POWER7.
13788 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
13790         * math/gen-libm-test.pl (generate_testfile): Expect only function
13791         name as argument to AUTO_TESTS_* and pass results for all rounding
13792         modes to parse_args.
13793         (parse_auto_input): Separate inputs of automatic tests from
13794         outputs before storing in %auto_tests.
13795         * math/libm-test.inc (acos_test_data): Update call to
13796         AUTO_TESTS_f_f.
13797         (acos_test): Use ALL_RM_TEST.
13798         (acos_tonearest_test_data): Remove.
13799         (acos_test_tonearest): Likewise.
13800         (acos_towardzero_test_data): Likewise.
13801         (acos_test_towardzero): Likewise.
13802         (acos_downward_test_data): Likewise.
13803         (acos_test_downward): Likewise.
13804         (acos_upward_test_data): Likewise.
13805         (acos_test_upward): Likewise.
13806         (acosh_test_data): Update call to AUTO_TESTS_f_f.
13807         (asin_test_data): Likewise.
13808         (asin_test): Use ALL_RM_TEST.
13809         (asin_tonearest_test_data): Remove.
13810         (asin_test_tonearest): Likewise.
13811         (asin_towardzero_test_data): Likewise.
13812         (asin_test_towardzero): Likewise.
13813         (asin_downward_test_data): Likewise.
13814         (asin_test_downward): Likewise.
13815         (asin_upward_test_data): Likewise.
13816         (asin_test_upward): Likewise.
13817         (asinh_test_data): Update call to AUTO_TESTS_f_f.
13818         (atan_test_data): Likewise.
13819         (atanh_test_data): Likewise.
13820         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
13821         (cabs_test_data): Update call to AUTO_TESTS_c_f.
13822         (carg_test_data): Likewise.
13823         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
13824         (ccos_test_data): Update call to AUTO_TESTS_c_c.
13825         (ccosh_test_data): Likewise.
13826         (cexp_test_data): Likewise.
13827         (clog_test_data): Likewise.
13828         (clog10_test_data): Likewise.
13829         (cos_test_data): Update call to AUTO_TESTS_f_f.
13830         (cos_test): Use ALL_RM_TEST.
13831         (cos_tonearest_test_data): Remove.
13832         (cos_test_tonearest): Likewise.
13833         (cos_towardzero_test_data): Likewise.
13834         (cos_test_towardzero): Likewise.
13835         (cos_downward_test_data): Likewise.
13836         (cos_test_downward): Likewise.
13837         (cos_upward_test_data): Likewise.
13838         (cos_test_upward): Likewise.
13839         (cosh_test_data): Update call to AUTO_TESTS_f_f.
13840         (cosh_test): Use ALL_RM_TEST.
13841         (cosh_tonearest_test_data): Remove.
13842         (cosh_test_tonearest): Likewise.
13843         (cosh_towardzero_test_data): Likewise.
13844         (cosh_test_towardzero): Likewise.
13845         (cosh_downward_test_data): Likewise.
13846         (cosh_test_downward): Likewise.
13847         (cosh_upward_test_data): Likewise.
13848         (cosh_test_upward): Likewise.
13849         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
13850         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
13851         (ctan_test_data): Likewise.
13852         (ctan_test): Use ALL_RM_TEST.
13853         (ctan_tonearest_test_data): Remove.
13854         (ctan_test_tonearest): Likewise.
13855         (ctan_towardzero_test_data): Likewise.
13856         (ctan_test_towardzero): Likewise.
13857         (ctan_downward_test_data): Likewise.
13858         (ctan_test_downward): Likewise.
13859         (ctan_upward_test_data): Likewise.
13860         (ctan_test_upward): Likewise.
13861         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
13862         (ctanh_test): Use ALL_RM_TEST.
13863         (ctanh_tonearest_test_data): Remove.
13864         (ctanh_test_tonearest): Likewise.
13865         (ctanh_towardzero_test_data): Likewise.
13866         (ctanh_test_towardzero): Likewise.
13867         (ctanh_downward_test_data): Likewise.
13868         (ctanh_test_downward): Likewise.
13869         (ctanh_upward_test_data): Likewise.
13870         (ctanh_test_upward): Likewise.
13871         (erf_test_data): Update call to AUTO_TESTS_f_f.
13872         (erfc_test_data): Likewise.
13873         (exp_test_data): Likewise.
13874         (exp_test): Use ALL_RM_TEST.
13875         (exp_tonearest_test_data): Remove.
13876         (exp_test_tonearest): Likewise.
13877         (exp_towardzero_test_data): Likewise.
13878         (exp_test_towardzero): Likewise.
13879         (exp_downward_test_data): Likewise.
13880         (exp_test_downward): Likewise.
13881         (exp_upward_test_data): Likewise.
13882         (exp_test_upward): Likewise.
13883         (exp10_test_data): Update call to AUTO_TESTS_f_f.
13884         (exp10_test): Use ALL_RM_TEST.
13885         (exp10_tonearest_test_data): Remove.
13886         (exp10_test_tonearest): Likewise.
13887         (exp10_towardzero_test_data): Likewise.
13888         (exp10_test_towardzero): Likewise.
13889         (exp10_downward_test_data): Likewise.
13890         (exp10_test_downward): Likewise.
13891         (exp10_upward_test_data): Likewise.
13892         (exp10_test_upward): Likewise.
13893         (exp2_test_data): Update call to AUTO_TESTS_f_f.
13894         (expm1_test_data): Likewise.
13895         (expm1_test): Use ALL_RM_TEST.
13896         (expm1_tonearest_test_data): Remove.
13897         (expm1_test_tonearest): Likewise.
13898         (expm1_towardzero_test_data): Likewise.
13899         (expm1_test_towardzero): Likewise.
13900         (expm1_downward_test_data): Likewise.
13901         (expm1_test_downward): Likewise.
13902         (expm1_upward_test_data): Likewise.
13903         (expm1_test_upward): Likewise.
13904         (fma_test_data): Update call to AUTO_TESTS_fff_f.
13905         (fma_test): Use ALL_RM_TEST.
13906         (fma_towardzero_test_data): Remove.
13907         (fma_test_towardzero): Likewise.
13908         (fma_downward_test_data): Likewise.
13909         (fma_test_downward): Likewise.
13910         (fma_upward_test_data): Likewise.
13911         (fma_test_upward): Likewise.
13912         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
13913         (j0_test_data): Update call to AUTO_TESTS_f_f.
13914         (j1_test_data): Likewise.
13915         (jn_test_data): Update call to AUTO_TESTS_if_f.
13916         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
13917         (log_test_data): Update call to AUTO_TESTS_f_f.
13918         (log10_test_data): Likewise.
13919         (log1p_test_data): Likewise.
13920         (log2_test_data): Likewise.
13921         (pow_test_data): Update call to AUTO_TESTS_ff_f.
13922         (pow_tonearest_test_data): Likewise.
13923         (sin_test_data): Update call to AUTO_TESTS_f_f.
13924         (sin_test): Use ALL_RM_TEST.
13925         (sin_tonearest_test_data): Remove.
13926         (sin_test_tonearest): Likewise.
13927         (sin_towardzero_test_data): Likewise.
13928         (sin_test_towardzero): Likewise.
13929         (sin_downward_test_data): Likewise.
13930         (sin_test_downward): Likewise.
13931         (sin_upward_test_data): Likewise.
13932         (sin_test_upward): Likewise.
13933         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
13934         (sinh_test_data): Update call to AUTO_TESTS_f_f.
13935         (sinh_test): Use ALL_RM_TEST.
13936         (sinh_tonearest_test_data): Remove.
13937         (sinh_test_tonearest): Likewise.
13938         (sinh_towardzero_test_data): Likewise.
13939         (sinh_test_towardzero): Likewise.
13940         (sinh_downward_test_data): Likewise.
13941         (sinh_test_downward): Likewise.
13942         (sinh_upward_test_data): Likewise.
13943         (sinh_test_upward): Likewise.
13944         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
13945         (sqrt_test): Use ALL_RM_TEST.
13946         (sqrt_tonearest_test_data): Remove.
13947         (sqrt_test_tonearest): Likewise.
13948         (sqrt_towardzero_test_data): Likewise.
13949         (sqrt_test_towardzero): Likewise.
13950         (sqrt_downward_test_data): Likewise.
13951         (sqrt_test_downward): Likewise.
13952         (sqrt_upward_test_data): Likewise.
13953         (sqrt_test_upward): Likewise.
13954         (tan_test_data): Update call to AUTO_TESTS_f_f.
13955         (tan_test): Use ALL_RM_TEST.
13956         (tan_tonearest_test_data): Remove.
13957         (tan_test_tonearest): Likewise.
13958         (tan_towardzero_test_data): Likewise.
13959         (tan_test_towardzero): Likewise.
13960         (tan_downward_test_data): Likewise.
13961         (tan_test_downward): Likewise.
13962         (tan_upward_test_data): Likewise.
13963         (tan_test_upward): Likewise.
13964         (tanh_test_data): Update call to AUTO_TESTS_f_f.
13965         (tgamma_test_data): Likewise.
13966         (y0_test_data): Likewise.
13967         (y1_test_data): Likewise.
13968         (yn_test_data): Update call to AUTO_TESTS_if_f.
13969         (main): Do not call removed functions.
13971 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
13973         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
13974         (ldexp_test_data): Remove.
13975         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
13976         scalbn_test_data.
13977         (scalb_test): Use ALL_RM_TEST.
13979 2014-03-19  Andreas Schwab  <schwab@suse.de>
13981         * nscd/nscd.service: Also invalidate netgroup cache on reload.
13983 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
13985         [BZ #16649]
13986         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13987         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
13988         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
13989         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13990         (__ASSUME_PREADV): Undefine.
13991         (__ASSUME_PWRITEV): Likewise.
13993 2014-03-18  Roland McGrath  <roland@hack.frob.com>
13995         * bits/mman-linux.h: Add comment about non-Linux use.
13996         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
13997         bits/mman-linux.h resting place.
13999         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14000         * bits/mman-linux.h: ... here.
14002 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14004         * conform/conformtest.pl: Add standard definition when calling C
14005         preprocessor on data files.
14006         (checknamespace): Remove unused variable.
14008 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14010         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14011         minus_oflow, plus_uflow and minus_uflow in expected results.
14012         * math/libm-test.inc (scalbn_test_data): Add more tests of
14013         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14014         minus_uflow.
14015         (scalbn_test): Use ALL_RM_TEST.
14016         (scalbln_test_data): Add more tests of negative arguments.  Use
14017         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14018         (scalbln_test): Use ALL_RM_TEST.
14020 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14022         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14024 2014-03-18  Will Newton  <will.newton@linaro.org>
14026         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14027         inaccurate comment.
14029 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14031         * Makerules [!subdir] (check-abi): Exit with error status if a
14032         test failed.
14034 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14036         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14037         for rint.  Include results for all rounding modes.
14038         (nearbyint_test): Use ALL_RM_TEST.
14039         (rint_test_data): Include all tests used for nearbyint.
14041 2014-03-17  Will Newton  <will.newton@linaro.org>
14043         * nptl/sysdeps/pthread/pthread.h: Revert previous
14044         change.
14046         * sysdeps/generic/ldsodefs.h: Revert previous
14047         change.
14049         * libio/genops.c: Revert previous change.
14050         * libio/libioP.h: Likewise.
14051         * stdio-common/vfprintf.c: Likewise.
14053         * sysdeps/generic/math_private.h: Revert previous
14054         change.
14056         * sysdeps/generic/math_private.h: Check whether
14057         HAVE_RM_CTX is defined with #ifdef rather
14058         than #if.
14060         * argp/argp-fmtstream.h: Check whether
14061         __STRICT_ANSI__ is defined with #ifdef rather
14062         than #if.
14063         * argp/argp.h: Likewise.
14065         * libio/genops.c: Check whether
14066         _IO_JUMPS_OFFSET is defined with #ifdef rather
14067         than #if.
14068         * libio/libioP.h: Likewise.
14069         * stdio-common/vfprintf.c: Likewise.
14071         * sysdeps/generic/ldsodefs.h: Check whether
14072         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14073         than #if.
14075         * nptl/sysdeps/pthread/pthread.h: Check
14076         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14077         its value.
14079 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14081         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14082         setting O_APPEND.
14083         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14084         test case.
14086         [BZ #16680]
14087         * libio/fileops.c (_IO_file_open): Seek to end of file but
14088         don't cache the offset.
14089         (get_file_offset): Remove function.
14090         (do_ftell): Use cached offset when available.
14091         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14092         don't cache the offset.
14093         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14094         case.
14095         (do_one_test): Call it.
14096         (do_ftell_test): Fix up expected old offset for a+ mode.
14097         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14098         available.
14100         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14101         up test status with function return status.
14102         (do_write_test): Likewise.
14103         (do_append_test): Likewise.
14105         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14106         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14107         Remove.
14109 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14111         * math/gen-libm-test.pl (parse_args): Handle results specified for
14112         each rounding mode separately.
14113         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14114         tests and results from lrint_tonearest_test_data,
14115         lrint_towardzero_test_data, lrint_downward_test_data and
14116         lrint_upward_test_data.
14117         (lrint_test): Use ALL_RM_TEST.
14118         (lrint_tonearest_test_data): Remove.
14119         (lrint_test_tonearest): Likewise.
14120         (lrint_towardzero_test_data): Likewise.
14121         (lrint_test_towardzero): Likewise.
14122         (lrint_downward_test_data): Likewise.
14123         (lrint_test_downward): Likewise.
14124         (lrint_upward_test_data): Likewise.
14125         (lrint_test_upward): Likewise.
14126         (llrint_test_data): Merge in per-rounding-mode tests and results
14127         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14128         llrint_downward_test_data and llrint_upward_test_data.
14129         (llrint_test): Use ALL_RM_TEST.
14130         (llrint_tonearest_test_data): Remove.
14131         (llrint_test_tonearest): Likewise.
14132         (llrint_towardzero_test_data): Likewise.
14133         (llrint_test_towardzero): Likewise.
14134         (llrint_downward_test_data): Likewise.
14135         (llrint_test_downward): Likewise.
14136         (llrint_upward_test_data): Likewise.
14137         (llrint_test_upward): Likewise.
14138         (rint_test_data): Merge in per-rounding-mode tests and results
14139         from rint_tonearest_test_data, rint_towardzero_test_data,
14140         rint_downward_test_data and rint_upward_test_data.  Add
14141         per-rounding-mode results for tests not in those arrays.
14142         (rint_test): Use ALL_RM_TEST.
14143         (rint_tonearest_test_data): Remove.
14144         (rint_test_tonearest): Likewise.
14145         (rint_towardzero_test_data): Likewise.
14146         (rint_test_towardzero): Likewise.
14147         (rint_downward_test_data): Likewise.
14148         (rint_test_downward): Likewise.
14149         (rint_upward_test_data): Likewise.
14150         (rint_test_upward): Likewise.
14151         (main): Don't call removed functions.
14153 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14155         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14156         "Compiled on ..." crapola.  It is anti-useful.
14158 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14160         * scripts/evaluate-test.sh: Handle fourth argument to determine
14161         whether test run should stop on failure.
14162         * Makeconfig (stop-on-test-failure): New variable.
14163         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14164         $(stop-on-test-failure).
14165         * Makefile (tests): Give a summary of results from testing and
14166         exit with failure status if they include an ERROR or FAIL.
14167         (xtests): Likewise.
14168         * manual/install.texi (Configuring and compiling): Mention
14169         stop-on-test-failure=y.
14170         * INSTALL: Regenerated.
14172 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14174         * scripts/versionlist.awk: New file.
14175         * Makerules [$(build-shared) = yes]
14176         (postclean-generated): Add Versions.def, not Versions.def.v and
14177         Versions.def.v.i.
14178         ($(common-objpfx)Versions.def.v.i): Target removed.
14179         ($(common-objpfx)Versions.def): New target.
14180         ($(common-objpfx)Versions.all): Depend on that rather that
14181         $(common-objpfx)Versions.def.v.
14182         * Versions.def: File removed.
14184         * Makeconfig (+gccwarn): Add -Wundef.
14185         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14186         a dl-sysdep.h breaking its contract.
14187         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14188         * include/stackinfo.h: New file.
14189         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14190         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14191         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14192         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14193         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14194         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14195         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14196         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14197         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14198         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14199         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14200         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14201         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14202         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14203         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14205 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14207         [BZ #16707]
14208         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14209         implementation.
14210         * math/libm-test.inc (round_test_data): Add more tests.
14212         [BZ #16706]
14213         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14214         implementation.
14215         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14217         [BZ #16701]
14218         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14219         implementation.
14220         * math/libm-test.inc (ceil_test_data): Add more tests.
14222         * math/libm-test.inc (trunc_test_data): Add more tests related to
14223         BZ#16414.
14225 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14227         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14228         with #if rather than #ifdef.
14229         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14231 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14233         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14234         first.  Disable AVX-512 GCC support if assembler doesn't support
14235         it.
14236         * sysdeps/x86_64/configure: Regenerated.
14238 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14240         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14241         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14242         (__old_pthread_attr_setstack): Likewise.
14243         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14244         [!_STACK_GROWS_DOWN]: Likewise.
14246 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14248         * config.make.in (have-bash2): Delete.
14249         * configure.ac (libc_cv_have_bash2): Delete.
14250         * configure: Regenerate.
14251         * elf/Makefile (common-ldd-rewrite): Rename to ...
14252         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14253         (sh-ldd-rewrite): Delete.
14254         (bash-ldd-rewrite): Delete.
14255         (have-bash2): Delete checks.
14256         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14257         ldd-rewrite.
14259         * config.make.in (have-ksh): Delete.
14260         (KSH): Delete.
14261         * configure.ac (libc_cv_have_ksh): Delete.
14262         * configure: Regenerate.
14264         * elf/Makefile: Delete $(have-ksh) check.
14265         ($(objpfx)sotruss): Change KSH to BASH.
14266         * elf/sotruss.ksh: Rename to ...
14267         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14268         function style to match POSIX.  Drop ksh vim mode setting.
14270         * manual/time.texi (Specifying the Time Zone with TZ): Change
14271         Tuesday to Thursday.
14273         * debug/tst-longjmp_chk2.c: Update header comment.
14274         (stackoverflow_handler): Add comment.  Call assert on pass value.
14276 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14278         [BZ #16194]
14279         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14280         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14281         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14282         (La_x86_64_vector): Add zmm.
14283         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14284         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14285         ($(objpfx)tst-audit10): New target.
14286         ($(objpfx)tst-audit10.out): Likewise.
14287         (tst-audit10-ENV): New.
14288         (AVX512-CFLAGS): Likewise.
14289         (CFLAGS-tst-audit10.c): Likewise.
14290         (CFLAGS-tst-auditmod10a.c): Likewise.
14291         (CFLAGS-tst-auditmod10b.c): Likewise.
14292         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14293         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14294         * sysdeps/x86_64/configure: Regenerated.
14295         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14296         AVX-512 zmm register support.
14297         (_dl_x86_64_save_sse): Likewise.
14298         (_dl_x86_64_restore_sse): Likewise.
14299         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14300         size vector registers.
14301         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14302         (ZMM_SIZE): Likewise.
14303         * sysdeps/x86_64/tst-audit10.c: New file.
14304         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14305         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14307 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14309         * configure.ac (HAVE_EHDR_START): New check.
14310         * configure: Regenerated.
14311         * config.h.in (HAVE_EHDR_START): New #undef.
14312         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14313         assuming the lowest-addressed segment maps the start of the file.
14315 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14317         * INSTALL: Regenerated.
14319 2014-03-13  Will Newton  <will.newton@linaro.org>
14321         * manual/setjmp.texi (System V contexts): Improve
14322         clarity and grammar of documentation.
14324 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14326         [BZ #16381]
14327         * elf/Makefile (tests): Add tst-pie2.
14328         (tests-pie): Add tst-pie2.
14329         * elf/tst-pie2.c: New file.
14330         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14331         for ET_EXEC.
14332         * elf/rtld.c (map_doit): Load executable as lt_executable.
14333         (dl_main): Likewise.
14335 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14337         [BZ #16642]
14338         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14339         (__ASSUME_PSELECT): Undefine.
14341 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14343         [BZ #16689]
14344         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14345         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14346         static build.
14347         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14348         selector for static builds.
14350 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14352         [BZ #16695]
14353         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14354         key in the buffer.
14356 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14358         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14359         IFUNC selector for static builds.
14361 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14363         * sysdeps/mips/math_private.h [__mips_hard_float]
14364         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14365         libc_feresetround_mips_ctx.
14366         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14367         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14368         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14370         [BZ #16677]
14371         * math/s_nextafter.c (__nextafter): Do not return value from
14372         overflowing computation.
14373         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14374         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14375         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14376         Likewise.
14377         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14378         Likewise.
14379         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14380         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14382 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14384         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14385         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14386         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14387         the new mov targetting sp.
14389 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14391         [BZ #16683]
14392         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14393         Define it for static builds as well.
14394         (NO_BZERO_IMPL): Likewise.
14396 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14398         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14399         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14400         multiarch strspn for PPC64.
14401         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14402         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14403         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14404         (__libc_ifunc_impl_list): Likewise.
14405         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14406         multiarch optimizations
14407         * string/strspn.c (strspn): Using macro to redefine symbol name.
14409 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14410             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14412         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14413         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14414         multiarch strncat for PPC64.
14415         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14416         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14417         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14418         (__libc_ifunc_impl_list): Likewise.
14419         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14420         multiarch optimizations
14422 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14424         [BZ #16639]
14425         * nscd/nscd.service: Make service type forking.
14427 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14429         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14430         sign in non default rounding modes.
14431         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14433 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14435         * math/libm-test.inc (ALL_RM_TEST): New macro.
14436         (ceil_test): Use ALL_RM_TEST.
14437         (cimag_test): Likewise.
14438         (conj_test): Likewise.
14439         (copysign_test): Likewise.
14440         (cproj_test): Likewise.
14441         (creal_test): Likewise.
14442         (fabs_test): Likewise.
14443         (floor_test): Likewise.
14444         (fmax_test): Likewise.
14445         (fmin_test): Likewise.
14446         (fmod_test): Likewise.
14447         (fpclassify_test): Likewise.
14448         (frexp_test): Likewise.
14449         (ilogb_test): Likewise.
14450         (isfinite_test): Likewise.
14451         (finite_test): Likewise.
14452         (isgreater_test): Likewise.
14453         (isgreaterequal_test): Likewise.
14454         (isinf_test): Likewise.
14455         (isless_test): Likewise.
14456         (islessequal_test): Likewise.
14457         (islessgreater_test): Likewise.
14458         (isnan_test): Likewise.
14459         (isnormal_test): Likewise.
14460         (issignaling_test): Likewise.
14461         (isunordered_test): Likewise.
14462         (logb_test): Likewise.
14463         (logb_downward_test_data): Remove.
14464         (logb_test_downward): Likewise.
14465         (lround_test): Use ALL_RM_TEST.
14466         (llround_test): Likewise.
14467         (modf_test): Likewise.
14468         (nexttoward_test): Likewise.
14469         (remainder_test): Likewise.
14470         (drem_test): Likewise.
14471         (remainder_tonearest_test_data): Likewise.
14472         (remainder_test_tonearest): Likewise.
14473         (drem_test_tonearest): Likewise.
14474         (remainder_towardzero_test_data): Likewise.
14475         (remainder_test_towardzero): Likewise.
14476         (drem_test_towardzero): Likewise.
14477         (remainder_downward_test_data): Likewise.
14478         (remainder_test_downward): Likewise.
14479         (drem_test_downward): Likewise.
14480         (remainder_upward_test_data): Likewise.
14481         (remainder_test_upward): Likewise.
14482         (drem_test_upward): Likewise.
14483         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14484         (round_test): Use ALL_RM_TEST.
14485         (signbit_test): Likewise.
14486         (trunc_test): Likewise.
14487         (significand_test): Likewise.
14488         (main): Don't call removed functions.
14490 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14492         [BZ #16674]
14493         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14494         || __USE_XOPEN2K8].
14495         (ILL_ILLOPN): Likewise.
14496         (ILL_ILLADR): Likewise.
14497         (ILL_ILLTRP): Likewise.
14498         (ILL_PRVOPC): Likewise.
14499         (ILL_PRVREG): Likewise.
14500         (ILL_COPROC): Likewise.
14501         (ILL_BADSTK): Likewise.
14502         (FPE_INTDIV): Likewise.
14503         (FPE_INTOVF): Likewise.
14504         (FPE_FLTDIV): Likewise.
14505         (FPE_FLTOVF): Likewise.
14506         (FPE_FLTUND): Likewise.
14507         (FPE_FLTRES): Likewise.
14508         (FPE_FLTINV): Likewise.
14509         (FPE_FLTSUB): Likewise.
14510         (SEGV_MAPERR): Likewise.
14511         (SEGV_ACCERR): Likewise.
14512         (BUS_ADRALN): Likewise.
14513         (BUS_ADRERR): Likewise.
14514         (BUS_OBJERR): Likewise.
14515         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14516         (TRAP_TRACE): Likewise.
14517         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14518         __USE_XOPEN2K8].
14519         (CLD_KILLED): Likewise.
14520         (CLD_DUMPED): Likewise.
14521         (CLD_TRAPPED): Likewise.
14522         (CLD_STOPPED): Likewise.
14523         (CLD_CONTINUED): Likewise.
14524         (POLL_IN): Likewise.
14525         (POLL_OUT): Likewise.
14526         (POLL_MSG): Likewise.
14527         (POLL_ERR): Likewise.
14528         (POLL_PRI): Likewise.
14529         (POLL_HUP): Likewise.
14530         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14531         Likewise.
14532         (ILL_ILLOPN): Likewise.
14533         (ILL_ILLADR): Likewise.
14534         (ILL_ILLTRP): Likewise.
14535         (ILL_PRVOPC): Likewise.
14536         (ILL_PRVREG): Likewise.
14537         (ILL_COPROC): Likewise.
14538         (ILL_BADSTK): Likewise.
14539         (FPE_INTDIV): Likewise.
14540         (FPE_INTOVF): Likewise.
14541         (FPE_FLTDIV): Likewise.
14542         (FPE_FLTOVF): Likewise.
14543         (FPE_FLTUND): Likewise.
14544         (FPE_FLTRES): Likewise.
14545         (FPE_FLTINV): Likewise.
14546         (FPE_FLTSUB): Likewise.
14547         (SEGV_MAPERR): Likewise.
14548         (SEGV_ACCERR): Likewise.
14549         (BUS_ADRALN): Likewise.
14550         (BUS_ADRERR): Likewise.
14551         (BUS_OBJERR): Likewise.
14552         (BUS_MCEERR_AR): Likewise.
14553         (BUS_MCEERR_AO): Likewise.
14554         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14555         (TRAP_TRACE): Likewise.
14556         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14557         __USE_XOPEN2K8].
14558         (CLD_KILLED): Likewise.
14559         (CLD_DUMPED): Likewise.
14560         (CLD_TRAPPED): Likewise.
14561         (CLD_STOPPED): Likewise.
14562         (CLD_CONTINUED): Likewise.
14563         (POLL_IN): Likewise.
14564         (POLL_OUT): Likewise.
14565         (POLL_MSG): Likewise.
14566         (POLL_ERR): Likewise.
14567         (POLL_PRI): Likewise.
14568         (POLL_HUP): Likewise.
14569         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14570         (ILL_ILLOPN): Likewise.
14571         (ILL_ILLADR): Likewise.
14572         (ILL_ILLTRP): Likewise.
14573         (ILL_PRVOPC): Likewise.
14574         (ILL_PRVREG): Likewise.
14575         (ILL_COPROC): Likewise.
14576         (ILL_BADSTK): Likewise.
14577         (FPE_INTDIV): Likewise.
14578         (FPE_INTOVF): Likewise.
14579         (FPE_FLTDIV): Likewise.
14580         (FPE_FLTOVF): Likewise.
14581         (FPE_FLTUND): Likewise.
14582         (FPE_FLTRES): Likewise.
14583         (FPE_FLTINV): Likewise.
14584         (FPE_FLTSUB): Likewise.
14585         (SEGV_MAPERR): Likewise.
14586         (SEGV_ACCERR): Likewise.
14587         (BUS_ADRALN): Likewise.
14588         (BUS_ADRERR): Likewise.
14589         (BUS_OBJERR): Likewise.
14590         (BUS_MCEERR_AR): Likewise.
14591         (BUS_MCEERR_AO): Likewise.
14592         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14593         (TRAP_TRACE): Likewise.
14594         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14595         __USE_XOPEN2K8].
14596         (CLD_KILLED): Likewise.
14597         (CLD_DUMPED): Likewise.
14598         (CLD_TRAPPED): Likewise.
14599         (CLD_STOPPED): Likewise.
14600         (CLD_CONTINUED): Likewise.
14601         (POLL_IN): Likewise.
14602         (POLL_OUT): Likewise.
14603         (POLL_MSG): Likewise.
14604         (POLL_ERR): Likewise.
14605         (POLL_PRI): Likewise.
14606         (POLL_HUP): Likewise.
14607         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
14608         Likewise.
14609         (ILL_ILLOPN): Likewise.
14610         (ILL_ILLADR): Likewise.
14611         (ILL_ILLTRP): Likewise.
14612         (ILL_PRVOPC): Likewise.
14613         (ILL_PRVREG): Likewise.
14614         (ILL_COPROC): Likewise.
14615         (ILL_BADSTK): Likewise.
14616         (ILL_BADIADDR): Likewise.
14617         (ILL_BREAK): Likewise.
14618         (FPE_INTDIV): Likewise.
14619         (FPE_INTOVF): Likewise.
14620         (FPE_FLTDIV): Likewise.
14621         (FPE_FLTOVF): Likewise.
14622         (FPE_FLTUND): Likewise.
14623         (FPE_FLTRES): Likewise.
14624         (FPE_FLTINV): Likewise.
14625         (FPE_FLTSUB): Likewise.
14626         (FPE_DECOVF): Likewise.
14627         (FPE_DECDIV): Likewise.
14628         (FPE_DECERR): Likewise.
14629         (FPE_INVASC): Likewise.
14630         (FPE_INVDEC): Likewise.
14631         (SEGV_MAPERR): Likewise.
14632         (SEGV_ACCERR): Likewise.
14633         (SEGV_PSTKOVF): Likewise.
14634         (BUS_ADRALN): Likewise.
14635         (BUS_ADRERR): Likewise.
14636         (BUS_OBJERR): Likewise.
14637         (BUS_MCEERR_AR): Likewise.
14638         (BUS_MCEERR_AO): Likewise.
14639         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14640         (TRAP_TRACE): Likewise.
14641         (TRAP_BRANCH): Likewise.
14642         (TRAP_HWBKPT): Likewise.
14643         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14644         __USE_XOPEN2K8].
14645         (CLD_KILLED): Likewise.
14646         (CLD_DUMPED): Likewise.
14647         (CLD_TRAPPED): Likewise.
14648         (CLD_STOPPED): Likewise.
14649         (CLD_CONTINUED): Likewise.
14650         (POLL_IN): Likewise.
14651         (POLL_OUT): Likewise.
14652         (POLL_MSG): Likewise.
14653         (POLL_ERR): Likewise.
14654         (POLL_PRI): Likewise.
14655         (POLL_HUP): Likewise.
14656         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
14657         (ILL_ILLOPN): Likewise.
14658         (ILL_ILLADR): Likewise.
14659         (ILL_ILLTRP): Likewise.
14660         (ILL_PRVOPC): Likewise.
14661         (ILL_PRVREG): Likewise.
14662         (ILL_COPROC): Likewise.
14663         (ILL_BADSTK): Likewise.
14664         (FPE_INTDIV): Likewise.
14665         (FPE_INTOVF): Likewise.
14666         (FPE_FLTDIV): Likewise.
14667         (FPE_FLTOVF): Likewise.
14668         (FPE_FLTUND): Likewise.
14669         (FPE_FLTRES): Likewise.
14670         (FPE_FLTINV): Likewise.
14671         (FPE_FLTSUB): Likewise.
14672         (SEGV_MAPERR): Likewise.
14673         (SEGV_ACCERR): Likewise.
14674         (BUS_ADRALN): Likewise.
14675         (BUS_ADRERR): Likewise.
14676         (BUS_OBJERR): Likewise.
14677         (BUS_MCEERR_AR): Likewise.
14678         (BUS_MCEERR_AO): Likewise.
14679         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14680         (TRAP_TRACE): Likewise.
14681         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14682         __USE_XOPEN2K8].
14683         (CLD_KILLED): Likewise.
14684         (CLD_DUMPED): Likewise.
14685         (CLD_TRAPPED): Likewise.
14686         (CLD_STOPPED): Likewise.
14687         (CLD_CONTINUED): Likewise.
14688         (POLL_IN): Likewise.
14689         (POLL_OUT): Likewise.
14690         (POLL_MSG): Likewise.
14691         (POLL_ERR): Likewise.
14692         (POLL_PRI): Likewise.
14693         (POLL_HUP): Likewise.
14694         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
14695         (ILL_ILLOPN): Likewise.
14696         (ILL_ILLADR): Likewise.
14697         (ILL_ILLTRP): Likewise.
14698         (ILL_PRVOPC): Likewise.
14699         (ILL_PRVREG): Likewise.
14700         (ILL_COPROC): Likewise.
14701         (ILL_BADSTK): Likewise.
14702         (FPE_INTDIV): Likewise.
14703         (FPE_INTOVF): Likewise.
14704         (FPE_FLTDIV): Likewise.
14705         (FPE_FLTOVF): Likewise.
14706         (FPE_FLTUND): Likewise.
14707         (FPE_FLTRES): Likewise.
14708         (FPE_FLTINV): Likewise.
14709         (FPE_FLTSUB): Likewise.
14710         (SEGV_MAPERR): Likewise.
14711         (SEGV_ACCERR): Likewise.
14712         (BUS_ADRALN): Likewise.
14713         (BUS_ADRERR): Likewise.
14714         (BUS_OBJERR): Likewise.
14715         (BUS_MCEERR_AR): Likewise.
14716         (BUS_MCEERR_AO): Likewise.
14717         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14718         (TRAP_TRACE): Likewise.
14719         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14720         __USE_XOPEN2K8].
14721         (CLD_KILLED): Likewise.
14722         (CLD_DUMPED): Likewise.
14723         (CLD_TRAPPED): Likewise.
14724         (CLD_STOPPED): Likewise.
14725         (CLD_CONTINUED): Likewise.
14726         (POLL_IN): Likewise.
14727         (POLL_OUT): Likewise.
14728         (POLL_MSG): Likewise.
14729         (POLL_ERR): Likewise.
14730         (POLL_PRI): Likewise.
14731         (POLL_HUP): Likewise.
14732         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
14733         (ILL_ILLOPN): Likewise.
14734         (ILL_ILLADR): Likewise.
14735         (ILL_ILLTRP): Likewise.
14736         (ILL_PRVOPC): Likewise.
14737         (ILL_PRVREG): Likewise.
14738         (ILL_COPROC): Likewise.
14739         (ILL_BADSTK): Likewise.
14740         (FPE_INTDIV): Likewise.
14741         (FPE_INTOVF): Likewise.
14742         (FPE_FLTDIV): Likewise.
14743         (FPE_FLTOVF): Likewise.
14744         (FPE_FLTUND): Likewise.
14745         (FPE_FLTRES): Likewise.
14746         (FPE_FLTINV): Likewise.
14747         (FPE_FLTSUB): Likewise.
14748         (SEGV_MAPERR): Likewise.
14749         (SEGV_ACCERR): Likewise.
14750         (BUS_ADRALN): Likewise.
14751         (BUS_ADRERR): Likewise.
14752         (BUS_OBJERR): Likewise.
14753         (BUS_MCEERR_AR): Likewise.
14754         (BUS_MCEERR_AO): Likewise.
14755         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14756         (TRAP_TRACE): Likewise.
14757         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14758         __USE_XOPEN2K8].
14759         (CLD_KILLED): Likewise.
14760         (CLD_DUMPED): Likewise.
14761         (CLD_TRAPPED): Likewise.
14762         (CLD_STOPPED): Likewise.
14763         (CLD_CONTINUED): Likewise.
14764         (POLL_IN): Likewise.
14765         (POLL_OUT): Likewise.
14766         (POLL_MSG): Likewise.
14767         (POLL_ERR): Likewise.
14768         (POLL_PRI): Likewise.
14769         (POLL_HUP): Likewise.
14770         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
14771         (ILL_ILLOPN): Likewise.
14772         (ILL_ILLADR): Likewise.
14773         (ILL_ILLTRP): Likewise.
14774         (ILL_PRVOPC): Likewise.
14775         (ILL_PRVREG): Likewise.
14776         (ILL_COPROC): Likewise.
14777         (ILL_BADSTK): Likewise.
14778         (ILL_DBLFLT): Likewise.
14779         (ILL_HARDWALL): Likewise.
14780         (FPE_INTDIV): Likewise.
14781         (FPE_INTOVF): Likewise.
14782         (FPE_FLTDIV): Likewise.
14783         (FPE_FLTOVF): Likewise.
14784         (FPE_FLTUND): Likewise.
14785         (FPE_FLTRES): Likewise.
14786         (FPE_FLTINV): Likewise.
14787         (FPE_FLTSUB): Likewise.
14788         (SEGV_MAPERR): Likewise.
14789         (SEGV_ACCERR): Likewise.
14790         (BUS_ADRALN): Likewise.
14791         (BUS_ADRERR): Likewise.
14792         (BUS_OBJERR): Likewise.
14793         (BUS_MCEERR_AR): Likewise.
14794         (BUS_MCEERR_AO): Likewise.
14795         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14796         (TRAP_TRACE): Likewise.
14797         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14798         __USE_XOPEN2K8].
14799         (CLD_KILLED): Likewise.
14800         (CLD_DUMPED): Likewise.
14801         (CLD_TRAPPED): Likewise.
14802         (CLD_STOPPED): Likewise.
14803         (CLD_CONTINUED): Likewise.
14804         (POLL_IN): Likewise.
14805         (POLL_OUT): Likewise.
14806         (POLL_MSG): Likewise.
14807         (POLL_ERR): Likewise.
14808         (POLL_PRI): Likewise.
14809         (POLL_HUP): Likewise.
14810         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
14811         (ILL_ILLOPN): Likewise.
14812         (ILL_ILLADR): Likewise.
14813         (ILL_ILLTRP): Likewise.
14814         (ILL_PRVOPC): Likewise.
14815         (ILL_PRVREG): Likewise.
14816         (ILL_COPROC): Likewise.
14817         (ILL_BADSTK): Likewise.
14818         (FPE_INTDIV): Likewise.
14819         (FPE_INTOVF): Likewise.
14820         (FPE_FLTDIV): Likewise.
14821         (FPE_FLTOVF): Likewise.
14822         (FPE_FLTUND): Likewise.
14823         (FPE_FLTRES): Likewise.
14824         (FPE_FLTINV): Likewise.
14825         (FPE_FLTSUB): Likewise.
14826         (SEGV_MAPERR): Likewise.
14827         (SEGV_ACCERR): Likewise.
14828         (BUS_ADRALN): Likewise.
14829         (BUS_ADRERR): Likewise.
14830         (BUS_OBJERR): Likewise.
14831         (BUS_MCEERR_AR): Likewise.
14832         (BUS_MCEERR_AO): Likewise.
14833         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14834         (TRAP_TRACE): Likewise.
14835         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14836         __USE_XOPEN2K8].
14837         (CLD_KILLED): Likewise.
14838         (CLD_DUMPED): Likewise.
14839         (CLD_TRAPPED): Likewise.
14840         (CLD_STOPPED): Likewise.
14841         (CLD_CONTINUED): Likewise.
14842         (POLL_IN): Likewise.
14843         (POLL_OUT): Likewise.
14844         (POLL_MSG): Likewise.
14845         (POLL_ERR): Likewise.
14846         (POLL_PRI): Likewise.
14847         (POLL_HUP): Likewise.
14848         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
14849         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
14851         [BZ #16670]
14852         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
14853         before #include of <time.h>.
14854         [!__USE_XOPEN2K] (__need_timespec): Likewise.
14855         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
14856         (test-xfail-UNIX98/sched.h/conform): Likewise.
14858 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14860         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
14861         error absence of trapping exception support.
14862         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14864 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14866         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
14867         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
14868         * timezone/Makefile (testdata): Move definition above include of
14869         Rules.
14870         (test-zones): New variable.
14871         (tests-special): Add zone files.
14872         (build-testdata): Use $(evaluate-test).
14874         * elf/Makefile (tests-special): Rename tests to end with .out.
14875         ($(objpfx)noload-mem): Likewise.
14876         ($(objpfx)tst-leaks1-mem): Likewise.
14877         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
14878         * iconv/Makefile (xtests-special): Change test-iconvconfig to
14879         $(objpfx)test-iconvconfig.out.
14880         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
14881         set -e inside subshell and redirect output to file.
14882         * iconvdata/Makefile (generated): Rename tests to end with .out.
14883         Correct type.
14884         (tests-special): Rename tests to end with .out.
14885         ($(objpfx)mtrace-tst-loading): Likewise.
14886         * intl/Makefile (generated): Likewise.
14887         (tests-special): Likewise.
14888         ($(objpfx)mtrace-tst-gettext): Likewise.
14889         * misc/Makefile (generated): Likewise.
14890         (tests-special): Likewise.
14891         ($(objpfx)tst-error1-mem): Likewise.
14892         * nptl/Makefile (tests-special): Likewise.
14893         ($(objpfx)tst-stack3-mem): Likewise.
14894         (generated): Likewise.
14895         * posix/Makefile (generated): Likewise.
14896         (tests-special): Likewise.
14897         (xtests-special): Likewise.
14898         ($(objpfx)tst-fnmatch-mem): Likewise.
14899         ($(objpfx)bug-regex2-mem): Likewise.
14900         ($(objpfx)bug-regex14-mem): Likewise.
14901         ($(objpfx)bug-regex21-mem): Likewise.
14902         ($(objpfx)bug-regex31-mem): Likewise.
14903         ($(objpfx)tst-vfork3-mem): Likewise.
14904         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14905         ($(objpfx)tst-pcre-mem): Likewise.
14906         ($(objpfx)tst-boost-mem): Likewise.
14907         ($(objpfx)bug-ga2-mem): Likewise.
14908         ($(objpfx)bug-glob2-mem): Likewise.
14909         * resolv/Makefile (generate): Likewise.
14910         (tests-special): Likewise.
14911         (xtests-special): Likewise.
14912         (generated): Likewise.
14913         ($(objpfx)mtrace-tst-leaks): Likewise.
14914         ($(objpfx)mtrace-tst-leaks2): Likewise.
14916         * scripts/merge-test-results.sh: New file.
14917         * Makefile (tests-special-notdir): New variable.
14918         (tests): Run merge-test-results.sh.
14919         (xtests): Likewise.
14920         * Rules (tests-special-notdir): New variable.
14921         (xtests-special-notdir): Likewise.
14922         (tests): Run merge-test-results.sh
14923         (xtests): Likewise.
14925         * Makeconfig (test-xfail-name): New variable.
14926         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
14927         compute variable name for expected failures.
14928         * conform/Makefile (conformtest-headers-data): New variable.
14929         (conformtest-standards): Likewise.
14930         (conformtest-headers-ISO): Likewise.
14931         (conformtest-headers-ISO99): Likewise.
14932         (conformtest-headers-ISO11): Likewise.
14933         (conformtest-headers-POSIX): Likewise.
14934         (conformtest-headers-XPG3): Likewise.
14935         (conformtest-headers-XPG4): Likewise.
14936         (conformtest-headers-UNIX98): Likewise.
14937         (conformtest-headers-XOPEN2K): Likewise.
14938         (conformtest-headers-POSIX2008): Likewise.
14939         (conformtest-headers-XOPEN2K8): Likewise.
14940         (conformtest-header-list-base): Likewise.
14941         (conformtest-header-list-tests): Likewise.
14942         (conformtest-header-base): Likewise.
14943         (conformtest-header-tests): Likewise.
14944         (tests-special): Add $(conformtest-header-list-tests).  If
14945         [$(fast-check) && !$(cross-compiling)], add
14946         $(conformtest-header-tests) instead of
14947         $(objpfx)run-conformtest.out.
14948         (generated): Add $(conformtest-header-list-base).  If
14949         [$(fast-check) && !$(cross-compiling)], add
14950         $(conformtest-header-base).  Remove previous setting.
14951         ($(conformtest-header-list-tests)): New target.
14952         (test-xfail-run-conformtest): Remove variable.
14953         ($(objpfx)run-conformtest.out): Remove target.
14954         (test-xfail-ISO11/complex.h/conform): New variable.
14955         (test-xfail-ISO11/stdalign.h/conform): Likewise.
14956         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
14957         (test-xfail-XPG3/varargs.h/conform): Likewise.
14958         (test-xfail-XPG4/varargs.h/conform): Likewise.
14959         (test-xfail-UNIX98/varargs.h/conform): Likewise.
14960         (test-xfail-XPG4/ndbm.h/conform): Likewise.
14961         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
14962         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
14963         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
14964         (test-xfail-XPG3/fcntl.h/conform): Likewise.
14965         (test-xfail-XPG3/ftw.h/conform): Likewise.
14966         (test-xfail-XPG3/grp.h/conform): Likewise.
14967         (test-xfail-XPG3/langinfo.h/conform): Likewise.
14968         (test-xfail-XPG3/limits.h/conform): Likewise.
14969         (test-xfail-XPG3/pwd.h/conform): Likewise.
14970         (test-xfail-XPG3/search.h/conform): Likewise.
14971         (test-xfail-XPG3/signal.h/conform): Likewise.
14972         (test-xfail-XPG3/stdio.h/conform): Likewise.
14973         (test-xfail-XPG3/stdlib.h/conform): Likewise.
14974         (test-xfail-XPG3/string.h/conform): Likewise.
14975         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
14976         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
14977         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
14978         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
14979         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
14980         (test-xfail-XPG3/sys/types.h/conform): Likewise.
14981         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
14982         (test-xfail-XPG3/termios.h/conform): Likewise.
14983         (test-xfail-XPG3/time.h/conform): Likewise.
14984         (test-xfail-XPG3/unistd.h/conform): Likewise.
14985         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
14986         (test-xfail-XPG4/fcntl.h/conform): Likewise.
14987         (test-xfail-XPG4/langinfo.h/conform): Likewise.
14988         (test-xfail-XPG4/netdb.h/conform): Likewise.
14989         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
14990         (test-xfail-XPG4/signal.h/conform): Likewise.
14991         (test-xfail-XPG4/stdio.h/conform): Likewise.
14992         (test-xfail-XPG4/stdlib.h/conform): Likewise.
14993         (test-xfail-XPG4/stropts.h/conform): Likewise.
14994         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
14995         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
14996         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
14997         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
14998         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
14999         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15000         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15001         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15002         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15003         (test-xfail-XPG4/termios.h/conform): Likewise.
15004         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15005         (test-xfail-XPG4/unistd.h/conform): Likewise.
15006         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15007         (test-xfail-POSIX/sched.h/conform): Likewise.
15008         (test-xfail-POSIX/signal.h/conform): Likewise.
15009         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15010         (test-xfail-POSIX/tar.h/conform): Likewise.
15011         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15012         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15013         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15014         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15015         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15016         (test-xfail-UNIX98/sched.h/conform): Likewise.
15017         (test-xfail-UNIX98/signal.h/conform): Likewise.
15018         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15019         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15020         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15021         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15022         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15023         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15024         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15025         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15026         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15027         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15028         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15029         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15030         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15031         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15032         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15033         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15034         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15035         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15036         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15037         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15038         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15039         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15040         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15041         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15042         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15043         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15044         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15045         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15046         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15047         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15048         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15049         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15050         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15051         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15052         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15053         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15054         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15055         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15056         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15057         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15058         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15059         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15060         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15061         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15062         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15063         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15064         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15065         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15066         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15067         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15068         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15069         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15070         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15071         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15072         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15073         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15074         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15075         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15076         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15077         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15078         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15079         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15080         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15081         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15082         (conformtest-cc-flags): Likewise.
15083         ($(conformtest-header-tests): New target.
15084         * conform/check-header-lists.sh: New file.
15085         * conform/run-conformtest.sh: Remove.
15087         * conform/conformtest.pl: Allow ' and \ in values given for
15088         constants.
15089         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15090         inclusion.
15091         [POSIX] (sys/types.h): Likewise.
15092         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15093         inclusion.
15094         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15095         inclusion.
15096         * conform/data/signal.h-data (SIGIO): Remove expectation.
15097         [XPG3] (SIGBUS): Do not expect.
15098         [POSIX || XPG3] (SIGPOLL): Likewise.
15099         [POSIX || XPG3] (SIGPROF): Likewise.
15100         [POSIX || XPG3] (SIGSYS): Likewise.
15101         [XPG3] (SIGTRAP): Likewise.
15102         [POSIX || XPG3] (SIGURG): Likewise.
15103         [POSIX || XPG3] (SIGVTALRM): Likewise.
15104         [POSIX || XPG3] (SIGXCPU): Likewise.
15105         [POSIX || XPG3] (SIGXFSZ): Likewise.
15106         [POSIX] (SA_SIGINFO): Expect.
15107         [XPG3] (siginfo_t): Do not expect type or contents.
15108         [POSIX] (si_pid): Do not expect element.
15109         [POSIX] (si_uid): Likewise.
15110         [POSIX] (si_addr): Likewise.
15111         [POSIX] (si_status): Likewise.
15112         [POSIX] (si_band): Likewise.
15113         [XPG4] (si_value): Likewise.
15114         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15115         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15116         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15117         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15118         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15119         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15120         [POSIX || XPG3] (ILL_COPROC): Likewise.
15121         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15122         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15123         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15124         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15125         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15126         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15127         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15128         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15129         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15130         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15131         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15132         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15133         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15134         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15135         [POSIX || XPG3] (CLD_EXITED): Likewise.
15136         [POSIX || XPG3] (CLD_KILLED): Likewise.
15137         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15138         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15139         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15140         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15141         [POSIX || XPG3] (POLL_IN): Likewise.
15142         [POSIX || XPG3] (POLL_OUT): Likewise.
15143         [POSIX || XPG3] (POLL_MSG): Likewise.
15144         [POSIX || XPG3] (POLL_ERR): Likewise.
15145         [POSIX || XPG3] (POLL_PRI): Likewise.
15146         [POSIX || XPG3] (POLL_HUP): Likewise.
15147         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15148         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15149         (SIG*): Do not allow.
15150         [XPG3] (si_*): Likewise.
15151         [XPG3] (SI_*): Likewise.
15152         [XPG3 || XPG4] (sigev_*): Likewise.
15153         [XPG3 || XPG4] (SIGEV_*): Likewise.
15154         [XPG3 || XPG4] (sival_*): Likewise.
15155         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15156         [POSIX || XPG3] (BUS_*): Likewise.
15157         [POSIX || XPG3] (CLD_*): Likewise.
15158         [POSIX || XPG3] (FPE_*): Likewise.
15159         [POSIX || XPG3] (ILL_*): Likewise.
15160         [POSIX || XPG3] (POLL_*): Likewise.
15161         [POSIX || XPG3] (SEGV_*): Likewise.
15162         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15163         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15164         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15165         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15166         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15167         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15168         Specify type and value.
15169         (TVERSLEN): Likewise.
15170         (REGTYPE): Likewise.
15171         (AREGTYPE): Likewise.
15172         (LNKTYPE): Likewise.
15173         (SYMTYPE): Likewise.
15174         (CHRTYPE): Likewise.
15175         (BLKTYPE): Likewise.
15176         (DIRTYPE): Likewise.
15177         (FIFOTYPE): Likewise.
15178         (CONTTYPE): Likewise.
15179         (TSUID): Likewise.
15180         (TSGID): Likewise.
15181         (TSVTX): Likewise.
15182         (TUREAD): Likewise.
15183         (TUWRITE): Likewise.
15184         (TUEXEC): Likewise.
15185         (TGREAD): Likewise.
15186         (TGWRITE): Likewise.
15187         (TGEXEC): Likewise.
15188         (TOREAD): Likewise.
15189         (TOWRITE): Likewise.
15190         (TOEXEC): Likewise.
15191         [POSIX] (TSVTX): Expect constant.
15193 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15195         * Makefile (tests): Change dependencies to ....
15196         (tests-special): ... additions to this variable.
15197         (tests): Depend on $(tests-special).
15198         * Makerules (check-abi-list): New variable.
15199         (check-abi): Depend on $(check-abi-list).
15200         [$(subdir) = elf] (tests-special): Add
15201         $(objpfx)check-abi-libc.out.
15202         [$(build-shared) = yes && subdir] (tests-special): Add
15203         $(check-abi-list).
15204         [$(build-shared) = yes && subdir] (tests): Do not depend on
15205         check-abi.
15206         * Rules (tests): Depend on $(tests-special).
15207         (xtests): Depend on $(xtests-special).
15208         * catgets/Makefile (tests): Change dependencies to ....
15209         (tests-special): ... additions to this variable.
15210         * conform/Makefile (tests): Change dependencies to ....
15211         (tests-special): ... additions to this variable.
15212         * elf/Makefile (tests): Change dependencies to ....
15213         (tests-special): ... additions to this variable.
15214         * grp/Makefile (tests): Change dependencies to ....
15215         (tests-special): ... additions to this variable.
15216         * iconv/Makefile (xtests): Change dependencies to ....
15217         (xtests-special): ... additions to this variable.
15218         * iconvdata/Makefile (tests): Change dependencies to ....
15219         (tests-special): ... additions to this variable.
15220         * intl/Makefile (tests): Change dependencies to ....
15221         (tests-special): ... additions to this variable.  Also add
15222         $(objpfx)tst-gettext.out.
15223         * io/Makefile (tests): Change dependencies to ....
15224         (tests-special): ... additions to this variable.
15225         * libio/Makefile (tests): Change dependencies to ....
15226         (tests-special): ... additions to this variable.
15227         * malloc/Makefile (tests): Change dependencies to ....
15228         (tests-special): ... additions to this variable.
15229         * misc/Makefile (tests): Change dependencies to ....
15230         (tests-special): ... additions to this variable.
15231         * nptl/Makefile (tests): Change dependencies to ....
15232         (tests-special): ... additions to this variable.
15233         * nptl_db/Makefile (tests): Change dependencies to ....
15234         (tests-special): ... additions to this variable.
15235         * posix/Makefile (tests): Change dependencies to ....
15236         (tests-special): ... additions to this variable.
15237         (xtests): Change dependencies to ....
15238         (xtests-special): ... additions to this variable.
15239         * resolv/Makefile (tests): Change dependencies to ....
15240         (tests-special): ... additions to this variable.
15241         (xtests): Change dependencies to ....
15242         (xtests-special): ... additions to this variable.
15243         * stdio-common/Makefile (tests): Change dependencies to ....
15244         (tests-special): ... additions to this variable.
15245         (do-tst-unbputc): Remove target.
15246         (do-tst-printf): Likewise.
15247         * stdlib/Makefile (tests): Change dependencies to ....
15248         (tests-special): ... additions to this variable.
15249         * string/Makefile (tests): Change dependencies to ....
15250         (tests-special): ... additions to this variable.
15251         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15252         (tests-special): ... additions to this variable.
15254         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15255         whole file.
15256         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15257         whole file.
15258         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15259         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15261         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15262         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15263         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15264         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15265         * conform/data/libgen.h-data [XPG3]: Likewise.
15266         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15267         * conform/data/ndbm.h-data [XPG3]: Likewise.
15268         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15269         * conform/data/netdb.h-data [XPG3]: Likewise.
15270         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15271         * conform/data/poll.h-data [XPG3]: Likewise.
15272         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15273         * conform/data/strings.h-data [XPG3]: Likewise.
15274         * conform/data/stropts.h-data [XPG3]: Likewise.
15275         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15276         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15277         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15278         Likewise.
15279         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15280         * conform/data/sys/time.h-data [XPG3]: Likewise.
15281         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15282         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15283         * conform/data/sys/un.h-data [XPG3]: Likewise.
15284         * conform/data/syslog.h-data [XPG3]: Likewise.
15285         * conform/data/ucontext.h-data [XPG3]: Likewise.
15286         * conform/data/utmpx.h-data [XPG3]: Likewise.
15287         * conform/data/varargs.h-data [UNIX98]: Enable file.
15289         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15291         * math/libm-test.inc (struct test_f_f_data): Move expected results
15292         into structure for each rounding mode.
15293         (struct test_ff_f_data): Likewise.
15294         (struct test_ff_f_data_nexttoward): Likewise.
15295         (struct test_fi_f_data): Likewise.
15296         (struct test_fl_f_data): Likewise.
15297         (struct test_if_f_data): Likewise.
15298         (struct test_fff_f_data): Likewise.
15299         (struct test_c_f_data): Likewise.
15300         (struct test_f_f1_data): Likewise.
15301         (struct test_fF_f1_data): Likewise.
15302         (struct test_ffI_f1_data): Likewise.
15303         (struct test_c_c_data): Likewise.
15304         (struct test_cc_c_data): Likewise.
15305         (struct test_f_i_data): Likewise.
15306         (struct test_ff_i_data): Likewise.
15307         (struct test_f_l_data): Likewise.
15308         (struct test_f_L_data): Likewise.
15309         (struct test_fFF_11_data): Likewise.
15310         (RM_): New macro.
15311         (RM_FE_DOWNWARD): Likewise.
15312         (RM_FE_TONEAREST): Likewise.
15313         (RM_FE_TOWARDZERO): Likewise.
15314         (RM_FE_UPWARD): Likewise.
15315         (RUN_TEST_LOOP_f_f): Update references to expected results.
15316         (RUN_TEST_LOOP_2_f): Likewise.
15317         (RUN_TEST_LOOP_fff_f): Likewise.
15318         (RUN_TEST_LOOP_c_f): Likewise.
15319         (RUN_TEST_LOOP_f_f1): Likewise.
15320         (RUN_TEST_LOOP_fF_f1): Likewise.
15321         (RUN_TEST_LOOP_fI_f1): Likewise.
15322         (RUN_TEST_LOOP_ffI_f1): Likewise.
15323         (RUN_TEST_LOOP_c_c): Likewise.
15324         (RUN_TEST_LOOP_cc_c): Likewise.
15325         (RUN_TEST_LOOP_f_i): Likewise.
15326         (RUN_TEST_LOOP_f_i_tg): Likewise.
15327         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15328         (RUN_TEST_LOOP_f_b): Likewise.
15329         (RUN_TEST_LOOP_f_b_tg): Likewise.
15330         (RUN_TEST_LOOP_f_l): Likewise.
15331         (RUN_TEST_LOOP_f_L): Likewise.
15332         (RUN_TEST_LOOP_fFF_11): Likewise.
15333         * math/gen-libm-test.pl (parse_args): Output four copies of
15334         expected results for each test.
15336         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15337         (__ASSUME_UTIMES): Remove.
15338         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15339         (__ASSUME_UTIMES): Likewise.
15341         * math/gen-auto-libm-tests.c: Update comment on output format.
15342         (output_for_one_input_case): Generate before-rounding and
15343         after-rounding information as conditions on output flags not
15344         floating-point format.
15345         * math/auto-libm-test-out: Regenerated.
15346         * math/gen-libm-test.pl (cond_value): New function.
15347         (or_cond_value): Use cond_value.
15348         (generate_testfile): Handle conditional exceptions.
15350 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15352         * math/libm-test.inc (max_valid_error): New variable.
15353         (init_max_error): Take new argument specifying whether function
15354         results are exactly determined.  Set max_valid_error and bound
15355         other variables for errors based on this argument.
15356         (set_max_error): Do not record results above max_valid_error.
15357         (check_float_internal): Only accept errors of up to 0.5ulps if
15358         also at most max_valid_error.
15359         (START): Take new argument EXACT and pass it to init_max_error.
15360         (acos_test): Update call to START.
15361         (acos_test_tonearest): Likewise.
15362         (acos_test_towardzero): Likewise.
15363         (acos_test_downward): Likewise.
15364         (acos_test_upward): Likewise.
15365         (acosh_test): Likewise.
15366         (asin_test): Likewise.
15367         (asin_test_tonearest): Likewise.
15368         (asin_test_towardzero): Likewise.
15369         (asin_test_downward): Likewise.
15370         (asin_test_upward): Likewise.
15371         (asinh_test): Likewise.
15372         (atan_test): Likewise.
15373         (atanh_test): Likewise.
15374         (atan2_test): Likewise.
15375         (cabs_test): Likewise.
15376         (cacos_test): Likewise.
15377         (cacosh_test): Likewise.
15378         (carg_test): Likewise.
15379         (casin_test): Likewise.
15380         (casinh_test): Likewise.
15381         (catan_test): Likewise.
15382         (catanh_test): Likewise.
15383         (cbrt_test): Likewise.
15384         (ccos_test): Likewise.
15385         (ccosh_test): Likewise.
15386         (ceil_test): Likewise.
15387         (cexp_test): Likewise.
15388         (cimag_test): Likewise.
15389         (clog_test): Likewise.
15390         (clog10_test): Likewise.
15391         (conj_test): Likewise.
15392         (copysign_test): Likewise.
15393         (cos_test): Likewise.
15394         (cos_test_tonearest): Likewise.
15395         (cos_test_towardzero): Likewise.
15396         (cos_test_downward): Likewise.
15397         (cos_test_upward): Likewise.
15398         (cosh_test): Likewise.
15399         (cosh_test_tonearest): Likewise.
15400         (cosh_test_towardzero): Likewise.
15401         (cosh_test_downward): Likewise.
15402         (cosh_test_upward): Likewise.
15403         (cpow_test): Likewise.
15404         (cproj_test): Likewise.
15405         (creal_test): Likewise.
15406         (csin_test): Likewise.
15407         (csinh_test): Likewise.
15408         (csqrt_test): Likewise.
15409         (ctan_test): Likewise.
15410         (ctan_test_tonearest): Likewise.
15411         (ctan_test_towardzero): Likewise.
15412         (ctan_test_downward): Likewise.
15413         (ctan_test_upward): Likewise.
15414         (ctanh_test): Likewise.
15415         (ctanh_test_tonearest): Likewise.
15416         (ctanh_test_towardzero): Likewise.
15417         (ctanh_test_downward): Likewise.
15418         (ctanh_test_upward): Likewise.
15419         (erf_test): Likewise.
15420         (erfc_test): Likewise.
15421         (exp_test): Likewise.
15422         (exp_test_tonearest): Likewise.
15423         (exp_test_towardzero): Likewise.
15424         (exp_test_downward): Likewise.
15425         (exp_test_upward): Likewise.
15426         (exp10_test): Likewise.
15427         (exp10_test_tonearest): Likewise.
15428         (exp10_test_towardzero): Likewise.
15429         (exp10_test_downward): Likewise.
15430         (exp10_test_upward): Likewise.
15431         (pow10_test): Likewise.
15432         (exp2_test): Likewise.
15433         (expm1_test): Likewise.
15434         (expm1_test_tonearest): Likewise.
15435         (expm1_test_towardzero): Likewise.
15436         (expm1_test_downward): Likewise.
15437         (expm1_test_upward): Likewise.
15438         (fabs_test): Likewise.
15439         (fdim_test): Likewise.
15440         (floor_test): Likewise.
15441         (fma_test): Likewise.
15442         (fma_test_towardzero): Likewise.
15443         (fma_test_downward): Likewise.
15444         (fma_test_upward): Likewise.
15445         (fmax_test): Likewise.
15446         (fmin_test): Likewise.
15447         (fmod_test): Likewise.
15448         (fpclassify_test): Likewise.
15449         (frexp_test): Likewise.
15450         (hypot_test): Likewise.
15451         (ilogb_test): Likewise.
15452         (isfinite_test): Likewise.
15453         (finite_test): Likewise.
15454         (isgreater_test): Likewise.
15455         (isgreaterequal_test): Likewise.
15456         (isinf_test): Likewise.
15457         (isless_test): Likewise.
15458         (islessequal_test): Likewise.
15459         (islessgreater_test): Likewise.
15460         (isnan_test): Likewise.
15461         (isnormal_test): Likewise.
15462         (issignaling_test): Likewise.
15463         (isunordered_test): Likewise.
15464         (j0_test): Likewise.
15465         (j1_test): Likewise.
15466         (jn_test): Likewise.
15467         (ldexp_test): Likewise.
15468         (lgamma_test): Likewise.
15469         (gamma_test): Likewise.
15470         (lrint_test): Likewise.
15471         (lrint_test_tonearest): Likewise.
15472         (lrint_test_towardzero): Likewise.
15473         (lrint_test_downward): Likewise.
15474         (lrint_test_upward): Likewise.
15475         (llrint_test): Likewise.
15476         (llrint_test_tonearest): Likewise.
15477         (llrint_test_towardzero): Likewise.
15478         (llrint_test_downward): Likewise.
15479         (llrint_test_upward): Likewise.
15480         (log_test): Likewise.
15481         (log10_test): Likewise.
15482         (log1p_test): Likewise.
15483         (log2_test): Likewise.
15484         (logb_test): Likewise.
15485         (logb_test_downward): Likewise.
15486         (lround_test): Likewise.
15487         (llround_test): Likewise.
15488         (modf_test): Likewise.
15489         (nearbyint_test): Likewise.
15490         (nextafter_test): Likewise.
15491         (nexttoward_test): Likewise.
15492         (pow_test): Likewise.
15493         (pow_test_tonearest): Likewise.
15494         (pow_test_towardzero): Likewise.
15495         (pow_test_downward): Likewise.
15496         (pow_test_upward): Likewise.
15497         (remainder_test): Likewise.
15498         (drem_test): Likewise.
15499         (remainder_test_tonearest): Likewise.
15500         (drem_test_tonearest): Likewise.
15501         (remainder_test_towardzero): Likewise.
15502         (drem_test_towardzero): Likewise.
15503         (remainder_test_downward): Likewise.
15504         (drem_test_downward): Likewise.
15505         (remainder_test_upward): Likewise.
15506         (drem_test_upward): Likewise.
15507         (remquo_test): Likewise.
15508         (rint_test): Likewise.
15509         (rint_test_tonearest): Likewise.
15510         (rint_test_towardzero): Likewise.
15511         (rint_test_downward): Likewise.
15512         (rint_test_upward): Likewise.
15513         (round_test): Likewise.
15514         (scalb_test): Likewise.
15515         (scalbn_test): Likewise.
15516         (scalbln_test): Likewise.
15517         (signbit_test): Likewise.
15518         (sin_test): Likewise.
15519         (sin_test_tonearest): Likewise.
15520         (sin_test_towardzero): Likewise.
15521         (sin_test_downward): Likewise.
15522         (sin_test_upward): Likewise.
15523         (sincos_test): Likewise.
15524         (sinh_test): Likewise.
15525         (sinh_test_tonearest): Likewise.
15526         (sinh_test_towardzero): Likewise.
15527         (sinh_test_downward): Likewise.
15528         (sinh_test_upward): Likewise.
15529         (sqrt_test): Likewise.
15530         (sqrt_test_tonearest): Likewise.
15531         (sqrt_test_towardzero): Likewise.
15532         (sqrt_test_downward): Likewise.
15533         (sqrt_test_upward): Likewise.
15534         (tan_test): Likewise.
15535         (tan_test_tonearest): Likewise.
15536         (tan_test_towardzero): Likewise.
15537         (tan_test_downward): Likewise.
15538         (tan_test_upward): Likewise.
15539         (tanh_test): Likewise.
15540         (tgamma_test): Likewise.
15541         (trunc_test): Likewise.
15542         (y0_test): Likewise.
15543         (y1_test): Likewise.
15544         (yn_test): Likewise.
15545         (significand_test): Likewise.
15547         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15548         individual tests in comment.
15549         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15550         (prev_max_error): New variable.
15551         (prev_real_max_error): Likewise.
15552         (prev_imag_max_error): Likewise.
15553         (compare_ulp_data): Don't refer to test names in comment.
15554         (find_test_ulps): Remove function.
15555         (find_function_ulps): Likewise.
15556         (find_complex_function_ulps): Likewise.
15557         (init_max_error): Take function name as argument.  Look up ulps
15558         for that function.
15559         (print_ulps): Remove function.
15560         (print_max_error): Use prev_max_error instead of calling
15561         find_function_ulps.
15562         (print_complex_max_error): Use prev_real_max_error and
15563         prev_imag_max_error instead of calling find_complex_function_ulps.
15564         (check_float_internal): Take max_ulp parameter instead of calling
15565         find_test_ulps.  Don't call print_ulps.
15566         (check_float): Update call to check_float_internal.
15567         (check_complex): Update calls to check_float_internal.
15568         (START): Pass argument to init_max_error.
15569         * math/gen-libm-test.pl (%results): Don't include "kind"
15570         information.
15571         (parse_ulps): Don't handle ulps of individual tests.
15572         (print_ulps_file): Likewise.
15573         (output_ulps): Likewise.
15574         * math/README.libm-test: Update.
15575         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15576         individual tests.
15577         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15578         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15579         * sysdeps/arm/libm-test-ulps: Likewise.
15580         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15581         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15582         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15583         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15584         * sysdeps/microblaze/libm-test-ulps: Likewise.
15585         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15586         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15587         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15588         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15589         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15590         * sysdeps/sh/libm-test-ulps: Likewise.
15591         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15592         * sysdeps/tile/libm-test-ulps: Likewise.
15593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15595 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
15597         * math/libm-test.inc (print_complex_max_error): Check separately
15598         whether real and imaginary errors are within allowed range and
15599         pass 0 to print_complex_function_ulps instead of value within
15600         allowed range.
15602 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15604         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
15605         formatting.
15606         (get_handles_fopen): Likewise.
15607         (do_write_test): Likewise.
15609         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
15611         * libio/fileops.c (do_ftell): Use cached offset when
15612         available.
15613         * libio/iofwide.c (do_ftell_wide): Likewise.
15614         * libio/iofdopen.c (_IO_new_fdopen): Don't use
15615         _IO_file_attach.
15616         * libio/wfileops.c (_IO_fwide): Don't cache offset.
15618         [BZ #16532]
15619         * libio/libioP.h (get_file_offset): New function.
15620         * libio/fileops.c (get_file_offset): Likewise.
15621         (do_ftell): Likewise.
15622         (_IO_new_file_seekoff): Split out ftell logic.
15623         * libio/wfileops.c (do_ftell_wide): Likewise.
15624         (_IO_wfile_seekoff): Split out ftell logic.
15625         * libio/tst-ftell-active-handler.c: New test case.
15626         * libio/Makefile (tests): Add it.
15628 2014-03-03  Roland McGrath  <roland@hack.frob.com>
15630         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
15631         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
15633 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15635         [BZ #16639]
15636         * nscd/connections.c (nscd_init): Call do_exit.
15637         (start_threads): Call do_exit and notify_parent.
15638         (begin_drop_privileges): Call do_exit.
15639         (finish_drop_privileges): Likewise.
15640         * nscd/selinux.c (preserve_capabilities): Likewise.
15641         (install_real_capabilities): Likewise.
15642         (nscd_selinux_enabled): Likewise.
15643         (avc_create_thread): Likewise.
15644         (avc_alloc_lock): Likewise.
15645         (nscd_avc_init): Likewise.
15646         * nscd/nscd.c (parent_fd): New static variable.
15647         (main): Create a pipe between parent and child processes.
15648         Skip closing parent_fd.
15649         (monitor_child): New function.
15650         (do_exit): Likewise.
15651         (notify_parent): Likewise.
15652         * nscd/nscd.h (notify_parent): Likewise.
15653         (do_exit): Likewise.
15655 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
15657         * malloc/malloc.c (__libc_calloc): Revert last change.
15659 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15661         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15663 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15665         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
15666         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
15667         implementation.
15668         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15669         (__libc_ifunc_impl_list): Likewise.
15670         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
15671         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
15672         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
15673         * string/strrchr.c: Define STRRCHR.
15675 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
15677         * benchtest/bench-strtok.c (simple_strtok): Delete.
15678         (strtok_string): Use as benchmark.
15679         * string/strtok (STRTOK): New macro.
15681 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
15683         * manual/threads.texi: Add header and standard comments to all
15684         functions.
15686         * elf/dl-lookup.c (check_match): New function.
15687         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
15688         (do_lookup_x): Remove nested function check_match. Use non-nested
15689         function check_match.
15691 2014-02-28  Roland McGrath  <roland@hack.frob.com>
15693         * csu/Makefile (generated, before-compile): Use += rather than =.
15694         * catgets/Makefile (generated, generated-dirs): Likewise.
15695         * debug/Makefile (generated): Likewise.
15696         * dlfcn/Makefile (generated): Likewise.
15697         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
15698         * iconvdata/Makefile (before-compile, generated): Likewise.
15699         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
15700         * libio/Makefile (generated): Likewise.
15701         * malloc/Makefile (generated): Likewise.
15702         * manual/Makefile (generated, generated-dirs): Likewise.
15703         * misc/Makefile (generated): Likewise.
15704         * posix/Makefile (generated): Likewise.
15705         * resolv/Makefile (generated): Likewise.
15706         * sunrpc/Makefile (generated, generated-dirs): Likewise.
15707         * timezone/Makefile (generated, generated-dirs): Likewise.
15709         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
15711 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15713         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
15714         power8 implementation.
15715         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
15716         file: POWER8 llround ifunc implementation.
15717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
15718         (__lllround): Add POWER8 implementation.
15719         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
15720         POWER8 llround implementation.
15722         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
15723         power8 implementation.
15724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
15725         file: POWER8 llrint ifunc implementation.
15726         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
15727         Add POWER8 implementation.
15728         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
15729         POWER8 llrint implementation.
15731         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
15732         power8 implementation.
15733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
15734         file: POWER8 finite ifunc implementation.
15735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
15736         Add POWER8 implementation.
15737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
15738         Likewise.
15739         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
15740         POWER8 finite implementation.
15741         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
15743         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
15744         power8 implementation.
15745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
15746         file: POWER8 isinf ifunc implementation.
15747         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
15748         POWER8 implementation.
15749         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
15750         Likewise.
15751         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
15752         isinf implementation.
15753         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
15755         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
15756         (INIT_ARCH): Add hwcap2 initialization.
15757         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
15758         power8 implementation.
15759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
15760         file: POWER8 isnan ifunc implementation.
15761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
15762         POWER8 implementation.
15763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
15764         Likewise.
15765         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
15766         isnan implementation.
15767         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
15769 2014-02-27  Joey Ye  <joey.ye@arm.com>
15771         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
15772         (_FP_NANFRAC_Q): Set to zero.
15774 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15776         [BZ #16623]
15777         * math/auto-libm-test-in: New test inputs.
15778         * math/auto-libm-test-out: Regenerate.
15779         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
15780         and DA.
15781         (__cos): Likewise.
15782         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
15784 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
15786         * scripts/evaluate-test.sh: Take new argument indicating whether
15787         failure is expected.
15788         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
15789         indicating whether failure is expected.
15790         * conform/Makefile (test-xfail-run-conformtest): New variable.
15791         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
15792         level.
15793         * posix/Makefile (test-xfail-annexc): New variable.
15794         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
15796 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
15798         * argp/Makefile: Include Makeconfig immediately after defining
15799         subdir.
15800         * assert/Makefile: Likewise.
15801         * benchtests/Makefile: Likewise.
15802         * catgets/Makefile: Likewise.
15803         * conform/Makefile: Likewise.
15804         * crypt/Makefile: Likewise.
15805         * csu/Makefile: Likewise.
15806         (all): Remove target.
15807         * ctype/Makefile: Include Makeconfig immediately after defining
15808         subdir.
15809         * debug/Makefile: Likewise.
15810         * dirent/Makefile: Likewise.
15811         * dlfcn/Makefile: Likewise.
15812         * gmon/Makefile: Likewise.
15813         * gnulib/Makefile: Likewise.
15814         * grp/Makefile: Likewise.
15815         * gshadow/Makefile: Likewise.
15816         * hesiod/Makefile: Likewise.
15817         * hurd/Makefile: Likewise.
15818         (all): Remove target.
15819         * iconvdata/Makefile: Include Makeconfig immediately after
15820         defining subdir.
15821         * inet/Makefile: Likewise.
15822         * intl/Makefile: Likewise.
15823         * io/Makefile: Likewise.
15824         * libio/Makefile: Likewise.
15825         (all): Remove target.
15826         * locale/Makefile: Include Makeconfig immediately after defining
15827         subdir.
15828         * login/Makefile: Likewise.
15829         * mach/Makefile: Likewise.
15830         (all): Remove target.
15831         * malloc/Makefile: Include Makeconfig immediately after defining
15832         subdir.
15833         (all): Remove target.
15834         * manual/Makefile: Include Makeconfig immediately after defining
15835         subdir.
15836         * math/Makefile: Likewise.
15837         * misc/Makefile: Likewise.
15838         * nis/Makefile: Likewise.
15839         * nss/Makefile: Likewise.
15840         * po/Makefile: Likewise.
15841         (all): Remove target.
15842         * posix/Makefile: Include Makeconfig immediately after defining
15843         subdir.
15844         * pwd/Makefile: Likewise.
15845         * resolv/Makefile: Likewise.
15846         * resource/Makefile: Likewise.
15847         * rt/Makefile: Likewise.
15848         * setjmp/Makefile: Likewise.
15849         * shadow/Makefile: Likewise.
15850         * signal/Makefile: Likewise.
15851         * socket/Makefile: Likewise.
15852         * soft-fp/Makefile: Likewise.
15853         * stdio-common/Makefile: Likewise.
15854         * stdlib/Makefile: Likewise.
15855         * streams/Makefile: Likewise.
15856         * string/Makefile: Likewise.
15857         * sunrpc/Makefile: Likewise.
15858         (all): Remove target.
15859         * sysvipc/Makefile: Include Makeconfig immediately after defining
15860         subdir.
15861         * termios/Makefile: Likewise.
15862         * time/Makefile: Likewise.
15863         * timezone/Makefile: Likewise.
15864         (all): Remove target.
15865         * wcsmbs/Makefile: Include Makeconfig immediately after defining
15866         subdir.
15867         * wctype/Makefile: Likewise.
15869 2014-02-26  Steve Ellcey  <sellcey@mips.com>
15871         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
15872         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
15873         (libc_feholdexcept_setround_mips): Ditto.
15874         (libc_feholdsetround): New.
15875         (libc_feholdsetroundf): New.
15876         (libc_feholdsetroundl): New.
15877         (libc_feupdateenv_test_mips): New.
15878         (libc_feupdateenv_test): New.
15879         (libc_feupdateenv_testf): New.
15880         (libc_feupdateenv_testl): New.
15881         (libc_feresetround): New.
15882         (libc_feresetroundf): New.
15883         (libc_feresetroundl): New.
15884         (libc_fetestexcept_mips): New.
15885         (libc_fetestexcept): New.
15886         (libc_fetestexceptf): New.
15887         (libc_fetestexceptl): New.
15888         (HAVE_RM_CTX): New.
15889         (libc_feholdexcept_setround_mips_ctx): New.
15890         (libc_feholdexcept_setround_ctx): New.
15891         (libc_feholdexcept_setroundf_ctx): New.
15892         (libc_feholdexcept_setroundl_ctx): New.
15893         (libc_fesetenv_mips_ctx): New.
15894         (libc_fesetenv_ctx): New.
15895         (libc_fesetenv_ctxf): New.
15896         (libc_fesetenv_ctxl): New.
15897         (libc_feupdateenv_mips_ctx): New.
15898         (libc_feupdateenv_ctx): New.
15899         (libc_feupdateenvf_ctx): New.
15900         (libc_feupdateenvl_ctx): New.
15901         (libc_feholdsetround_mips_ctx): New.
15902         (libc_feholdsetround_ctx): New.
15903         (libc_feholdsetroundf_ctx): New.
15904         (libc_feholdsetroundl_ctx): New.
15905         (libc_feresetround_mips_ctx): New.
15906         (libc_feresetround_ctx): New.
15907         (libc_feresetroundf_ctx): New.
15908         (libc_feresetroundl_ctx): New.
15910 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
15912         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
15914         * manual/ipc.texi: New file.
15915         * manual/Makefile (chapters): Add ipc.
15916         * manual/job.texi: Add "Inter-Process Communication" to next.
15917         * manual/process.texi: Add "Inter-Process Communication" to prev.
15919 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15921         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15923 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
15925         * malloc/malloc.c (__libc_calloc): Simplify implementation.
15927         * manual/arith.texi: Fix spaces after sentences.
15928         * manual/charset.texi: Likewise.
15929         * manual/errno.texi: Likewise.
15930         * manual/install.texi: Likewise.
15931         * manual/llio.texi: Likewise.
15932         * manual/locale.texi: Likewise.
15933         * manual/maint.texi: Likewise.
15934         * manual/math.texi: Likewise.
15935         * manual/memory.texi: Likewise.
15936         * manual/message.texi: Likewise.
15937         * manual/probes.texi: Likewise.
15938         * manual/resource.texi: Likewise.
15939         * manual/signal.texi: Likewise.
15940         * manual/socket.texi: Likewise.
15941         * manual/stdio.texi: Likewise.
15942         * manual/string.texi: Likewise.
15943         * manual/time.texi: Likewise.
15944         * manual/users.texi: Likewise.
15946 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
15948         [BZ #16632]
15949         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
15950         _DEFAULT_SOURCE is defined.
15952 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
15953             Carlos O'Donell  <carlos@redhat.com>
15955         [BZ #16613]
15956         * elf/dl-tls.c (_dl_count_modids): New function.
15957         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
15958         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
15959         audit library and increment generation counter.
15960         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
15961         * elf/tst-audit9.c: New file.
15962         * elf/tst-auditmod9a.c: New file.
15963         * elf/tst-auditmod9b.c: New file.
15964         * elf/Makefile: Add rules to build and run tst-audit9.
15966 2014-02-25  Florian Weimer  <fweimer@redhat.com>
15968         [BZ #15347]
15969         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
15971 2014-02-25  Will Newton  <will.newton@linaro.org>
15973         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
15974         (__longjmp): Restore sp and lr before restoring callee
15975         saved registers.  Add longjmp and longjmp_target
15976         SystemTap probe point.
15977         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
15978         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
15979         Define to zero to match jmpbuf layout.
15980         * sysdeps/arm/setjmp.S: Include stap-probe.h.
15981         (__sigsetjmp): Save sp and lr before saving callee
15982         saved registers.  Add setjmp SystemTap probe point.
15984 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
15986         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15988 2014-02-24  Andreas Schwab  <schwab@suse.de>
15990         [BZ #15804]
15991         * elf/pldd.c (wait_for_ptrace_stop): New function.
15992         (main): Call it after attaching.
15994 2014-02-22  Roland McGrath  <roland@hack.frob.com>
15996         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
15997         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
15998         Versions files is now verboten.
15999         * hurd/Versions (libc: GLIBC_2.0):
16000         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16001         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16002         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16003         * mach/Versions: Likewise.
16005         * csu/Versions: Remove unused %include.
16006         * resolv/Versions: Likewise.
16008 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16010         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16011         ($(objpfx)check-local-headers.out): Likewise.
16012         ($(objpfx)begin-end-check.out): Likewise.
16013         * Makerules (check-abi-%.out): Likewise.
16014         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16015         ($(objpfx)test2.cat): Likewise.
16016         ($(objpfx)de/libc.cat): Likewise.
16017         ($(objpfx)test-gencat.out): Likewise.
16018         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16019         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16020         ($(objpfx)noload-mem): Likewise.
16021         ($(objpfx)tst-pathopt.out): Likewise.
16022         ($(objpfx)tst-rtld-load-self.out): Likewise.
16023         ($(objpfx)tst-array1-cmp.out): Likewise.
16024         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16025         ($(objpfx)tst-array2-cmp.out): Likewise.
16026         ($(objpfx)tst-array3-cmp.out): Likewise.
16027         ($(objpfx)tst-array4-cmp.out): Likewise.
16028         ($(objpfx)tst-array5-cmp.out): Likewise.
16029         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16030         ($(objpfx)check-textrel.out): Likewise.
16031         ($(objpfx)check-execstack.out): Likewise.
16032         ($(objpfx)check-localplt.out): Likewise.
16033         ($(objpfx)order2-cmp.out): Likewise.
16034         ($(objpfx)tst-leaks1-mem): Likewise.
16035         ($(objpfx)tst-leaks1-static-mem): Likewise.
16036         ($(objpfx)tst-initorder-cmp.out): Likewise.
16037         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16038         ($(objpfx)tst-unused-dep.out): Likewise.
16039         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16040         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16041         * iconv/Makefile (test-iconvconfig): Likewise.
16042         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16043         ($(objpfx)iconv-test.out): Likewise.
16044         ($(objpfx)tst-tables.out): Likewise.
16045         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16046         ($(objpfx)tst-gettext.out): Likewise.
16047         ($(objpfx)tst-translit.out): Likewise.
16048         ($(objpfx)tst-gettext2.out): Likewise.
16049         ($(objpfx)tst-gettext4.out): Likewise.
16050         ($(objpfx)tst-gettext6.out): Likewise.
16051         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16052         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16053         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16054         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16055         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16056         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16057         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16058         ($(objpfx)wordexp-tst.out): Likewise.
16059         ($(objpfx)annexc.out): Likewise.
16060         ($(objpfx)tst-fnmatch-mem): Likewise.
16061         ($(objpfx)bug-regex2-mem): Likewise.
16062         ($(objpfx)bug-regex14-mem): Likewise.
16063         ($(objpfx)bug-regex21-mem): Likewise.
16064         ($(objpfx)bug-regex31-mem): Likewise.
16065         ($(objpfx)tst-vfork3-mem): Likewise.
16066         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16067         ($(objpfx)tst-pcre-mem): Likewise.
16068         ($(objpfx)tst-boost-mem): Likewise.
16069         ($(objpfx)tst-getconf.out): Likewise.
16070         ($(objpfx)bug-ga2-mem): Likewise.
16071         ($(objpfx)bug-glob2-mem): Likewise.
16072         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16073         ($(objpfx)mtrace-tst-leaks2): Likewise.
16074         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16075         ($(objpfx)tst-printf.out): Likewise.
16076         ($(objpfx)tst-setvbuf1.out): Likewise.
16077         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16078         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16079         ($(objpfx)tst-fmtmsg.out): Likewise.
16080         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16081         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16083         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16084         * bits/sigaction.h [__USE_MISC]: Likewise.
16085         * bits/waitstatus.h: Update #endif comments.
16086         * ctype/ctype.h: Likewise.
16087         * dirent/dirent.h: Likewise.
16088         [__USE_MISC]: Remove redundant conditionals.
16089         * grp/grp.h: Update #endif comments.
16090         [__USE_GNU]: Remove redundant conditionals.
16091         [__USE_MISC]: Likewise.
16092         * inet/netinet/in.h [__USE_GNU]: Likewise.
16093         * io/sys/stat.h [__USE_MISC]: Likewise.
16094         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16095         * libio/bits/stdio.h: Update #endif comments.
16096         [__USE_MISC]: Remove redundant conditionals.
16097         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16098         * libio/stdio.h: Update #endif comments.
16099         [__USE_MISC]: Remove redundant conditionals.
16100         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16101         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16102         * math/math.h: Update #else and #endif comments.
16103         [__USE_MISC]: Remove redundant conditionals.
16104         * misc/sys/uio.h: Update #endif comments.
16105         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16106         * posix/glob.h [__USE_MISC]: Likewise.
16107         * posix/sys/types.h: Update #endif comments.
16108         [__USE_MISC]: Remove redundant conditionals.
16109         * posix/sys/wait.h: Update #endif comments.
16110         [__USE_MISC]: Remove redundant conditionals.
16111         * posix/unistd.h: Update #endif comments.
16112         [__USE_MISC]: Remove redundant conditionals.
16113         * pwd/pwd.h [__USE_GNU]: Likewise.
16114         [__USE_MISC]: Likewise.
16115         * resolv/netdb.h [__USE_GNU]: Likewise.
16116         * signal/signal.h: Update #endif comments.
16117         [__USE_MISC]: Remove redundant conditionals.
16118         * stdlib/stdlib.h: Update #else and #endif comments.
16119         [__USE_MISC]: Remove redundant conditionals.
16120         [__USE_GNU]: Likewise.
16121         * string/bits/string2.h [__USE_MISC]: Likewise.
16122         * string/string.h: Update #endif comments.
16123         [__USE_MISC]: Remove redundant conditionals.
16124         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16125         Likewise.
16126         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16127         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16128         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16129         Likewise.
16130         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16131         Likewise.
16132         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16133         comments.
16134         [__USE_MISC]: Remove redundant conditionals.
16135         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16136         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16137         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16138         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16139         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16140         Likewise.
16141         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16142         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16143         Likewise.
16144         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16145         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16146         Likewise.
16147         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16148         Likewise.
16149         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16150         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16151         Likewise.
16152         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16153         Likewise.
16154         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16155         * sysdeps/x86/bits/string.h: Update #endif comments.
16156         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16157         conditionals.
16158         * time/sys/time.h: Update #endif comments.
16159         * time/time.h: Likewise.
16160         [__USE_MISC]: Remove redundant conditionals.
16162 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16164         [BZ #16600]
16165         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16167 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16169         * Versions.def (librt): Add GLIBC_2.17.
16171 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16173         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16174         synonym for _SYS_AUXV_H to allow direct inclusion.
16175         * sysdeps/sparc/bits/hwcap.h: Likewise.
16176         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16177         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16178         * sysdeps/sparc/sysdep.h: Likewise.
16180 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16182         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16184 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16186         * benchtests/bench-strrchr.c: Print length instead of position.
16188 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16190         [BZ #16611]
16191         * sysdeps/unix/sysv/linux/kernel-features.h
16192         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16193         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16194         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16195         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16196         Likewise.
16197         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16198         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16199         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16200         (__ASSUME_SENDMMSG): Define instead of using previous
16201         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16202         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16203         (__ASSUME_SENDMMSG_SYSCALL): Define.
16204         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16205         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16206         Likewise.
16207         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16208         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16209         Likewise.
16210         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16211         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16212         Likewise.
16213         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16214         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16215         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16216         [__ASSUME_SENDMMSG]: Change conditionals to
16217         [__ASSUME_SENDMMSG_SOCKETCALL].
16218         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16219         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16220         Define.
16221         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16222         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16223         Likewise.
16224         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16225         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16226         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16227         [!__ASSUME_SENDMMSG]: Change conditional to
16228         [!__ASSUME_SENDMMSG_SOCKETCALL].
16229         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16230         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16231         Define.
16233         [BZ #16610]
16234         * sysdeps/unix/sysv/linux/kernel-features.h
16235         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16236         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16237         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16238         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16239         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16240         [__i386__ || __sparc__]
16241         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16242         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16243         (__ASSUME_RECVMMSG): Define instead of using previous
16244         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16245         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16246         (__ASSUME_RECVMMSG_SYSCALL): Define.
16247         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16248         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16249         Likewise.
16250         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16251         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16252         Likewise.
16253         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16254         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16255         Likewise.
16256         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16257         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16258         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16259         [__ASSUME_RECVMMSG]: Change condition to
16260         [__ASSUME_RECVMMSG_SOCKETCALL].
16261         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16262         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16263         Define.
16264         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16265         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16266         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16267         Likewise.
16268         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16269         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16270         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16271         [!__ASSUME_RECVMMSG]: Change condition to
16272         [!__ASSUME_RECVMMSG_SOCKETCALL].
16273         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16274         (__ASSUME_RECVMMSG_SYSCALL): Define.
16276         [BZ #16609]
16277         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16278         __powerpc__ || __s390__ || __sh__ || __sparc__]
16279         (__ASSUME_SOCKETCALL): Define.
16280         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16281         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16282         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16283         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16284         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16285         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16286         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16287         (__ASSUME_ACCEPT4): Define instead of using previous
16288         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16289         __powerpc__ || __sparc__ || __s390__)] condition.
16290         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16291         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16292         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16293         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16294         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16295         [!__ASSUME_ACCEPT4]: Change condition to
16296         [!__ASSUME_ACCEPT4_SOCKETCALL].
16297         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16298         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16299         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16300         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16301         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16302         __ASSUME_ACCEPT4_SYSCALL.
16303         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16304         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16305         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16306         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16307         __ASSUME_ACCEPT4_SYSCALL.
16308         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16309         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16310         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16311         [__ASSUME_ACCEPT4]: Change condition to
16312         [__ASSUME_ACCEPT4_SOCKETCALL].
16313         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16314         (__ASSUME_SOCKETCALL): Define.
16315         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16316         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16317         (__ASSUME_SOCKETCALL): Define.
16318         (__ASSUME_ACCEPT4): Remove.
16319         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16320         Define.
16321         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16322         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16323         Likewise.
16324         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16325         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16327         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16328         macro.
16329         (HWCAP_ARM_LPAE): Likewise.
16330         (HWCAP_ARM_EVTSTRM): Likewise.
16331         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16332         Add vpfd32, lpae and evtstrm.
16333         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16334         Increase to 22.
16336 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16338         * math/auto-libm-test-in: Add tests of clog10.
16339         * math/auto-libm-test-out: Regenerated.
16340         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16341         * sysdeps/i386/fpu/libm-test-ulps: Update.
16342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16344 2014-02-18  Andreas Schwab  <schwab@suse.de>
16346         [BZ #16574]
16347         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16348         Store non-zero if the second buffer was newly allocated.
16349         (send_dg): Likewise.
16350         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16351         to send_vc and send_dg.
16352         (res_nsend): Pass NULL for ansp2_malloced.
16353         * resolv/res_query.c (__libc_res_nquery): Add parameter
16354         answerp2_malloced and pass it down to __libc_res_nsend.
16355         (res_nquery): Pass additional NULL to __libc_res_nquery.
16356         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16357         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16358         second answer buffer if answerp2_malloced was set.
16359         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16360         (__libc_res_nquerydomain): Add parameter
16361         answerp2_malloced and pass it down to __libc_res_nquery.
16362         (res_nquerydomain): Pass additional NULL to
16363         __libc_res_nquerydomain.
16364         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16365         additional NULL to __libc_res_nsend and __libc_res_nquery.
16366         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16367         additional NULL to __libc_res_nsearch.
16368         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16369         parameter of __libc_res_nsearch to check for separately allocated
16370         second buffer.
16371         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16372         __libc_res_nquery.
16373         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16374         additional NULL to __libc_res_nquery.
16375         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16376         __libc_res_nsearch.
16377         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16378         * include/resolv.h: Update prototypes of __libc_res_nquery,
16379         __libc_res_nsearch, __libc_res_nsend.
16381 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16383         * math/auto-libm-test-in: Add tests of fma.
16384         * math/auto-libm-test-out: Regenerated.
16385         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16386         (fma_towardzero_test_data): Likewise.
16387         (fma_downward_test_data): Likewise.
16388         (fma_upward_test_data): Likewise.
16389         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16390         mpc_mode.
16391         (rounding_modes): Add values for new field.
16392         (func_calc_method): Add value mpfr_fff_f.
16393         (func_calc_desc): Add mpfr_fff_f union field.
16394         (test_function): Add field exact_args.
16395         (FUNC): Add macro argument EXACT_ARGS.
16396         (FUNC_mpfr_f_f): Update call to FUNC.
16397         (FUNC_mpfr_f_f): Likewise.
16398         (FUNC_mpfr_ff_f): Likewise.
16399         (FUNC_mpfr_if_f): Likewise.
16400         (FUNC_mpc_c_f): Likewise.
16401         (FUNC_mpc_c_c): Likewise.
16402         (test_functions): Add fma.  Update calls to FUNC.
16403         (handle_input_arg): Add argument exact_args.
16404         (add_test): Update call to handle_input_arg.
16405         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16406         (output_for_one_input_case): Update call to calc_generic_results.
16407         Recalculate exact zero results in each rounding mode.
16409         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16410         non-negative before setting low bit.
16411         * math/auto-libm-test-in: Mark one asin test possibly having
16412         spurious underflow.
16413         * math/auto-libm-test-out: Regenerated.
16414         * sysdeps/i386/fpu/libm-test-ulps: Update.
16415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16417 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16419         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16420         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16421         ports/sysdeps/unix/sysv/linux/microblaze.
16422         * README: Add missing listing for microblaze*-*-linux-gnu.
16424 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16426         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16427         duplicate code
16429 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16431         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16432         * sysdeps/unix/sysv/linux/ia64: Move directory from
16433         ports/sysdeps/unix/sysv/linux/ia64.
16434         * README: Update listing for ia64-*-linux-gnu.
16436 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16437             Joseph Myers  <joseph@codesourcery.com>
16439         * Makeconfig (test-name): New variable.
16440         (evaluate-test): Likewise.
16441         * Makerules (do-test-clean): Remove .test-result files.
16442         (common-mostlyclean): Likewise.
16443         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16444         * scripts/evaluate-test.sh: New file.
16446 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16448         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16449         separate $(objpfx)tst-fopenloc-cmp.out and
16450         $(objpfx)tst-fopenloc-mem.out targets.
16451         (tests): Update dependencies.
16452         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16453         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16454         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16455         (tst-rxspencer-no-utf8-ARGS): New variable.
16456         (tst-rxspencer-no-utf8-ENV): Likewise.
16457         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16458         instead of $(objpfx)tst-rxspencer-mem.
16459         ($(objpfx)tst-rxspencer-mem): Change target to
16460         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16461         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16462         * posix/tst-rxspencer-no-utf8.c: New file.
16464         * elf/Makefile ($(objpfx)order.out): Remove rule.
16465         [$(run-built-tests) = yes] (tests): Depend on
16466         $(objpfx)order-cmp.out.
16467         ($(objpfx)order-cmp.out): New rule.
16468         [$(run-built-tests) = yes] (tests): Depend on
16469         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16470         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16471         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16472         $(objpfx)tst-array5-static-cmp.out.
16473         ($(objpfx)tst-array1.out): Remove rule.
16474         ($(objpfx)tst-array1-cmp.out): New rule.
16475         ($(objpfx)tst-array1-static.out): Remove rule.
16476         ($(objpfx)tst-array1-static-cmp.out): New rule.
16477         ($(objpfx)tst-array2.out): Remove rule.
16478         ($(objpfx)tst-array2-cmp.out): New rule.
16479         ($(objpfx)tst-array3.out): Remove rule.
16480         ($(objpfx)tst-array3-cmp.out): New rule.
16481         ($(objpfx)tst-array4.out): Remove rule.
16482         ($(objpfx)tst-array4-cmp.out): New rule.
16483         ($(objpfx)tst-array5.out): Remove rule.
16484         ($(objpfx)tst-array5-cmp.out): New rule.
16485         ($(objpfx)tst-array5-static.out): Remove rule.
16486         ($(objpfx)tst-array5-static-cmp.out): New rule.
16487         [$(run-built-tests) = yes] (tests): Depend on
16488         $(objpfx)order2-cmp.out.
16489         ($(objpfx)order2.out): Remove rule.
16490         ($(objpfx)order2-cmp.out): New rule.
16491         ($(objpfx)tst-initorder.out): Remove rule.
16492         [$(run-built-tests) = yes] (tests): Depend on
16493         $(objpfx)tst-initorder-cmp.out.
16494         ($(objpfx)tst-initorder-cmp.out): New rule.
16495         ($(objpfx)tst-initorder2.out): Remove rule.
16496         [$(run-built-tests) = yes] (tests): Depend on
16497         $(objpfx)tst-initorder2-cmp.out.
16498         ($(objpfx)tst-initorder2-cmp.out): New rule.
16499         [$(run-built-tests) = yes] (tests): Depend on
16500         $(objpfx)tst-unused-dep-cmp.out.
16501         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16502         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16503         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16504         on $(objpfx)tst-setvbuf1-cmp.out.
16505         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16506         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16507         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16508         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16509         ($(objpfx)tst-svc.out): Remove rule.
16510         ($(objpfx)tst-svc-cmp.out): New rule.
16512 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16514         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16515         * ctype/ctype.h [__USE_MISC]: Likewise.
16516         * dirent/dirent.h [__USE_MISC]: Likewise.
16517         * grp/grp.h [__USE_MISC]: Likewise.
16518         * io/fcntl.h [__USE_MISC]: Likewise.
16519         * io/sys/stat.h [__USE_MISC]: Likewise.
16520         * libio/stdio.h [__USE_MISC]: Likewise.
16521         * posix/unistd.h [__USE_MISC]: Likewise.
16522         * pwd/pwd.h [__USE_MISC]: Likewise.
16523         * stdlib.h [__USE_MISC]: Likewise.
16524         * string/bits/string2.h [__USE_MISC]: Likewise.
16525         * string/string.h [__USE_MISC]: Likewise.
16526         * time/time.h [__USE_MISC]: Likewise.
16528 2014-02-13  Andreas Schwab  <schwab@suse.de>
16530         [BZ #16574]
16531         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16532         second answer buffer if it was separately allocated.
16534 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16536         * sysdeps/mips/math-tests.h: Include <features.h>.
16537         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16538         (ROUNDING_TESTS_long_double): Do not define.
16539         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16540         (EXCEPTION_TESTS_long_double): Likewise.
16541         * sysdeps/mips/mips64/libm-test-ulps: Update.
16543         * include/features.h (__USE_BSD): Remove macro definitions.
16544         (__USE_SVID): Likewise.
16545         (_BSD_SOURCE): Likewise.
16546         (_SVID_SOURCE): Likewise.
16547         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16548         from definition of _DEFAULT_SOURCE.
16549         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16550         [_DEFAULT_SOURCE].
16551         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16552         * bits/mman.h [__USE_BSD]: Likewise.
16553         * bits/termios.h [__USE_BSD]: Likewise.
16554         * bits/waitstatus.h [__USE_BSD]: Likewise.
16555         * ctype/ctype.h [__USE_SVID]: Likewise.
16556         * dirent/dirent.h [__USE_BSD]: Likewise.
16557         * grp/grp.h [__USE_SVID]: Likewise.
16558         [__USE_BSD]: Likewise.
16559         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16560         * io/fcntl.h [__USE_BSD]: Likewise.
16561         * io/ftw.h [__USE_BSD]: Likewise.
16562         * io/sys/stat.h [__USE_BSD]: Likewise.
16563         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16564         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16565         * libio/stdio.h [__USE_SVID]: Likewise.
16566         [__USE_BSD]: Likewise.
16567         * math/math.h [__USE_SVID]: Likewise.
16568         [__USE_BSD]: Likewise.
16569         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16570         * misc/bits/syslog.h [__USE_BSD]: Likewise.
16571         * misc/search.h [__USE_SVID]: Likewise.
16572         * misc/sys/mman.h [__USE_BSD]: Likewise.
16573         * misc/sys/syslog.h [__USE_BSD]: Likewise.
16574         * misc/sys/uio.h [__USE_BSD]: Likewise.
16575         * posix/bits/unistd.h [__USE_BSD]: Likewise.
16576         * posix/glob.h [__USE_BSD]: Likewise.
16577         * posix/regex.h [__USE_BSD]: Likewise.
16578         * posix/sys/types.h [__USE_BSD]: Likewise.
16579         [__USE_SVID]: Likewise.
16580         * posix/sys/utsname.h [__USE_SVID]: Likewise.
16581         * posix/sys/wait.h [__USE_BSD]: Likewise.
16582         [__USE_SVID]: Likewise.
16583         * posix/unistd.h [__USE_BSD]: Likewise.
16584         [__USE_SVID]: Likewise.
16585         * pwd/pwd.h [__USE_SVID]: Likewise.
16586         * resolv/netdb.h [__USE_BSD]: Likewise.
16587         * setjmp/setjmp.h [__USE_BSD]: Likewise.
16588         * signal/signal.h [__USE_BSD]: Likewise.
16589         [__USE_SVID]: Likewise.
16590         * socket/sys/socket.h [__USE_BSD]: Likewise.
16591         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16592         * stdlib/stdlib.h [__USE_BSD]: Likewise.
16593         [__USE_SVID]: Likewise.
16594         * string/bits/string2.h [__USE_BSD]: Likewise.
16595         [__USE_SVID]: Likewise.
16596         * string/bits/string3.h [__USE_BSD]: Likewise.
16597         * string/endian.h [__USE_BSD]: Likewise.
16598         * string/string.h [__USE_SVID]: Likewise.
16599         [__USE_BSD]: Likewise.
16600         * string/strings.h [__USE_BSD]: Likewise.
16601         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16602         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16603         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16604         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
16605         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
16606         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
16607         Likewise.
16608         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
16609         Likewise.
16610         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
16611         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
16612         Likewise.
16613         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
16614         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
16615         Likewise.
16616         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
16617         Likewise.
16618         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
16619         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
16620         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
16621         Likewise.
16622         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
16623         Likewise.
16624         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
16625         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
16626         * termios/termios.h [__USE_BSD]: Likewise.
16627         * time/sys/time.h [__USE_BSD]: Likewise.
16628         * time/time.h [__USE_BSD]: Likewise.
16629         [__USE_SVID]: Likewise.
16631         * Makefile (subdir_targets): Remove subdir_lint.out.
16633         * stdio-common/Makefile (do-tst-unbputc): Remove target.
16634         (do-tst-printf): Likewise.
16635         (tests): Depend directly on $(objpfx)tst-unbputc.out and
16636         $(objpfx)tst-printf.out.
16638         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
16640         * Makerules (check-abi-%): Change target to
16641         $(objpfx)check-abi-%.out.
16642         (check-abi target): Update dependencies.
16643         (check-abi-pattern variable): Redirect output of diff to $@.
16644         (check-abi variable): Likewise.
16645         * elf/Makefile (check-abi): Update dependencies.
16647         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
16648         unused.
16649         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
16650         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
16651         subnormal range.
16652         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
16653         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
16654         value has largest subnormal exponent.
16655         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
16656         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
16657         * sysdeps/aarch64/soft-fp/sfp-machine.h
16658         (_FP_TININESS_AFTER_ROUNDING): New macro.
16659         * sysdeps/alpha/soft-fp/sfp-machine.h
16660         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16661         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16662         Likewise.
16663         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
16664         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16665         * sysdeps/mips/soft-fp/sfp-machine.h
16666         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16667         * sysdeps/powerpc/soft-fp/sfp-machine.h
16668         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16669         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16670         Likewise.
16671         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
16672         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16673         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
16674         (_FP_TININESS_AFTER_ROUNDING): Likewise.
16675         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
16676         Likewise.
16678 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
16680         [BZ #16545]
16681         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
16682         model 1.
16684 2014-02-12  Richard Henderson  <rth@redhat.com>
16686         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
16687         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
16688         * sysdeps/unix/sysv/linux/alpha: Move directory from
16689         ports/sysdeps/unix/sysv/linux/alpha.
16690         * README: Update listing for alpha-*-linux-gnu.
16692 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
16694         * include/features.h: Update comment documenting feature test
16695         macros.
16696         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
16697         _DEFAULT_SOURCE.
16698         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
16699         (_SVID_SOURCE): Likewise.
16700         (_DEFAULT_SOURCE): Update description of default features.
16701         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
16702         with _GNU_SOURCE.
16703         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
16704         (S_ISVTX): Likewise.
16705         * manual/math.texi (Mathematical Constants): Likewise.
16706         * manual/signal.texi (Interrupted Primitives): Likewise.
16707         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
16708         * math/test-matherr.c (_SVID_SOURCE): Do not define.
16709         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
16710         Don't refer to _SVID_SOURCE in warning text.
16712         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16714         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
16715         already defined.
16716         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
16717         * sysdeps/mips/dl-lookup.c: Remove.
16718         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
16720 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
16722         [BZ #16447]
16723         * math/auto-libm-test-in: Add testcase for expl.
16724         * math/auto-libm-test-out: Regenerate.
16725         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
16726         calculation of unsafe.
16727         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
16729 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16731         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
16732         * sysdeps/unix/sysv/linux/aarch64: Move directory from
16733         ports/sysdeps/unix/sysv/linux/aarch64.
16734         * README: Update listing for aarch64*-*-linux-gnu.
16736 2014-02-11  Will Newton  <will.newton@linaro.org>
16738         * manual/probes.texi (Mathematical Function Probes): Use
16739         "triggered" instead of "hit".
16741         * manual/probes.texi (Internal Probes): Add documentation
16742         of setjmp, longjmp and longjmp_target probes.
16744         * include/stap-probe.h: Add comment about probe argument
16745         format.
16747         * malloc/mtrace.c (attribute_hidden): Remove unused macro
16748         definition.  (tr_where, tr_freehook, tr_mallochook,
16749         tr_reallochook, tr_memalignhook): Use ANSI protoype.
16751 2014-02-11  David S. Miller  <davem@davemloft.net>
16753         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
16754         processing int_tests.
16756 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
16758         * sysdeps/mips: Move directory from ports/sysdeps/mips.
16759         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
16760         * sysdeps/unix/sysv/linux/mips: Move directory from
16761         ports/sysdeps/unix/sysv/linux/mips.
16762         * README: Update listing for mips-*-linux-gnu and
16763         mips64-*-linux-gnu.
16765 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
16767         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
16768         * sysdeps/unix/sysv/linux/m68k: Move directory from
16769         ports/sysdeps/unix/sysv/linux/m68k.
16770         * README: Update listing for m68k-*-linux-gnu.
16772 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
16774         * sysdeps/tile: Move directory from ports/sysdeps/tile.
16775         * sysdeps/unix/sysv/linux/generic: Move directory from
16776         ports/sysdeps/unix/sysv/linux/generic.
16777         * sysdeps/unix/sysv/linux/tile: Move directory from
16778         ports/sysdeps/unix/sysv/linux/tile.
16779         * README: Update listing for tile*-*-linux-gnu.
16781 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
16783         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
16784         __builtin_expect.
16785         * benchtests/bench-memmem.c (simple_memmem): Likewise.
16786         * catgets/open_catalog.c (__open_catalog): Likewise.
16787         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
16788         * debug/confstr_chk.c: Likewise.
16789         * debug/fread_chk.c (__fread_chk): Likewise.
16790         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
16791         * debug/getgroups_chk.c: Likewise.
16792         * debug/mbsnrtowcs_chk.c: Likewise.
16793         * debug/mbsrtowcs_chk.c: Likewise.
16794         * debug/mbstowcs_chk.c: Likewise.
16795         * debug/memcpy_chk.c: Likewise.
16796         * debug/memmove_chk.c: Likewise.
16797         * debug/mempcpy_chk.c: Likewise.
16798         * debug/memset_chk.c: Likewise.
16799         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
16800         * debug/strcat_chk.c (__strcat_chk): Likewise.
16801         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
16802         * debug/strncat_chk.c (__strncat_chk): Likewise.
16803         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
16804         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
16805         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
16806         * debug/wcpncpy_chk.c: Likewise.
16807         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
16808         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
16809         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
16810         * debug/wcsncpy_chk.c: Likewise.
16811         * debug/wcsnrtombs_chk.c: Likewise.
16812         * debug/wcsrtombs_chk.c: Likewise.
16813         * debug/wcstombs_chk.c: Likewise.
16814         * debug/wmemcpy_chk.c: Likewise.
16815         * debug/wmemmove_chk.c: Likewise.
16816         * debug/wmempcpy_chk.c: Likewise.
16817         * debug/wmemset_chk.c: Likewise.
16818         * dirent/scandirat.c (SCANDIRAT): Likewise.
16819         * dlfcn/dladdr1.c (dladdr1): Likewise.
16820         * dlfcn/dladdr.c (dladdr): Likewise.
16821         * dlfcn/dlclose.c (dlclose_doit): Likewise.
16822         * dlfcn/dlerror.c (__dlerror): Likewise.
16823         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
16824         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
16825         * dlfcn/dlopen.c (dlopen_doit): Likewise.
16826         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
16827         * dlfcn/dlsym.c (dlsym_doit): Likewise.
16828         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
16829         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
16830         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
16831         Likewise.
16832         * elf/dl-conflict.c: Likewise.
16833         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
16834         * elf/dl-dst.h: Likewise.
16835         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
16836         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
16837         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
16838         * elf/dl-init.c (call_init, _dl_init): Likewise.
16839         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
16840         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
16841         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
16842         Likewise.
16843         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
16844         Likewise.
16845         * elf/dl-minimal.c (__libc_memalign): Likewise.
16846         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
16847         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
16848         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
16849         * elf/dl-sym.c (do_sym): Likewise.
16850         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
16851         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
16852         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
16853         * elf/dl-writev.h (_dl_writev): Likewise.
16854         * elf/ldconfig.c (search_dir): Likewise.
16855         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
16856         (dl_main): Likewise.
16857         * elf/setup-vdso.h (setup_vdso): Likewise.
16858         * grp/compat-initgroups.c (compat_call): Likewise.
16859         * grp/fgetgrent.c (fgetgrent): Likewise.
16860         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
16861         * grp/putgrent.c (putgrent): Likewise.
16862         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
16863         Likewise.
16864         * hurd/hurdinit.c: Likewise.
16865         * iconvdata/8bit-gap.c (struct): Likewise.
16866         * iconvdata/ansi_x3.110.c : Likewise.
16867         * iconvdata/big5.c : Likewise.
16868         * iconvdata/big5hkscs.c : Likewise.
16869         * iconvdata/cp1255.c: Likewise.
16870         * iconvdata/cp1258.c : Likewise.
16871         * iconvdata/cp932.c : Likewise.
16872         * iconvdata/euc-cn.c: Likewise.
16873         * iconvdata/euc-jisx0213.c : Likewise.
16874         * iconvdata/euc-jp.c: Likewise.
16875         * iconvdata/euc-jp-ms.c : Likewise.
16876         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
16877         * iconvdata/gb18030.c : Likewise.
16878         * iconvdata/gbbig5.c (const): Likewise.
16879         * iconvdata/gbgbk.c: Likewise.
16880         * iconvdata/gbk.c : Likewise.
16881         * iconvdata/ibm1364.c : Likewise.
16882         * iconvdata/ibm930.c : Likewise.
16883         * iconvdata/ibm932.c: Likewise.
16884         * iconvdata/ibm933.c : Likewise.
16885         * iconvdata/ibm935.c : Likewise.
16886         * iconvdata/ibm937.c : Likewise.
16887         * iconvdata/ibm939.c : Likewise.
16888         * iconvdata/ibm943.c: Likewise.
16889         * iconvdata/iso_11548-1.c: Likewise.
16890         * iconvdata/iso-2022-cn.c : Likewise.
16891         * iconvdata/iso-2022-cn-ext.c : Likewise.
16892         * iconvdata/iso-2022-jp-3.c: Likewise.
16893         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
16894         * iconvdata/iso-2022-kr.c : Likewise.
16895         * iconvdata/iso646.c (gconv_end): Likewise.
16896         * iconvdata/iso_6937-2.c : Likewise.
16897         * iconvdata/iso_6937.c : Likewise.
16898         * iconvdata/iso8859-1.c: Likewise.
16899         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
16900         * iconvdata/shift_jisx0213.c : Likewise.
16901         * iconvdata/sjis.c : Likewise.
16902         * iconvdata/t.61.c : Likewise.
16903         * iconvdata/tcvn5712-1.c : Likewise.
16904         * iconvdata/tscii.c: Likewise.
16905         * iconvdata/uhc.c : Likewise.
16906         * iconvdata/unicode.c (gconv_end): Likewise.
16907         * iconvdata/utf-16.c (gconv_end): Likewise.
16908         * iconvdata/utf-32.c (gconv_end): Likewise.
16909         * iconvdata/utf-7.c (base64): Likewise.
16910         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
16911         * iconv/gconv_close.c (__gconv_close): Likewise.
16912         * iconv/gconv_open.c (__gconv_open): Likewise.
16913         * iconv/gconv_simple.c (internal_ucs4_loop_single)
16914         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
16915         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
16916         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
16917         (ucs4le_internal_loop_single): Likewise.
16918         * iconv/iconv.c (iconv): Likewise.
16919         * iconv/iconv_close.c: Likewise.
16920         * iconv/loop.c (SINGLE): Likewise.
16921         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
16922         * include/atomic.h: Likewise.
16923         * inet/inet6_option.c (option_alloc): Likewise.
16924         * intl/bindtextdom.c (set_binding_values): Likewise.
16925         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
16926         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
16927         * intl/localealias.c (read_alias_file): Likewise.
16928         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
16929         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
16930         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
16931         * libio/fmemopen.c (fmemopen): Likewise.
16932         * libio/iofgets.c (_IO_fgets): Likewise.
16933         * libio/iofgets_u.c (fgets_unlocked): Likewise.
16934         * libio/iofgetws.c (fgetws): Likewise.
16935         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
16936         * libio/iogetdelim.c (_IO_getdelim): Likewise.
16937         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
16938         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
16939         * locale/findlocale.c (_nl_find_locale): Likewise.
16940         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
16941         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
16942         Likewise.
16943         * locale/setlocale.c (setlocale): Likewise.
16944         * login/programs/pt_chown.c (main): Likewise.
16945         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
16946         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
16947         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
16948         (mmap, mmap64, mremap, munmap): Likewise.
16949         * math/e_exp2l.c: Likewise.
16950         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
16951         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
16952         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
16953         * math/s_catan.c (__catan): Likewise.
16954         * math/s_catanf.c (__catanf): Likewise.
16955         * math/s_catanh.c (__catanh): Likewise.
16956         * math/s_catanhf.c (__catanhf): Likewise.
16957         * math/s_catanhl.c (__catanhl): Likewise.
16958         * math/s_catanl.c (__catanl): Likewise.
16959         * math/s_ccosh.c (__ccosh): Likewise.
16960         * math/s_ccoshf.c (__ccoshf): Likewise.
16961         * math/s_ccoshl.c (__ccoshl): Likewise.
16962         * math/s_cexp.c (__cexp): Likewise.
16963         * math/s_cexpf.c (__cexpf): Likewise.
16964         * math/s_cexpl.c (__cexpl): Likewise.
16965         * math/s_clog10.c (__clog10): Likewise.
16966         * math/s_clog10f.c (__clog10f): Likewise.
16967         * math/s_clog10l.c (__clog10l): Likewise.
16968         * math/s_clog.c (__clog): Likewise.
16969         * math/s_clogf.c (__clogf): Likewise.
16970         * math/s_clogl.c (__clogl): Likewise.
16971         * math/s_csin.c (__csin): Likewise.
16972         * math/s_csinf.c (__csinf): Likewise.
16973         * math/s_csinh.c (__csinh): Likewise.
16974         * math/s_csinhf.c (__csinhf): Likewise.
16975         * math/s_csinhl.c (__csinhl): Likewise.
16976         * math/s_csinl.c (__csinl): Likewise.
16977         * math/s_csqrt.c (__csqrt): Likewise.
16978         * math/s_csqrtf.c (__csqrtf): Likewise.
16979         * math/s_csqrtl.c (__csqrtl): Likewise.
16980         * math/s_ctan.c (__ctan): Likewise.
16981         * math/s_ctanf.c (__ctanf): Likewise.
16982         * math/s_ctanh.c (__ctanh): Likewise.
16983         * math/s_ctanhf.c (__ctanhf): Likewise.
16984         * math/s_ctanhl.c (__ctanhl): Likewise.
16985         * math/s_ctanl.c (__ctanl): Likewise.
16986         * math/w_pow.c: Likewise.
16987         * math/w_powf.c: Likewise.
16988         * math/w_powl.c: Likewise.
16989         * math/w_scalb.c (sysv_scalb): Likewise.
16990         * math/w_scalbf.c (sysv_scalbf): Likewise.
16991         * math/w_scalbl.c (sysv_scalbl): Likewise.
16992         * misc/error.c (error_tail): Likewise.
16993         * misc/pselect.c (__pselect): Likewise.
16994         * nis/nis_callback.c (__nis_create_callback): Likewise.
16995         * nis/nis_call.c (__nisfind_server): Likewise.
16996         * nis/nis_creategroup.c (nis_creategroup): Likewise.
16997         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
16998         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
16999         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17000         * nis/nis_lookup.c (nis_lookup): Likewise.
17001         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17002         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17003         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17004         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17005         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17006         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17007         * nis/nss_compat/compat-initgroups.c (add_group)
17008         (internal_getgrent_r): Likewise.
17009         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17010         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17011         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17012         (internal_getspnam_r): Likewise.
17013         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17014         (_nss_nis_getaliasbyname_r): Likewise.
17015         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17016         (_nss_nis_getntohost_r): Likewise.
17017         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17018         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17019         (_nss_nis_getgrgid_r): Likewise.
17020         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17021         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17022         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17023         (_nss_nis_gethostbyname4_r): Likewise.
17024         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17025         (initgroups_netid): Likewise.
17026         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17027         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17028         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17029         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17030         (_nss_nis_getprotobynumber_r): Likewise.
17031         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17032         (_nss_nis_getsecretkey): Likewise.
17033         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17034         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17035         (_nss_nis_getpwuid_r): Likewise.
17036         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17037         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17038         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17039         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17040         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17041         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17042         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17043         Likewise.
17044         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17045         (_nss_nisplus_getntohost_r): Likewise.
17046         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17047         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17048         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17049         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17050         Likewise.
17051         * nis/nss_nisplus/nisplus-initgroups.c
17052         (_nss_nisplus_initgroups_dyn): Likewise.
17053         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17054         (_nss_nisplus_getnetbyaddr_r): Likewise.
17055         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17056         (_nss_nisplus_getprotobynumber_r): Likewise.
17057         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17058         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17059         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17060         Likewise.
17061         * nis/nss_nisplus/nisplus-service.c
17062         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17063         (_nss_nisplus_getservbyport_r): Likewise.
17064         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17065         (_nss_nisplus_getspnam_r): Likewise.
17066         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17067         Likewise.
17068         * nscd/aicache.c (addhstaiX): Likewise.
17069         * nscd/cache.c (cache_search, prune_cache): Likewise.
17070         * nscd/connections.c (register_traced_file, send_ro_fd)
17071         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17072         (main_loop_epoll): Likewise.
17073         * nscd/grpcache.c (addgrbyX): Likewise.
17074         * nscd/hstcache.c (addhstbyX): Likewise.
17075         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17076         * nscd/mem.c (gc, mempool_alloc): Likewise.
17077         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17078         (addinnetgrX): Likewise.
17079         * nscd/nscd-client.h (__nscd_acquire_maplock)
17080         (__nscd_drop_map_ref): Likewise.
17081         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17082         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17083         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17084         Likewise.
17085         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17086         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17087         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17088         (__nscd_get_map_ref): Likewise.
17089         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17090         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17091         Likewise.
17092         * nscd/pwdcache.c (addpwbyX): Likewise.
17093         * nscd/selinux.c (preserve_capabilities): Likewise.
17094         * nscd/servicescache.c (addservbyX): Likewise.
17095         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17096         * posix/fnmatch.c (fnmatch): Likewise.
17097         * posix/getopt.c (_getopt_internal_r): Likewise.
17098         * posix/glob.c (glob, glob_in_dir): Likewise.
17099         * posix/wordexp.c (exec_comm_child): Likewise.
17100         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17101         (getanswer_r, gaih_getanswer_slice): Likewise.
17102         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17103         * resolv/res_init.c: Likewise.
17104         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17105         * resolv/res_query.c (__libc_res_nquery): Likewise.
17106         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17107         Likewise.
17108         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17109         * stdio-common/perror.c (perror): Likewise.
17110         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17111         * stdio-common/tmpnam.c (tmpnam): Likewise.
17112         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17113         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17114         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17115         Likewise.
17116         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17117         * stdlib/putenv.c (putenv): Likewise.
17118         * stdlib/setenv.c (__add_to_environ): Likewise.
17119         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17120         * stdlib/strtol_l.c (INTERNAL): Likewise.
17121         * string/memmem.c (memmem): Likewise.
17122         * string/strerror.c (strerror): Likewise.
17123         * string/strnlen.c (__strnlen): Likewise.
17124         * string/test-memmem.c (simple_memmem): Likewise.
17125         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17126         * sunrpc/pm_getport.c (__get_socket): Likewise.
17127         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17128         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17129         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17130         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17131         Likewise.
17132         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17133         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17134         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17135         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17136         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17137         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17138         Likewise.
17139         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17140         Likewise.
17141         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17142         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17143         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17144         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17145         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17146         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17147         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17148         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17149         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17150         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17151         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17152         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17153         Likewise.
17154         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17155         Likewise.
17156         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17157         Likewise.
17158         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17159         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17160         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17161         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17162         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17163         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17164         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17165         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17166         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17167         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17168         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17169         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17170         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17171         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17172         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17173         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17174         Likewise.
17175         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17176         Likewise.
17177         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17178         Likewise.
17179         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17180         Likewise.
17181         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17182         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17183         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17184         Likewise.
17185         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17186         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17187         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17188         * sysdeps/posix/sleep.c: Likewise.
17189         * sysdeps/posix/tempname.c: Likewise.
17190         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17191         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17192         Likewise.
17193         * sysdeps/powerpc/powerpc32/dl-machine.h
17194         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17195         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17196         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17197         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17198         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17199         Likewise.
17200         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17201         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17202         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17203         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17204         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17205         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17206         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17207         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17208         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17209         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17210         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17211         (elf_machine_lazy_rel): Likewise.
17212         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17213         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17214         (elf_machine_lazy_rel): Likewise.
17215         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17216         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17217         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17218         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17219         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17220         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17221         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17222         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17223         Likewise.
17224         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17225         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17226         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17227         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17228         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17229         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17230         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17231         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17232         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17233         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17234         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17235         Likewise.
17236         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17237         (__posix_fallocate64_l64): Likewise.
17238         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17239         (posix_fallocate): Likewise.
17240         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17241         Likewise.
17242         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17243         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17244         (getifaddrs_internal): Likewise.
17245         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17246         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17247         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17248         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17249         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17250         (__posix_fallocate64_l64): Likewise.
17251         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17252         Likewise.
17253         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17254         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17255         (__get_clockfreq): Likewise.
17256         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17257         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17258         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17259         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17260         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17261         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17262         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17263         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17264         Likewise.
17265         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17266         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17267         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17268         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17269         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17270         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17271         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17272         Likewise.
17273         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17274         (posix_fallocate): Likewise.
17275         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17276         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17277         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17278         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17279         (elf_machine_rela, elf_machine_rela_relative)
17280         (elf_machine_lazy_rel): Likewise.
17281         * time/asctime.c (asctime_internal): Likewise.
17282         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17283         * time/tzset.c (__tzset_parse_tz): Likewise.
17284         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17285         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17286         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17287         * wcsmbs/wcsmbsload.h: Likewise.
17289         [BZ #15894]
17290         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17292         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17293         (arena_get2): Remove THREAD_STATS conditionals.
17294         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17295         (__malloc_stats, int): Likewise.
17297 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17299         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17300         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17302         * manual/setjmp.texi: Fix typos/grammar errors.
17304         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17305         Only return early when n is <= 0.  Delete unused return statement.
17307         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17308         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17309         * debug/tst-longjmp_chk3.c: New file.
17311         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17312         (test_main): Replace code with set_fortify_handler call.
17313         * debug/test-strcpy_chk.c: Likewise.
17314         * debug/tst-chk1.c: Likewise.
17315         * debug/tst-longjmp_chk.c: Likewise.
17316         * test-skeleton.c: Include fcntl.h & paths.h
17317         (set_fortify_handler): Define.
17319         * debug/tst-longjmp_chk.c: Add header comment and include
17320         ../test-skeleton.c.
17321         (do_test): Mark static.
17322         (TEST_FUNCTION): Define.
17324         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17325         (IP_PMTUDISC_INTERFACE): Likewise.
17326         (IP_MULTICAST_IF): Likewise.
17327         (IP_MULTICAST_TTL): Likewise.
17328         (IP_MULTICAST_LOOP): Likewise.
17329         (IP_ADD_MEMBERSHIP): Likewise.
17330         (IP_DROP_MEMBERSHIP): Likewise.
17331         (IP_UNBLOCK_SOURCE): Likewise.
17332         (IP_BLOCK_SOURCE): Likewise.
17333         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17334         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17335         (IP_MSFILTER): Likewise.
17336         (MCAST_JOIN_GROUP): Likewise.
17337         (MCAST_BLOCK_SOURCE): Likewise.
17338         (MCAST_UNBLOCK_SOURCE): Likewise.
17339         (MCAST_LEAVE_GROUP): Likewise.
17340         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17341         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17342         (MCAST_MSFILTER): Likewise.
17343         (IP_MULTICAST_ALL): Likewise.
17344         (IP_UNICAST_IF): Likewise.
17346         * timezone/Makefile: Delete $(have-ksh) check.
17347         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17348         * timezone/tzselect.ksh: Add +x mode bits.
17350         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17351         (ANON_INODE_FS_MAGIC): Likewise.
17352         (BDEVFS_MAGIC): Likewise.
17353         (BINFMTFS_MAGIC): Likewise.
17354         (BTRFS_TEST_MAGIC): Likewise.
17355         (CRAMFS_MAGIC_WEND): Likewise.
17356         (DEBUGFS_MAGIC): Likewise.
17357         (ECRYPTFS_SUPER_MAGIC): Likewise.
17358         (EXT3_SUPER_MAGIC): Likewise.
17359         (EXT4_SUPER_MAGIC): Likewise.
17360         (FUTEXFS_SUPER_MAGIC): Likewise.
17361         (HOSTFS_SUPER_MAGIC): Likewise.
17362         (HUGETLBFS_MAGIC): Likewise.
17363         (MINIX3_SUPER_MAGIC): Likewise.
17364         (MTD_INODE_FS_MAGIC): Likewise.
17365         (NILFS_SUPER_MAGIC): Likewise.
17366         (OPENPROM_SUPER_MAGIC): Likewise.
17367         (PIPEFS_MAGIC): Likewise.
17368         (PSTOREFS_MAGIC): Likewise.
17369         (QNX6_SUPER_MAGIC): Likewise.
17370         (RAMFS_MAGIC): Likewise.
17371         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17372         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17373         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17374         (SECURITYFS_MAGIC): Likewise.
17375         (SELINUX_MAGIC): Likewise.
17376         (SMACK_MAGIC): Likewise.
17377         (SOCKFS_MAGIC): Likewise.
17378         (SQUASHFS_MAGIC): Likewise.
17379         (STACK_END_MAGIC): Likewise.
17380         (TMPFS_MAGIC): Likewise.
17381         (USBDEVICE_SUPER_MAGIC): Likewise.
17382         (V9FS_MAGIC): Likewise.
17383         (XENFS_SUPER_MAGIC): Likewise.
17384         (CRAMFS_MAGIC): Fix typo in comment.
17385         (EXT2_SUPER_MAGIC): Update comment.
17386         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17388 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17390         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17391         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17392         * sysdeps/unix/sysv/linux/arm: Move directory from
17393         ports/sysdeps/unix/sysv/linux/arm.
17394         * README: Update listing for arm-*-linux-gnueabi.
17396         * README: Remove mention of am33.
17398 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17400         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17401         than the comma operator, to avoid "rhs of comma has no effect"
17402         compiler warnings.
17403         (__sigfillset, __sigandset, __sigorset): Likewise.
17404         * include/signal.h (__sigemptyset): Likewise.
17405         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17407 2014-02-07  Allan McRae  <allan@archlinux.org>
17409         * version.h (RELEASE): Set to "development".
17410         (VERSION): Set to "2.19.90"
17411         * NEWS: Add 2.20 section.
17413 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17415         [BZ #16529]
17416         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17418 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17420         * manual/contrib.texi: Update entry for Carlos O'Donell,
17421         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17423 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17425         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17427         * sysdeps/unix/sysv/linux/kernel-features.h
17428         [__LINUX_KERNEL_VERSION >= 0x020621]
17429         (__ASSUME_PROC_PID_TASK_COMM): Define.
17431 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17433         [BZ #16398]
17434         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17435         conversion when destination buffer does not have enough space.
17436         * libio/tst-ftell-partial-wide.c: New test case.
17437         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17439         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17440         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17441         Leonard and Allan McRae.
17443 2014-02-04  David S. Miller  <davem@davemloft.net>
17445         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17446         32-bit.
17448 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17451         New file
17452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17453         New file
17454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17455         New file.
17456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17457         New file.
17458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17459         New file.
17460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17461         New file.
17462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17463         New file.
17464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17465         New file.
17466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17467         New file.
17468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17469         New file.
17470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17471         New file.
17472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17473         New file.
17474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17475         New file.
17477 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17479         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17480         * shlib-versions: Likewise.
17482 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17483             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17485         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17486         (abilist-pattern): New variable, set to %-le.abilist.
17488         * Makerules (abilist-pattern): New variable.
17489         (vpath): Use $(abilist-pattern) in place of %.abilist.
17490         (check-abi-% pattern rule): Likewise.
17491         (check-abi, update-abi): Likewise.
17493 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17495         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17497 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17499         * manual/startup.texi: Add next, previous, and top entries for
17500         the `Program Arguments' and `Environment Variables' nodes.
17502 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17504         * manual/macros.texi: Add comments before MTASC-safety macros.
17506         * manual/users.texi: Document MTASC-safety properties.
17508         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17509         (pthread_getspecific, pthread_setspecific): Format with
17510         @deftypefun, and add @safety note.
17511         * manual/signal.texi: Move comments that analyze the above
17512         functions to their home place.
17514 2014-02-03  Allan McRae  <allan@archlinux.org>
17516         * po/sl.po: Update Slovenian translation from translation project.
17518 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17520         * manual/time.texi (timegm): Add missing blank after @c.
17521         Reported by Joseph Myers <joseph@codesourcery.com>.
17523 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17525         * manual/check-safety.sh: New.
17526         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17528         * manual/terminal.texi: Document MTASC-safety properties.
17530         * manual/filesys.texi: Document MTASC-safety properties.
17532         * manual/errno.texi: Document MTASC-safety properties.
17534         * manual/intro.texi: Document safety identifiers and
17535         conditionals.
17537         * manual/string.texi (wcstok): Fix prototype.
17538         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17540         * manual/time.texi: Document MTASC-safety properties.
17542         * manual/string.texi: Document MTASC-safety properties.
17544         * manual/threads.texi: Document MTASC-safety properties.
17546         * manual/stdio.texi: Document MTASC-safety properties.
17548         * manual/syslog.texi: Document MTASC-safety properties.
17550         * manual/sysinfo.texi: Document MTASC-safety properties.
17552         * manual/startup.texi: Document MTASC-safety properties.
17554         * manual/socket.texi: Document MTASC-safety properties.
17556         * manual/signal.texi: Document MTASC-safety properties.
17558 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
17560         * manual/setjmp.texi: Document MTASC-safety properties.
17562         * manual/search.texi: Document MTASC-safety properties.
17564         * manual/resource.texi: Document MTASC-safety properties.
17566         * manual/process.texi: Document MTASC-safety properties.
17568         * manual/platform.texi: Document MTASC-safety properties.
17570         * manual/pipe.texi: Document MTASC-safety properties.
17572         * manual/pattern.texi: Document MTASC-safety properties.
17574         * manual/message.texi: Document MTASC-safety properties.
17576         [BZ #12751]
17577         * manual/memory.texi: Document MTASC-safety properties.
17579         * manual/math.texi: Document MTASC-safety properties.
17581         * manual/locale.texi: Document MTASC-safety properties.
17583         * manual/llio.texi: Document MTASC-safety properties.
17585         * manual/libdl.texi: New.
17587         * manual/lang.texi: Document MTASC-safety properties.
17589         * manual/job.texi: Document MTASC-safety properties.
17591         * manual/getopt.texi: Document MTASC-safety properties.
17593         * manual/ctype.texi: Document MTASC-safety properties.
17595 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
17597         [BZ #16046]
17598         * csu/libc-tls.c (static_map): Remove variable.
17599         (__libc_setup_tls): Use main executable's link map for TLS data.
17600         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17601         casing for LM_ID_BASE and GL(dl_nns).
17602         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17603         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
17604         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
17605         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
17606         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
17607         member.
17608         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
17609         l_phnum members.
17611 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
17613         * manual/debug.texi: Document MTASC-safety properties.
17615 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
17617         [BZ #16510]
17618         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
17619         of __x86_64__ when disabling x87 inline functions.
17621 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
17623         * manual/charset.texi: Document MTASC-safety properties.
17625         * manual/crypt.texi: Document MTASC-safety properties.
17627         * manual/conf.texi: Document MTASC-safety properties.
17629         * manual/arith.texi: Document MTASC-safety properties.
17631         * manual/argp.texi: Document MTASC-safety properties.
17633         * manual/macros.texi: Introduce macros to document multi
17634         thread, asynchronous signal and asynchronous cancellation
17635         safety properties.
17636         * manual/intro.texi: Introduce the properties themselves.
17638 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17640         * sysdeps/sh/sh4/Makefile: New file.
17642 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
17644         * math/gen-libm-test.pl ($srcdir): New variable.
17645         ($auto_input): Use it.
17647 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17649         [BZ #16506]
17650         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
17651         access beyond array bounds when parsing netgroups file.
17653         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
17654         the old buffer before realloc.
17656 2014-01-27  Allan McRae  <allan@archlinux.org>
17658         * po/fr.po: Update French translation from translation project.
17660 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17662         * sysdeps/sh/libm-test-ulps: Regenerate.
17664 2014-01-24  David S. Miller  <davem@davemloft.net>
17666         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
17668 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17670         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
17671         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
17673 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17675         [BZ #16474]
17676         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
17677         string pointers after reallocation.
17679 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17681         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
17682         __SH4A__ instead of __SH_FPU_ANY__.
17684 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17686         * sysdeps/sh/fpu_control.h: New file.
17687         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
17688         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
17689         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
17690         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
17691         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
17692         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
17693         * sysdeps/sh/sys/ucontext.h: Remove.
17694         * sysdeps/sh/sys: Remove directory.
17696 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17698         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
17699         s390/sys/ucontext.h.
17700         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
17701         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
17703 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
17705         [BZ #15605]
17706         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
17708 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17710         [BZ#16431]
17711         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
17712         Adjust the vDSO correctly for internal calls.
17713         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
17715 2014-01-20  Allan McRae  <allan@archlinux.org>
17717         * po/ca.po: Update Catalan translation from translation project.
17719 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
17721         * sysdeps/s390/sotruss-lib.c: New file.
17723 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17725         [BZ#16430]
17726         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
17727         (__GI___gettimeofday): Alias for a different internal symbol to avoid
17728         local calls issues by not having a PLT stub required for IFUNC calls.
17729         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
17731 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
17733         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
17734         * math/test-fpucw-static.c: Likewise.
17736 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17738         [BZ #16453]
17739         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
17741 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17743         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
17744         implementation for powerpc.
17746 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
17748         [BZ #14782]
17749         * sysdeps/posix/system.c (__libc_system): Do not enable
17750         asynchronous cancellation.
17752 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17754         [BZ #16427]
17755         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
17756         handling only for numbers special also in the IEEE case.
17758 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17760         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17762 2014-01-11  Allan McRae  <allan@archlinux.org>
17764         * po/bg.po: Update Bulgarian translation from translation project.
17766         * po/de.po: Update German translation from translation project.
17768 2014-01-10  Roland McGrath  <roland@hack.frob.com>
17770         * sysdeps/generic/gcc-compat.h: New file.
17772 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17774         * benchtests/asin-inputs: Correct slow inputs.
17775         * benchtests/acos-inputs: Likewise.
17777 2014-01-10  Allan McRae  <allan@archlinux.org>
17779         * po:sv.po: Update Swedish translation from translation project.
17781         * po/vi.po: Update Vietnamese translation from translation project.
17783         * po/eo.po: Update Esperanto translation from translation project.
17785         * po/cs.po: Update Czech translation from translation project.
17787         * po/nl.po: Update Dutch translation from translation project.
17789         * po/pl.po: Update Polish translation from translation project.
17791         * po/ru.po: Update Russian translation from translation project.
17793         * po/uk.po: Update Ukrainian translation from translation project.
17795 2014-01-08  Brooks Moses  <bmoses@google.com>
17797         * elf/dl-load.c: Fix comment typo.
17799 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
17801         * po/header.pot: Rename to...
17802         * po/pot.header: ... this.
17803         * po/Makefile: Use pot.header.
17805 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
17806             Maxim Kuvyrkov  <maxim@kugelworks.com>
17808         [BZ #16394]
17809         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
17810         SRC and DEST against LEN.
17812 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17814         [BZ #16414]
17815         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
17816         implementation.
17817         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
17819 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17821         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17823 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
17825         [BZ #16408]
17826         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
17827         for large positive arguments.
17829 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
17831         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17833         * math/auto-libm-test-in: Mark various tests with
17834         xfail-rounding:ldbl-128ibm.
17835         * math/auto-libm-test-out: Regenerated.
17837         [BZ #16407]
17838         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
17839         Increase overflow threshold.
17841 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
17843         [BZ #14286]
17844         * stdio-common/vfprintf.c: Check for integer overflow.
17846 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17848         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
17849         the first argument and return value of __tls_get_addr_internal.
17851 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17853         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
17854         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
17856 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17858         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
17859         * sysdeps/s390/rtld-global-offsets.sym: New file.
17860         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
17861         GLIBC_2.19 symbol.
17862         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
17863         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
17864         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
17865         ... this.
17866         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
17867         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
17868         ... this.
17869         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17870         Regenerate.
17871         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17872         Regenerate.
17873         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
17874         halfs of GPRs for high_gprs contexts.
17875         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
17876         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
17877         field.
17878         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
17879         uc_flags field.
17880         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
17881         64 bit versions:
17882         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
17883         for high GPRs (uc_high_gprs) and for future extensions
17884         (__reserved).
17885         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
17886         for future extensions (__reserved).
17887         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
17888         64 bit versions:
17889         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
17890         SC_HIGHGPRS offset definition.
17891         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
17892         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
17894         * Versions.def: Add GLIBC_2.19 for libpthread.
17895         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
17896         siglongjmp for libpthread with GLIBC_2.19 symver.
17897         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
17898         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
17899         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
17900         * sysdeps/s390/__longjmp.c: New file.
17901         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
17902         * sysdeps/s390/longjmp.c: New file.
17903         * sysdeps/s390/setjmp.S: New file.
17904         * sysdeps/s390/sigjmp.S: New file.
17905         * sysdeps/s390/v1-longjmp.c: New file.
17906         * sysdeps/s390/v1-setjmp.h: New file.
17907         * sysdeps/s390/v1-sigjmp.c: New file.
17908         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
17909         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
17910         GLIBC_2.19 version.
17911         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
17912         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
17913         versioned symbols for ____longjmp_chk.
17914         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
17915         Likewise.
17916         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17917         Regenerate.
17918         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17919         Regenerate.
17920         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17921         Regenerate.
17922         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17923         Regenerate.
17924         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
17925         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
17926         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
17927         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
17928         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
17929         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
17930         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
17931         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
17932         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
17933         * sysdeps/s390/rtld-__longjmp.c: New file.
17934         * sysdeps/s390/rtld-setjmp.S: New file.
17936 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
17938         [BZ #16400]
17939         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
17940         Return -__logl (x) for small positive arguments without evaluating
17941         a polynomial.
17943 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
17945         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
17946         Rename to ...
17947         (__ptrace_peeksiginfo_args): ... this.
17948         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17949         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17950         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17952 2014-01-06  Allan McRae  <allan@archlinux.org>
17954         * inet/netinet/in.h: Fix typo in comment.
17956 2014-01-05  Andreas Jaeger  <aj@suse.de>
17958         * sysdeps/i386/fpu/libm-test-ulps: Update.
17960 2014-01-05  Allan McRae  <allan@archlinux.org>
17962         * po/libc.pot: Regenerated.
17964         * malloc/memusagestat.c: Fix gettext call formatting.
17966 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
17968         * nscd/nscd.c: Improve usage() output.
17970 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
17972         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
17973         * sysdeps/unix/sysv/linux/configure: Regenerated.
17974         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
17975         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
17977 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
17979         [BZ #16390]
17980         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17981         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
17983 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17985         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
17986         extra tokens at end of #undef directive.
17987         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
17988         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
17989         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
17991 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
17993         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
17995         * math/auto-libm-test-in: Mark various tests with
17996         xfail-rounding:ldbl-128ibm.
17997         * math/auto-libm-test-out: Regenerated.
17999 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18001         [BZ #16386]
18002         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18003         numbers with subnormal high part when calculating exponent.
18005         [BZ #16385]
18006         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18007         fabs.
18009         [BZ #16384]
18010         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18011         M_LN2l.
18012         (__ieee754_acoshl): Use __log1pl not __log1p.
18014 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18016         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18017         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18018         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18019         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18020         (reused_arena, arena_get2): Convert to GNU style.
18021         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18022         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18023         (memalign_check, __malloc_set_state): Likewise.
18024         * malloc/mallocbug.c (main): Likewise.
18025         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18026         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18027         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18028         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18029         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18030         (__posix_memalign, malloc_info): Likewise.
18031         * malloc/malloc.h: Likewise.
18032         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18033         (mallochook, memalignhook, reallochook, mabort): Likewise.
18034         * malloc/mcheck.h: Likewise.
18035         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18036         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18037         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18038         * malloc/morecore.c (__default_morecore): Likewise.
18039         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18040         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18041         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18042         (print_and_abort): Likewise.
18043         * malloc/obstack.h: Likewise.
18044         * malloc/set-freeres.c (__libc_freeres): Likewise.
18045         * malloc/tst-mallocstate.c (main): Likewise.
18046         * malloc/tst-mtrace.c (main): Likewise.
18047         * malloc/tst-realloc.c (do_test): Likewise.
18049 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18051         [BZ #16366]
18052         * nscd/netgroupcache.c (do_notfound): New function.
18053         (addgetnetgrentX): Use it.
18055         [BZ # 16365]
18056         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18057         NSS_STATUS_NOTFOUND.
18059 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18061         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18064 2014-01-01  Allan McRae  <allan@archlinux.org>
18066         * scripts/update-copyrights: Update configure input file suffix.
18068         * NEWS: Update copyright year.
18069         * catgets/gencat.c: Likewise.
18070         * csu/version.c: Likewise.
18071         * debug/catchsegv.sh: Likewise.
18072         * debug/pcprofiledump.c: Likewise.
18073         * debug/xtrace.sh: Likewise.
18074         * elf/ldconfig.c: Likewise.
18075         * elf/ldd.bash.in: Likewise.
18076         * elf/pldd.c: Likewise.
18077         * elf/sotruss.ksh: Likewise.
18078         * elf/sprof.c: Likewise.
18079         * iconv/iconv_prog.c: Likewise.
18080         * iconv/iconvconfig.c: Likewise.
18081         * locale/programs/locale.c: Likewise.
18082         * locale/programs/localedef.c: Likewise.
18083         * login/programs/pt_chown.c: Likewise.
18084         * malloc/memusage.sh: Likewise.
18085         * malloc/memusagestat.c: Likewise.
18086         * malloc/mtrace.pl: Likewise.
18087         * manual/libc.texinfo: Likewise.
18088         * nscd/nscd.c: Likewise.
18089         * nss/getent.c: Likewise.
18090         * nss/makedb.c: Likewise.
18091         * posix/getconf.c: Likewise.
18092         * scripts/test-installation.pl: Likewise.
18094         * All files with FSF copyright notices: Update copyright dates
18095         using scripts/update-copyrights.
18096         * intl/plural.c: Regenerated.
18097         * locale/programs/charmap-kw.h: Likewise.
18098         * locale/programs/locfile-kw.h: Likewise.
18100 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18102         * sysdeps/unix/sysv/linux/configure: Regenerated.
18103         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18104         the linux/fanotify.h header.
18105         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18106         HAVE_LINUX_FANOTIFY_H is defined.
18108 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18110         * benchtests/cos-inputs: New inputs.
18111         * benchtests/sin-inputs: Likewise.
18113         * benchtests/atan-inputs: New inputs. Fix name of multiple
18114         precision fallback inputs.
18116         * benchtests/atanh-inputs: New inputs.
18117         * benchtests/tanh-inputs: Likewise.
18119         * benchtests/acosh-inputs: New inputs.
18120         * benchtests/asinh-inputs: Likewise.
18122         * benchtests/cosh-inputs: New inputs.
18123         * benchtests/sinh-inputs: Likewise.
18125         * benchtests/acos-inputs: Add more inputs.
18126         * benchtests/asin-inputs: Likewise.
18128 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18130         [BZ #16375]
18131         * manual/arith.texi: Fix spelling.
18132         * manual/charset.texi: Likewise.
18133         * manual/errno.texi: Likewise.
18134         * manual/filesys.texi: Likewise.
18135         * manual/lang.texi: Likewise.
18136         * manual/llio.texi: Likewise.
18137         * manual/locale.texi: Likewise.
18138         * manual/message.texi: Likewise.
18139         * manual/resource.texi: Likewise.
18140         * manual/search.texi: Likewise.
18141         * manual/setjmp.texi: Likewise.
18142         * manual/stdio.texi: Likewise.
18143         * manual/string.texi: Likewise.
18144         * manual/sysinfo.texi: Likewise.
18145         * manual/time.texi: Likewise.
18147 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18149         * po/sl.po: New file.
18151 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18153         * .gitignore: Add core/.gdbinit/.gdb_history.
18155 2013-12-27  Allan McRae  <allan@archlinux.org>
18157         [BZ #16369]
18158         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18159         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18161 2013-12-24  Brooks Moses  <bmoses@google.com>
18163         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18164         all compilers that claim C++98 compliance, not just GCC.
18165         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18166         Likewise.
18168 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18170         * NEWS: Restore accidentally deleted bug-fix entries.
18172 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18173             Ondřej Bílka  <neleai@seznam.cz>
18175         [BZ #15073]
18176         * malloc/malloc.c (_int_free): Perform sanity check only if we
18177         have_lock.
18179 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18181         [BZ #12986]
18182         * manual/stdio.texi (String Input Conversions): Clarify that character
18183         classes are not supported.
18185 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18187         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18189 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18191         [BZ #16337]
18192         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18193         Calculate results for small negative arguments directly rather
18194         than using reflection formula with special underflow handling.
18196         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18197         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18198         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18199         (fchflags): Likewise.
18200         (revoke): Likewise.
18201         (setlogin): Likewise.
18202         (sigaltstack): Likewise.
18203         (wait4): Likewise.
18204         (sigblock): Remove.
18205         (sigsetmask): Likewise.
18206         (wait3): Likewise.
18207         (waitpid): Likewise.
18208         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18209         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18210         file.
18211         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18212         * sysdeps/unix/bsd/Makefile: ... here.
18213         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18214         * sysdeps/unix/bsd/Versions: ... here.
18215         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18216         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18217         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18218         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18219         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18220         * sysdeps/unix/bsd/sigblock.c: ... here.
18221         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18222         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18223         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18224         * sysdeps/unix/bsd/sigvec.c: ... here.
18225         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18226         * sysdeps/unix/bsd/tcdrain.c: ... here.
18227         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18228         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18229         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18230         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18231         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18232         * sysdeps/unix/bsd/wait.c: ... here.
18233         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18234         * sysdeps/unix/bsd/wait3.c: ... here.
18235         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18236         * sysdeps/unix/bsd/waitpid.c: ... here.
18238 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18240         [BZ #16356]
18241         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18242         round-to-nearest for [!USE_AS_EXPM1L].
18243         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18244         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18245         more tests of exp and exp10.  Expect some exp10 tests to miss
18246         exceptions or fail in directed rounding modes.
18247         * math/auto-libm-test-out: Regenerated.
18248         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18249         (exp10_test_tonearest): New function.
18250         (exp10_towardzero_test_data): New array.
18251         (exp10_test_towardzero): New function.
18252         (exp10_downward_test_data): New array.
18253         (exp10_test_downward): New function.
18254         (exp10_upward_test_data): New array.
18255         (exp10_test_upward): New function.
18256         (main): Call the new functions.
18257         * sysdeps/i386/fpu/libm-test-ulps: Update.
18258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18260 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18262         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18263         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18264         * math/auto-libm-test-out: Regenerated.
18265         * math/libm-test.inc (acosh_test_data): Add more tests.
18266         (atanh_test_data): Likewise.
18267         (ceil_test_data): Likewise.
18268         (copysign_test_data): Likewise.
18269         * sysdeps/i386/fpu/libm-test-ulps: Update.
18270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18272         * timezone/checktab.awk: Update from tzcode 2013i.
18273         * timezone/private.h: Likewise.
18274         * timezone/scheck.c: Likewise.
18275         * timezone/tzfile.h: Likewise.
18276         * timezone/tzselect.ksh: Likewise.
18277         * timezone/zdump.c: Likewise.
18278         * timezone/zic.c: Likewise.
18280         * math/auto-libm-test-in: Add tests of cpow.
18281         * math/auto-libm-test-out: Regenerated.
18282         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18283         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18284         mpc_cc_c.
18285         (func_calc_desc): Add mpc_cc_c union field.
18286         (test_functions): Add cpow.
18287         (special_fill_2pi): New function.
18288         (special_real_inputs): Add 2pi.
18289         (calc_generic_results): Handle mpc_cc_c.
18290         * sysdeps/i386/fpu/libm-test-ulps: Update.
18291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18293         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18294         csqrt, ctan and ctanh.
18295         * math/auto-libm-test-out: Regenerated.
18296         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18297         (TEST_COND_x86): Likewise.
18298         (ccos_test_data): Use AUTO_TESTS_c_c.
18299         (ccosh_test_data): Likewise.
18300         (cexp_test_data): Likewise.
18301         (clog_test_data): Likewise.
18302         (csqrt_test_data): Likewise.
18303         (ctan_test_data): Likewise.
18304         (ctan_tonearest_test_data): Likewise.
18305         (ctan_towardzero_test_data): Likewise.
18306         (ctan_downward_test_data): Likewise.
18307         (ctan_upward_test_data): Likewise.
18308         (ctanh_test_data): Likewise.
18309         (ctanh_tonearest_test_data): Likewise.
18310         (ctanh_towardzero_test_data): Likewise.
18311         (ctanh_downward_test_data): Likewise.
18312         (ctanh_upward_test_data): Likewise.
18313         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18314         mpc_c_c.
18315         (func_calc_desc): Add mpc_c_c union field.
18316         (FUNC_mpc_c_c): New macro.
18317         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18318         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18319         ctanh.
18320         (special_fill_min_subnorm_p120): New function.
18321         (special_real_inputs): Add min_subnorm_p120.
18322         (calc_generic_results): Handle mpc_c_c.
18323         * sysdeps/i386/fpu/libm-test-ulps: Update.
18324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18326 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18328         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18329         (do_sin_slow): New functions.
18330         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18331         (cslow2, csloww1, csloww2): Use the new functions.
18333         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18334         Use M to change sign of result instead of X.  Assume X is
18335         positive.
18336         (csloww1): Likewise.
18337         (__sin): Adjust.
18338         (__cos): Adjust.
18340         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18341         arguments A and DA.
18342         (__sin): Adjust.
18343         (__cos): Likewise.
18345         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18346         (__cos): Likewise.
18347         (sloww1): Don't adjust sign of DX.
18348         (csloww1): Likewise.
18349         (sloww2): Use X directly and don't adjust sign of DX.
18350         (csloww2): Likewise.
18352 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18354         * math/auto-libm-test-in: Add tests of cabs and carg.
18355         * math/auto-libm-test-out: Regenerated.
18356         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18357         (carg_test_data): Likewise.
18358         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18359         mpc_c_f.
18360         (func_calc_desc): Add mpc_c_f union field.
18361         (test_functions): Add cabs and carg.
18362         (calc_generic_results): Handle mpc_c_f.
18364         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18365         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18366         as a macro and a compat symbol.
18367         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18368         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18369         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18370         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18371         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18372         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18373         not use .hidden.
18374         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18375         Likewise.
18376         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18377         Likewise.
18378         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18379         Likewise.
18380         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18381         Likewise.
18382         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18383         Likewise.
18384         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18385         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18386         from GLIBC_2.3.2.
18388 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18390         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18392 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18394         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18395         trailing whitespace removed.
18396         * scripts/config.guess: Update to version 2013-11-29.
18397         * scripts/config.sub: Update to version 2013-10-01.
18399         * math/auto-libm-test-in: Add tests of sincos.
18400         * math/auto-libm-test-out: Regenerated.
18401         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18402         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18403         mpfr_f_11.
18404         (func_calc_desc): Add mpfr_f_11 union field.
18405         (test_functions): Add sincos.
18406         (calc_generic_results): Handle mpfr_f_11.
18407         * sysdeps/i386/fpu/libm-test-ulps: Update.
18408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18410 2013-12-19  Andreas Schwab  <schwab@suse.de>
18412         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18413         CALL_MCOUNT.
18414         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18415         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18416         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18418 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18420         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18421         * sysdeps/i386/fpu/libm-test-ulps: Update.
18422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18424         [BZ #16293]
18425         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18426         round-to-nearest mode when using frndint.
18427         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18428         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18429         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18430         Likewise.
18431         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18432         sinh test to fail.
18433         * math/auto-libm-test-out: Regenerated.
18434         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18435         (TEST_COND_x86): Likewise.
18436         (expm1_tonearest_test_data): New array.
18437         (expm1_test_tonearest): New function.
18438         (expm1_towardzero_test_data): New array.
18439         (expm1_test_towardzero): New function.
18440         (expm1_downward_test_data): New array.
18441         (expm1_test_downward): New function.
18442         (expm1_upward_test_data): New array.
18443         (expm1_test_upward): New function.
18444         (main): Run the new test functions.
18445         * sysdeps/i386/fpu/libm-test-ulps: Update.
18446         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18448         * include/features.h: Update comment documenting feature test
18449         macros.  Mention _DEFAULT_SOURCE in comment.
18450         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18451         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18452         _BSD_SOURCE and _SVID_SOURCE.
18453         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18454         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18455         !_SVID_SOURCE]: Likewise.
18456         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18457         (__USE_POSIX_IMPLICITLY): Define.
18458         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18459         (_POSIX_SOURCE): Undefine and redefine.
18460         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18461         (_POSIX_C_SOURCE): Likewise.
18462         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18463         (Feature Test Macros): Update documentation of default features.
18465 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18467         * benchtests/Makefile: Add bench-strtok.
18468         * benchtests/bench-strtok.c: New file: strtok benchtest.
18470 2013-12-19  Allan McRae  <allan@archlinux.org>
18472         * manual/install.texi: Suppress menu for plain text output.
18473         * INSTALL: Regenerated.
18475 2013-12-18  Brooks Moses  <bmoses@google.com>
18477         [BZ #15846]
18478         * misc/getauxval.c: Include errno.h.
18479         (__getauxval): Set errno to ENOENT if the requested type is not
18480         found.
18481         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18482         don't declare with __attribute_const__.
18483         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18484         * manual/startup.texi: Document that getauxval sets errno.
18486 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18488         * math/auto-libm-test-in: Add tests of jn and yn.
18489         * math/auto-libm-test-out: Regenerated.
18490         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18491         (yn_test_data): Likewise.
18492         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18493         mpfr_if_f.
18494         (func_calc_desc): Add mpfr_if_f union field.
18495         (FUNC_mpfr_if_f): New macro.
18496         (test_functions): Add jn and yn.
18497         (calc_generic_results): Assert type of second input for
18498         mpfr_ff_f.  Handle mpfr_if_f.
18499         (output_for_one_input_case): Disable all checking for arguments
18500         fitting floating-point types in case of an integer argument.
18501         * sysdeps/i386/fpu/libm-test-ulps: Update.
18502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18505         Don't expect fegetround reference in libm.so.
18507 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18509         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18510         $(config-cflags-nofma).
18512 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18514         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18515         * math/auto-libm-test-out: Regenerated.
18517         [BZ #16338]
18518         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18519         to determine exponent and adjust argument to have exponent of -1.
18520         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18521         log2.
18522         * math/auto-libm-test-out: Regenerated.
18523         * sysdeps/i386/fpu/libm-test-ulps: Update.
18524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18526 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18528         * manual/probes.texi: Remove cases when per-thread arenas are
18529         disabled.
18531 2013-12-18  Andreas Schwab  <schwab@suse.de>
18533         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18534         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18535         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18536         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18537         * sysdeps/i386/i686/multiarch/Makefile: Update.
18538         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18540 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18542         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18543         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18545 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18547         [BZ #15968]
18548         Support TZ transition times < 00:00:00.
18549         This is needed for version-3 tz-format files; it supports time
18550         stamps past 2037 for America/Godthab (the only entry in the tz
18551         database for which this change is relevant).
18552         * manual/time.texi (TZ Variable): Document transition times
18553         from -167:59:59 through -00:00:01.
18554         * time/tzset.c (tz_rule): Time of day is now signed.
18555         (__tzset_parse_tz): Parse negative time of day.
18557         Document TZ transition times >= 25:00:00.
18558         * manual/time.texi (TZ Variable): Document transition times from
18559         25:00:00 through 167:59:59.  These are already supported, and this
18560         support will help with version-3 tz-format files.
18562         * manual/time.texi (TZ Variable): Modernize North America example
18563         to reflect current (i.e., 2007-and-later) daylight saving rules.
18565         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18567 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18569         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18570         * sysdeps/unix/bsd/bits/stat.h: Likewise.
18571         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18572         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18573         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18574         * sysdeps/unix/bsd/bsdstat.h: Likewise.
18575         * sysdeps/unix/bsd/clock.c: Likewise.
18576         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18577         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18578         * sysdeps/unix/bsd/init-posix.c: Likewise.
18579         * sysdeps/unix/bsd/poll.c: Likewise.
18580         * sysdeps/unix/bsd/ptsname.c: Likewise.
18581         * sysdeps/unix/bsd/seekdir.c: Likewise.
18582         * sysdeps/unix/bsd/setegid.c: Likewise.
18583         * sysdeps/unix/bsd/seteuid.c: Likewise.
18584         * sysdeps/unix/bsd/setgid.c: Likewise.
18585         * sysdeps/unix/bsd/setrgid.c: Likewise.
18586         * sysdeps/unix/bsd/setruid.c: Likewise.
18587         * sysdeps/unix/bsd/setsid.c: Likewise.
18588         * sysdeps/unix/bsd/setuid.c: Likewise.
18589         * sysdeps/unix/bsd/sigaction.c: Likewise.
18590         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18591         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18592         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18593         * sysdeps/unix/bsd/telldir.c: Likewise.
18594         * sysdeps/unix/bsd/times.c: Likewise.
18595         * sysdeps/unix/bsd/usleep.c: Likewise.
18597         * misc/Makefile (install-lib): Remove libbsd-compat.a.
18598         ($(objpfx)libbsd-compat.a): Remove rule.
18600         * include/features.h (__FAVOR_BSD): Do not define.
18601         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18602         features conflicting with POSIX.
18603         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18604         (_BSD_SOURCE): Remove description of not being a subset of other
18605         feature test macros.
18606         * manual/job.texi (getpgrp): Do not document BSD version.
18607         (getpgid): Do not document by reference to BSD getpgrp.
18608         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
18609         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
18610         * signal/signal.h [__FAVOR_BSD]: Likewise.
18611         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
18612         instead of making contents conditional on [__FAVOR_BSD].
18613         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
18615 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18617         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18619 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18621         [BZ #16314]
18622         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
18623         values below 2**-450, not 2**-500.
18624         * math/auto-libm-test-in: Don't allow spurious underflow from
18625         hypot.
18626         * math/auto-libm-test-out: Regenerated.
18628         [BZ #16316]
18629         [BZ #16330]
18630         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
18631         values of ha and hb and sort them after adjusting subnormal
18632         arguments.
18633         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
18634         Likewise.
18635         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
18636         values of ea and eb and sort them after adjusting subnormal
18637         arguments.
18638         * math/auto-libm-test-in: Do not expect some hypot tests of
18639         subnormals to fail.  Add more hypot tests.
18640         * math/auto-libm-test-out: Regenerated.
18642 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18644         [BZ #13304]
18645         * sysdeps/sh/s_fma.c: New file.
18646         * sysdeps/sh/s_fmaf.c: New file.
18647         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
18648         version.
18649         * sysdeps/sh/Implies: Add sh/soft-fp.
18651 2013-12-16  Roland McGrath  <roland@hack.frob.com>
18653         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
18654         level of indirection to members `objname', `errstring', `malloced'.
18655         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
18656         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
18657         it as the __longjmp argument (just pass 1 instead).
18658         (_dl_catch_error): Initialize C with argument pointers and address of
18659         volatile local ERRCODE rather than copying values out of C at return.
18661 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
18663         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
18664         * math/auto-libm-test-out: Regenerated.
18665         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
18666         (hypot_test_data): Likewise.
18667         (pow_test_data): Likewise.
18668         (pow_tonearest_test_data): Likewise.
18669         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18670         mpfr_ff_f.
18671         (func_calc_desc): Add mpfr_ff_f union field.
18672         (FUNC_mpfr_ff_f): New macro.
18673         (test_functions): Add atan2, hypot and pow.
18674         (special_fill_min): New function.
18675         (special_fill_minus_min): Likewise.
18676         (special_fill_min_subnorm): Likewise.
18677         (special_fill_minus_min_subnorm): Likewise.
18678         (special_real_inputs): Add min, -min, min_subnorm and
18679         -min_subnorm.
18680         (calc_generic_results): Handle mpfr_ff_f.
18681         * sysdeps/i386/fpu/libm-test-ulps: Update.
18682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18684 2013-12-16  Will Newton  <will.newton@linaro.org>
18686         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
18687         (Aligned Memory Blocks): Add documentation for aligned_alloc
18688         and suggest it as an alternative to posix_memalign.
18689         (Hooks for Malloc): Document __memalign_hook is also called
18690         for aligned_alloc.  (Summary of Malloc): Add summary for
18691         aligned alloc.  Document __memalign_hook is also called
18692         for aligned_alloc.
18694 2013-12-16  Will Newton  <will.newton@linaro.org>
18696         * manual/memory.texi (Malloc Examples): Clarify default
18697         alignment documentation.  Suggest posix_memalign rather
18698         than memalign or valloc.
18699         (Aligned Memory Blocks): Remove suggestion to use memalign
18700         or valloc.  Remove obsolete comment about BSD.
18701         Document memalign errno values and mark the function obsolete.
18702         Document posix_memalign returned error codes.  Mark valloc
18703         as obsolete.  (Hooks for Malloc): __memalign_hook is also
18704         called for posix_memalign and valloc.
18705         (Summary of Malloc): Add posix_memalign to function summary.
18706         __memalign_hook is also called for posix_memalign and valloc.
18708 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18710         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
18711         TAYLOR_SIN.
18712         (__sin): Adjust.
18713         (__cos): Likewise.
18714         (sloww): Use mynumber union.  Expand ternary operator into
18715         if-else statements.
18716         (cslow): use mynumber union.
18718 2013-12-16  Allan McRae  <allan@archlinux.org>
18720         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
18721         * configure: Regenerated.
18723         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
18725         [BZ #14120]
18726         * configure.ac: Added --enable-maintainer-mode. Check for
18727         autoconf when enabled.
18728         * configure: Regenerated.
18730         * nscd/nscd.service: New file.
18731         * nscd/nscd.tmpfiles: New file.
18733 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
18735         [BZ #12100]
18736         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
18737         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
18738         * sysdeps/x86_64/multiarch/strstr.c: ... here.
18739         (strstr): Add __strstr_sse2_unaligned ifunc.
18740         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
18741         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
18742         (strcasestr): Remove __strcasestr_sse42 ifunc.
18743         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
18744         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
18745         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18747 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18749         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
18750         * sysdeps/sh/bits/fenv.h: ... here.
18751         * sysdeps/sh/sh4/fpu/bits: Remove directory.
18753 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18755         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
18757         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
18758         hypotf multiarch implementations.
18759         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
18760         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
18761         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
18762         multiarch hypot for PPC64.
18763         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
18764         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
18765         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
18766         multiarch hypotf for PPC64.
18768         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
18769         modff multiarch implementations.
18770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
18771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
18772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
18773         multiarch modf for PPC64.
18774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
18775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
18776         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
18777         multiarch modff for PPC64.
18779         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
18780         and logl multiarch implementations.
18781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
18782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
18783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
18784         multiarch logb for PPC64.
18785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
18786         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
18787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
18788         multiarch logb for PPC64.
18789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
18790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
18791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
18792         multiarch logb for PPC64.
18794         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
18795         isinff multiarch implementation.
18796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
18797         file.
18798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
18799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
18800         multiarch isinf for PPC64.
18801         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
18802         file.
18803         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
18804         multiarch isinff for PPC64.
18806         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
18807         finitef multiarch implementation.
18808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
18809         file.
18810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
18811         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
18812         multiarch finite for PPC64.
18813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
18814         file.
18815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
18816         multiarch finitef for PPC64.
18818         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
18819         lrint multiarch implementation.
18820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
18821         file.
18822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
18823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
18824         multiarch llrint for PPC64.
18825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
18826         multiarch lrint for PPC64.
18828         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
18829         copysignf multiarch implementation.
18830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
18831         file.
18832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
18833         file.
18834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
18835         multiarch copysign for PPC64.
18836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
18837         multiarch copysignf for PPC64.
18839         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
18840         multiarch implementation.
18841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
18842         file.
18843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
18844         file.
18845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
18846         file.
18847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
18848         file.
18849         multiarch llround for PPC64.
18850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
18851         multiarch trunc for PPC64.
18852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
18853         multiarch truncf for PPC64.
18855         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
18856         multiarch implementation.
18857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
18858         file.
18859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
18860         file.
18861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
18862         file.
18863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
18864         file.
18865         multiarch llround for PPC64.
18866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
18867         multiarch round for PPC64.
18868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
18869         multiarch roundf for PPC64.
18871         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
18872         multiarch implementation.
18873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
18874         file.
18875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
18876         file.
18877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
18878         file.
18879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
18880         file.
18881         multiarch llround for PPC64.
18882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
18883         multiarch floor for PPC64.
18884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
18885         multiarch floorf for PPC64.
18887         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
18888         multiarch implementation.
18889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
18890         file.
18891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
18892         file.
18893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
18894         file.
18895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
18896         file.
18897         multiarch llround for PPC64.
18898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
18899         multiarch ceil for PPC64.
18900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
18901         multiarch ceilf for PPC64.
18903         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18904         multiarch implementation.
18905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
18906         file.
18907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
18908         file.
18909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
18910         file.
18911         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
18912         multiarch llround for PPC64.
18913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
18914         multiarch lround for PPC64.
18916         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18917         multiarch implementation.
18918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
18919         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
18920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
18921         file.
18922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
18923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
18924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
18925         multiarch isnan for PPC64.
18926         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
18927         multiarch isnanf for PPC64.
18929         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
18930         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
18931         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
18932         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
18933         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
18934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
18936         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
18937         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
18938         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18939         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18941         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
18942         multiarch implementations.
18943         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18944         (__libc_ifunc_impl_list): Likewise.
18945         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
18946         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
18947         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
18948         multiarch stpcpy for PPC64.
18950         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
18951         multiarch implementations.
18952         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18953         (__libc_ifunc_impl_list): Likewise.
18954         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
18955         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
18956         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
18957         multiarch strcpy for PPC64.
18959         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
18960         redefine function name.
18961         (_wordcopy_fwd_dest_aligned): Likewise.
18962         (_wordcopy_bwd_aligned): Likewise.
18963         (_wordcopy_bwd_dest_aligned): Likewise.
18964         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
18965         multiarch implementations.
18966         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18967         (__libc_ifunc_impl_list): Likewise.
18968         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
18969         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
18970         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
18971         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
18972         multiarch wcscpy for PPC64.
18974         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
18975         multiarch implementations.
18976         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18977         (__libc_ifunc_impl_list): Likewise.
18978         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
18979         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
18980         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
18981         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
18982         multiarch wcscpy for PPC64.
18984         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
18985         multiarch implementations.
18986         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18987         (__libc_ifunc_impl_list): Likewise.
18988         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
18989         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
18990         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
18991         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
18992         multiarch wcsrchr for PPC64.
18994         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
18995         multiarch implementations.
18996         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18997         (__libc_ifunc_impl_list): Likewise.
18998         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
18999         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19000         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19001         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19002         multiarch wcschr for PPC64.
19004         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19005         multiarch implementations.
19006         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19007         (__libc_ifunc_impl_list): Likewise.
19008         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19009         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19010         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19011         multiarch strchrnul for PPC64.
19013         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19014         implementations.
19015         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19016         (__libc_ifunc_impl_list): Likewise.
19017         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19018         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19019         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19020         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19021         strchr for PPC64.
19023         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19024         implementations.
19025         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19026         (__libc_ifunc_impl_list): Likewise.
19027         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19028         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19029         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19030         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19031         strncmp for PPC64.
19033         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19034         multiarch implementations.
19035         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19036         (__libc_ifunc_impl_list): Likewise.
19037         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19038         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19039         strncasecmp for PPC64.
19040         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19041         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19042         multiarch strncasecmp_l for PPC64.
19044         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19045         multiarch implementations.
19046         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19047         (__libc_ifunc_impl_list): Likewise.
19048         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19049         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19050         multiarch strcasecmp for PPC64.
19051         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19052         file.
19053         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19054         multiarch strcasecmp_l for PPC64.
19056         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19057         implementations.
19058         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19059         (__libc_ifunc_impl_list): Likewise.
19060         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19061         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19062         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19063         strnlen for PPC64.
19065         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19066         implementations.
19067         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19068         (__libc_ifunc_impl_list): Likewise.
19069         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19070         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19071         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19072         strlen for PPC64.
19074         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19075         implementations.
19076         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19077         (__libc_ifunc_impl_list): Likewise.
19078         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19079         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19080         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19081         rawmemrchr for PPC64.
19083         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19084         implementation.
19085         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19086         (__libc_ifunc_impl_list): Likewise.
19087         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19088         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19089         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19090         memrchr for PPC64.
19092         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19093         implementation.
19094         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19095         (__libc_ifunc_impl_list): Likewise.
19096         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19097         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19098         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19099         memchr for PPC64.
19101         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19102         implementation.
19103         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19104         (__libc_ifunc_impl_list): Likewise.
19105         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19106         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19107         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19108         mempcpy for PPC64.
19110         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19111         avoid cretion of __bzero symbol.
19112         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19113         Likewise.
19114         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19115         Likewise.
19116         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19117         Likewise.
19118         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19119         multiarch implementations.
19120         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19121         (__libc_ifunc_impl_list): Likewise.
19122         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19123         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19124         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19125         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19126         bzero for PPC32.
19127         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19128         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19129         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19130         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19131         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19132         memset for PPC64.
19133         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19135         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19136         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19137         implementations.
19138         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19139         (__libc_ifunc_impl_list): Likewise.
19140         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19141         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19142         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19143         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19144         memcmp for PPC64.
19146         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19147         multiarch for POWER/PPC64.
19148         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19149         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19150         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19151         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19152         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19153         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19154         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19155         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19156         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19157         memcpy for PPC64.
19159         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19160         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19161         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19162         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19163         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19164         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19165         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19166         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19167         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19168         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19169         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19170         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19171         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19172         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19173         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19182 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19184         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19186 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19188         * benchtests/Makefile (bench): Add exp2 and log2.
19189         (LDLIBS-bench-exp2): Add -lm.
19190         (LDLIBS-bench-log2): Likewise.
19191         * benchtests/exp2-inputs: New inputs file.
19192         * benchtests/log2-inputs: New inputs file.
19193         * benchtests/log-inputs: Add new inputs.
19194         * benchtests/tan-inputs: Likewise.
19196 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19198         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19199         definition...
19200         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19201         (csloww2): ... from here.
19203         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19204         instead of structures.
19205         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19206         (POLYNOMIAL): Likewise.
19207         (TAYLOR_SLOW): Likewise.
19208         (__sin): Likewise.
19209         (__cos): Likewise.
19210         (slow1): Likewise.
19211         (slow2): Likewise.
19212         (sloww): Likewise.
19213         (sloww1); Likewise.
19214         (sloww2): Likewise.
19215         (bsloww1): Likewise.
19216         (bsloww2): Likewise.
19217         (cslow2): Likewise.
19218         (csloww): Likewise.
19219         (csloww1): Likewise.
19220         (csloww2): Likewise.
19222 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19224         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19225         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19226         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19227         * malloc/hooks.c (realloc_check): Likewise.
19229         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19230         * malloc/arena.c: Remove PER_THREAD conditional.
19231         [!PER_THREAD]: Remove code.
19232         (ptmalloc_unlock_all2): Likewise.
19233         (ptmalloc_init): Likewise.
19234         (_int_new_arena): Likewise.
19235         (arena_get2): Likewise.
19236         * malloc/hooks.c (__malloc_get_state): Likewise.
19237         (__malloc_set_state): Likewise.
19238         * malloc/malloc.c: Likewise.
19239         (struct malloc_state): Likewise.
19240         (struct malloc_par): Likewise.
19241         (__libc_realloc): Likewise.
19242         (__libc_mallopt): Likewise.
19244 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19246         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19248 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19250         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19251         macro to a function.  Check for zero perturb_byte.
19252         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19254         * malloc/malloc.c: (force_reg): Remove.
19255         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19256         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19257         force_reg by atomic_forced_read.
19258         * malloc/arena.c (ptmalloc_init): Likewise.
19259         * malloc/hooks.c (top_check): Likewise.
19261 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19263         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19265 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19267         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19269 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19271         * math/auto-libm-test-in: Add tests of lgamma.
19272         * math/auto-libm-test-out: Regenerated.
19273         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19274         (M_LOG_2_SQRT_PIl): Likewise.
19275         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19276         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19277         mpfr_f_f1.
19278         (func_calc_desc): Add mpfr_f_f1 union field.
19279         (ARGS1): New macro.
19280         (ARGS2): Likewise.
19281         (ARGS3): Likewise.
19282         (ARGS4): Likewise.
19283         (RET1): Likewise.
19284         (RET2): Likewise.
19285         (CALC): Likewise.
19286         (FUNC): Likewise.
19287         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19288         (test_functions): Add lgamma.
19289         (calc_generic_results): Handle mpfr_f_f1.
19290         * sysdeps/i386/fpu/libm-test-ulps: Update.
19291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19293 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19295         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19296         __mpn_add_n for PowerPC64/POWER7.
19297         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19298         __mpn_sub_n for PowerPC64/POWER7.
19300         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19301         __mpn_addmul_1 for PowerPC64.
19302         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19303         __mpn_submul_1 for PowerPC64.
19304         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19305         for PowerPC64.
19306         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19307         for PowerPC64.
19309 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19311         [BZ #15089]
19312         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19314 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19316         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19318         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19319         add multiarch folders.
19320         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19321         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19322         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19323         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19324         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19325         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19326         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19327         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19328         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19329         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19330         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19339         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19341         New file.
19342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19343         New file.
19344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19345         multiarch __ieee754_hypot for PowerPC32.
19346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19347         New file.
19348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19349         New file.
19350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19351         multiarch __ieee754_hypotf for PowerPC32.
19353         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19354         long_double_symbol only if __logbl is defined.
19355         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19356         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19357         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19358         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19359         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19360         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19361         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19362         path for implementation.
19363         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19364         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19366         logb, and logbl multiarch implementations for PowerPC32.
19367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19368         file.
19369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19370         file.
19371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19372         multiarch logb for PowerPC32.
19373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19374         file.
19375         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19376         file.
19377         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19378         multiarch logbf for PowerPC32.
19379         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19381         file.
19382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19383         multiarch logbl implementation for PowerPC32.
19385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19386         and modff multiarch implementations.
19387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19388         New file.
19389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19390         New file.
19391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19392         multiarch modf for PowerPC32.
19393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19394         New file.
19395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19396         New file.
19397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19398         multiarch modff for PowerPC32.
19400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19401         and lrintf multiarch implementations.
19402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19403         New file.
19404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19405         New file.
19406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19407         multiarch lrint for PowerPC32.
19408         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19409         file: multiarch lrintf for PowerPC32.
19411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19412         and lroundf multiarch implementations.
19413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19414         New file.
19415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19416         New file.
19417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19418         New file.
19419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19420         multiarch lround for PowerPC32.
19421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19422         file: multiarch lroundf for PowerPC32.
19424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19425         copysign and copysignf multiarch implementations.
19426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19427         New file.
19428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19429         New file.
19430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19431         file: multiarch copysign for PowerPC32.
19432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19433         file: multiarch copysignf for PowerPC32.
19435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19436         and truncf multiarch implementations.
19437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19438         New file.
19439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19440         file.
19441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19442         multiarch trunc for PowerPC32.
19443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19444         New file.
19445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19446         New file.
19447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19448         multiarch truncf for PowerPC32.
19450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19451         and roundf multiarch implementations.
19452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19453         New file.
19454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19455         file.
19456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19457         multiarch round for PowerPC32.
19458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19459         New file.
19460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19461         New file.
19462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19463         multiarch roundf for PowerPC32.
19465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19466         and floorf multiarch implementations.
19467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19468         New file.
19469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19470         file.
19471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19472         multiarch floor for PowerPC32.
19473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19474         New file.
19475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19476         New file.
19477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19478         multiarch floorf for PowerPC32.
19480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19481         and ceilf multiarch implementations.
19482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19483         New file.
19484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19485         file.
19486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19487         multiarch ceil for PowerPC32.
19488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19489         New file.
19490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19491         file.
19492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19493         multiarch ceilf for PowerPC32.
19495         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19496         is defined.
19497         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19498         FINITEF is defined.
19499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19500         and finitef multiarch implementations.
19501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19502         New file.
19503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19504         file.
19505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19506         multiarch finite for PowerPC32.
19507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19508         New file.
19509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19510         file: multiarch finitef for PowerPC32.
19512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19513         and isinff multiarch implementations.
19514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19515         file.
19516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19517         file.
19518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19519         multiarch isinf for PowerPC32.
19520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19521         New file.
19522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19523         multiarch isinff for PowerPC32.
19525         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19526         alias when __isnan is defined.
19527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19528         and isnanf multiarch implementations.
19529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19530         file.
19531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19532         file.
19533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19534         file.
19535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19536         file.
19537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19538         multiarch isnan for PowerPC32.
19539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19540         New file.
19541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19542         New file.
19543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19544         multiarch isnanf for PowerPC32.
19546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19547         and sqrtf multiarch implementations.
19548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19549         file.
19550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19551         file.
19552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19553         multiarch sqrt for PowerPC32.
19554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19555         file.
19556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19557         file.
19558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19559         multiarch sqrtf for PowerPC32.
19561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19562         and llroundf multiarch implementations.
19563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19564         New file.
19565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19566         New file.
19567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19568         New file.
19569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19570         file: multiarch llround for PowerPC32.
19571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19572         file: multiarch llroundf for PowerPC32.
19574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19575         multiarch PowerPC32 fpu implementations.
19576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19577         New file.
19578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19579         New file.
19580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19581         multiarch llrint for PowerPC32.
19582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19583         New file.
19584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19585         New file.
19586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19587         file.
19589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19591         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19592         file.
19593         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19594         file.
19595         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19596         file.
19597         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19598         multiarch wordcopy for PPC32.
19599         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19600         wordcopy objects.
19601         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19602         (__libc_ifunc_impl_list): Likewise.
19603         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19604         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
19605         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
19606         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
19607         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
19608         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
19610         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
19611         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
19612         file.
19613         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
19614         file.
19615         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
19616         file.
19617         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
19618         multiarch wcscpy for PPC32.
19619         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19620         multiarch objects.
19621         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19622         (__libc_ifunc_impl_list): Likewise.
19623         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19624         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19625         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
19626         sysdeps/powerpc/power6/wcscpy.c.
19628         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
19629         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
19630         file.
19631         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
19632         file.
19633         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
19634         file.
19635         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
19636         multiarch wcsrchr for PPC32.
19637         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19638         multiarch objects.
19639         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19640         (__libc_ifunc_impl_list): Likewise.
19641         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
19642         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
19643         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
19644         sysdeps/powerpc/power6/wcsrchr.c.
19646         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
19647         file.
19648         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
19649         file.
19650         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
19651         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
19652         multiarch wcschr for PPc32.
19653         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
19654         multiarch objects.
19655         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19656         (__libc_ifunc_impl_list): Likewise.
19657         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
19658         * sysdeps/powerpc/power6/wcschr.c: ... to here.
19659         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
19660         sysdeps/powerpc/power6/wcschr.c.
19662         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
19663         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
19664         file.
19665         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
19666         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
19667         file: multiarch strchr for PPC32.
19668         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
19669         multiarch objects.
19670         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19671         (__libc_ifunc_impl_list): Likewise.
19673         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
19674         name.
19675         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
19676         file.
19677         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
19678         file.
19679         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
19680         multiarch strchrnul for PPC32.
19681         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
19682         multiarch objects.
19683         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19684         (__libc_ifunc_impl_list): Likewise.
19686         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
19687         file.
19688         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
19689         multiarch strncasecmp for PPC32.
19690         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
19691         file.
19692         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
19693         multiarch strncasecmp_l for PPC32.
19694         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
19695         strncasecmp multiarch objects.
19696         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19697         (__libc_ifunc_impl_list): Likewise.
19699         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
19700         file.
19701         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
19702         multiarch strncasecmp for PPC32.
19703         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
19704         New file.
19705         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
19706         multiarch strcasecmp_l for PPC32.
19707         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
19708         multiarch objects.
19709         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19710         (__libc_ifunc_impl_list): Likewise.
19712         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
19713         file.
19714         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
19715         file.
19716         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
19717         multiarch strncmp for PPC32.
19718         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
19719         multiarch objects.
19720         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19721         (__libc_ifunc_impl_list): Likewise.
19723         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
19724         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
19725         file.
19726         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
19727         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
19728         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
19729         multiarch objects.
19730         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19731         (__libc_ifunc_impl_list): Likewise.
19733         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
19734         file.
19735         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
19736         file.
19737         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
19738         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
19739         multiarch objects.
19740         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19741         (__libc_ifunc_impl_list): Likewise.
19743         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
19744         file.
19745         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
19746         file.
19747         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
19748         multiarch rawmemchr for PPC32.
19749         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
19750         multiarch objects.
19751         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19752         (__libc_ifunc_impl_list): Likewise.
19754         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
19755         file.
19756         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
19757         file.
19758         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
19759         file: memrchr multiarch for PPC32.
19760         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
19761         multiarch objects.
19762         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19763         (__libc_ifunc_impl_list): Likewise.
19765         * string/memchr.c (__memchr): Using macro to redefine symbol name.
19766         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
19767         file.
19768         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
19769         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
19770         multiarch memchr for PPC32.
19771         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
19772         multiarch objects.
19773         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19774         (__libc_ifunc_impl_list): Likewise.
19776         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
19777         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
19778         file.
19779         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
19780         file.
19781         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
19782         file: multiarch mempcpy for PPC32.
19783         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
19784         multiarch objects.
19785         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19786         (__libc_ifunc_impl_list): Likewise.
19788         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
19789         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
19790         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
19791         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
19792         multiarch bzero for PPC32.
19793         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
19794         file.
19795         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
19796         file.
19797         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
19798         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
19799         file: multiarch memset for PPC32.
19800         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
19801         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
19802         memset multiarch objects.
19803         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19804         (__libc_ifunc_impl_list): Likewise.
19806         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
19807         file.
19808         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
19809         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
19810         memcmp for PPC32.
19811         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
19812         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
19813         multiarch objects.
19814         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19815         (__libc_ifunc_impl_list): Likewise.
19817         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
19818         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
19819         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
19820         file.
19821         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
19822         file.
19823         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
19824         file.
19825         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
19826         multiarch memcpy for PPC32.
19827         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
19828         multiarch objects.
19829         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
19830         (__libc_ifunc_impl_list): Likewise.
19832         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
19833         support multiarch for POWER/PPC32.
19834         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
19835         Likewise.
19836         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
19837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
19838         Implies file to make multiarch folder appers before the fpu and
19839         default folder for power4 configuration.
19841 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19843         * scripts/bench.pl: Append volatile keyword to type.
19845 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19847         * sysdeps/sh/sotruss-lib.c: New file.
19848         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
19850 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19852         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19854 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
19856         [BZ #6810]
19857         * math/w_tgamma.c: Include <errno.h>.
19858         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
19859         * math/w_tgammaf.c: Include <errno.h>.
19860         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
19861         * math/w_tgammal.c: Include <errno.h>.
19862         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
19863         * math/auto-libm-test-in: Do not allow missing errno on tgamma
19864         underflow.  Add more tgamma tests.
19865         * math/auto-libm-test-out: Regenerated.
19866         * sysdeps/i386/fpu/libm-test-ulps: Update.
19867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19869         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
19870         sin, sinh, tan, tanh, tgamma, y0 and y1.
19871         * math/auto-libm-test-out: Regenerated.
19872         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19873         (TEST_COND_x86): Likewise.
19874         (M_E2l): Remove macro.
19875         (M_E3l): Likewise.
19876         (M_2_SQRT_PIl): Likewise.
19877         (M_SQRT_PIl): Likewise.
19878         (M_1_DIV_El): Likewise.
19879         (log_test_data): Use AUTO_TESTS_f_f.
19880         (log10_test_data): Likewise.
19881         (log1p_test_data): Likewise.
19882         (log2_test_data): Likewise.
19883         (sin_test_data): Likewise.
19884         (sin_tonearest_test_data): Likewise.
19885         (sin_towardzero_test_data): Likewise.
19886         (sin_downward_test_data): Likewise.
19887         (sin_upward_test_data): Likewise.
19888         (sinh_test_data): Likewise.
19889         (sinh_tonearest_test_data): Likewise.
19890         (sinh_towardzero_test_data): Likewise.
19891         (sinh_downward_test_data): Likewise.
19892         (sinh_upward_test_data): Likewise.
19893         (tan_test_data): Likewise.
19894         (tan_tonearest_test_data): Likewise.
19895         (tan_towardzero_test_data): Likewise.
19896         (tan_downward_test_data): Likewise.
19897         (tan_upward_test_data): Likewise.
19898         (tanh_test_data): Likewise.
19899         (tgamma_test_data): Likewise.
19900         (y0_test_data): Likewise.
19901         (y1_test_data): Likewise.
19902         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
19903         (special_real_inputs): Add pi/4.
19904         * sysdeps/i386/fpu/libm-test-ulps: Update.
19905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19907 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19909         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
19910         "longjmp_target" static probes.
19911         (__longjmp): Rename to __longjmp_symbol.
19912         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
19913         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
19914         on which longjmp to generate.
19915         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19916         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
19917         probe.
19918         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19919         (__sigjmp_save): Rename to __sigjmp_save_symbol.
19920         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
19921         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
19922         and __sigjmp_save_symbol based on which sigsetjmp to generated.
19923         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
19924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
19925         __longjmp_symbol based on which __longjmp to generate.
19926         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
19927         probe.
19928         (setjmp): Rename to setjmp_symbol.
19929         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19930         (_setjmp): Rename to _setjmp_symbol.
19931         (__sigsetjmp): Rename to __sigsetjmp_symbol.
19932         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
19933         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
19934         which setjmp to generate.
19935         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
19936         "longjmp_target" static probes.
19938 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19940         * benchtests/README: Add note about output arguments.
19941         * benchtests/bench-sincos.c: Remove file.
19942         * benchtests/sincos-inputs: New file.
19943         * scripts/bench.pl: Identify output arguments and define
19944         static variables for them.
19946         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
19948         [BZ #15941]
19949         * Makefile (INSTALL): Add install-plain.texi as the primary
19950         dependency.
19951         * manual/install-plain.texi: New file.
19952         * manual/install.texi: Include node directive only for
19953         non-plaintext output.
19955 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
19957         * stdlib/longlong.h: Update from GCC.
19959         [BZ #6807]
19960         [BZ #15901]
19961         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
19962         * math/w_j0f.c (y0f): Likewise.
19963         * math/w_j0l.c (__y0l): Likewise.
19964         * math/w_j1.c (y1): Likewise.
19965         * math/w_j1f.c (y1f): Likewise.
19966         * math/w_j1l.c (__y1l): Likewise
19967         * math/w_jn.c (yn): Likewise.
19968         * math/w_jnf.c (ynf): Likewise.
19969         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
19970         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
19971         value for Bessel function domain errors outside _SVID_ mode.
19972         Adjust sign of return value for yn (negative integer, 0).
19973         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
19974         by zero in return for negative x and set sign appropriately for
19975         negative n.
19976         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
19977         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
19978         * math/libm-test.inc (y0_test_data): Add more tests and adjust
19979         expectations in error cases.
19980         (y1_test_data): Likewise.
19981         (yn_test_data): Likewise.
19982         * sysdeps/i386/fpu/libm-test-ulps: Update.
19983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19985 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19987         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
19988         "64" to "64-v1".  Add "64-v2".
19989         (abi-64-options): Rename to ...
19990         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
19991         (abi-64-condition): Rename to ...
19992         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
19993         (abi-64-ld-soname): Rename to ...
19994         (abi-64-v1-ld-soname): ... this.
19995         (abi-64-v2-options): Define.
19996         (abi-64-v2-condition): Likewise.
19997         (abi-64-v2-ld-soname): Likewise.
19998         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
19999         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20004 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20005             Alan Modra  <amodra@gmail.com>
20007         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20008         New versions for use with the ELFv2 ABI.
20009         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20010         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20011         declaration.
20012         (struct La_ppc64v2_retval): Likewise.
20013         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20014         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20015         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20016         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20017         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20018         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20019         Do not save or restore CR.
20020         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20021         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20022         return values for ELFv2 ABI.  Fix location of FPR return registers.
20023         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20024         updated values for _CALL_ELF == 2.
20025         (La_regs, La_retval, int_retval): Likewise.
20027 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20029         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20030         (FRAME_MIN_SIZE_PARM): Likewise.
20031         (FRAME_BACKCHAIN): Likewise.
20032         (FRAME_CR_SAVE): Likewise.
20033         (FRAME_LR_SAVE): Likewise.
20034         (FRAME_TOC_SAVE): Likewise.
20035         (FRAME_PARM_SAVE): Likewise.
20036         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20037         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20038         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20039         (call_mcount_parm_offset): New macro.
20040         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20041         (PROF): Use symbolic stack frame offsets.
20042         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20043         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20044         Redefine in terms of FRAME_MIN_SIZE.
20045         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20046         (_dl_profile_resolve): Likewise.  Update comment.
20047         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20048         symbols stack frame offsets.
20049         (__sigsetjmp): Likewise.
20050         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20051         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20052         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20053         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20056         (FRAME_BACKCHAIN): Remove.
20057         (FRAME_CR_SAVE): Likewise.
20058         (FRAME_LR_SAVE): Likewise.
20059         (FRAME_COMPILER_DW): Likewise.
20060         (FRAME_LINKER_DW): Likewise.
20061         (FRAME_TOC_SAVE): Likewise.
20062         (FRAME_PARM_SAVE): Likewise.
20063         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20064         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20065         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20067         (CHECK_SP): Use symbolic stack frame offsets.
20068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20069         zone" instead of caller's parameter save area for temp storage.
20070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20071         Likewise.  Also, use symbolic stack frame offsets.
20072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20073         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20074         our own stack frame instead of the caller's.
20075         (__socket): Use symbolic stack frame offsets.
20077 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20078             Alan Modra  <amodra@gmail.com>
20080         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20081         Define.
20082         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20083         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20084         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20085         New function.
20086         (elf_machine_fixup_plt): Call it.
20087         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20088         reloc arguments.
20089         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20090         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20091         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20092         r2 before calling target.
20094 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20095             Alan Modra  <amodra@gmail.com>
20097         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20098         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20099         versions of macros to support ELFv2 ABI.
20100         (LOCALENTRY): New macro.
20101         (ENTRY, EALIGN): Use it.
20102         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20103         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20104         fall through into ENTRY entry point.
20105         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20106         Only define if _CALL_ELF != 2.
20108         (elf_machine_matches_host): Verify ABI version matches.
20109         (RTLD_START): Use LOCALENTRY.
20110         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20111         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20112         (PLT_ENTRY_WORDS): New macro.
20113         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20114         (elf_machine_runtime_setup): Support ELFv2 ABI.
20115         (elf_machine_fixup_plt): Likewise.
20116         (elf_machine_plt_conflict): Likewise.
20117         (resolve_ifunc): Likewise.
20118         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20119         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20120         Likewise.
20121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20122         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20124         (makecontext): Support ELFv2 ABI.
20125         * elf/elf.h (EF_PPC64_ABI): Define.
20127 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20129         * sysdeps/powerpc/powerpc64/sysdep.h
20130         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20131         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20132         (ENTRY) [ASSEMBLER]: ... but instead here ...
20133         (EALIGN) [ASSEMBLER]: ... and here.
20134         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20135         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20136         (ENTRY_2) [!ASSEMBLER]: Use it.
20137         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20138         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20139         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20140         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20141         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20143         Use PPC64_LOAD_FUNCPTR.
20145         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20147 2013-12-04  Alan Modra  <amodra@gmail.com>
20149         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20150         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20151         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20152         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20154         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20155         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20156         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20157         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20158         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20159         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20161 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20164         (__makecontext): Fix incorrect CFI when backtracing out of
20165         context created via makecontext.
20166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20167         (__setcontext): Fix incorrect CFI during switch to new context.
20168         (__novec_setcontext): Likewise.
20170 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20172         [BZ #4772]
20173         * time/strptime_l.c (__strptime_internal): Allow modifiers
20174         in strptime.
20175         * time/tst-strptime.c (day_tests): Add testcase.
20177 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20179         * scripts/bench.pl: Skip over blank lines.
20181 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20183         [BZ #926]
20184         * manual/time.texi (Calendar Time): Clarify what timezone functions
20185         use.
20187 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20189         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20191 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20193         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20194         implementation.
20195         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20196         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20197         * debug/memset_chk.c (__memset_chk): Likewise.
20198         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20199         * debug/strncpy_chk.c: Likewise.
20201 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20203         [BZ #15268]
20204         [BZ #15425]
20205         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20206         (__ieee754_exp): For possibly underflowing results, check size of
20207         result and force underflow exception if required.
20208         * math/auto-libm-test-in: Add more tests of exp.
20209         * math/auto-libm-test-out: Regenerated.
20210         * sysdeps/i386/fpu/libm-test-ulps: Update.
20211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20213         [BZ #16283]
20214         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20215         * math/w_exp2f.c (__exp2f): Likewise.
20216         * math/w_exp2l.c (__exp2l): Likewise.
20217         * math/auto-libm-test-in: Do not allow missing errno on exp2
20218         underflow.
20219         * math/auto-libm-test-out: Regenerated.
20221 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20223         [BZ #16274]
20224         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20225         handle filename validation.
20226         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20227         (do_open): Delete.
20229 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20231         [BZ #6786]
20232         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20233         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20234         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20235         <float.h>.
20236         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20237         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20238         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20239         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20240         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20241         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20242         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20243         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20244         Add more erfc tests.
20245         * math/auto-libm-test-out: Regenerated.
20246         * sysdeps/i386/fpu/libm-test-ulps: Update.
20247         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20249         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20250         exp2, expm1, j0 and j1.
20251         * math/auto-libm-test-out: Regenerated.
20252         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20253         (erfc_test_data): Likewise.
20254         (exp_test_data): Likewise.
20255         (exp_tonearest_test_data): Likewise.
20256         (exp_towardzero_test_data): Likewise.
20257         (exp_downward_test_data): Likewise.
20258         (exp_upward_test_data): Likewise.
20259         (exp10_test_data): Likewise.
20260         (exp2_test_data): Likewise.
20261         (expm1_test_data): Likewise.
20262         (j0_test_data): Likewise.
20263         (j1_test_data): Likewise.
20264         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20265         (input_flag_type): Add flag_xfail_rounding.
20266         (input_flags): Add xfail-rounding.
20267         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20268         (output_for_one_input_case): Handle flag_xfail_rounding.
20269         * sysdeps/i386/fpu/libm-test-ulps: Update.
20270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20272 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20274         [BZ #16289]
20275         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20276         division by 0.
20278 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20280         [BZ #16195]
20281         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20282         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20283         (STAP_PROBE0): New macro.
20284         (STAP_PROBE1): Likewise.
20285         (STAP_PROBE2): Likewise.
20286         (STAP_PROBE3): Likewise.
20287         (STAP_PROBE4): Likewise.
20289 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20291         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20293 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20295         * benchtests/Makefile (bench): Add sqrt.
20296         (LDLIBS-bench-sqrt): New.
20297         * benchtests/sqrt-input: New.
20299 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20301         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20302         (GAIH_EAI): Likewise.
20303         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20304         (gaih_inet): Likewise.
20305         (getaddrinfo): Don't use GAIH_EAI.
20307         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20308         (struct gaih): Remove definition.
20310 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20312         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20313         Use HERRNOP directly.
20315 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20317         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20319 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20321         * math/gen-auto-libm-tests.c (test_functions): Add more
20322         single-argument functions.
20323         (special_fill_pi_2): New function.
20324         (special_fill_minus_pi_2): Likewise.
20325         (special_fill_pi_6): Likewise.
20326         (special_fill_minus_pi_6): Likewise.
20327         (special_fill_pi_3): Likewise.
20328         (special_fill_2pi_3): Likewise.
20329         (special_fill_e): Likewise.
20330         (special_fill_1_e): Likewise.
20331         (special_fill_e_minus_1): Likewise.
20332         (special_real_inputs): Add more special inputs.
20333         (output_for_one_input_case): Do not require ERANGE on underflow to
20334         zero if round-to-nearest result does not underflow to zero, unless
20335         exact results required.
20336         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20337         atan, atanh, cbrt, cos and cosh.
20338         * math/auto-libm-test-out: Regenerated.
20339         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20340         (acos_tonearest_test_data): Likewise.
20341         (acos_towardzero_test_data): Likewise.
20342         (acos_downward_test_data): Likewise.
20343         (acos_upward_test_data): Likewise.
20344         (acosh_test_data): Likewise.
20345         (asin_test_data): Likewise.
20346         (asin_tonearest_test_data): Likewise.
20347         (asin_towardzero_test_data): Likewise.
20348         (asin_upward_test_data): Likewise.
20349         (asinh_test_data): Likewise.
20350         (atan_test_data): Likewise.
20351         (atanh_test_data): Likewise.
20352         (cbrt_test_data): Likewise.
20353         (cos_test_data): Likewise.
20354         (cos_tonearest_test_data): Likewise.
20355         (cos_towardzero_test_data): Likewise.
20356         (cos_downward_test_data): Likewise.
20357         (cos_upward_test_data): Likewise.
20358         (cosh_test_data): Likewise.
20359         (cosh_tonearest_test_data): Likewise.
20360         (cosh_towardzero_test_data): Likewise.
20361         (cosh_downward_test_data): Likewise.
20362         (cosh_upward_test_data): Likewise.
20363         * sysdeps/i386/fpu/libm-test-ulps: Update.
20364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20366 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20368         [BZ #6787]
20369         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20370         * math/w_exp10f.c (__exp10f): Likewise.
20371         * math/w_exp10l.c (__exp10l): Likewise.
20372         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20373         errno settings in existing tests.
20375         [BZ #14032]
20376         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20377         precision control set to double precision.
20378         * sysdeps/i386/fpu/w_sqrt.c: New file.
20379         * math/auto-libm-test-in: Add more tests.
20380         * math/auto-libm-test-out: Update.
20382         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20383         (sqrt_test_tonearest): New function.
20384         (sqrt_towardzero_test_data): New variable.
20385         (sqrt_test_towardzero): New function.
20386         (sqrt_downward_test_data): New variable.
20387         (sqrt_test_downward): New function.
20388         (sqrt_upward_test_data): New variable.
20389         (sqrt_test_upward): New function.
20390         (main): Call the new functions.
20392         * math/gen-auto-libm-tests.c: New file.
20393         * math/auto-libm-test-in: Likewise.
20394         * math/auto-libm-test-out: New generated file.
20395         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20396         variables.
20397         (%beautify): Add generated representations of zero.
20398         (top level): Set $auto_input and call parse_auto_input.
20399         (beautify): Remove trailing "f" from hex float constants.
20400         (parse_args): Handle XFAIL_TEST.
20401         (convert_condition): New function.
20402         (or_value): Likewise.
20403         (or_cond_value): Likewise.
20404         (generate_testfile): Handle AUTO_TESTS_* lines.
20405         (parse_auto_input): New function.
20406         * math/libm-test.inc (XFAIL_TEST): New macro.
20407         (ERRNO_UNCHANGED): Update value.
20408         (ERRNO_EDOM): Likewise.
20409         (ERRNO_ERANGE): Likewise.
20410         (IGNORE_RESULT): Likewise.
20411         (TEST_COND_flt_32): New macro.
20412         (TEST_COND_dbl_64): Likewise.
20413         (TEST_COND_ldbl_96_intel): Likewise.
20414         (TEST_COND_ldbl_96_m68k): Likewise.
20415         (TEST_COND_ldbl_128): Likewise.
20416         (TEST_COND_ldbl_128ibm): Likewise.
20417         (TEST_COND_long32): Likewise.
20418         (TEST_COND_long64): Likewise.
20419         (TEST_COND_before_rounding): Likewise.
20420         (TEST_COND_after_rounding): Likewise.
20421         (enable_test): Handle XFAIL_TEST flag.
20422         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20423         with finite results.
20424         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20425         auto-libm-test-out.
20427 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20428             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20430         [BZ #16214]
20431         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20432         __tls_get_addr_internal instead of __tls_get_offset in order to
20433         avoid GOT pointer dependency.  Make rtld export
20434         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20435         __tls_get_addr since we are a __tls_get_offset platform.
20436         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20437         GOT pointer being set up before.
20438         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20440 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20442         * manual/math.texi (Errors in Math Functions): Document accuracy
20443         goals.
20445         [BZ #15004]
20446         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20447         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20448         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20449         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20450         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20451         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20452         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20453         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20454         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20455         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20456         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20457         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20458         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20459         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20460         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20461         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20463         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20464         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20465         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20466         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20467         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20468         Likewise.
20469         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20470         Likewise.
20471         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20472         Likewise.
20473         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20474         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20475         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20476         atomic-feupdateenv and flt-rounds.
20477         * sysdeps/powerpc/nofpu/Versions (libc): Add
20478         __atomic_feholdexcept, __atomic_feclearexcept,
20479         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20480         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20481         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20482         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20483         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20484         here.
20485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20486         Update.
20488         * manual/arith.texi (FP Exceptions): Document that exceptions may
20489         not be raised when matherr is used.
20490         (Math Error Reporting): Document overflow in directed rounding
20491         modes.  Document that errno may not be set when finite values are
20492         returned on overflow.  Document intent to set errno on underflow
20493         only for underflow to zero.
20495         [BZ #16271]
20496         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20497         round-to-nearest then adjust result for other rounding modes.
20498         * include/fenv.h (fegetround): Use libm_hidden_proto.
20499         * math/fegetround.c (fegetround): Use libm_hidden_def.
20500         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20501         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20502         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20503         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20504         Likewise.
20505         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20506         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20507         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20508         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20510 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20512         [BZ #16077]
20513         * nss/Versions (libnss_files): Add
20514         _nss_files_gethostbyname3_r.
20515         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20516         New function.
20517         (HOST_DB_LOOKUP): Remove macro.
20518         (_nss_files_gethostbyname_r): Implement function without the
20519         HOST_DB_LOOKUP macro.
20520         (_nss_files_gethostbyname2_r): Likewise.
20522 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20524         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20526 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20528         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20529         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20530         warning.
20532 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20534         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20535         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20536         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20537         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20538         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20539         __fe_nomask_env_priv and attribute_hidden.
20540         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20541         (libc_feupdateenv_test_ppc): Likewise.
20542         (libc_feresetround_ppc): Likewise.
20543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20544         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20545         compat_symbol macro.
20546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20547         (__fe_nomask_env): Likewise.
20548         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20550 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20552         * string/Makefile: Remove ifunc tests.
20553         * string/test-string.h: Define TEST_IFUNC.
20554         * string/test-bcopy-ifunc.c: Remove.
20555         * string/test-bzero-ifunc.c: Likewise.
20556         * string/test-memccpy-ifunc.c: Likewise.
20557         * string/test-memchr-ifunc.c: Likewise.
20558         * string/test-memcmp-ifunc.c: Likewise.
20559         * string/test-memcpy-ifunc.c: Likewise.
20560         * string/test-memmem-ifunc.c: Likewise.
20561         * string/test-memmove-ifunc.c: Likewise.
20562         * string/test-mempcpy-ifunc.c: Likewise.
20563         * string/test-memrchr-ifunc.c: Likewise.
20564         * string/test-memset-ifunc.c: Likewise.
20565         * string/test-rawmemchr-ifunc.c: Likewise.
20566         * string/test-stpcpy-ifunc.c: Likewise.
20567         * string/test-stpncpy-ifunc.c: Likewise.
20568         * string/test-strcasecmp-ifunc.c: Likewise.
20569         * string/test-strcasestr-ifunc.c: Likewise.
20570         * string/test-strcat-ifunc.c: Likewise.
20571         * string/test-strchr-ifunc.c: Likewise.
20572         * string/test-strchrnul-ifunc.c: Likewise.
20573         * string/test-strcmp-ifunc.c: Likewise.
20574         * string/test-strcpy-ifunc.c: Likewise.
20575         * string/test-strcspn-ifunc.c: Likewise.
20576         * string/test-strlen-ifunc.c: Likewise.
20577         * string/test-strncasecmp-ifunc.c: Likewise.
20578         * string/test-strncat-ifunc.c: Likewise.
20579         * string/test-strncmp-ifunc.c: Likewise.
20580         * string/test-strncpy-ifunc.c: Likewise.
20581         * string/test-strnlen-ifunc.c: Likewise.
20582         * string/test-strpbrk-ifunc.c: Likewise.
20583         * string/test-strrchr-ifunc.c: Likewise.
20584         * string/test-strspn-ifunc.c: Likewise.
20585         * string/test-strstr-ifunc.c: Likewise.
20587 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20589         * benchtests/Makefile: Remove ifunc tests.
20590         * benchtests/bench-string.h: Define TEST_IFUNC.
20591         * benchtests/bench-bcopy-ifunc.c: Remove.
20592         * benchtests/bench-bzero-ifunc.c: Likewise.
20593         * benchtests/bench-memccpy-ifunc.c: Likewise.
20594         * benchtests/bench-memchr-ifunc.c: Likewise.
20595         * benchtests/bench-memcmp-ifunc.c: Likewise.
20596         * benchtests/bench-memcpy-ifunc.c: Likewise.
20597         * benchtests/bench-memmem-ifunc.c: Likewise.
20598         * benchtests/bench-memmove-ifunc.c: Likewise.
20599         * benchtests/bench-mempcpy-ifunc.c: Likewise.
20600         * benchtests/bench-memrchr-ifunc.c: Likewise.
20601         * benchtests/bench-memset-ifunc.c: Likewise.
20602         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20603         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20604         * benchtests/bench-stpcpy-ifunc.c: Likewise.
20605         * benchtests/bench-stpncpy-ifunc.c: Likewise.
20606         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
20607         * benchtests/bench-strcasestr-ifunc.c: Likewise.
20608         * benchtests/bench-strcat-ifunc.c: Likewise.
20609         * benchtests/bench-strchr-ifunc.c: Likewise.
20610         * benchtests/bench-strchrnul-ifunc.c: Likewise.
20611         * benchtests/bench-strcmp-ifunc.c: Likewise.
20612         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
20613         * benchtests/bench-strcpy-ifunc.c: Likewise.
20614         * benchtests/bench-strcspn-ifunc.c: Likewise.
20615         * benchtests/bench-strlen-ifunc.c: Likewise.
20616         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
20617         * benchtests/bench-strncat-ifunc.c: Likewise.
20618         * benchtests/bench-strncmp-ifunc.c: Likewise.
20619         * benchtests/bench-strncpy-ifunc.c: Likewise.
20620         * benchtests/bench-strnlen-ifunc.c: Likewise.
20621         * benchtests/bench-strpbrk-ifunc.c: Likewise.
20622         * benchtests/bench-strrchr-ifunc.c: Likewise.
20623         * benchtests/bench-strsep-ifunc.c: Likewise.
20624         * benchtests/bench-strspn-ifunc.c: Likewise.
20625         * benchtests/bench-strstr-ifunc.c: Likewise.
20627 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20629         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
20631 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20633         * resolv/netdb.h: Use __glibc_reserved instead __unused.
20634         * rt/aio.h: Likewise.
20635         * sysdeps/gnu/bits/utmp.h: Likewise.
20636         * sysdeps/gnu/bits/utmpx.h: Likewise.
20637         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
20638         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
20639         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
20640         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
20641         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
20642         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
20643         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
20644         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
20645         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
20646         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
20647         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
20648         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
20649         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
20650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
20651         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20652         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
20653         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
20654         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
20655         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
20656         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
20657         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
20658         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
20659         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
20660         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
20661         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
20662         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
20663         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
20664         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
20665         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
20666         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
20667         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
20668         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
20669         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
20670         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
20671         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
20672         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
20673         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
20674         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
20675         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
20676         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
20677         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
20678         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
20680 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
20682         [BZ #16245]
20683         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
20684         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
20686 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
20688         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
20689         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
20690         Likewise.
20692 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20694         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
20695         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
20696         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
20697         (__fesetround): Remove define.
20698         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
20699         rounding and exceptions handling.
20700         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
20701         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
20702         (__fe_nomask_env): Likewise.
20703         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
20704         __fegetround instead of fegetround.
20705         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
20706         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
20708 2013-11-21  Roland McGrath  <roland@hack.frob.com>
20710         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
20711         it's there.
20713         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
20715 2013-11-21  Meador Inge  <meadori@codesourcery.com>
20717         [BZ #11157]
20718         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
20719         (encrypt_r): Likewise.
20720         * malloc/obstack.h (obstack_free): Likewise.
20721         * posix/unistd.h (encrypt): Likewise.
20723 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
20725         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
20726         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
20727         DL_CALL_DT_FINI() that call the functions directly.
20728         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
20729         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
20730         * elf/dl-fini.c: Likewise.
20732 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
20734         * malloc/hooks.c (memalign_check): Add alignment rounding.
20735         * malloc/malloc.c (_mid_memalign): New function.
20736         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
20737         Implement by calling _mid_memalign.
20738         * manual/probes.texi (Memory Allocation Probes): Remove
20739         memory_valloc_retry and memory_pvalloc_retry.
20741 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20743         * locale/programs/locarchive.c (open_archive): Add const
20744         qualifier to ARCHIVEFNAME and copy default fname to
20745         DEFAULT_FNAME.
20747         [BZ #15601]
20748         * libio/tst-widetext.input: Rename Oriya to Odia.
20749         * locale/iso-639.def: Likewise.
20751         * manual/probes.texi (Mathematical Function Probes): Add
20752         documentation for sin, cos, asin and acos probes.
20753         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
20754         (__sin32): Add slowasin probe.
20755         (__cos32): Add slowacos probe.
20756         (__mpsin): Add slowsin probe.
20757         (__mpcos): Add slowcos probe.
20759 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
20761         [BZ #15483]
20762         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
20763         thread-local __sim_exceptions_thread and global
20764         __sim_exceptions_global.
20765         (__sim_disabled_exceptions): Change to thread-local
20766         __sim_disabled_exceptions_thread and global
20767         __sim_disabled_exceptions_global.
20768         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20769         and global __sim_round_mode_global.
20770         (__simulate_exceptions): Use thread-local floating-point state and
20771         set global state from it as needed.
20772         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
20773         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
20774         __sim_round_mode_thread.
20775         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
20776         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
20777         and global __sim_exceptions_global.
20778         (__sim_disabled_exceptions): Change to thread-local
20779         __sim_disabled_exceptions_thread and global
20780         __sim_disabled_exceptions_global.
20781         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
20782         and global __sim_round_mode_global.
20783         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
20784         (SIM_SET_GLOBAL): Likewise.
20785         * sysdeps/powerpc/soft-fp/sfp-machine.h
20786         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
20787         __sim_round_mode_thread.
20788         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
20789         __sim_disabled_exceptions_thread.
20790         (__sim_exceptions): Change to __sim_exceptions_thread.
20791         (__sim_disabled_exceptions): Change to
20792         __sim_disabled_exceptions_thread.
20793         (__sim_round_mode): Change to __sim_round_mode_thread.
20794         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
20795         thread-local floating-point state and set global state from it as
20796         needed.
20797         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
20798         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
20799         (__sim_disabled_exceptions): Remove extern declaration.
20800         (feenableexcept): Use thread-local floating-point state and set
20801         global state from it as needed.
20802         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
20803         extern declaration.
20804         (__sim_disabled_exceptions): Likewise.
20805         (__sim_round_mode): Likewise.
20806         (__fegetenv): Use thread-local floating-point state.
20807         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
20808         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20809         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
20810         floating-point state and set global state from it as needed.
20811         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
20812         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
20813         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
20814         Likewise.
20815         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
20816         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
20817         Likewise.
20818         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
20819         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
20820         Use __sim_round_mode_thread.
20821         * math/test-fenv-tls.c: New file.
20822         * math/Makefile (tests): Add test-fenv-tls.
20823         ($(objpfx)test-fenv-tls): Depend on
20824         $(common-objpfx)nptl/libpthread.so.
20826 2013-11-19  Andreas Schwab  <schwab@suse.de>
20828         * locale/programs/locale.c (show_info): Decode wordarray elements.
20829         * locale/categories.def (LC_MONETARY): Add element for
20830         _NL_MONETARY_CRNCYSTR.
20831         * locale/C-monetary.c (conversion_rate): New variable.
20832         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
20833         element.
20835 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
20837         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
20838         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
20840 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20842         * elf/Makefile (tst-auxv): New test.
20843         * elf/tst-auxv.c: New
20844         * elf/rtld.c (dl_main): Adjust AT_EXECFN
20846 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
20848         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
20849         (hidden_proto): Caller changed.
20850         (hidden_tls_proto): New macro.
20851         (libc_hidden_tls_proto): Likewise.
20852         (rtld_hidden_tls_proto): Likewise.
20853         (libm_hidden_tls_proto): Likewise.
20854         (libresolv_hidden_tls_proto): Likewise.
20855         (librt_hidden_tls_proto): Likewise.
20856         (libdl_hidden_tls_proto): Likewise.
20857         (libnss_files_hidden_tls_proto): Likewise.
20858         (libnsl_hidden_tls_proto): Likewise.
20859         (libnss_nisplus_hidden_tls_proto): Likewise.
20860         (libutil_hidden_tls_proto): Likewise.
20862 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
20864         [BZ #10253]
20865         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
20866         (decompose_rpath): Defer expansion to fillin_rpath.
20867         (_dl_init_paths): Pass linkmap to fillin_rpath.
20869 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20871         * benchtests/Makefile: Add strsep.
20872         * benchtests/bench-strsep.c: New file: strsep benchtest.
20873         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
20875 2013-11-18  Andreas Schwab  <schwab@suse.de>
20877         * locale/programs/locale.c (show_info) [case byte]: Check for
20878         '\377' instead of '\177'.
20879         * locale/C-monetary.c (not_available): Always use "\377".
20880         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
20881         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
20882         detect unavailable sign_posn locale elements.
20883         * locale/localeconv.c (__localeconv): For grouping and
20884         mon_grouping handle "\177" and "\377" like no grouping.
20885         (INT_ELEM): New macro.  Use it to set all numeric members.
20886         * locale/programs/ld-monetary.c (monetary_read)
20887         <tok_mon_grouping>: Normalize single -1 to the empty string.
20888         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
20889         Likewise.
20891 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
20893         [BZ #16055]
20894         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
20895         when we match (nil).
20896         * stdio-common/tst-sscanf.c (struct test): Add testcase.
20898 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
20900         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
20901         (NO_TEST_INLINE): Update value.
20902         (ERRNO_UNCHANGED): Likewise.
20903         (ERRNO_EDOM): Likewise.
20904         (ERRNO_ERANGE): Likewise.
20905         (IGNORE_RESULT): Likewise.
20906         (check_float_internal): Check signs of NaN results if
20907         TEST_NAN_SIGN used.
20908         (check_complex): Pass TEST_NAN_SIGN flag through to second
20909         check_float_internal call.
20910         (copysign_test_data): Add tests with quiet NaNs as second
20911         argument.  Use TEST_NAN_SIGN.
20912         (fabs_test_data): Add test of negative quiet NaN argument.  Use
20913         TEST_NAN_SIGN.
20914         (signbit_test_data): Add tests of quiet NaN argument.
20915         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
20917         * math/gen-libm-test.pl (show_exceptions): Take extra argument
20918         $ignore_result.
20919         (parse_args): Handle function results specified as IGNORE.
20920         * math/libm-test.inc (IGNORE_RESULT): New macro.
20921         (check_float_internal): Do not check numerical result if flag
20922         IGNORE_RESULT set.
20923         (check_complex): Pass through IGNORE_RESULT to second
20924         check_float_internal call.
20925         (check_int): Do not check numerical result if flag IGNORE_RESULT
20926         set.
20927         (check_long): Likewise.
20928         (check_bool): Likewise.
20929         (check_longlong): Likewise.
20930         (lrint_test_data): Add tests of infinite and NaN arguments.
20931         (lrint_tonearest_test_data): Likewise.
20932         (lrint_towardzero_test_data): Likewise.
20933         (lrint_downward_test_data): Likewise.
20934         (lrint_upward_test_data): Likewise.
20935         (llrint_test_data): Likewise.
20936         (llrint_tonearest_test_data): Likewise.
20937         (llrint_towardzero_test_data): Likewise.
20938         (llrint_downward_test_data): Likewise.
20939         (llrint_upward_test_data): Likewise.
20940         (lround_test_data): Likewise.
20941         (llround_test_data): Likewise.
20943         * math/libm-test.inc (NO_TEST_INLINE): New macro.
20944         (ERRNO_UNCHANGED): Update value.
20945         (ERRNO_EDOM): Likewise.
20946         (ERRNO_ERANGE): Likewise.
20947         (NO_TEST_INLINE_FLOAT): New macro.
20948         (NO_TEST_INLINE_DOUBLE): Likewise.
20949         (enable_test): New function.
20950         (RUN_TEST_f_f): Check enable_test before running test.
20951         (RUN_TEST_2_f): Likewise.
20952         (RUN_TEST_fff_f): Likewise.
20953         (RUN_TEST_c_f): Likewise.
20954         (RUN_TEST_f_f1): Likewise.
20955         (RUN_TEST_fF_f1): Likewise.
20956         (RUN_TEST_fI_f1): Likewise.
20957         (RUN_TEST_ffI_f1): Likewise.
20958         (RUN_TEST_c_c): Likewise.
20959         (RUN_TEST_cc_c): Likewise.
20960         (RUN_TEST_f_i): Likewise.
20961         (RUN_TEST_f_i_tg): Likewise.
20962         (RUN_TEST_ff_i_tg): Likewise.
20963         (RUN_TEST_f_b): Likewise.
20964         (RUN_TEST_f_b_tg): Likewise.
20965         (RUN_TEST_f_l): Likewise.
20966         (RUN_TEST_f_L): Likewise.
20967         (RUN_TEST_fFF_11): Likewise.
20968         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
20969         conditionals.
20970         (cosh_test_data): Likewise.
20971         (exp_test_data): Likewise.
20972         (expm1_test_data): Likewise.
20973         (hypot_test_data): Likewise.
20974         (pow_test_data): Likewise.
20975         (sinh_test_data): Likewise.
20976         (tanh_test_data): Likewise.
20977         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
20978         flags argument.
20980         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
20981         tests with quiet NaN input and output.
20982         (acosh_test_data): Likewise.
20983         (asin_test_data): Likewise.
20984         (asinh_test_data): Likewise.
20985         (atan_test_data): Likewise.
20986         (atanh_test_data): Likewise.
20987         (atan2_test_data): Likewise.
20988         (cbrt_test_data): Likewise.
20989         (cos_test_data): Likewise.
20990         (cosh_test_data): Likewise.
20991         (erf_test_data): Likewise.
20992         (erfc_test_data): Likewise.
20993         (exp_test_data): Likewise.
20994         (exp10_test_data): Likewise.
20995         (exp2_test_data): Likewise.
20996         (expm1_test_data): Likewise.
20997         (hypot_test_data): Likewise.
20998         (j0_test_data): Likewise.
20999         (j1_test_data): Likewise.
21000         (jn_test_data): Likewise.
21001         (lgamma_test_data): Likewise.
21002         (log_test_data): Likewise.
21003         (log10_test_data): Likewise.
21004         (log1p_test_data): Likewise.
21005         (log2_test_data): Likewise.
21006         (pow_test_data): Likewise.
21007         (scalb_test_data): Likewise.
21008         (sin_test_data): Likewise.
21009         (sincos_test_data): Likewise.
21010         (sinh_test_data): Likewise.
21011         (tan_test_data): Likewise.
21012         (tanh_test_data): Likewise.
21013         (tgamma_test_data): Likewise.
21014         (y0_test_data): Likewise.
21015         (y1_test_data): Likewise.
21016         (yn_test_data): Likewise.
21018         [BZ #16167]
21019         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21020         argument being NaN and avoid computations with second argument in
21021         that case.
21022         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21023         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21024         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21026 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21028         * locale/iso-639.def: Add Chitwani Tharu (the).
21030 2013-11-14  Andreas Schwab  <schwab@suse.de>
21032         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21033         word instead of empty string.
21035 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21038         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21040         (__fe_nomask_env): Likewise.
21042 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21044         * benchtests/bench-timing.h: Include time.h.
21046 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21048         [BZ #15997]
21049         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21050         to 3.4.0 for x32.
21051         * sysdeps/unix/sysv/linux/configure: Regenerated.
21053 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21055         [BZ #16151]
21056         * stdlib/strtod_l.c (round_and_return): Do not consider
21057         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21058         exponent one less than half the least subnormal exponent.
21059         * stdlib/test-strtod-round-data: Add more tests.
21060         * stdlib/tst-strtod-round.c (tests): Regenerated.
21062 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21064         [BZ #14143]
21065         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21066         (__fe_mask_env): Likewise.
21067         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21068         libm_hidden_proto and add function prototype.
21069         (__fe_mask_env): Add function prototype.
21070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21071         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21073         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21075         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21077 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21079         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21080         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21082 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21084         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21085         of htab_find_slot().
21087 2013-11-11  David S. Miller  <davem@davemloft.net>
21089         [BZ #16150]
21090         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21091         symbol in the non-vis3 case in static builds.
21092         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21093         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21094         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21095         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21097 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21099         [BZ #387]
21100         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21101         it is empty.
21103 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21105         * benchtests/Makefile: Add bench-strtod.
21106         * benchtests/bench-strtod.c: New file: strtod benchtest
21108 2013-11-11  Andreas Schwab  <schwab@suse.de>
21110         [BZ #16153]
21111         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21112         terminating NUL in key length.
21114 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21116         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21117         Add artificial ODP entry for vDSO symbol for PPC64.
21118         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21119         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21121 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21123         [BZ #15374]
21124         * nss/getent.c (services_keys): Recognize services starting with digit.
21126 2013-11-06  David S. Miller  <davem@davemloft.net>
21128         [BZ #15985]
21129         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21130         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21132 2013-11-06  Will Newton  <will.newton@linaro.org>
21134         * manual/memory.texi (Malloc Examples): Remove register
21135         keyword from examples.
21137 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21139         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21141 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21143         [BZ #6981]
21144         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21145         depending on [__GCC_IEC_559 > 0].
21146         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21147         depending on [__GCC_IEC_559_COMPLEX > 0].
21149 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21151         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21152         to iso-639.def.
21154 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21156         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21158 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21160         [BZ #16112]
21161         * malloc/malloc (malloc_info): Do not handle first bin as
21162         special case.
21164 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21166         * locale/iso-639.def: Add Central Nahuatl (nhn).
21168 2013-11-01  Bruno Haible  <bruno@clisp.org>
21170         [BZ #7003]
21171         * manual/math.texi (BSD Random): Specify range upper bound as
21172         in POSIX.
21174 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21176         * locale/iso-639.def: Add Meadow Mari (mhr).
21178 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21180         [BZ #14752], [BZ #15763]
21181         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21182         Validate name.
21183         * rt/tst_shm.c: Add test for escaping directory.
21185 2013-10-31  Andreas Schwab  <schwab@suse.de>
21187         [BZ #15917]
21188         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21189         followed by 'x' as part of digit sequence.
21190         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21192 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21194         [BZ #16037]
21195         * configure.ac: allow GNU Make 4.0 and greater.
21196         * configure: Regenerated.
21198 2013-10-30  Will Newton  <will.newton@linaro.org>
21200         [BZ #16038]
21201         * malloc/hooks.c (memalign_check): Limit alignment to the
21202         maximum representable power of two.
21203         * malloc/malloc.c (__libc_memalign): Likewise.
21204         * malloc/tst-memalign.c (do_test): Add test for very
21205         large alignment values.
21206         * malloc/tst-posix_memalign.c (do_test): Likewise.
21208 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21210         [BZ #11087]
21211         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21212         (munmap_chunk): Likewise.
21213         (mremap_chunk): Likewise.
21215 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21217         [BZ #15799]
21218         * stdlib/div.c (div): Remove obsolete code.
21219         * stdlib/ldiv.c (ldiv): Likewise.
21220         * stdlib/lldiv.c (lldiv): Likewise.
21222 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21224         [BZ #16071]
21225         * nss/nss_files/files-XXX.c (get_contents_ret): New
21226         enumerator.
21227         (get_contents): New function.
21228         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21230 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21232         * configure.in: Moved to ...
21233         * configure.ac: ... here. Change reference to configure.in
21234         to configure.ac.
21235         * sysdeps/arm/preconfigure.ac: ... here.
21236         configure.in to configure.ac.
21237         * sysdeps/gnu/configure.in: Moved to ...
21238         * sysdeps/gnu/configure.ac: ... here.
21239         * sysdeps/i386/configure.in: Moved to ...
21240         * sysdeps/i386/configure.ac: ... here.
21241         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21242         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21243         * sysdeps/mach/configure.in: Moved to ...
21244         * sysdeps/mach/configure.ac: ... here.
21245         * sysdeps/mach/hurd/configure.in: Moved to ...
21246         * sysdeps/mach/hurd/configure.ac: ... here.
21247         * sysdeps/powerpc/configure.in: Moved to ...
21248         * sysdeps/powerpc/configure.ac: ... here.
21249         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21250         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21251         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21252         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21253         * sysdeps/s390/s390-32/configure.in: Moved to ...
21254         * sysdeps/s390/s390-32/configure.ac: ... here.
21255         * sysdeps/s390/s390-64/configure.in: Moved to ...
21256         * sysdeps/s390/s390-64/configure.ac: ... here.
21257         * sysdeps/sh/configure.in: Moved to ...
21258         * sysdeps/sh/configure.ac: ... here.
21259         * sysdeps/sparc/configure.in: Moved to ...
21260         * sysdeps/sparc/configure.ac: ... here.
21261         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21262         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21263         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21264         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21265         * sysdeps/x86_64/configure.in: Moved to ...
21266         * sysdeps/x86_64/configure.ac: ... here.
21267         * sysdeps/x86_64/preconfigure.in: Moved to ...
21268         * sysdeps/x86_64/preconfigure.ac: ... here.
21269         * aclocal.m4: Change reference to configure.in to configure.ac.
21270         * config.h.in: Likewise.
21271         * manual/install.texi: Likewise.
21272         * manual/maint.texi: Likewise.
21273         * Makefile: Likewise.
21274         * malloc/Makefile: Likewise.
21275         * nscd/Makefile: Likewise.
21276         * Makeconfig: Change reference to configure.in and
21277         preconfigure.in to configure.ac and preconfigure.ac
21278         respectively.
21279         * INSTALL: Regenerated.
21280         * configure: Likewise.
21281         * sysdeps/gnu/configure: Likewise.
21282         * sysdeps/i386/configure: Likewise.
21283         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21284         * sysdeps/mach/configure: Likewise.
21285         * sysdeps/mach/hurd/configure: Likewise.
21286         * sysdeps/powerpc/configure: Likewise.
21287         * sysdeps/powerpc/powerpc32/configure: Likewise.
21288         * sysdeps/powerpc/powerpc64/configure: Likewise.
21289         * sysdeps/s390/s390-32/configure: Likewise.
21290         * sysdeps/s390/s390-64/configure: Likewise.
21291         * sysdeps/sh/configure: Likewise.
21292         * sysdeps/sparc/configure: Likewise.
21293         * sysdeps/unix/sysv/linux/configure: Likewise.
21294         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21295         * sysdeps/x86_64/configure: Likewise.
21296         * sysdeps/x86_64/preconfigure: Likewise.
21298 2013-10-29  Andreas Schwab  <schwab@suse.de>
21300         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21302 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21304         * benchtests/pow-inputs: Add new inputs.
21306         * benchtests/exp-inputs: Add new inputs.
21308         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21309         conditional check for return value.
21310         (__cos32): Likewise.
21312 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21314         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21315         to provide a boost for large inputs with word alignment.
21316         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21317         implementation based on optimized PPC64 strcpy.
21318         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21319         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21320         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21321         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21323 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21325         [BZ #2801]
21326         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21328 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21330         [BZ #14876]
21331         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21332         * time/tst-strptime.c (day_tests): Add testcase.
21334 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21336         [BZ #14029]
21337         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21339 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21341         [BZ #16074]
21342         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21343         MAP_FAILED on error.
21345 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21347         [BZ #16072]
21348         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21349         heap for large requests.
21351 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21353         [BZ #9954]
21354         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21355         result if the result has no associated interface.
21356         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21357         interface for all 127.X.Y.Z addresses.
21359 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21361         * locale/iso-639.def: Add Ligurian (lij)
21363 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21365         [BZ #15825]
21366         * sunrpc/rpc_main.c: Document rpcgen -5.
21368 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21370         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21372 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21374         [BZ #10278]
21375         * posix/glob.c: Match only directories when trailing slash is present.
21376         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21377         (main): Add testcase.
21379 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21381         [BZ #15670]
21382         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21384 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21386         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21387         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21388         AUTH_DES and cindex for FIPS 140-2.
21389         (DES Encryption): Add cindex FIPS 46-3.
21391         * locale/locarchive.h (struct locarhandle): Add fname.
21392         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21393         if an optional argument was specified to --list-archive,
21394         otherwise NULL.
21395         * locale/programs/locarchive.c (show_archive_content): Take new
21396         argument fname and pass it via ah.fname to open_archive.
21397         * locale/programs/localedef.h: Update decl.
21398         (open_archive): If AH->fname is non-null, open that file
21399         rather than the default file name, and don't ignore ENOENT.
21400         (create_archive): Set AH.fname to NULL.
21401         (delete_locales_from_archive): Likewise.
21402         (add_locales_to_archive): Likewise.
21403         * locale/programs/locfile.c (write_all_categories): Likewise.
21405 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21406             Aldy Hernandez  <aldyh@redhat.com>
21408         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21409         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21410         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21411         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21412         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21413         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21414         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21415         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21416         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21417         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21418         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21419         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21420         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21421         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21422         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21423         Likewise.
21424         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21425         Likewise.
21426         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21427         Likewise.
21428         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21429         Likewise.
21430         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21431         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21432         Likewise.
21433         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21434         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21435         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21436         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21437         Likewise.
21438         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21439         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21440         * sysdeps/powerpc/preconfigure: Likewise.
21441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21442         Likewise.
21443         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21444         Replace contents of file by #include of <fenv_libc.h>.
21445         * sysdeps/powerpc/soft-fp/sfp-machine.h
21446         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21447         and <sys/prctl.h>.
21448         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21449         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21450         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21451         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21452         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21453         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21454         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21455         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21456         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21457         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21458         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21459         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21461         Allow copysignl PLT reference to be missing.
21463 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21464             Joseph Myers  <joseph@codesourcery.com
21466         [BZ #15948]
21467         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21468         single character.
21469         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21471 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21473         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21474         * elf/tst-tls1.c: Likewise.
21475         * elf/tst-tls10.h: Likewise.
21476         * elf/tst-tls14.c: Likewise.
21477         * elf/tst-tls2.c: Likewise.
21478         * elf/tst-tls3.c: Likewise.
21479         * elf/tst-tls4.c: Likewise.
21480         * elf/tst-tls5.c: Likewise.
21481         * elf/tst-tls6.c: Likewise.
21482         * elf/tst-tls7.c: Likewise.
21483         * elf/tst-tls8.c: Likewise.
21484         * elf/tst-tls9.c: Likewise.
21485         * elf/tst-tlsmod1.c: Likewise.
21486         * elf/tst-tlsmod13.c: Likewise.
21487         * elf/tst-tlsmod13a.c: Likewise.
21488         * elf/tst-tlsmod14a.c: Likewise.
21489         * elf/tst-tlsmod16a.c: Likewise.
21490         * elf/tst-tlsmod16b.c: Likewise.
21491         * elf/tst-tlsmod2.c: Likewise.
21492         * elf/tst-tlsmod3.c: Likewise.
21493         * elf/tst-tlsmod4.c: Likewise.
21494         * elf/tst-tlsmod5.c: Likewise.
21495         * elf/tst-tlsmod6.c: Likewise.
21497 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21499         [BZ #12486]
21500         * malloc/malloc.c: remove checks for statistics.
21502 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21504         [BZ #15277]
21505         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21506         * inet/tst-network.c: Add testcase.
21508 2013-10-17  Andreas Schwab  <schwab@suse.de>
21510         [BZ #15218]
21511         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21512         to determine canonical name.
21514 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21516         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21517         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21518         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21519         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21520         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21521         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21522         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21523         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21524         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21525         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21526         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21527         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21528         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21529         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21530         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21531         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21532         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21533         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21534         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21535         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21536         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21537         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21538         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21539         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21540         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21541         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21542         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21543         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21544         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21545         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21546         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21547         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21548         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21549         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21550         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21551         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21552         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21553         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21554         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21555         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21556         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21557         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21558         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21559         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21560         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21561         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21562         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21563         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21564         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21565         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21566         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21567         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21568         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21569         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21570         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21571         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21572         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21573         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21575 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
21577         [BZ #16041]
21578         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21579         make result into a quiet NaN.
21581 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
21583         * soft-fp/adddf3.c: Fix horizontal whitespace.
21584         * soft-fp/addsf3.c: Likewise.
21585         * soft-fp/addtf3.c: Likewise.
21586         * soft-fp/divdf3.c: Likewise.
21587         * soft-fp/divsf3.c: Likewise.
21588         * soft-fp/divtf3.c: Likewise.
21589         * soft-fp/double.h: Likewise.
21590         * soft-fp/eqdf2.c: Likewise.
21591         * soft-fp/eqsf2.c: Likewise.
21592         * soft-fp/eqtf2.c: Likewise.
21593         * soft-fp/extenddftf2.c: Likewise.
21594         * soft-fp/extended.h: Likewise.
21595         * soft-fp/extendsfdf2.c: Likewise.
21596         * soft-fp/extendsftf2.c: Likewise.
21597         * soft-fp/extendxftf2.c: Likewise.
21598         * soft-fp/fixdfdi.c: Likewise.
21599         * soft-fp/fixdfsi.c: Likewise.
21600         * soft-fp/fixdfti.c: Likewise.
21601         * soft-fp/fixsfdi.c: Likewise.
21602         * soft-fp/fixsfsi.c: Likewise.
21603         * soft-fp/fixsfti.c: Likewise.
21604         * soft-fp/fixtfdi.c: Likewise.
21605         * soft-fp/fixtfsi.c: Likewise.
21606         * soft-fp/fixtfti.c: Likewise.
21607         * soft-fp/fixunsdfdi.c: Likewise.
21608         * soft-fp/fixunsdfsi.c: Likewise.
21609         * soft-fp/fixunsdfti.c: Likewise.
21610         * soft-fp/fixunssfdi.c: Likewise.
21611         * soft-fp/fixunssfsi.c: Likewise.
21612         * soft-fp/fixunssfti.c: Likewise.
21613         * soft-fp/fixunstfdi.c: Likewise.
21614         * soft-fp/fixunstfsi.c: Likewise.
21615         * soft-fp/fixunstfti.c: Likewise.
21616         * soft-fp/floatdidf.c: Likewise.
21617         * soft-fp/floatdisf.c: Likewise.
21618         * soft-fp/floatditf.c: Likewise.
21619         * soft-fp/floatsidf.c: Likewise.
21620         * soft-fp/floatsisf.c: Likewise.
21621         * soft-fp/floatsitf.c: Likewise.
21622         * soft-fp/floattidf.c: Likewise.
21623         * soft-fp/floattisf.c: Likewise.
21624         * soft-fp/floattitf.c: Likewise.
21625         * soft-fp/floatundidf.c: Likewise.
21626         * soft-fp/floatundisf.c: Likewise.
21627         * soft-fp/floatunditf.c: Likewise.
21628         * soft-fp/floatunsidf.c: Likewise.
21629         * soft-fp/floatunsisf.c: Likewise.
21630         * soft-fp/floatunsitf.c: Likewise.
21631         * soft-fp/floatuntidf.c: Likewise.
21632         * soft-fp/floatuntisf.c: Likewise.
21633         * soft-fp/floatuntitf.c: Likewise.
21634         * soft-fp/fmadf4.c: Likewise.
21635         * soft-fp/fmasf4.c: Likewise.
21636         * soft-fp/fmatf4.c: Likewise.
21637         * soft-fp/gedf2.c: Likewise.
21638         * soft-fp/gesf2.c: Likewise.
21639         * soft-fp/getf2.c: Likewise.
21640         * soft-fp/ledf2.c: Likewise.
21641         * soft-fp/lesf2.c: Likewise.
21642         * soft-fp/letf2.c: Likewise.
21643         * soft-fp/muldf3.c: Likewise.
21644         * soft-fp/mulsf3.c: Likewise.
21645         * soft-fp/multf3.c: Likewise.
21646         * soft-fp/negdf2.c: Likewise.
21647         * soft-fp/negsf2.c: Likewise.
21648         * soft-fp/negtf2.c: Likewise.
21649         * soft-fp/op-1.h: Likewise.
21650         * soft-fp/op-2.h: Likewise.
21651         * soft-fp/op-4.h: Likewise.
21652         * soft-fp/op-8.h: Likewise.
21653         * soft-fp/op-common.h: Likewise.
21654         * soft-fp/quad.h: Likewise.
21655         * soft-fp/single.h: Likewise.
21656         * soft-fp/soft-fp.h: Likewise.
21657         * soft-fp/sqrtdf2.c: Likewise.
21658         * soft-fp/sqrtsf2.c: Likewise.
21659         * soft-fp/sqrttf2.c: Likewise.
21660         * soft-fp/subdf3.c: Likewise.
21661         * soft-fp/subsf3.c: Likewise.
21662         * soft-fp/subtf3.c: Likewise.
21663         * soft-fp/truncdfsf2.c: Likewise.
21664         * soft-fp/trunctfdf2.c: Likewise.
21665         * soft-fp/trunctfsf2.c: Likewise.
21666         * soft-fp/trunctfxf2.c: Likewise.
21667         * soft-fp/unorddf2.c: Likewise.
21668         * soft-fp/unordsf2.c: Likewise.
21669         * soft-fp/unordtf2.c: Likewise.
21671 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
21673         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
21674         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
21676 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
21678         * elf/dl-libc.c: Clear initfini list after freeing.
21680 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
21682         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
21683         * soft-fp/addsf3.c: Likewise.
21684         * soft-fp/addtf3.c: Likewise.
21685         * soft-fp/divdf3.c: Likewise.
21686         * soft-fp/divsf3.c: Likewise.
21687         * soft-fp/divtf3.c: Likewise.
21688         * soft-fp/double.h: Likewise.
21689         * soft-fp/eqdf2.c: Likewise.
21690         * soft-fp/eqsf2.c: Likewise.
21691         * soft-fp/eqtf2.c: Likewise.
21692         * soft-fp/extenddftf2.c: Likewise.
21693         * soft-fp/extended.h: Likewise.
21694         * soft-fp/extendsfdf2.c: Likewise.
21695         * soft-fp/extendsftf2.c: Likewise.
21696         * soft-fp/extendxftf2.c: Likewise.
21697         * soft-fp/fixdfdi.c: Likewise.
21698         * soft-fp/fixdfsi.c: Likewise.
21699         * soft-fp/fixdfti.c: Likewise.
21700         * soft-fp/fixsfdi.c: Likewise.
21701         * soft-fp/fixsfsi.c: Likewise.
21702         * soft-fp/fixsfti.c: Likewise.
21703         * soft-fp/fixtfdi.c: Likewise.
21704         * soft-fp/fixtfsi.c: Likewise.
21705         * soft-fp/fixtfti.c: Likewise.
21706         * soft-fp/fixunsdfdi.c: Likewise.
21707         * soft-fp/fixunsdfsi.c: Likewise.
21708         * soft-fp/fixunsdfti.c: Likewise.
21709         * soft-fp/fixunssfdi.c: Likewise.
21710         * soft-fp/fixunssfsi.c: Likewise.
21711         * soft-fp/fixunssfti.c: Likewise.
21712         * soft-fp/fixunstfdi.c: Likewise.
21713         * soft-fp/fixunstfsi.c: Likewise.
21714         * soft-fp/fixunstfti.c: Likewise.
21715         * soft-fp/floatdidf.c: Likewise.
21716         * soft-fp/floatdisf.c: Likewise.
21717         * soft-fp/floatditf.c: Likewise.
21718         * soft-fp/floatsidf.c: Likewise.
21719         * soft-fp/floatsisf.c: Likewise.
21720         * soft-fp/floatsitf.c: Likewise.
21721         * soft-fp/floattidf.c: Likewise.
21722         * soft-fp/floattisf.c: Likewise.
21723         * soft-fp/floattitf.c: Likewise.
21724         * soft-fp/floatundidf.c: Likewise.
21725         * soft-fp/floatundisf.c: Likewise.
21726         * soft-fp/floatunsidf.c: Likewise.
21727         * soft-fp/floatunsisf.c: Likewise.
21728         * soft-fp/floatuntidf.c: Likewise.
21729         * soft-fp/floatuntisf.c: Likewise.
21730         * soft-fp/floatuntitf.c: Likewise.
21731         * soft-fp/fmadf4.c: Likewise.
21732         * soft-fp/fmasf4.c: Likewise.
21733         * soft-fp/fmatf4.c: Likewise.
21734         * soft-fp/gedf2.c: Likewise.
21735         * soft-fp/gesf2.c: Likewise.
21736         * soft-fp/getf2.c: Likewise.
21737         * soft-fp/ledf2.c: Likewise.
21738         * soft-fp/lesf2.c: Likewise.
21739         * soft-fp/letf2.c: Likewise.
21740         * soft-fp/muldf3.c: Likewise.
21741         * soft-fp/mulsf3.c: Likewise.
21742         * soft-fp/multf3.c: Likewise.
21743         * soft-fp/negdf2.c: Likewise.
21744         * soft-fp/negsf2.c: Likewise.
21745         * soft-fp/negtf2.c: Likewise.
21746         * soft-fp/op-1.h: Likewise.
21747         * soft-fp/op-2.h: Likewise.
21748         * soft-fp/op-4.h: Likewise.
21749         * soft-fp/op-8.h: Likewise.
21750         * soft-fp/op-common.h: Likewise.
21751         * soft-fp/quad.h: Likewise.
21752         * soft-fp/single.h: Likewise.
21753         * soft-fp/soft-fp.h: Likewise.
21754         * soft-fp/sqrtdf2.c: Likewise.
21755         * soft-fp/sqrtsf2.c: Likewise.
21756         * soft-fp/sqrttf2.c: Likewise.
21757         * soft-fp/subdf3.c: Likewise.
21758         * soft-fp/subsf3.c: Likewise.
21759         * soft-fp/subtf3.c: Likewise.
21760         * soft-fp/truncdfsf2.c: Likewise.
21761         * soft-fp/trunctfdf2.c: Likewise.
21762         * soft-fp/trunctfsf2.c: Likewise.
21763         * soft-fp/trunctfxf2.c: Likewise.
21764         * soft-fp/unorddf2.c: Likewise.
21765         * soft-fp/unordsf2.c: Likewise.
21766         * soft-fp/unordtf2.c: Likewise.
21768 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
21770         [BZ #15672]
21771         * misc/error.c (error_tail): Fix possible buffer overflow.
21773 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
21775         [BZ #13028]
21776         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
21777         address.
21779 2013-10-14  P. J. McDermott  <pj@pehjota.net>
21781         [BZ #832]
21782         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
21783         testing pipefail option.
21785 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21787         * soft-fp/double.h: Indent preprocessor directives inside #if.
21788         * soft-fp/extended.h: Likewise.
21789         * soft-fp/op-2.h: Likewise.
21790         * soft-fp/op-4.h: Likewise.
21791         * soft-fp/op-common.h: Likewise.
21792         * soft-fp/quad.h: Likewise.
21793         * soft-fp/single.h: Likewise.
21794         * soft-fp/soft-fp.h: Likewise.
21796 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
21798         * iconv/iconv_prog.c: Fix typos.
21799         * stdio-common/psiginfo-data.h: Likewise.
21801 2013-10-12   Reuben Thomas <rrt@sc3d.org>
21803         [BZ #15764]
21804         * locale/setlocale.c: Fix typo.
21806 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
21808         [BZ #16036]
21809         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
21810         signaling NaN arguments.
21811         * soft-fp/unordsf2.c (__unordsf2): Likewise.
21812         * soft-fp/unordtf2.c (__unordtf2): Likewise.
21814         [BZ #14910]
21815         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
21816         unordered operands.
21817         * soft-fp/gesf2.c (__gesf2): Likewise.
21818         * soft-fp/getf2.c (__getf2): Likewise.
21819         * soft-fp/ledf2.c (__ledf2): Likewise.
21820         * soft-fp/lesf2.c (__lesf2): Likewise.
21821         * soft-fp/letf2.c (__letf2): Likewise.
21823         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
21824         * soft-fp/eqsf2.c (__eqsf2): Likewise.
21825         * soft-fp/eqtf2.c (__eqtf2): Likewise.
21826         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
21827         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
21828         * soft-fp/fixdfti.c (__fixdfti): Likewise.
21829         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
21830         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
21831         * soft-fp/fixsfti.c (__fixsfti): Likewise.
21832         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
21833         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
21834         * soft-fp/fixtfti.c (__fixtfti): Likewise.
21835         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
21836         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
21837         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
21838         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
21839         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
21840         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
21841         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
21842         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
21843         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
21844         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
21845         * soft-fp/floatdisf.c (__floatdisf): Likewise.
21846         * soft-fp/floatsisf.c (__floatsisf): Likewise.
21847         * soft-fp/floattidf.c (__floattidf): Likewise.
21848         * soft-fp/floattisf.c (__floattisf): Likewise.
21849         * soft-fp/floattitf.c (__floattitf): Likewise.
21850         * soft-fp/floatundidf.c (__floatundidf): Likewise.
21851         * soft-fp/floatundisf.c (__floatundisf): Likewise.
21852         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
21853         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
21854         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
21855         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
21856         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
21857         * soft-fp/gesf2.c (__gesf2): Likewise.
21858         * soft-fp/getf2.c (__getf2): Likewise.
21859         * soft-fp/ledf2.c (__ledf2): Likewise.
21860         * soft-fp/lesf2.c (__lesf2): Likewise.
21861         * soft-fp/letf2.c (__letf2): Likewise.
21863         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
21864         Undefine and redefine.
21865         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
21866         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
21867         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
21868         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
21869         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21870         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
21871         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21872         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
21873         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21874         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
21875         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21876         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
21877         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21878         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
21879         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
21881         [BZ #16032]
21882         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
21883         without decrementing exponent if mantissa >= that for the
21884         denominator, not >.
21885         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
21886         denominator, not >.  Decrement exponent in < case instead of
21887         incrementing in >= case.
21888         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
21889         without decrementing exponent if mantissa >= that for the
21890         denominator, not >.
21892         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
21893         computing saturated result for unsigned overflow.
21895 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21896             Jeff Law  <law@redhat.com>
21898         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
21899         (atan2Mp): Add systemtap probe marker.
21900         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
21901         (__ieee754_log): Add systemtap probe marker.
21902         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
21903         (atanMp): Add systemtap probe marker.
21904         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
21905         (tanMp): Add systemtap probe marker.
21906         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
21907         (__slowexp): Add systemtap probe marker.
21908         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
21909         (__slowpow): Add systemtap probe marker.
21910         * manual/probes.texi: Document probes.
21912 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
21914         [BZ #15362]
21915         * libio/fileops.c (_IO_new_file_write): Return count of bytes
21916         written.
21917         (_IO_new_file_xsputn): Don't return EOF if nothing has been
21918         written.
21919         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
21920         written to buffer but not flushed.
21921         * libio/iofwrite_u.c:  Likewise.
21922         * libio/iopadn.c:  Return bytes returned even if EOF was
21923         encountered.
21924         * libio/iowpadn.c:  Likewise.
21925         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
21926         if _IO_padn does not write the whole buffer.
21927         [!COMPILE_WPRINTF] (PAD): Likewise.
21929 2013-10-10  David S. Miller  <davem@davemloft.net>
21931         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
21932         directory block.
21934 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
21936         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
21937         instead of FSF address.
21938         * soft-fp/fixdfti.c: Likewise.
21939         * soft-fp/fixsfti.c: Likewise.
21940         * soft-fp/fixtfti.c: Likewise.
21941         * soft-fp/fixunsdfti.c: Likewise.
21942         * soft-fp/fixunssfti.c: Likewise.
21943         * soft-fp/fixunstfti.c: Likewise.
21944         * soft-fp/floattidf.c: Likewise.
21945         * soft-fp/floattisf.c: Likewise.
21946         * soft-fp/floattitf.c: Likewise.
21947         * soft-fp/floatuntidf.c: Likewise.
21948         * soft-fp/floatuntisf.c: Likewise.
21949         * soft-fp/floatuntitf.c: Likewise.
21950         * soft-fp/trunctfxf2.c: Likewise.
21952         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
21953         * soft-fp/fixdfti.c: Likewise.
21954         * soft-fp/fixsfti.c: Likewise.
21955         * soft-fp/fixtfti.c: Likewise.
21956         * soft-fp/fixunsdfti.c: Likewise.
21957         * soft-fp/fixunssfti.c: Likewise.
21958         * soft-fp/fixunstfti.c: Likewise.
21959         * soft-fp/floattidf.c: Likewise.
21960         * soft-fp/floattisf.c: Likewise.
21961         * soft-fp/floattitf.c: Likewise.
21962         * soft-fp/floatuntidf.c: Likewise.
21963         * soft-fp/floatuntisf.c: Likewise.
21964         * soft-fp/floatuntitf.c: Likewise.
21965         * soft-fp/trunctfxf2.c: Likewise.
21967 2013-10-10  David S. Miller  <davem@davemloft.net>
21969         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21971 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
21973         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
21974         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
21975         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
21976         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
21977         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
21978         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
21979         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
21981         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
21982         for NaNs before doing comparisons on argument.
21983         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
21984         Likewise.
21986 2013-10-10  Will Newton  <will.newton@linaro.org>
21988         * malloc/hooks.c (memalign_check): Ensure the value of bytes
21989         passed to _int_memalign does not overflow.
21991 2013-10-10  Torvald Riegel  <triegel@redhat.com>
21993         * scripts/bench.pl: Add include-sources directive.
21994         * benchtests/README: Update documentation.
21996 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
21998         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
21999         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22000         instead of FP_INIT_ROUNDMODE.
22001         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22002         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22004         [BZ #16034]
22005         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22006         copy class of input value.
22007         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22008         not handle exceptions.
22009         * soft-fp/negsf2.c (__negsf2): Likewise.
22010         * soft-fp/negtf2.c (__negtf2): Likewise.
22011         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22013 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22015         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22016         semicolon.  From Linux kernel.
22018 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22020         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22022 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22024         [BZ #156]
22025         * manual/socket.texi: Added statement about buffer
22026         for gethostbyname2_r.
22028 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22030         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22031         Use .p2align directive instead, throughout.
22032         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22033         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22034         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22035         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22036         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22037         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22038         * sysdeps/x86_64/strchr.S: Likewise.
22039         * sysdeps/x86_64/strrchr.S: Likewise.
22041 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22043         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22045         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22047         * sysdeps/generic/math_private.h (__mpsin1): Remove
22048         declaration.
22049         (__mpcos1): Likewise.
22050         (__mpsin): New argument __range_reduce.
22051         (__mpcos): Likewise.
22052         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22053         (slow): Use __mpsin and __mpcos.
22054         (slow1): Likewise.
22055         (slow2): Likewise.
22056         (sloww): Likewise.
22057         (sloww1): Likewise.
22058         (sloww2): Likewise.
22059         (bsloww): Likewise.
22060         (bsloww1): Likewise.
22061         (bsloww2): Likewise.
22062         (cslow2): Likewise.
22063         (csloww): Likewise.
22064         (csloww1): Likewise.
22065         (csloww2): Likewise.
22066         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22067         range_reduce.  Merge in __mpsin1.
22068         (__mpcos): Likewise.
22069         (__mpsin1): Remove.
22070         (__mpcos1): Likewise.
22072 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22074         * locale/loadlocale.c (_nl_intern_locale_data): Use
22075         LOCFILE_ALIGNED_P.
22076         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22077         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22078         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22079         obstack data is appropriately aligned.
22080         (obstack_int32_grow_fast): Likewise.
22081         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22082         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22083         (add_locale_uint32_array): Likewise.
22085 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22087         * benchtests/Makefile: Remove ARGLIST and RET variables.
22088         ($(objpfx)bench-%.c): Pass only function name to the script.
22089         * benchtests/README: Update documentation.
22090         * benchtests/acos-inputs: Add new directives.
22091         * benchtests/acosh-inputs: Likewise.
22092         * benchtests/asin-inputs: Likewise.
22093         * benchtests/asinh-inputs: Likewise.
22094         * benchtests/atan-inputs: Likewise.
22095         * benchtests/atanh-inputs: Likewise.
22096         * benchtests/cos-inputs: Likewise.
22097         * benchtests/cosh-inputs: Likewise.
22098         * benchtests/exp-inputs: Likewise.
22099         * benchtests/log-inputs: Likewise.
22100         * benchtests/pow-inputs: Likewise.
22101         * benchtests/rint-inputs: Likewise.
22102         * benchtests/sin-inputs: Likewise.
22103         * benchtests/sinh-inputs: Likewise.
22104         * benchtests/tan-inputs: Likewise.
22105         * benchtests/tanh-inputs: Likewise.
22106         * scripts/bench.pl: Add support for new directives.
22108 2013-10-07  Alan Modra  <amodra@gmail.com>
22110         * README: Fix careless merge.
22112 2013-10-05  Alan Modra  <amodra@gmail.com>
22114         * NEWS: Mention powerpc64le support and bugs fixed.
22115         * README: Both big-endian and little-endian powerpc64 supported.
22117 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22119         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22120         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22121         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22122         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22124 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22126         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22127         match prototype.
22129 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22131         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22132         Move -mhard-float appending from
22133         ports/sysdeps/powerpc/powerpc32/Makefile.
22134         [$(with-fp) = yes] (ASFLAGS): Likewise.
22135         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22136         * sysdeps/powerpc/nofpu: Move directory from
22137         ports/sysdeps/powerpc/nofpu.
22138         * sysdeps/powerpc/soft-fp: Move directory from
22139         ports/sysdeps/powerpc/soft-fp.
22140         * sysdeps/powerpc/powerpc32/405: Move directory from
22141         ports/sysdeps/powerpc/powerpc32/405.
22142         * sysdeps/powerpc/powerpc32/440: Move directory from
22143         ports/sysdeps/powerpc/powerpc32/440.
22144         * sysdeps/powerpc/powerpc32/464: Move directory from
22145         ports/sysdeps/powerpc/powerpc32/464.
22146         * sysdeps/powerpc/powerpc32/476: Move directory from
22147         ports/sysdeps/powerpc/powerpc32/476.
22148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22149         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22151         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22153         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22155         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22157         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22158         * README: Update for powerpc-*-linux-gnu software floating point
22159         support in libc.
22161         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22162         case to powerpc/powerpc32*.
22163         * sysdeps/unix/sysv/linux/configure: Regenerated.
22165         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22166         (_FPU_MASK_OM): Define as 0x04.
22167         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22168         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22169         0x00c10080.
22170         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22171         0x0000003c.
22172         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22175         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22176         getcontext_e500.
22177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22178         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22179         setcontext_e500.
22180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22181         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22182         and setcontext_e500.
22184 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22186         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22188 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22190         * manual/threads.texi (Default Thread Attributes): Fix typo.
22192 2013-10-04  Will Newton  <will.newton@linaro.org>
22194         * malloc/Makefile: Add tst-memalign.
22195         * malloc/tst-memalign.c: New file.
22197         * malloc/tst-posix_memalign.c: Add comments.
22198         (do_test): Add comments and call free on all potentially
22199         allocated pointers. Add space after cast.
22201         * malloc/tst-pvalloc.c: Add comments.
22202         (do_test): Add comments and call free on all potentially
22203         allocated pointers. Remove duplicate check for NULL pointer.
22204         Add space after cast.
22206         * malloc/tst-valloc.c: Add comments.
22207         (do_test): Add comments and call free on all potentially
22208         allocated pointers. Remove duplicate check for NULL pointer.
22209         Add space after cast.
22211 2013-10-04  Alan Modra  <amodra@gmail.com>
22213         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22214         Use stdint types in rather than __attribute__((mode())).
22215         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22217 2013-10-04  Alan Modra  <amodra@gmail.com>
22219         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22220         Correct handling of unaligned relocs for little-endian.
22221         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22223 2013-10-04  Alan Modra  <amodra@gmail.com>
22225         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22226         * configure: Regenerate.
22227         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22228         * shlib-versions: Likewise.
22230 2013-10-04  Alan Modra  <amodra@gmail.com>
22232         * string/tester.c (test_memrchr): Increment reported test cycle.
22234 2013-10-04  Alan Modra  <amodra@gmail.com>
22236         * string/test-memcpy.c (do_one_test): When reporting errors, print
22237         string address and don't overrun end of string.
22239 2013-10-04  Alan Modra  <amodra@gmail.com>
22241         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22242         insrdi.  Make better use of reg selection to speed exit slightly.
22243         Schedule entry path a little better.  Remove useless "are we done"
22244         checks on entry to main loop.  Handle wrapping around zero address.
22245         Correct main loop count.  Handle single left-over word from main
22246         loop inline rather than by using loop_small.  Remove extra word
22247         case in loop_small caused by wrong loop count.  Add little-endian
22248         support.
22249         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22250         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22251         cache hint.
22252         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22253         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22254         support.  Avoid rlwimi.
22255         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22257 2013-10-04  Alan Modra  <amodra@gmail.com>
22259         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22260         insrdi.  Formatting.
22261         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22262         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22263         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22264         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22265         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22266         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22268 2013-10-04  Alan Modra  <amodra@gmail.com>
22270         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22271         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22272         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22273         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22274         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22275         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22276         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22277         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22278         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22279         use of regs.  Use power7 mtocrf.  Tidy function tails.
22281 2013-10-04  Alan Modra  <amodra@gmail.com>
22283         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22284         Formatting.  Consistently use rXXX register defines or rN defines.
22285         Use early exit labels that avoid restoring unused non-volatile regs.
22286         Make cr field use more consistent with rWORDn compares.  Rename
22287         regs used as shift registers for unaligned loop, using rN defines
22288         for short lifetime/multiple use regs.
22289         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22290         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22291         addi 1,1,64 to pop stack frame.  Simplify return value code.
22292         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22294 2013-10-04  Alan Modra  <amodra@gmail.com>
22296         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22297         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22298         rather than rlwimi.
22299         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22300         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22301         little-endian support.  Correct typos.
22302         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22303         rather than rlwimi.
22304         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22305         in loop and entry code to keep "and." results.
22306         (strchr): Add little-endian support.  Comment.  Move cntlzd
22307         earlier in tail.
22308         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22310 2013-10-04  Alan Modra  <amodra@gmail.com>
22312         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22313         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22314         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22315         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22317 2013-10-04  Alan Modra  <amodra@gmail.com>
22319         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22320         (rTMP): Define as r11.
22321         (strcmp): Add little-endian support.  Optimise tail.
22322         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22323         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22324         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22325         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22326         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22327         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22328         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22330 2013-10-04  Alan Modra  <amodra@gmail.com>
22332         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22333         little-endian support.  Remove unnecessary "are we done" tests.
22334         Handle "s" wrapping around zero and extremely large "size".
22335         Correct main loop count.  Handle single left-over word from main
22336         loop inline rather than by using small_loop.  Correct comments.
22337         Delete "zero" tail, use "end_max" instead.
22338         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22340 2013-10-04  Alan Modra  <amodra@gmail.com>
22342         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22343         support.  Don't branch over align.
22344         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22345         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22346         support.  Rearrange tmp reg use to suit.  Comment.
22347         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22349 2013-10-04  Alan Modra  <amodra@gmail.com>
22351         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22353 2013-10-04  Alan Modra  <amodra@gmail.com>
22355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22356         conditional form of branch and link when obtaining pc.
22357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22359 2013-10-04  Alan Modra  <amodra@gmail.com>
22361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22362         HIWORD/LOWORD.
22363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22366 2013-10-04  Alan Modra  <amodra@gmail.com>
22368         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22369         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22370         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22371         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22372         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22373         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22374         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22375         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22376         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22377         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22379 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22380             Alistair Popple <alistair@ozlabs.au.ibm.com>
22381             Alan Modra <amodra@gmail.com>
22383         [BZ #15723]
22384         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22385         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22386         _dl_hwcap access for little-endian.
22387         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22388         destroy vmx regs when saving unaligned.
22389         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22390         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22391         destroy vmx regs when saving unaligned.
22393 2013-10-04  Alan Modra  <amodra@gmail.com>
22395         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22396         Don't use a union to pack hi/low value.
22398 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22400         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22401         for little-endian.
22402         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22403         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22404         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22405         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22406         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22408 2013-10-04  Alan Modra  <amodra@gmail.com>
22410         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22411         constants to usual value for .cst8 section, and remove redundant
22412         high address load.
22413         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22414         constant for 0x1p52.  Load little-endian words of double from
22415         correct stack offsets.
22417 2013-10-04  Alan Modra  <amodra@gmail.com>
22419         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22420         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22421         words of double from correct stack offsets.
22422         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22423         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22424         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22425         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22426         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22427         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22428         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22429         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22430         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22431         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22432         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22433         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22434         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22435         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22436         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22437         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22438         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22440 2013-10-04  Alan Modra  <amodra@gmail.com>
22442         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22443         64-bit int/double union.
22444         (_FPU_SETCW): Likewise.
22445         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22446         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22448 2013-10-04  Alan Modra  <amodra@gmail.com>
22450         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22451         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22453 2013-10-04  Alan Modra  <amodra@gmail.com>
22455         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22456         use vector int constants.
22457         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22459 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22461         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22462         array with long long.
22463         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22464         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22465         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22466         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22467         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22468         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22469         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22470         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22471         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22472         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22473         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22474         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22475         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22477 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22479         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22480         (__signbit): Likewise.  Correct for little-endian.
22481         (__signbitl): Call __signbit.
22482         (lrint): Correct for little-endian.
22483         (lrintf): Call lrint.
22485 2013-10-04  Alan Modra  <amodra@gmail.com>
22487         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22488         union 32-bit int array member with 64-bit int array.
22489         (t515, tm256): Double rather than long double.
22490         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22492 2013-10-04  Alan Modra  <amodra@gmail.com>
22494         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22495         Delete.
22496         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22497         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22498         version of math_ldbl.h.
22500 2013-10-04  Alan Modra  <amodra@gmail.com>
22502         [BZ #15734], [BZ #15735]
22503         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22504         all uses of ieee875 long double macros and unions.  Simplify test
22505         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22506         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22507         normalize after ldbl_extract_mantissa, and don't add hidden bit
22508         already handled.  Don't treat low word of ieee854 mantissa like
22509         low word of IBM long double and mask off bit when testing for
22510         zero.
22511         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22512         all uses of ieee875 long double macros and unions.  Simplify tests
22513         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22514         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22515         two1022, instead use their values.  Recognise that tests for large
22516         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22517         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22518         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22519         test for 0.0L and nan.  Correct negation.
22520         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22521         ieee875 long double macros and unions.  Correct output for large
22522         magnitude x.  Correct absolute value calculation.
22523         (__erfcl): Likewise.
22524         * math/libm-test.inc: Add tests for errors discovered in IBM long
22525         double versions of fmodl, remainderl, erfl and erfcl.
22527 2013-10-04  Alan Modra  <amodra@gmail.com>
22529         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22530         all uses of ieee854 long double macros and unions.  Simplify tests
22531         for long doubles that are fully specified by the high double.
22532         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22533         Likewise.
22534         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22535         Remove dead code too.
22536         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22537         (__ieee754_ynl): Likewise.
22538         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22539         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22540         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22541         Remove dead code too.
22542         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22543         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22544         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22545         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22546         Simplify.
22547         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22548         Simplify.
22549         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22550         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22551         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22552         Comment on variable precision.
22553         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22554         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22555         Likewise.
22556         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22557         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22558         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22559         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22560         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22562 2013-10-04  Alan Modra  <amodra@gmail.com>
22564         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22565         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22566         all uses of ieee854 long double macros and unions.
22567         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22568         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22569         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22570         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22571         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22572         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22573         Likewise.
22574         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22575         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22576         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22577         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22578         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22579         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22580         Simplify sign and nan test too.
22581         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22582         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22583         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22584         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22585         Likewise.
22586         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22587         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22588         Likewise.
22589         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22590         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22591         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22592         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22593         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22594         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22596 2013-10-04  Alan Modra  <amodra@gmail.com>
22598         * stdio-common/printf_size.c (__printf_size): Don't use
22599         union ieee854_long_double in fpnum union.
22600         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
22601         signbit macro to retrieve sign from long double.
22602         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22603         retrieve sign from long double.
22604         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
22605         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
22606         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
22607         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22608         * math/test-misc.c (main): Don't use union ieee854_long_double.
22610 2013-10-04  Alan Modra  <amodra@gmail.com>
22612         [BZ #15680]
22613         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
22614         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
22615         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
22616         calculation.  Remove unnecessary test for denormal exponent.
22617         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
22618         Correct handling of denormals.  Avoid undefined shift behaviour.
22619         Correct normalisation of low mantissa when low double is denormal.
22620         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
22621         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
22622         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
22623         Correct normalisation of low mantissa.  Test for overflow of high
22624         mantissa and normalise.
22625         (ldbl_nearbyint): Use more readable constant for two52.
22626         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
22627         (__mpn_construct_long_double): Fix test for overflow of high
22628         mantissa and correct normalisation.  Avoid undefined shift.
22630 2013-10-04  Alan Modra  <amodra@gmail.com>
22632         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22633         (union ibm_extended_long_double): Define as an array of ieee754_double.
22634         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
22635         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
22636         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
22637         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
22638         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22639         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
22640         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22641         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
22642         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
22643         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
22644         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
22646 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
22648         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
22649         page size instead of calling getpagesize.
22651         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
22652         (LOCFILE_ALIGN_MASK): Likewise.
22653         (LOCFILE_ALIGN_UP): Likewise.
22654         (LOCFILE_ALIGNED_P): Likewise.
22655         * locale/programs/ld-collate.c (collate_output): Use the new
22656         macros instead of __alignof__ (int32_t).
22657         * locale/weight.h (findidx): Likewise.
22659 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
22661         [BZ #431]
22662         * manual/string.texi: Fix strncat and wcsncat.
22664 2013-10-03  Brooks Moses  <bmoses@google.com>
22666         [BZ #15915]
22667         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
22668         * Makerules: ...here, and adjust associated comments.
22670 2013-10-02  Will Newton  <will.newton@linaro.org>
22672         * malloc/Makefile: Add tst-pvalloc.
22673         * malloc/tst-pvalloc.c: New file.
22675 2013-10-02  Will Newton  <will.newton@linaro.org>
22677         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
22678         improve test coverage.
22680 2013-10-02  Will Newton  <will.newton@linaro.org>
22682         * malloc/Makefile: Add tst-posix_memalign.
22683         * malloc/tst-posix_memalign.c: New file.
22685 2013-10-01  Eric Blake  <eblake@redhat.com>
22687         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
22688         Use __THROWNL rather than __THROW on static functions.
22690 2013-09-30  Petr Machata  <pmachata@redhat.com>
22692         * elf/elf.h (R_AARCH64_ABS16): New macro.
22693         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
22694         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
22695         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
22696         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
22697         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
22698         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
22699         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
22700         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
22701         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
22702         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
22703         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
22704         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
22705         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
22706         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
22707         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
22708         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
22709         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
22710         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
22711         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
22712         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
22713         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
22714         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
22715         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
22716         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
22717         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
22718         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
22719         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
22720         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
22721         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
22722         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
22723         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
22724         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
22725         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
22726         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
22727         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
22728         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
22729         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
22730         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
22731         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
22732         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
22733         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
22734         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
22735         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
22736         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
22737         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
22738         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
22739         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
22740         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
22741         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
22742         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
22743         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
22744         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
22745         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
22746         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
22747         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
22748         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
22749         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
22750         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
22751         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
22752         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
22753         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
22754         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
22755         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
22756         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
22757         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
22758         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
22759         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
22760         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
22761         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
22762         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
22763         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
22764         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
22765         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
22766         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
22767         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
22768         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
22769         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
22770         (R_AARCH64_TLSDESC_LDR): Likewise.
22771         (R_AARCH64_TLSDESC_ADD): Likewise.
22772         (R_AARCH64_TLSDESC_CALL): Likewise.
22774 2013-09-30  Andreas Schwab  <schwab@suse.de>
22776         [BZ #15048]
22777         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
22778         the nss database lookup.
22779         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22780         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22782 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
22784         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
22786 2013-09-28  P. J. McDermott  <pj@pehjota.net>
22788         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
22789         ${Bash-specific parameter/pattern/string} parameter expansion.
22790         * sysdeps/unix/make-syscalls.sh: Likewise.
22792 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22794         * sysdeps/sh/stackguard-macros.h: New file.
22796 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
22798         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
22799         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
22800         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
22801         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
22802         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22803         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
22805 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22807         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
22808         Fix thread ID register.
22810 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
22812         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
22813         [POSIX || UNIX98]: Require rather than permitting all symbols from
22814         <time.h>.
22815         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
22816         element of struct sched_param.
22817         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
22818         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
22819         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
22820         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
22821         constant.
22823 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
22825         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
22826         argument calculation.
22828 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22830         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
22831         Expect macro.
22832         [POSIX] (pthread_attr_t): Do not require type.
22833         [POSIX] (pthread_cond_t): Likewise.
22834         [POSIX] (pthread_condattr_t): Likewise.
22835         [POSIX] (pthread_key_t): Likewise.
22836         [POSIX] (pthread_mutex_t): Likewise.
22837         [POSIX] (pthread_mutexattr_t): Likewise.
22838         [POSIX] (pthread_once_t): Likewise.
22839         [POSIX] (pthread_t): Likewise.
22840         [POSIX-based standards] (pthread_atfork): Expect function.
22842 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
22843             Richard Sandiford  <richard@codesourcery.com>
22845         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
22846         (swap_endianness_p): New extern variable.
22847         (set_big_endian): New inline function.
22848         (maybe_swap_uint32): Likewise.
22849         (maybe_swap_uint32_array): Likewise.
22850         (maybe_swap_uint32_obstack): Likewise.
22851         * locale/programs/locfile.c: Include <stdbool.h>.
22852         (swap_endianness_p): New variable.
22853         (add_locale_uint32): Call maybe_swap_uint32.
22854         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
22855         (write_locale_data): Call maybe_swap_uint32_array.
22856         * locale/programs/ld-collate.c (obstack_int32_grow): Call
22857         maybe_swap_uint32.
22858         (obstack_int32_grow_fast): Likewise.
22859         (output_weightwc): Call maybe_swap_uint32_obstack.
22860         (collate_output): Likewise.
22861         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
22862         (OPT_LITTLE_ENDIAN): Likewise.
22863         (options): Add --little-endian and --big-endian options.
22864         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
22865         * locale/programs/locarchive.c: Include "locfile.h".
22866         (GET): New macro.
22867         (SET): Likewise.
22868         (INC): Likewise.
22869         (create_archive): Use the new macros to access fields of
22870         structures directly mapped from or written to locale archives.
22871         (oldlocrecentcmp): Likewise.
22872         (enlarge_archive): Likewise.
22873         (insert_name): Likewise.
22874         (add_alias): Likewise.
22875         (add_locale): Likewise.
22876         (delete_locales_from_archive): Likewise.
22877         (show_archive_content): Likewise.
22878         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
22879         locale data.
22881 2013-09-24  Roland McGrath  <roland@hack.frob.com>
22883         * manual/freemanuals.texi: Updated from (newly) canonical copy at
22884         http://www.gnu.org/doc/freemanuals.texi.
22885         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
22887 2013-09-24  Will Newton  <will.newton@linaro.org>
22889         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
22890         macro.
22892 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
22894         * locale/hashval.h (compute_hashval): Interpret bytes of key as
22895         unsigned char.
22897 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
22899         * manual/threads.texi (POSIX Threads): Fix a typo.
22901 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22903         [BZ #14547]
22904         * string/tst-strcoll-overflow.c: New test case.
22905         * string/Makefile (xtests): Add tst-strcoll-overflow.
22906         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
22907         cache if string sizes may cause integer overflow.
22909         [BZ #14547]
22910         * string/strcoll_l.c (coll_seq): New members rule, idx,
22911         save_idx and back_us.
22912         (get_next_seq_nocache): New function.
22913         (do_compare_nocache): New function.
22914         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
22915         when malloc fails.
22917 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
22919         [BZ #15754]
22920         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
22921         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
22922         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
22924         [BZ #15754]
22925         * elf/Makefile (tests): Add tst-ptrguard1.
22926         (tests-static): Add tst-ptrguard1-static.
22927         (tst-ptrguard1-ARGS): Define.
22928         (tst-ptrguard1-static-ARGS): Define.
22929         * elf/tst-ptrguard1.c: New file.
22930         * elf/tst-ptrguard1-static.c: New file.
22931         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
22932         * sysdeps/i386/stackguard-macros.h: Likewise.
22933         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
22934         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
22935         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
22936         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
22937         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
22938         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
22940 2013-09-23  Hector Marco  <hecmargi@upv.es>
22941             Ismael Ripoll  <iripoll@disca.upv.es>
22942             Carlos O'Donell  <carlos@redhat.com>
22944         [BZ #15754]
22945         * sysdeps/generic/stackguard-macros.h: Define
22946         __pointer_chk_guard_local and POINTER_CHK_GUARD.
22947         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
22948         Define __pointer_chk_guard_local.
22949         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
22950         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
22952 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
22954         [BZ #15859]
22955         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
22957 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
22959         * include/string.h (__ffs): Declare as hidden.
22960         * string/ffs.c (__ffs): Define as hidden.
22961         * sysdeps/i386/ffs.c (__ffs): Likewise.
22962         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
22963         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
22964         * sysdeps/s390/ffs.c (__ffs): Likewise.
22965         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
22967 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
22969         * NEWS: Mention malloc probes.
22971         * malloc/arena.c (new_heap): New memory_heap_new probe.
22972         (grow_heap): New memory_heap_more probe.
22973         (shrink_heap): New memory_heap_less probe.
22974         (heap_trim): New memory_heap_free probe.
22975         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
22976         (systrim): New memory_sbrk_less probe.
22977         * manual/probes.texi: Document them.
22979         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
22980         * manual/probes.texi: Document it.
22982         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
22983         (__libc_realloc): Add memory_realloc_retry probe.
22984         (__libc_memalign): Add memory_memalign_retry probe.
22985         (__libc_valloc): Add memory_valloc_retry probe.
22986         (__libc_pvalloc): Add memory_pvalloc_retry probe.
22987         (__libc_calloc): Add memory_calloc_retry probe.
22988         * manual/probes.texi: Document them.
22990         * malloc/arena.c (get_free_list): Add probe
22991         memory_arena_reuse_free_list.
22992         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
22993         and memory_arena_reuse.
22994         (arena_get2) [!PER_THREAD]: Likewise.
22995         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
22996         memory_arena_reuse_realloc.
22997         * manual/probes.texi: Document them.
22999         * malloc/malloc.c (__libc_free): Add
23000         memory_mallopt_free_dyn_thresholds probe.
23001         (__libc_mallopt): Add multiple memory_mallopt probes.
23002         * manual/probes.texi: Document them.
23004         * malloc/malloc.c: Include stap-probe.h.
23005         (__libc_mallopt): Add memory_mallopt probe.
23006         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23007         * manual/probes.texi: New.
23008         * manual/Makefile (chapters): Add probes.
23009         * manual/threads.texi: Set next node.
23011 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23013         [BZ #15963, #13985]
23014         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23015         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23016         Add `Chinese' to `nan' entry name.
23018 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23020         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23021         (POLYNOMIAL): Likewise.
23022         (TAYLOR_SINCOS): Likewise.
23023         (TAYLOR_SLOW): Likewise.
23024         (__sin): Use TAYLOR_SINCOS.
23025         (__cos): Likewise.
23026         (slow): Use TAYLOR_SLOW.
23027         (sloww): Likewise.
23028         (bsloww): Likewise.
23029         (csloww): Likewise.
23031 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23033         * stdlib/strtod_l.c: Fix buffer overrun.
23035 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23037         * benchtests/Makefile (bench): Add sincos.
23038         * benchtests/bench-sincos.c: New file.
23040         * math/libm-test.inc (cos_test_data): New test inputs.
23041         (sin_test_data): Likewise.
23043         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23044         macro.
23045         (__sin): Use it.
23046         (__cos): Likewise.
23047         (slow1): Likewise.
23048         (slow2): Likewise.
23049         (sloww1): Likewise.
23050         (sloww2): Likewise.
23051         (bsloww1): Likewise.
23052         (bsloww2): Likewise.
23053         (cslow2): Likewise.
23054         (csloww1): Likewise.
23055         (csloww2): Likewise.
23057         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23058         function.
23059         (__sin): Use it.
23060         (__cos): Likewise.
23062         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23063         gotos.
23064         (__cos): Likewise.
23066 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23068         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23069         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23070         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23071         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23072         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23073         * elf/cache.c (print_entry): Handle the new cache flags.
23075 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23076             Aldy Hernandez  <aldyh@redhat.com>
23078         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23079         Change condition to [_SOFT_FLOAT].
23080         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23081         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23082         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23083         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23084         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23085         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23086         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23087         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23088         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23089         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23090         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23091         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23092         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23093         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23094         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23095         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23096         declaration.
23098 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23100         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23101         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23102         (__longjmp): Use LOAD_GP to load saved GPRs.
23103         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23104         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23105         (__sigsetjmp): Use SAVE_GP to save GPRs.
23107         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23108         Do not append -msoft-float.
23109         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23111 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23113         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23115 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23117         [BZ #15966]
23118         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23119         (_FPU_GETCW): Use initial "__" on variable and field names but not
23120         on macro parameter name.
23121         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23122         parentheses around reference to macro parameter.
23124 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23126         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23127         prototype.
23128         (ctype_startup): Use uint32_t in cast and sizeof for
23129         ctype->charnames.
23131 2013-09-11  Jia Liu  <proljc@gmail.com>
23133         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23134         __daddr_t_defined.
23135         [__FreeBSD__]: Likewise.
23137 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23139         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23140         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23141         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23142         (strchr): Remove __strchr_sse42 ifunc selection.
23143         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23144         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23146 2013-09-11  Will Newton  <will.newton@linaro.org>
23148         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23149         parameter to RES. Remove hardcoded 1000 value.
23150         * benchtests/bench-skeleton.c (main): Pass RES parameter
23151         to TIMING_INIT and multiply result by 1000.
23153 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23155         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23157 2013-09-11  Andreas Schwab  <schwab@suse.de>
23159         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23160         if not defined.
23161         (O_TMPFILE) [__USE_GNU]: Define.
23162         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23163         Define.
23165 2013-09-11  Will Newton  <will.newton@linaro.org>
23167         [BZ #15857]
23168         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23169         does not overflow.
23171 2013-09-11  Will Newton  <will.newton@linaro.org>
23173         [BZ #15856]
23174         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23175         does not overflow.
23177 2013-09-11  Will Newton  <will.newton@linaro.org>
23179         [BZ #15855]
23180         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23181         does not overflow.
23183 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23185         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23186         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23187         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23188         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23189         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23191 2013-09-10  Allan McRae  <allan@archlinux.org>
23193         [BZ #15748]
23194         * manual/arith.texi (Parsing of Floats): Clarify
23195         cross-reference.
23197         [BZ #15849]
23198         * manual/install.texi (Running make install): Mention
23199         --enable-pt-chown.
23200         * INSTALL: Regenerated.
23202 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23204         * csu/init-first.c (_init): Remove the !SHARED condition around
23205         FPU control word initialization.
23206         * elf/dl-support.c (_dl_fpu_control): New variable.
23207         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23208         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23209         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23210         * math/test-fpucw-static.c: New file.
23211         * math/test-fpucw-ieee.c: New file.
23212         * math/test-fpucw-ieee-static.c: New file.
23213         * math/Makefile (tests): Add `test-fpucw-ieee' and
23214         `$(tests-static)'.
23215         (tests-static): New variable.
23216         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23217         dependency to...
23218         [($(build-shared),yes)]
23219         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23220         ... this.
23221         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23222         New dependency.
23224 2013-09-09  Allan McRae  <allan@archlinux.org>
23226         [BZ #15939]
23227         * manual/string.texi (Collation Functions): Fix typo in
23228         strcoll example.
23229         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23231         [BZ #15893]
23232         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23234         [BZ #15892]
23235         * libio/memstream.c (open_memstream): Fix memory leak.
23236         * libio/wmemstream.c (open_wmemstream): Likewise.
23238         [BZ #15895]
23239         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23241 2013-09-09  Will Newton  <will.newton@linaro.org>
23243         * malloc/Makefile: Add tst-realloc to tests.
23244         * malloc/tst-realloc.c: New file.
23246 2013-09-09  Allan McRae  <allan@archlinux.org>
23248         [BZ #15844]
23249         * COPYING: Update from GNU website to fix FSF address.
23250         * COPYING.LIB: Likewise.
23252 2013-09-06  David S. Miller  <davem@davemloft.net>
23254         * po/zh_TW.po: Update Chinese (traditional) translation from
23255         translation project.
23257 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23258             Joseph Myers  <joseph@codesourcery.com>
23260         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23261         "localeinfo.h".
23262         (obstack_chunk_alloc): New macro.
23263         (obstack_chunk_free): Likewise.
23264         (record_offset): New function.
23265         (init_locale_data): Likewise.
23266         (align_locale_data): Likewise.
23267         (add_locale_empty): Likewise.
23268         (add_locale_raw_data): Likewise.
23269         (add_locale_raw_obstack): Likewise.
23270         (add_locale_string): Likewise.
23271         (add_locale_wstring): Likewise.
23272         (add_locale_uint32): Likewise.
23273         (add_locale_uint32_array): Likewise.
23274         (add_locale_char): Likewise.
23275         (start_locale_structure): Likewise.
23276         (end_locale_structure): Likewise.
23277         (start_locale_prelude): Likewise.
23278         (end_locale_prelude): Likewise.
23279         (write_locale_data): Take locale_file structure rather than an
23280         iovec.
23281         * locale/programs/locfile.h: Include "obstack.h".
23282         (struct locale_file): Change to store locale file contents instead
23283         of header.
23284         (init_locale_data): New prototype.
23285         (align_locale_data): Likewise.
23286         (add_locale_empty): Likewise.
23287         (add_locale_raw_data): Likewise.
23288         (add_locale_raw_obstack): Likewise.
23289         (add_locale_string): Likewise.
23290         (add_locale_wstring): Likewise.
23291         (add_locale_uint32): Likewise.
23292         (add_locale_uint32_array): Likewise.
23293         (add_locale_char): Likewise.
23294         (start_locale_structure): Likewise.
23295         (end_locale_structure): Likewise.
23296         (start_locale_prelude): Likewise.
23297         (end_locale_prelude): Likewise.
23298         (write_locale_data): Update prototype.
23299         * locale/programs/3level.h (struct TABLE): Remove result field.
23300         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23301         Use new locale_file interface.
23302         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23303         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23304         * locale/programs/ld-address.c (address_output): Use new
23305         locale_file interface.
23306         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23307         NO_ADD_LOCALE.
23308         (collate_finish): Don't call collseq_table_finalize.
23309         (collate_output): Use new locale_file interface.
23310         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23311         in file.
23312         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23313         (TABLE): Move defines earlier in file.
23314         (ELEMENT): Likewise.
23315         (DEFAULT): Likewise.
23316         (wctrans_table_add): Move macro and inline function earlier in
23317         file.
23318         (struct wctype_table): Move type earlier in file.
23319         (add_locale_wctype_table): New static prototype.
23320         (struct locale_ctype_t): Use logical types instead of struct iovec
23321         pointers for members.
23322         (ctype_output): Use new locale_file interface.
23323         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23324         new locale_file interface.
23325         (allocate_arrays): Update for use of new locale_file interface.
23326         * locale/programs/ld-identification.c (identification_output): Use
23327         new locale_file interface.
23328         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23329         * locale/programs/ld-messages.c (messages_output): Likewise.
23330         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23331         * locale/programs/ld-name.c (name_output): Likewise.
23332         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23333         * locale/programs/ld-paper.c (paper_output): Likewise.
23334         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23335         * locale/programs/ld-time.c (time_output): Likewise.
23337 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23339         * benchtests/Makefile: Add memrchr benchmark.
23340         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23341         benchmark as memrchr.
23342         * benchtests/bench-memrchr-ifunc.c: New file.
23343         * benchtests/bench-memrchr.c: New file.
23345 2013-09-06   Will Newton  <will.newton@linaro.org>
23347         * benchtests/Makefile (string-bench): Add memcpy.
23349 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23350             Cong Wang  <amwang@redhat.com>
23352         [BZ #15850]
23353         * sysdeps/unix/sysv/linux/bits/in.h
23354         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23355         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23356         before __USE_KERNEL_IPV6_DEFS uses.
23357         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23358         IPPROTO_BEETPH.
23359         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23360         sockaddr_in6, or ipv6_mreq.
23362 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23364         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23365         memory access for final bytes in some large inputs.
23366         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23368 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23370         * string/test-memrchr.c: New file.
23371         * string/test-memrchr-ifunc.c: New file.
23372         * string/Makefile: Add new memrchr testcase.
23374 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23376         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23377         fanotify_init returns EPERM.
23379 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23381         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23382         errors.
23383         (top level): Treat second token from macro or constant entries for
23384         allowed headers as allowed.
23385         * include/complex.h: Condition internal declarations on
23386         [!_ISOMAC].
23387         * include/fenv.h: Condition include of <stdbool.h> and internal
23388         declarations on [!_ISOMAC].
23390 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23392         [BZ #15923]
23393         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23395 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23397         * configure.in (--enable-versioning): Remove configure option.
23398         (libc_cv_asm_symver_directive): Remove configure test.
23399         (libc_cv_ld_version_script_option): Likewise.
23400         (VERSIONING): Remove variable and AC_SUBST.
23401         (DO_VERSIONING): Remove AC_DEFINE.
23402         * configure: Regenerated.
23403         * config.h.in (DO_VERSIONING): Remove macro.
23404         * Makerules [$(versioning) = yes]: Change conditionals to
23405         [$(build-shared) = yes].
23406         * config.make.in (versioning): Remove variable.
23407         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23408         [$(build-shared) = yes].
23409         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23410         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23411         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23412         [$(build-shared) = yes].
23413         * extra-lib.mk [$(versioning) = yes]: Likewise.
23414         * hurd/Makefile [$(versioning) = yes]: Likewise.
23415         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23416         [SHARED].
23417         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23418         [SHARED].
23419         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23420         [SHARED && !NO_HIDDEN].
23421         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23422         [SHARED].
23423         [SHARED && DO_VERSIONING]: Likewise..
23424         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23425         [$(build-shared) = yes].
23426         * manual/install.texi (--disable-versioning): Remove
23427         documentation.
23428         * INSTALL: Regenerated.
23429         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23430         to [SHARED].
23431         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23432         [$(build-shared) = yes].
23433         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23434         * sysdeps/i386/i686/multiarch/strstr-c.c
23435         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23436         [SHARED && !NO_HIDDEN].
23437         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23438         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23439         * sysdeps/powerpc/powerpc32/dl-machine.c
23440         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23441         * sysdeps/powerpc/powerpc32/sysdep.h
23442         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23443         to [SHARED && PIC && !NO_HIDDEN].
23444         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23445         conditional to [SHARED].
23447 2013-09-04   Will Newton  <will.newton@linaro.org>
23449         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23450         * benchtests/bench-string.h: Include bench-timing.h instead
23451         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23452         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23453         call to HP_TIMING_DIFF_INIT.
23454         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23455         instead of hp-timing.h macros.
23456         * benchtests/bench-memchr.c: Likewise.
23457         * benchtests/bench-memcmp.c: Likewise.
23458         * benchtests/bench-memcpy.c: Likewise.
23459         * benchtests/bench-memmem.c: Likewise.
23460         * benchtests/bench-memmove.c: Likewise.
23461         * benchtests/bench-memset.c: Likewise.
23462         * benchtests/bench-rawmemchr.c: Likewise.
23463         * benchtests/bench-strcasecmp.c: Likewise.
23464         * benchtests/bench-strcasestr.c: Likewise.
23465         * benchtests/bench-strcat.c: Likewise.
23466         * benchtests/bench-strchr.c: Likewise.
23467         * benchtests/bench-strcmp.c: Likewise.
23468         * benchtests/bench-strcpy.c: Likewise.
23469         * benchtests/bench-strcpy_chk.c: Likewise.
23470         * benchtests/bench-strlen.c: Likewise.
23471         * benchtests/bench-strncasecmp.c: Likewise.
23472         * benchtests/bench-strncat.c: Likewise.
23473         * benchtests/bench-strncmp.c: Likewise.
23474         * benchtests/bench-strncpy.c: Likewise.
23475         * benchtests/bench-strnlen.c: Likewise.
23476         * benchtests/bench-strpbrk.c: Likewise.
23477         * benchtests/bench-strrchr.c: Likewise.
23478         * benchtests/bench-strspn.c: Likewise.
23479         * benchtests/bench-strstr.c: Likewise.
23481 2013-09-04  Will Newton  <will.newton@linaro.org>
23483         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23485 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23487         [BZ #15427]
23488         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23489         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23490         * math/libm-test.inc (lgamma_test_data): Add more tests.
23491         * sysdeps/i386/fpu/libm-test-ulps: Update.
23492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23494 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23496         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23497         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23498         Add ifunc.
23499         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23500         Add strcmp-sse2-unaligned
23501         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23503 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23505         * Versions.def (libc): Add GLIBC_2.19.
23507 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23509         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23510         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23512 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23514         [BZ #14155]
23515         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23516         intermediate calculations in recurrence.
23517         (__ieee754_ynf): Likewise.
23518         * math/libm-test.inc (jn_test_data): Do not allow spurious
23519         underflow exception.  Add more tests.
23520         (yn_test_data): Add more tests.
23521         * sysdeps/i386/fpu/libm-test-ulps: Update.
23522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23524 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23526         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23528 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23530         * csu/init-first.c: Fix then/than typos.
23531         * locale/programs/ld-collate.c: Likewise.
23532         * locale/programs/linereader.h: Likewise.
23533         * manual/charset.texi: Likewise.
23534         * manual/filesys.texi: Likewise.
23535         * manual/stdio.texi: Likewise.
23536         * manual/string.texi: Likewise.
23537         * stdlib/fmtmsg.c: Likewise.
23538         * sysdeps/i386/stpncpy.S: Likewise.
23539         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23540         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23541         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23542         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23544 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23546         * elf/dl-open.c: Fix typos.
23547         * iconvdata/gbbig5.c: Likewise.
23548         * iconvdata/iso-2022-jp.c: Likewise.
23549         * iconv/gconv_int.h: Likewise.
23550         * iconv/loop.c: Likewise.
23551         * nis/rpcsvc/nis.h: Likewise.
23552         * resolv/ns_name.c: Likewise.
23553         * stdio-common/vfscanf.c: Likewise.
23554         * streams/stropts.h: Likewise.
23555         * sunrpc/rpc_thread.c: Likewise.
23556         * sysdeps/i386/strpbrk.S: Likewise.
23557         * sysdeps/ieee754/k_standard.c: Likewise.
23558         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23559         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23560         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23561         * sysdeps/mach/hurd/profil.c: Likewise.
23562         * sysdeps/s390/dl-procinfo.h: Likewise.
23563         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23564         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23565         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23566         * sysdeps/x86_64/dl-trampoline.S: Likewise.
23567         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23569 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
23571         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23572         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23574 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
23576         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23577         aix specific files.
23578         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23579         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23580         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23581         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23582         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23583         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23584         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23585         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23587 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23588             Roland McGrath  <roland@hack.frob.com>
23590         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23591         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23593 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23595         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23596         __executable_start symbol instead of _start.
23598 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23600         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23601         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23602         Move macros to...
23603         * sysdeps/gnu/ldsodefs.h: ... this new file.
23605         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
23606         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
23607         instead of ELFOSABI_LINUX.
23609         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
23610         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
23611         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
23612         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
23613         Likewise.
23614         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
23615         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
23616         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
23617         Likewise.
23618         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23619         (ibm_extended_long_double): Add ieee_nan member.
23620         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
23621         (do_test): New function.
23623         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
23624         TEST_TRUNC.
23625         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
23626         functions, renamed from truncdfsf_test, trunctfsf_test,
23627         trunctfdf_test.
23628         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
23629         functions.
23630         (do_test): Run all these.
23632 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
23634         * argp/argp-help.c: Fix typos.
23635         * argp/argp-parse.c: Likewise.
23636         * debug/backtracesyms.c: Likewise.
23637         * elf/elf.h: Likewise.
23638         * malloc/malloc.c: Likewise.
23639         * nis/nis_print.c: Likewise.
23640         * resolv/res_comp.c: Likewise.
23641         * stdlib/stdlib.h: Likewise.
23642         * sunrpc/clnt_tcp.c: Likewise.
23643         * sunrpc/clnt_udp.c: Likewise.
23644         * sunrpc/clnt_unix.c: Likewise.
23645         * sysdeps/unix/bsd/ptsname.c: Likewise.
23646         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
23647         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
23648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
23649         Likewise.
23650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
23651         Likewise.
23652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
23653         Likewise.
23654         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
23656 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23658         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
23659         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23661 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
23663         [BZ #15897]
23664         * dlfcn/Makefile (tests): Add bug-dl-leaf.
23665         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
23666         ($(objpfx)bug-dl-leaf): New rule.
23667         ($(objpfx)bug-dl-leaf.so): Likewise.
23668         ($(objpfx)bug-dl-leaf.out): Likewise.
23669         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
23670         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
23671         * dlfcn/bug-dl-leaf.c: New test.
23672         * dlfcn/bug-dl-leaf-lib.c: Likewise.
23673         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
23674         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
23675         (dlclose): Likewise.
23676         (dlmopen): Likewise.
23678 2013-08-27  Roland McGrath  <roland@hack.frob.com>
23680         * include/netdb.h [!_ISOMAC]:
23681         Don't include <tls.h>.
23682         (h_errno, __libc_h_errno): Move declaration and macros out of
23683         [_LIBC_REENTRANT].
23685         * include/resolv.h [_RESOLV_H_]:
23686         Don't include <tls.h>.
23687         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
23688         * resolv/res_libc.c: Don't include <tls.h>.
23689         (_res): Use __attribute__ ((nocommon)) in place of
23690         __attribute__ ((section (".bss"))).
23692         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
23693         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
23695         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
23697         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
23698         only under [SIOCGIFCONF && SIOCGIFNETMASK].
23700         * resolv/res_mkquery.c: Include <sys/time.h>.
23702         * inet/ifreq.c: Moved to ...
23703         * sysdeps/unix/ifreq.c: ... here.
23704         * inet/ifreq.c: New file, true stub version.
23706         * socket/sa_len.c: New file.
23707         * socket/Makefile (aux): Add it.
23708         * sysdeps/unix/sysv/linux/Makefile
23709         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
23710         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
23711         and #include <socket/sa_len.c>.
23712         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
23713         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
23715         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
23716         * bits/socket.h: ... here.
23718         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
23719         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
23720         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
23722 2013-08-27  Andreas Schwab  <schwab@suse.de>
23724         [BZ #15736]
23725         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
23726         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
23727         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
23728         * string/test-strcasecmp.c (test_main): Run tests in several
23729         locales.
23730         * string/test-strncasecmp.c (test_main): Likewise.
23732         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
23733         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
23734         to __strcasecmp_nonascii and __strncasecmp_nonascii.
23735         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
23736         (__strncasecmp_ssse3) [PIC]: Likewise.
23738 2013-08-26  Roland McGrath  <roland@hack.frob.com>
23740         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
23742         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
23743         instead of explicitly declaring xdecrypt.
23744         * nis/nss_nis/nis-publickey.c: Likewise.
23746 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23748         [BZ #15890]
23749         * nscd/aicache.c: Include res_hconf.h.
23750         (addhstaiX): Initialize res_hconf.
23752 2013-08-26  Andreas Schwab  <schwab@suse.de>
23754         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
23755         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
23757 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23759         * nscd/aicache.c (addhstaiX): Fix indentation.
23761 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
23763         * configure.ac: Quote $build_pt_chown test.
23764         * configure: Regenerated.
23766 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
23768         [BZ #15532]
23769         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
23770         * math/s_cexpf.c (__cexpf): Likewise.
23771         * math/s_cexpl.c (__cexpl): Likewise.
23772         * math/libm-test.inc (cexp_test_data): Correct expected return
23773         value for NaN + i0.  Add another test.
23775 2013-08-22  David S. Miller  <davem@davemloft.net>
23777         * po/ca.po: Update Catalan translation from translation project.
23778         * po/uk.po: Add Ukrainian translations from translation project.
23780 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
23782         [BZ #15797]
23783         * math/s_fdim.c (__fdim): Check for infinite arguments if result
23784         is infinite, not alongside NaN test.
23785         * math/s_fdimf.c (__fdimf): Likewise.
23786         * math/s_fdiml.c (__fdiml): Likewise.
23787         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
23788         errno is unchanged.
23790 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
23792         * argp/argp-help.c: Fix typos.
23793         * crypt/speeds.c: Likewise.
23794         * csu/check_fds.c: Likewise.
23795         * elf/dl-load.c: Likewise.
23796         * elf/dl-open.c: Likewise.
23797         * elf/reldep3.c: Likewise.
23798         * elf/reldep.c: Likewise.
23799         * elf/sprof.c: Likewise.
23800         * iconv/iconv_charmap.c: Likewise.
23801         * iconv/skeleton.c: Likewise.
23802         * iconv/strtab.c: Likewise.
23803         * io/lockf64.c: Likewise.
23804         * libio/libioP.h: Likewise.
23805         * resolv/gai_notify.c: Likewise.
23806         * resolv/ns_name.c: Likewise.
23807         * resolv/ns_samedomain.c: Likewise.
23808         * resolv/res_send.c: Likewise.
23809         * stdlib/random.c: Likewise.
23810         * sunrpc/rpc/xdr.h: Likewise.
23811         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
23812         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
23813         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
23814         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
23815         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
23816         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
23817         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
23818         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
23819         * sysdeps/mach/hurd/check_fds.c: Likewise.
23820         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
23821         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23822         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23823         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
23824         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23825         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
23826         * sysdeps/pthread/aio_notify.c: Likewise.
23827         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
23828         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
23829         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
23830         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
23831         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23833 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23835         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
23836         version if bit_Slow_SSE4_2 is set.
23837         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
23838         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
23840 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23842         [BZ #15867]
23843         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
23844         trampoline stack frame information.
23845         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
23846         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
23847         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
23848         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
23849         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
23850         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23851         (_libc_vdso_platform_setup): Initialize the signal trampolines.
23852         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
23853         sa_flags value.
23854         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
23855         interrupting a syscall and set with option SA_SIGINFO.
23857 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23859         [BZ #15531]
23860         * math/s_cproj.c (__cproj): Only return an infinity if one part of
23861         argument is infinite.
23862         * math/s_cprojf.c (__cprojf): Likewise.
23863         * math/s_cprojl.c (__cprojl): Likewise.
23864         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
23865         * math/libm-test.inc (cproj_test_data): Add more tests.
23867         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
23869         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
23870         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
23871         size.  Use __ffs to determine corresponding shift.
23873 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
23874             Roland McGrath  <roland@hack.frob.com>
23876         * Makefile (INSTALL): Remove trailing blank lines from output of
23877         makeinfo.
23879 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23881         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
23882         Align 32 bit compat elf_greg to 8 bytes.
23884 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
23886         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
23888 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23890         * string/strcoll_l.c (coll_seq): New structure.
23891         (get_next_seq_cached): New function.
23892         (get_next_seq): New function.
23893         (do_compare): New function.
23894         (STRCOLL): Use GNU style definition.  Simplify implementation
23895         by using get_next_seq, get_next_seq_cached and do_compare.
23897 2013-08-16  Florian Weimer  <fweimer@redhat.com>
23899         [BZ #14699]
23900         CVE-2013-4237
23901         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
23902         member.
23903         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
23904         member.
23905         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
23906         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
23907         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
23908         conditional.
23909         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
23910         GETDENTS_64BIT_ALIGNED.
23911         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
23912         * manual/filesys.texi (Reading/Closing Directory): Document
23913         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
23914         strongly.
23915         * manual/conf.texi (Limits for Files): Add portability note to
23916         NAME_MAX, PATH_MAX.
23917         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
23919 2013-08-13  Andreas Schwab  <schwab@suse.de>
23921         [BZ #15749]
23922         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
23923         of fabs.
23924         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
23925         LDBL_MAX_EXP >= 16384]: Add tests for it.
23927 2013-08-12  David S. Miller  <davem@davemloft.net>
23929         * version.h (RELEASE): Set to "development".
23930         (VERSION): Set to "2.18.90".
23931         * NEWS: Add 2.19 section.
23933 2013-08-03  David S. Miller  <davem@davemloft.net>
23935         * po/ko.po: Update Korean translation from translation project.
23937 2013-08-01  David S. Miller  <davem@davemloft.net>
23939         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
23940         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
23941         Bilka.
23943 2013-07-30  David S. Miller  <davem@davemloft.net>
23945         * po/fr.po: Update French translation from translation project.
23947 2013-07-28  David S. Miller  <davem@davemloft.net>
23949         * po/cs.po: Update Czech translation from translation project.
23951         * po/sv.po: Update Swedish translation from translation project.
23953 2013-07-27  David S. Miller  <davem@davemloft.net>
23955         * po/eo.po: Update Esperanto translation from translation project.
23957         * po/vi.po: Update Vietnamese translation from translation project.
23959         * po/de.po: Update German translation from translation project.
23961 2013-07-26  David S. Miller  <davem@davemloft.net>
23963         * po/bg.po: Update Bulgarian translation from translation project.
23965         * po/nl.po: Update Dutch translation from translation project.
23966         * po/pl.po: Update Polish translation from translation project.
23967         * po/ru.po: Update Russian translation from translation project.
23969 2013-07-24  David S. Miller  <davem@davemloft.net>
23971         * po/libc.pot: Update.
23973 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23975         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
23976         variable page size.
23977         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
23978         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
23979         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
23981 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23983         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
23985 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23986             Andreas Schwab  <schwab@suse.de>
23987             Roland McGrath  <roland@hack.frob.com>
23988             Joseph Myers  <joseph@codesourcery.com>
23989             Carlos O'Donell  <carlos@redhat.com>
23991         [BZ #15755]
23992         * config.h.in: Define HAVE_PT_CHOWN.
23993         * config.make.in (build-pt-chown): New variable.
23994         * configure.in (--enable-pt_chown): New configure option.
23995         * configure: Regenerate.
23996         * login/Makefile: Include Makeconfig.  Build pt_chown only if
23997         build-pt-chown is enabled.
23998         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
23999         pt_chown to fix pty ownership.
24000         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24001         CLOSE_ALL_FDS.
24002         * manual/install.texi (Configuring and compiling): Mention
24003         --enable-pt_chown. Add @findex for grantpt.
24004         * INSTALL: Regenerate.
24006 2013-07-20  David S. Miller  <davem@davemloft.net>
24008         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24009         difference between 32-bit and 64-bit.
24011 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24013         [BZ #15711]
24014         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24015         Avoid system header dependency with -ffreestanding.
24016         ($(objpfx)bits/syscall%d): Likewise.
24018 2013-07-13  David S. Miller  <davem@davemloft.net>
24020         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24021         underflows from atanl/atan2l due to bug 15319.
24022         (casinh_test_data): Likewise.
24024 2013-07-07  David S. Miller  <davem@davemloft.net>
24026         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24028 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24030         * sysdeps/i386/fpu/libm-test-ulps: Update.
24031         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24033 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24035         * configure.in (--enable-lock-elision): Fix message text.
24036         * INSTALL: Regenerate.
24037         * configure: Regenerate.
24039 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24041         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24043 2013-07-03  Andreas Jaeger  <aj@suse.de>
24045         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24046         define.
24047         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24048         (ptrace_peeksiginfo_args): Add.
24049         (__ptrace_peeksiginfo_flags): Add.
24050         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24051         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24052         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24054 2013-07-03  Allan McRae  <allan@archlinux.org>
24056         * sysdeps/i386/fpu/libm-test-ulps: Update.
24058 2013-07-02  David S. Miller  <davem@davemloft.net>
24060         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24062 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24064         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24066 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24068         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24069         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24071 2013-07-02  Andi Kleen <ak@linux.intel.com>
24073         * config.h.in (ENABLE_LOCK_ELISION): Add.
24074         * configure.in (--enable-lock-elision): Add option.
24075         * manual/install.texi: Document --enable lock elision.
24076         * configure: Regenerate
24077         * INSTALL: Regenerate.
24079 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24081         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24082         SSE4.2 strcasecmp for libc.a.
24083         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24085 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24087         [BZ #13304]
24088         * soft-fp/op-common.h (_FP_FMA): New macro.
24089         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24090         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24091         (_FP_MUL_MEAT_1_imm): ... here.
24092         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24093         (_FP_MUL_MEAT_1_wide): ... here.
24094         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24095         (_FP_MUL_MEAT_1_hard): ... here.
24096         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24097         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24098         (_FP_MUL_MEAT_2_wide): ... here.
24099         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24100         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24101         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24102         (_FP_MUL_MEAT_2_gmp): ... here.
24103         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24104         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24105         (_FP_MUL_MEAT_4_wide): ... here.
24106         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24107         (_FP_MUL_MEAT_4_gmp): ... here.
24108         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24109         (_FP_WFRACBITS_DW_S): Likewise.
24110         (_FP_WFRACXBITS_DW_S): Likewise.
24111         (_FP_HIGHBIT_DW_S): Likewise.
24112         (FP_FMA_S): Likewise.
24113         (_FP_FRAC_HIGH_DW_S): Likewise.
24114         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24115         (_FP_WFRACBITS_DW_D): Likewise.
24116         (_FP_WFRACXBITS_DW_D): Likewise.
24117         (_FP_HIGHBIT_DW_D): Likewise.
24118         (FP_FMA_D): Likewise.
24119         (_FP_FRAC_HIGH_DW_D): Likewise.
24120         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24121         (_FP_WFRACBITS_DW_E): Likewise.
24122         (_FP_WFRACXBITS_DW_E): Likewise.
24123         (_FP_HIGHBIT_DW_E): Likewise.
24124         (FP_FMA_E): Likewise.
24125         (_FP_FRAC_HIGH_DW_E): Likewise.
24126         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24127         (_FP_WFRACBITS_DW_Q): Likewise.
24128         (_FP_WFRACXBITS_DW_Q): Likewise.
24129         (_FP_HIGHBIT_DW_Q): Likewise.
24130         (FP_FMA_Q): Likewise.
24131         (_FP_FRAC_HIGH_DW_Q): Likewise.
24132         * soft-fp/fmasf4.c: New file.
24133         * soft-fp/fmadf4.c: Likewise.
24134         * soft-fp/fmatf4.c: Likewise.
24136 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24138         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24139         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24140         Silvermont.
24141         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24142         macro.
24143         (index_Slow_SSE4_2): Likewise.
24144         (index_Prefer_PMINUB_for_stringop): Likewise.
24145         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24146         bit_Slow_SSE4_2 is set.
24147         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24148         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24150 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24152         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24153         rtld_global._dl_hwcap2.
24154         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24155         POWER8.
24156         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24157         POWER8 feature descriptions defined in _dl_hwcap2.
24158         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24159         string handling for POWER8 feature bits.
24160         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24161         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24162         _dl_powerpc_cap_flags.
24163         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24164         * sysdeps/powerpc/rtld-global-offsets.sym
24165         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24166         _dl_hwcap2 in the rtld_global_ro structure.
24168 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24170         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24171         hardware capabilities in support of AT_HWCAP2.
24172         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24173         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24174         GLRO(dl_hwcap2).
24175         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24176         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24177         explicitly the unknown a_type display mechanism is used.
24178         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24179         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24180         struct member.
24181         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24182         to macro prototype for AT_HWCAP2 support.
24183         * sysdeps/i386/dl-procinfo.h: Likewise.
24184         * sysdeps/s390/dl-procinfo.h: Likewise.
24185         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24186         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24187         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24188         return -1 for unknown a_type display fallback.
24189         * sysdeps/sparc/dl-procinfo.h: Likewise.
24190         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24191         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24193 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24195         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24196         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24198 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24200         [BZ #12492]
24201         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24202         mprotect making __stack_prot writable.
24204 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24205             Joseph Myers  <joseph@codesourcery.com>
24207         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24208         as being properly aligned.
24210 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24212         * dlfcn/modstatic5.c: New file.
24213         * dlfcn/tststatic5.c: New file.
24214         * dlfcn/Makefile (tests): Add tststatic5.
24215         (tests-static): Likewise.
24216         (modules-names): Add modstatic5.
24217         (tststatic5-ENV): New variable.
24218         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24220         [BZ #15022]
24221         * elf/dl-support.c (_dl_main_map): New variable.
24222         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24223         (_dl_nns, _dl_load_adds): Set to 1.
24224         (_dl_initial_searchlist): Refer to _dl_main_map.
24225         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24226         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24227         call to _dl_get_origin.
24228         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24229         around call_map.
24230         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24231         * dlfcn/modstatic3.c: New file.
24232         * dlfcn/tststatic3.c: New file.
24233         * dlfcn/tststatic4.c: New file.
24234         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24235         (tests-static): Likewise.
24236         (modules-names): Add modstatic3.
24237         (tststatic3-ENV, tststatic4-ENV): New variables.
24238         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24239         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24241 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24243         * configure.in (CC): Require GCC version 4.4 or later.
24244         * configure: Regenerated.
24245         * manual/install.texi (Tools for Compilation): Update GCC version
24246         requirement.
24247         * INSTALL: Regenerated.
24249 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24251         [BZ #15674]
24252         * string/test-memcmp.c (check2): New.
24253         (main): Call check2.
24255         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24257 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24259         [BZ #15022]
24260         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24261         over to...
24262         (dl_open_worker) [!SHARED]: ... here.
24264 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24266         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24268 2013-06-25  Richard Henderson  <rth@redhat.com>
24270         * locale/programs/locarchive.c: Include <libc-internal.h>
24272 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24274         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24275         trailing whitespace removed.
24277 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24279         [BZ #10283]
24280         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24281         * locale/programs/locarchive.c: Include libc-mmap.h.
24282         (prepare_address_space): Take two new outputs (the mmap base and len).
24283         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24284         values.
24285         (create_archive): Declare new mmap base and len values for
24286         prepare_address_space, and store the result in ah.
24287         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24288         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24289         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24290         Declare new mmap base and len values for
24291         prepare_address_space, and store the result in new_ah.
24292         (open_archive): Declare new mmap base and len values for
24293         prepare_address_space, and store the result in ah.
24294         (close_archive): If ah->mmap_base is not NULL, use that and
24295         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24296         * sysdeps/generic/libc-mmap.h: New file.
24298 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24300         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24301         (ALIGN_UP): Likewise.
24302         (PTR_ALIGN_DOWN): Likewise.
24303         (PTR_ALIGN_UP): Likewise.
24305 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24307         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24308         entry mapped to PPC_PLATFORM_POWER8.
24309         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24310         POWER8.
24311         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24312         (_dl_string_platform): Add case for exporting platform position for
24313         POWER8.
24314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24315         search path to sysdeps/powerpc/powerpc32/power8 directory.
24316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24317         search path to sysdeps/powerpc/powerpc64/power8 directory.
24318         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24319         power7 directories.
24320         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24321         power7 directories.
24323 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24325         * INSTALL: Regenerate.
24327         * nscd/connections.c (nscd_init): Fix comment.
24329 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24331         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24333         [BZ #15667]
24334         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24335         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24337 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24339         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24340         DL_DST_REQ_STATIC.
24341         (DL_DST_REQ_STATIC): Remove macro.
24343 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24345         [BZ #7006]
24346         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24347         with a shift of 0 bits.
24349 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24351         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24352         $(tststatic-ENV).
24354 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24356         [BZ #15655]
24357         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24359 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24361         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24362         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24363         accepts -fno-tree-loop-distribute-patterns.
24364         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24365         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24366         recursive call.
24367         * string/memset.c (memset): Likewise.
24368         * string/test-memmove.c (simple_memmove): Disable loop transformation
24369         to library calls.
24370         * string/test-memset.c (simple_memset): Likewise.
24371         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24372         * benchtests/bench-memset.c (simple_memset): Likewise.
24373         * configure: Regenerated.
24375 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24377         * math/test-misc.c (main): Ignore fesetround failure when failures
24378         of subsequent rounding tests would be ignored.
24380         [BZ #15654]
24381         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24382         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24383         * math/fegetenv.c (__fegetenv): Return 0.
24384         * math/fegetexcept.c (fegetexcept): Return 0.
24385         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24386         FE_TONEAREST.
24387         * math/feholdexcpt.c (feholdexcept): Return 0.
24388         * math/fesetenv.c (__fesetenv): Return 0.
24389         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24390         argument FE_TONEAREST.
24391         * math/feupdateenv.c (__feupdateenv): Return 0.
24392         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24394 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24396         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24397         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24398         ($(objpfx)rtld-%.os rules): Use them.
24400 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24402         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24403         fields.
24405 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24407         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24408         length of target pattern, then descending length of dependency pattern.
24409         * configure.in (AWK): Require gawk 3.1.2 or newer.
24410         * manual/install.texi (Tools for Compilation): Say that we do.
24411         * configure: Regenerated.
24413         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24414         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24415         * scripts/sysd-rules.awk: ... this new script.
24416         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24417         than a glob-style pattern.
24419 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24421         * math/test-misc.c (main): Do not treat incorrectly rounded
24422         conversions as failure unless ROUNDING_TESTS passes.
24424 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24426         [BZ #15631]
24427         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24428         restore exception state around main square root computation, then
24429         check for inexactness explicitly.
24431         * math/libm-test.inc (fma_test_data): Add another test.
24433 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24435         * manual/threads.texi (Non-POSIX Extensions): New document
24436         node.  Document pthread_getattr_default_np and
24437         pthread_setattr_default_np.
24439         * Versions.def (libpthread): Add GLIBC_2.18.
24440         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24442         Likewise.
24443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24444         Likewise.
24445         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24446         Likewise.
24447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24448         Likewise.
24449         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24450         Likewise.
24451         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24452         Likewise.
24453         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24454         Likewise.
24455         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24456         Likewise.
24457         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24458         Likewise.
24460 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24462         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24463         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24465 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24466             H.J. Lu  <hjl.tools@gmail.com>
24468         [BZ #15627]
24469         * sysdeps/x86_64/rtld-memset.c: Remove file.
24470         * sysdeps/x86_64/rtld-memset.S: New file.
24472 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24474         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24475         (test_in_one_mode): Take arguments for whether the rounding mode
24476         is supported for each floating-point type.
24477         (do_test): Pass new arguments to test_in_one_mode using
24478         ROUNDING_TESTS.
24480 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24482         * posix/tst-waitid.c (do_test): Distinguish different instances of
24483         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24484         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24485         before entering the kernel for waitpid.
24487 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24489         * NEWS: Fix note on clock function precision.  Text by Roland
24490         McGrath.
24492 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24494         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24495         it into place only when and if the sanity check passes.
24497 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24499         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24500         output for whether conversion result is exact.  Take argument
24501         indicating whether type is IBM long double.
24502         (round_for_all): Change need_exact field to ibm_ld.
24503         * stdlib/tst-strtod-round.c (struct exactness): New type.
24504         (struct test): Change bool ld_ok field to struct exactness exact.
24505         (TEST): Update all definitions for change to field.
24506         (tests): Regenerate array contents.
24507         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24508         field value.  Check for IBM long double here.
24509         (do_test): Update calls to test_in_one_mode.
24511 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24513         [BZ #12515]
24514         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24515         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24517 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24519         [BZ #15605]
24520         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24521         generated by the compiler on loop optimizations.
24522         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24523         general definitions.
24525 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24527         * math/bug-nextafter.c: Include <math-tests.h>.
24528         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24529         the relevant type.
24530         * math/bug-nexttoward.c: Include <math-tests.h>.
24531         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24532         the relevant type.
24533         * math/test-misc.c: Include <math-tests.h>.
24534         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24535         the relevant type.
24537 2013-06-12  Andreas Jaeger  <aj@suse.de>
24539         * po/ia.po: Update Interlingua translation from translation
24540         project.
24542 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24544         * include/fenv.h: Include stdbool.h.
24545         (struct rm_ctx): New structure.
24546         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24547         Define macro.
24548         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24549         (SET_RESTORE_ROUNDF): Likewise.
24550         (SET_RESTORE_ROUNDL): Likewise.
24551         (SET_RESTORE_ROUND_NOEX): Likewise.
24552         (SET_RESTORE_ROUND_NOEXF): Likewise.
24553         (SET_RESTORE_ROUND_NOEXL): Likewise.
24554         (SET_RESTORE_ROUND_53BIT): Likewise.
24555         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24556         (libc_feresetround_noexf_ctx): Likewise.
24557         (libc_feresetround_noexl_ctx): Likewise.
24558         (libc_feholdsetround_53bit_ctx): Likewise.
24559         (libc_feresetround_53bit_ctx): Likewise.
24560         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24561         (libc_feholdexcept_setround_sse_ctx): New function.
24562         (libc_fesetenv_sse_ctx): Likewise.
24563         (libc_feupdateenv_sse_ctx): Likewise.
24564         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24565         (libc_feholdexcept_setround_387_ctx): Likewise.
24566         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24567         (libc_feholdsetround_387_prec_ctx): Likewise.
24568         (libc_feholdsetround_387_ctx): Likewise.
24569         (libc_feholdsetround_387_53bit_ctx): Likewise.
24570         (libc_feholdsetround_sse_ctx): Likewise.
24571         (libc_feresetround_sse_ctx): Likewise.
24572         (libc_feresetround_387_ctx): Likewise.
24573         (libc_feupdateenv_387_ctx): Likewise.
24574         (libc_feholdexcept_setroundf_ctx): Define macro.
24575         (libc_fesetenvf_ctx): Likewise.
24576         (libc_feupdateenvf_ctx): Likewise.
24577         (libc_feholdsetroundf_ctx): Likewise.
24578         (libc_feresetroundf_ctx): Likewise.
24579         (libc_feholdexcept_setround_ctx): Likewise.
24580         (libc_fesetenv_ctx): Likewise.
24581         (libc_feupdateenv_ctx): Likewise.
24582         (libc_feholdsetround_ctx): Likewise.
24583         (libc_feresetround_ctx): Likewise.
24584         (libc_feholdexcept_setroundl_ctx): Likewise.
24585         (libc_feupdateenvl_ctx): Likewise.
24586         (libc_feholdsetroundl_ctx): Likewise.
24587         (libc_feresetroundl_ctx): Likewise.
24588         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24589         (libc_feresetround_53bit_ctx): Likewise.
24591 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24593         * locale/iso-639.def: Convert to UTF-8.
24595 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
24597         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24598         (EXCEPTION_TESTS_double): Likewise.
24599         (EXCEPTION_TESTS_long_double): Likewise.
24600         (EXCEPTION_TESTS): Likewise.
24601         * math/libm-test.inc (test_exceptions): Only test exceptions if
24602         EXCEPTION_TESTS (FLOAT).
24604 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24606         * benchtests/Makefile (string-bench): Add strcpy_chk and
24607         stpcpy_chk.
24608         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
24609         * benchtests/bench-stpcpy_chk.c: New file.
24610         * benchtests/bench-strcpy_chk-ifunc.c: New file.
24611         * benchtests/bench-strcpy_chk.c: New file.
24612         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
24613         code.
24614         (do_test): Likewise.
24616 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24618         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
24619         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
24620         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
24621         with tabs where appropriate.
24622         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
24623         dl-procinfo.h.
24624         [PPC_PLATFORM_PPC440]: Likewise.
24625         [PPC_PLATFORM_PPC464]: Likewise.
24626         [PPC_PLATFORM_PPC476]: Likewise.
24627         (_dl_string_platform): Add support for detecting ppc405, ppc440,
24628         ppc464, and ppc476 platform strings merging from ports/
24629         dl-procinfo.h.
24631 2013-06-11  Andreas Schwab  <schwab@suse.de>
24633         [BZ #14991]
24634         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
24635         (from_ucs4_idx): Regenerate.
24636         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
24637         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
24638         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
24639         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
24640         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
24641         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
24642         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
24643         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
24644         from FROM_LOOP and TO_LOOP specific macros.
24645         (BODY): Handle combining characters.
24646         * iconvdata/BIG5HKSCS.irreversible: Update.
24647         * iconvdata/BIG5HKSCS.precomposed: New file.
24648         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
24649         characters.
24650         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
24652 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24654         * include/sys/time.h: Fix indentation and add copyright header.
24656         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
24657         (do_test): Likewise.
24658         * string/test-memchr.c (do_one_test): Likewise.
24659         (do_test): Likewise.
24660         * string/test-memcmp.c (do_one_test): Likewise.
24661         (do_test): Likewise.
24662         * string/test-memcpy.c (do_one_test): Likewise.
24663         (do_test): Likewise.
24664         * string/test-memmem.c (do_one_test): Likewise.
24665         (do_test): Likewise.
24666         (do_random_tests): Likewise.
24667         * string/test-memmove.c (do_one_test): Likewise.
24668         (do_test): Likewise.
24669         * string/test-memset.c (do_one_test): Likewise.
24670         (do_test): Likewise.
24671         * string/test-rawmemchr.c (do_one_test): Likewise.
24672         (do_test): Likewise.
24673         * string/test-strcasecmp.c (do_one_test): Likewise.
24674         (do_test): Likewise.
24675         * string/test-strcasestr.c (do_one_test): Likewise.
24676         (do_test): Likewise.
24677         * string/test-strcat.c (do_one_test): Likewise.
24678         (do_test): Likewise.
24679         * string/test-strchr.c (do_one_test): Likewise.
24680         (do_test): Likewise.
24681         * string/test-strcmp.c (do_one_test): Likewise.
24682         (do_test): Likewise.
24683         * string/test-strcpy.c (do_one_test): Likewise.
24684         (do_test): Likewise.
24685         * string/test-string.h: Likewise.
24686         (test_init): Likewise.
24687         * string/test-strlen.c (do_one_test): Likewise.
24688         (do_test): Likewise.
24689         * string/test-strncasecmp.c (do_one_test): Likewise.
24690         (do_test): Likewise.
24691         * string/test-strncat.c (do_one_test): Likewise.
24692         (do_test): Likewise.
24693         * string/test-strncmp.c (do_one_test): Likewise.
24694         (do_test_limit): Likewise.
24695         (do_test): Likewise.
24696         * string/test-strncpy.c (do_one_test): Likewise.
24697         (do_test): Likewise.
24698         * string/test-strnlen.c (do_one_test): Likewise.
24699         (do_test): Likewise.
24700         * string/test-strpbrk.c (do_one_test): Likewise.
24701         (do_test): Likewise.
24702         * string/test-strrchr.c (do_one_test): Likewise.
24703         (do_test): Likewise.
24704         * string/test-strspn.c (do_one_test): Likewise.
24705         (do_test): Likewise.
24706         * string/test-strstr.c (do_one_test): Likewise.
24707         (do_test): Likewise.
24709         * benchtests/Makefile (string-bench): Add string benchmarks.
24710         * benchtests/bench-bcopy-ifunc.c: New file.
24711         * benchtests/bench-bcopy.c: New file.
24712         * benchtests/bench-bzero-ifunc.c: New file.
24713         * benchtests/bench-bzero.c: New file.
24714         * benchtests/bench-memccpy-ifunc.c: New file.
24715         * benchtests/bench-memccpy.c: New file.
24716         * benchtests/bench-memchr-ifunc.c: New file.
24717         * benchtests/bench-memchr.c: New file.
24718         * benchtests/bench-memcmp-ifunc.c: New file.
24719         * benchtests/bench-memcmp.c: New file.
24720         * benchtests/bench-memmem-ifunc.c: New file.
24721         * benchtests/bench-memmem.c: New file.
24722         * benchtests/bench-memmove-ifunc.c: New file.
24723         * benchtests/bench-memmove.c: New file.
24724         * benchtests/bench-mempcpy-ifunc.c: New file.
24725         * benchtests/bench-mempcpy.c: New file.
24726         * benchtests/bench-memset-ifunc.c: New file.
24727         * benchtests/bench-memset.c: New file.
24728         * benchtests/bench-rawmemchr-ifunc.c: New file.
24729         * benchtests/bench-rawmemchr.c: New file.
24730         * benchtests/bench-stpcpy-ifunc.c: New file.
24731         * benchtests/bench-stpcpy.c: New file.
24732         * benchtests/bench-stpncpy-ifunc.c: New file.
24733         * benchtests/bench-stpncpy.c: New file.
24734         * benchtests/bench-strcasecmp-ifunc.c: New file.
24735         * benchtests/bench-strcasecmp.c: New file.
24736         * benchtests/bench-strcasestr-ifunc.c: New file.
24737         * benchtests/bench-strcasestr.c: New file.
24738         * benchtests/bench-strcat-ifunc.c: New file.
24739         * benchtests/bench-strcat.c: New file.
24740         * benchtests/bench-strchr-ifunc.c: New file.
24741         * benchtests/bench-strchr.c: New file.
24742         * benchtests/bench-strchrnul-ifunc.c: New file.
24743         * benchtests/bench-strchrnul.c: New file.
24744         * benchtests/bench-strcmp-ifunc.c: New file.
24745         * benchtests/bench-strcmp.c: New file.
24746         * benchtests/bench-strcpy-ifunc.c: New file.
24747         * benchtests/bench-strcpy.c: New file.
24748         * benchtests/bench-strcspn-ifunc.c: New file.
24749         * benchtests/bench-strcspn.c: New file.
24750         * benchtests/bench-strlen-ifunc.c: New file.
24751         * benchtests/bench-strlen.c: New file.
24752         * benchtests/bench-strncasecmp-ifunc.c: New file.
24753         * benchtests/bench-strncasecmp.c: New file.
24754         * benchtests/bench-strncat-ifunc.c: New file.
24755         * benchtests/bench-strncat.c: New file.
24756         * benchtests/bench-strncmp-ifunc.c: New file.
24757         * benchtests/bench-strncmp.c: New file.
24758         * benchtests/bench-strncpy-ifunc.c: New file.
24759         * benchtests/bench-strncpy.c: New file.
24760         * benchtests/bench-strnlen-ifunc.c: New file.
24761         * benchtests/bench-strnlen.c: New file.
24762         * benchtests/bench-strpbrk-ifunc.c: New file.
24763         * benchtests/bench-strpbrk.c: New file.
24764         * benchtests/bench-strrchr-ifunc.c: New file.
24765         * benchtests/bench-strrchr.c: New file.
24766         * benchtests/bench-strspn-ifunc.c: New file.
24767         * benchtests/bench-strspn.c: New file.
24768         * benchtests/bench-strstr-ifunc.c: New file.
24769         * benchtests/bench-strstr.c: New file.
24771         * benchtests/Makefile: Disable parallel execution of targets.
24772         (string-bench): Add memcpy.
24773         (benchset): New variable to store a list of benchmark sets.
24774         (bench-func): Renamed from bench.
24775         (bench-set): New target.
24776         (bench): Depend on bench-func and bench-set.
24777         * benchtests/README: Add section on benchmark sets.
24778         * benchtests/bench-memcpy-ifunc.c: New file.
24779         * benchtests/bench-memcpy.c: New file.
24780         * benchtests/bench-string.h: New file.
24782 2013-06-11  Andreas Schwab  <schwab@suse.de>
24784         [BZ #15577]
24785         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
24786         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
24787         values in the triple.
24788         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
24789         terminator in the group key.
24791 2013-06-11  Andreas Jaeger  <aj@suse.de>
24793         * po/zh_TW.po: Update Chinese (traditional) translation from
24794         translation project.
24796 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24798         * include/time.h (__clock_gettime): Add libc_hidden_proto.
24799         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
24800         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
24801         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
24802         (clock_getcpuclockid): Likewise.
24803         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
24804         Add weak_alias and libc_hidden_def.
24805         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
24806         * rt/clock_gettime.c (clock_gettime): Rename to
24807         __clock_gettime.  Add weak_alias and libc_hidden_def.
24808         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
24809         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
24810         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
24811         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
24812         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
24813         Likewise.
24814         * rt/clock_settime.c (clock_settime): Rename to
24815         __clock_settime.  Add weak_alias and libc_hidden_def.
24816         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
24818 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
24820         * mach/err_boot.sub: Remove trailing whitespace.
24821         * mach/err_ipc.sub: Likewise.
24822         * mach/err_mach.sub: Likewise.
24824         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
24825         (ROUNDING_TESTS_double): Likewise.
24826         (ROUNDING_TESTS_long_double): Likewise.
24827         (ROUNDING_TESTS): Likewise.
24828         * math/libm-test.inc: Include <math-tests.h>.
24829         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
24830         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24831         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24832         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24834 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24836         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
24837         of assigning.
24839 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
24841         * sysdeps/gnu/errlist.awk: Do not generate space at end of
24842         otherwise empty TRANS lines.
24843         * sysdeps/gnu/errlist.c: Regenerated.
24845         * catgets/gencat.c (error_print): Use (void) in function
24846         definition.
24847         * crypt/crypt_util.c (__init_des): Likewise.
24848         * crypt/speeds.c (Stop): Likewise.
24849         (main): Likewise.
24850         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
24851         * inet/ruserpass.c (token): Likewise.
24852         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
24853         * intl/localealias.c (extend_alias_table): Likewise.
24854         * intl/plural-exp.c (init_germanic_plural): Likewise.
24855         * libio/fcloseall.c (__fcloseall): Likewise.
24856         * libio/genops.c (_IO_flush_all): Likewise.
24857         (_IO_flush_all_linebuffered): Likewise.
24858         (_IO_cleanup): Likewise.
24859         (_IO_iter_begin): Likewise.
24860         (_IO_iter_end): Likewise.
24861         (_IO_list_lock): Likewise.
24862         (_IO_list_unlock): Likewise.
24863         (_IO_list_resetlock): Likewise.
24864         * libio/getchar.c (getchar): Likewise.
24865         * libio/getchar_u.c (getchar_unlocked): Likewise.
24866         * libio/getwchar.c (getwchar): Likewise.
24867         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
24868         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
24869         * login/getpt.c (__getpt): Likewise.
24870         * login/tst-utmp.c (main): Likewise.
24871         * malloc/hooks.c (__malloc_check_init): Likewise.
24872         * malloc/malloc.c (__malloc_stats): Likewise.
24873         * malloc/mtrace.c (tr_break): Likewise.
24874         (mtrace): Likewise.
24875         (muntrace): Likewise.
24876         * misc/fstab.c (endfsent): Likewise.
24877         * misc/getclktck.c (__getclktck): Likewise.
24878         * misc/getdtsz.c (__getdtablesize): Likewise.
24879         * misc/gethostid.c (gethostid): Likewise.
24880         * misc/getpagesize.c (__getpagesize): Likewise.
24881         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
24882         (__get_nprocs): Likewise.
24883         (__get_phys_pages): Likewise.
24884         (__get_avphys_pages): Likewise.
24885         * misc/getttyent.c (getttyent): Likewise.
24886         (setttyent): Likewise.
24887         (endttyent): Likewise.
24888         * misc/getusershell.c (getusershell): Likewise.
24889         (endusershell): Likewise.
24890         (setusershell): Likewise.
24891         (initshells): Likewise.
24892         * misc/hsearch.c (__hdestroy): Likewise.
24893         * misc/sync.c (sync): Likewise.
24894         * misc/syslog.c (closelog_internal): Likewise.
24895         (closelog): Likewise.
24896         * misc/ttyslot.c (ttyslot): Likewise.
24897         * misc/vhangup.c (vhangup): Likewise.
24898         * posix/fork.c (__fork): Likewise.
24899         * posix/getegid.c (__getegid): Likewise.
24900         * posix/geteuid.c (__geteuid): Likewise.
24901         * posix/getgid.c (__getgid): Likewise.
24902         * posix/getpid.c (__getpid): Likewise.
24903         * posix/getppid.c (__getppid): Likewise.
24904         * posix/getuid.c (__getuid): Likewise.
24905         * posix/pause.c (pause): Likewise.
24906         * posix/setpgrp.c (setpgrp): Likewise.
24907         * posix/setsid.c (__setsid): Likewise.
24908         * posix/test-vfork.c (noop): Likewise.
24909         * resolv/gethnamaddr.c (_endhtent): Likewise.
24910         (_gethtent): Likewise.
24911         (ht_endhostent): Likewise.
24912         (gethostent): Likewise.
24913         (dns_service): Likewise.
24914         * stdlib/drand48.c (drand48): Likewise.
24915         * stdlib/lrand48.c (lrand48): Likewise.
24916         * stdlib/mrand48.c (mrand48): Likewise.
24917         * stdlib/rand.c (rand): Likewise.
24918         * stdlib/random.c (__random): Likewise.
24919         * stdlib/setenv.c (clearenv): Likewise.
24920         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
24921         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
24922         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
24923         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
24924         (__get_nprocs): Likewise.
24925         (__get_phys_pages): Likewise.
24926         (__get_avphys_pages): Likewise.
24927         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
24928         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
24929         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
24930         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
24931         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
24932         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
24933         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
24934         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
24935         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
24936         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
24937         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
24938         * sysdeps/mach/hurd/sync.c (sync): Likewise.
24939         * sysdeps/posix/clock.c (clock): Likewise.
24940         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
24941         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
24942         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
24943         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
24944         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
24945         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
24946         (__get_nprocs_conf): Likewise.
24947         (__get_phys_pages): Likewise.
24948         (__get_avphys_pages): Likewise.
24949         * time/clock.c (clock): Likewise.
24950         * time/tzset.c (__tzname_max): Likewise.
24952 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
24954         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
24955         (__bswap_32): Do not use "register".
24956         * crypt/crypt.c (_ufc_doit_r): Likewise.
24957         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
24958         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
24959         * gmon/gmon.c (__monstartup): Likewise.
24960         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
24961         * hurd/hurdmalloc.c (more_memory): Likewise.
24962         (malloc): Likewise.
24963         (free): Likewise.
24964         (realloc): Likewise.
24965         (malloc_fork_prepare): Likewise.
24966         (malloc_fork_parent): Likewise.
24967         (malloc_fork_child): Likewise.
24968         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
24969         (_svcauth_des): Likewise.
24970         * inet/inet_lnaof.c (inet_lnaof): Likewise.
24971         * inet/inet_net.c (inet_network): Likewise.
24972         * inet/inet_netof.c (inet_netof): Likewise.
24973         * inet/rcmd.c (__validuser2_sa): Likewise.
24974         * io/fts.c (fts_open): Likewise.
24975         (fts_load): Likewise.
24976         (fts_close): Likewise.
24977         (fts_read): Likewise.
24978         (fts_children): Likewise.
24979         (fts_build): Likewise.
24980         (fts_stat): Likewise.
24981         (fts_sort): Likewise.
24982         (fts_alloc): Likewise.
24983         (fts_lfree): Likewise.
24984         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
24985         (_IO_file_xsgetn): Likewise.
24986         (_IO_file_xsgetn_mmap): Likewise.
24987         * libio/iofopncook.c (_IO_cookie_read): Likewise.
24988         (_IO_cookie_write): Likewise.
24989         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
24990         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
24991         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
24992         * malloc/obstack.c (_obstack_begin): Likewise.
24993         (_obstack_begin_1): Likewise.
24994         (_obstack_newchunk): Likewise.
24995         (_obstack_allocated_p): Likewise.
24996         (obstack_free): Likewise.
24997         (_obstack_memory_used): Likewise.
24998         * misc/getttyent.c (getttynam): Likewise.
24999         (getttyent): Likewise.
25000         (skip): Likewise.
25001         (value): Likewise.
25002         * misc/getusershell.c (initshells): Likewise.
25003         * misc/syslog.c (__vsyslog_chk): Likewise.
25004         * misc/ttyslot.c (ttyslot): Likewise.
25005         * nis/nis_hash.c (__nis_hash): Likewise.
25006         * posix/fnmatch_loop.c (FCT): Likewise.
25007         * posix/getconf.c (print_all): Likewise.
25008         (main): Likewise.
25009         * posix/getopt.c (exchange): Likewise.
25010         * posix/glob.c (globfree): Likewise.
25011         (prefix_array): Likewise.
25012         (__glob_pattern_type): Likewise.
25013         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25014         (NS_GET32): Likewise.
25015         (NS_PUT16): Likewise.
25016         (NS_PUT32): Likewise.
25017         * resolv/gethnamaddr.c (getanswer): Likewise.
25018         (gethostbyname2): Likewise.
25019         (gethostbyaddr): Likewise.
25020         (_gethtent): Likewise.
25021         (_gethtbyname2): Likewise.
25022         (_gethtbyaddr): Likewise.
25023         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25024         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25025         * resolv/res_init.c (__res_vinit): Likewise.
25026         (net_mask): Likewise.
25027         * resolv/res_mkquery.c (outchar): Likewise.
25028         (PRINT): Likewise.
25029         * stdio-common/printf_fp.c (outchar): Likewise.
25030         (PRINT): Likewise.
25031         * stdio-common/printf_fphex.c (outchar): Likewise.
25032         (PRINT): Likewise.
25033         * stdio-common/printf_size.c (outchar): Likewise.
25034         (PRINT): Likewise.
25035         * stdio-common/test_rdwr.c (main): Likewise.
25036         * stdio-common/tfformat.c (matches): Likewise.
25037         * stdio-common/vfprintf.c (outchar): Likewise.
25038         (printf_unknown): Likewise.
25039         (buffered_vfprintf): Likewise.
25040         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25041         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25042         (ReadFile): Likewise.
25043         * stdlib/qsort.c (SWAP): Likewise.
25044         (_quicksort): Likewise.
25045         * stdlib/setenv.c (__add_to_environ): Likewise.
25046         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25047         * stdlib/strtol_l.c (__strtol_l): Likewise.
25048         * stdlib/tst-strtod.c (main): Likewise.
25049         * stdlib/tst-strtol.c (main): Likewise.
25050         * stdlib/tst-strtoll.c (main): Likewise.
25051         * string/bits/string2.h (__strcmp_cc): Likewise.
25052         (__strcmp_cg): Likewise.
25053         (__strcspn_c1): Likewise.
25054         (__strcspn_c2): Likewise.
25055         (__strcspn_c3): Likewise.
25056         (__strspn_c1): Likewise.
25057         (__strspn_c2): Likewise.
25058         (__strspn_c3): Likewise.
25059         (__strsep_1c): Likewise.
25060         (__strsep_2c): Likewise.
25061         (__strsep_3c): Likewise.
25062         * string/memccpy.c (__memccpy): Likewise.
25063         * string/stpcpy.c (__stpcpy): Likewise.
25064         * string/strcmp.c (strcmp): Likewise.
25065         * string/strrchr.c (strrchr): Likewise.
25066         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25067         Likewise.
25068         * sysdeps/mach/hurd/getcwd.c
25069         (_hurd_canonicalize_directory_name_internal): Likewise.
25070         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25071         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25072         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25073         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25074         Likewise, in both definitions.
25075         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25076         definitions.
25077         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25078         64] (__bswap_64): Likewise.
25079         * time/test_time.c (main): Likewise.
25080         * time/tzfile.c (__tzfile_read): Likewise.
25081         (__tzfile_compute): Likewise.
25082         * time/tzset.c (__tzset_parse_tz): Likewise.
25083         (tzset_internal): Likewise.
25084         (compute_change): Likewise.
25085         * wcsmbs/wcscat.c (__wcscat): Likewise.
25086         * wcsmbs/wcschr.c (wcschr): Likewise.
25087         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25088         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25089         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25090         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25091         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25092         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25093         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25094         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25095         * wcsmbs/wmemset.c (wmemset): Likewise.
25097 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25099         * scripts/config.guess: Update to version 2013-05-16.
25100         * scripts/config.sub: Update to version 2013-04-24.
25101         * scripts/install-sh: Update to version 2011-11-20.07.
25102         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25103         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25105 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25107         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25108         * elf/sln.c: Likewise.
25109         * hurd/hurd/ioctl.h: Likewise.
25110         * hurd/hurdmalloc.c: Likewise.
25111         * hurd/xattr.c: Likewise.
25112         * include/shlib-compat.h: Likewise.
25113         * inet/ruserpass.c: Likewise.
25114         * libio/iofgets_u.c: Likewise.
25115         * libio/iofgetws_u.c: Likewise.
25116         * locale/programs/ld-identification.c: Likewise.
25117         * locale/programs/ld-time.c: Likewise.
25118         * mach/msg-destroy.c: Likewise.
25119         * nss/nss_files/files-netgrp.c: Likewise.
25120         * resolv/res_data.c: Likewise.
25121         * soft-fp/op-1.h: Likewise.
25122         * soft-fp/op-2.h: Likewise.
25123         * soft-fp/op-4.h: Likewise.
25124         * soft-fp/op-common.h: Likewise.
25125         * stdio-common/printf_fphex.c: Likewise.
25126         * stdlib/strtod_l.c: Likewise.
25127         * sunrpc/rpc/clnt.h: Likewise.
25128         * sysdeps/generic/framestate.c: Likewise.
25129         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25130         * sysdeps/i386/bsd-setjmp.S: Likewise.
25131         * sysdeps/i386/__longjmp.S: Likewise.
25132         * sysdeps/i386/setjmp.S: Likewise.
25133         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25134         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25135         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25136         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25137         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25138         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25139         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25140         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25141         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25142         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25143         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25144         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25145         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25146         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25147         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25148         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25149         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25150         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25151         * sysdeps/ieee754/support.c: Likewise.
25152         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25153         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25154         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25155         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25156         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25157         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25158         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25159         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25160         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25161         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25162         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25163         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25164         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25165         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25166         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25167         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25168         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25171 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25173         * posix/transbug.c: Remove executable mode.
25175 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25177         * crypt/speeds.c: Remove trailing whitespace.
25178         * dlfcn/default.c: Likewise.
25179         * elf/ifuncdep2.c: Likewise.
25180         * elf/ifuncmain1.c: Likewise.
25181         * elf/ifuncmain1vis.c: Likewise.
25182         * elf/testobj.h: Likewise.
25183         * elf/tst-stackguard1.c: Likewise.
25184         * gmon/sys/gmon.h: Likewise.
25185         * hurd/hurdmsg.c: Likewise.
25186         * hurd/new-fd.c: Likewise.
25187         * hurd/ports-get.c: Likewise.
25188         * iconvdata/ibm1008_420.c: Likewise.
25189         * inet/tst-getni1.c: Likewise.
25190         * inet/tst-getni2.c: Likewise.
25191         * libio/ioungetc.c: Likewise.
25192         * libio/wfiledoalloc.c: Likewise.
25193         * manual/libm-err-tab.pl: Likewise.
25194         * math/w_dremf.c: Likewise.
25195         * misc/ftruncate.c: Likewise.
25196         * posix/bug-glob2.c: Likewise.
25197         * posix/tst-pcre.c: Likewise.
25198         * posix/wait4.c: Likewise.
25199         * resolv/README: Likewise.
25200         * resolv/res_debug.h: Likewise.
25201         * resolv/tst-inet_ntop.c: Likewise.
25202         * setjmp/bug269-setjmp.c: Likewise.
25203         * soft-fp/extended.h: Likewise.
25204         * soft-fp/op-1.h: Likewise.
25205         * soft-fp/op-2.h: Likewise.
25206         * soft-fp/op-4.h: Likewise.
25207         * soft-fp/op-8.h: Likewise.
25208         * soft-fp/testit.c: Likewise.
25209         * stdio-common/bug16.c: Likewise.
25210         * stdlib/random.c: Likewise.
25211         * sunrpc/rpcsvc/rquota.x: Likewise.
25212         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25213         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25214         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25215         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25216         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25217         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25218         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25219         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25220         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25221         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25222         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25223         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25224         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25225         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25226         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25227         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25228         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25229         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25230         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25231         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25232         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25233         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25234         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25235         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25236         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25237         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25238         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25239         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25240         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25241         * sysdeps/ieee754/s_lib_version.c: Likewise.
25242         * sysdeps/mach/hurd/check_fds.c: Likewise.
25243         * sysdeps/mach/hurd/getsockname.c: Likewise.
25244         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25245         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25246         * sysdeps/powerpc/bits/link.h: Likewise.
25247         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25248         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25249         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25250         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25251         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25252         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25253         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25254         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25255         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25256         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25257         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25258         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25259         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25260         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25261         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25262         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25263         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25264         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25265         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25266         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25267         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25268         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25269         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25270         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25271         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25272         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25273         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25274         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25275         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25276         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25277         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25278         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25279         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25280         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25281         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25282         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25283         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25284         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25285         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25286         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25287         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25288         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25289         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25290         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25291         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25292         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25293         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25294         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25295         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25296         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25297         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25298         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25299         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25300         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25301         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25302         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25303         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25304         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25305         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25306         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25307         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25308         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25309         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25310         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25311         * sysdeps/powerpc/sysdep.h: Likewise.
25312         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25313         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25314         * sysdeps/sh/dl-trampoline.S: Likewise.
25315         * sysdeps/sh/memset.S: Likewise.
25316         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25317         * sysdeps/sh/strlen.S: Likewise.
25318         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25319         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25320         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25321         * sysdeps/sparc/sparc32/rem.S: Likewise.
25322         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25323         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25324         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25325         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25326         * sysdeps/sparc/sparc32/urem.S: Likewise.
25327         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25328         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25329         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25330         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25331         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25332         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25333         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25334         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25335         * sysdeps/unix/bsd/times.c: Likewise.
25336         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25337         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25341         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25342         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25343         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25344         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25345         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25346         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25347         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25348         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25349         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25350         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25351         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25352         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25353         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25354         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25355         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25356         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25357         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25358         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25359         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25360         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25361         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25362         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25363         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25364         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25365         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25366         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25367         * sysdeps/x86_64/strcspn.S: Likewise.
25369 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25371         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25372         generated file.  Regenerate properly from gen-translit.pl.
25373         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25374         locale/C-translit.h.
25376 2013-06-05  Andreas Schwab  <schwab@suse.de>
25378         [BZ #15100]
25379         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25380         week as 6 instead of -1.
25381         * time/tst-strptime.c (day_tests): Add test case.
25383 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25385         * sysdeps/generic/math_private.h
25386         (libc_feholdexcept_setround_53bit): Replace with
25387         libc_feholdsetround_53bit.
25388         (libc_feupdateenv_53bit): Replace with
25389         libc_feresetround_53bit.
25390         (SET_RESTORE_ROUND_53BIT): Adjust.
25392 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25394         * string/test-strchrnul.c: Add copyright header.
25396         * posix/tst-getaddrinfo4.c: Increase test timeout.
25398 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25400         [BZ #15536]
25401         * math/libm-test.inc (MAX_EXP): Remove
25402         (MIN_EXP): Define.
25403         (ulp): Use MIN_EXP - MANT_DIG.
25404         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25406 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25408         * po/be.po: Revert last change.
25409         * po/zh_CN.po: Likewise.
25410         * po/header.pot: Likewise.
25412 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25414         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25415         link-libc-deps to empty as target-specific variable.
25416         * Makerules (link-libc-args): New variable.
25417         (libc-for-link): Likewise.
25418         (link-libc-deps): Likewise.
25419         (lib%.so): Depend on $(link-libc-deps).  Link with
25420         $(link-libc-args).
25421         (build-module): Link with $(link-libc-args).
25422         (build-module-asneeded): Likewise.
25423         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25424         list of objects.
25425         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25426         target-specific variable.
25427         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25428         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25429         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25430         libc.
25431         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25432         libc and ld.so.
25433         ($(objpfx)libpcprofile.so): Likewise.
25434         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25435         libc_nonshared.a.
25436         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25437         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25438         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25439         $(link-libc-deps).
25440         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25441         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25442         * login/Makefile ($(objpfx)libutil.so): Likewise.
25443         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25444         * math/Makefile ($(objpfx)libm.so): Likewise.
25445         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25446         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25447         variable instead of depending directly on libc.
25448         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25449         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25450         $(link-libc-deps).
25451         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25452         libc.
25453         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25454         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25455         ($(objpfx)libanl.so): Likewise.
25456         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25457         ld.so.
25458         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25459         $(link-libc-deps).
25460         * sysdeps/i386/fpu/Makefile: Remove file.
25461         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25462         ($(objpfx)libm.so): Remove dependency on ld.so.
25464 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25466         [BZ # 15553]
25467         * nis/yp_xdr.c (XDRMAXNAME): Define.
25468         (XDRMAXRECORD): Define.
25469         (xdr_domainname): Use XDRMAXNAME.
25470         (xdr_mapname): Likewise.
25471         (xdr_peername): Likewise.
25472         (xdr_keydat): Use XDRMAXRECORD.
25473         (xdr_valdat): Likewise.
25475 2013-05-30  Jeff Law  <law@redhat.com>
25477         [BZ #14256]
25478         * manual/errno.texi (ESTALE): Update to account for more than
25479         just NFS file systems.
25480         * sysdeps/gnu/errlist.c: Regenerated.
25482 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25484         [BZ #15465]
25485         * elf/Makefile (tests): Add tst-null-argv.
25486         (modules-names):  Add tst-null-argv-lib.
25487         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25488         (tst-null-argv-ENV): Set environment for tst-null-argv.
25489         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25490         (RTLD_PROGNAME): New macro.
25491         * elf/tst-null-argv.c: New test case.
25492         * elf/tst-null-argv-lib.c: Library for test case.
25493         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25494         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25495         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25496         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25497         * elf/dl-init.c (call_init): Likewise.
25498         (_dl_init): Likewise.
25499         * elf/dl-load.c (print_search_path): Likewise.
25500         (_dl_map_object): Likewise.
25501         * elf/dl-lookup.c (do_lookup_x): Likewise.
25502         (add_dependency): Likewise.
25503         (_dl_lookup_symbol_x): Likewise.
25504         (_dl_debug_bindings): Likewise.
25505         * elf/dl-open.c (_dl_show_scope): Likewise.
25506         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25507         * elf/dl-version.c (match_symbol): Likewise.
25508         (_dl_check_map_versions): Likewise.
25509         * elf/rtld.c (dl_main): Likewise.
25510         (print_unresolved): Use RTLD_PROGNAME.
25511         (print_missing_version): Likewise.
25512         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25513         (elf_machine_rela): Likewise.
25514         * sysdeps/powerpc/powerpc32/dl-machine.c
25515         (__process_machine_rela): Likewise.
25516         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25517         Likewise.
25518         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25519         Likewise.
25520         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25521         Likewise.
25522         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25523         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25524         Likewise.
25525         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25526         Likewise.
25527         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25529 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25531         * po/be.po: Add descriptive title.
25532         * po/zh_CN.po: Likewise.
25533         * po/header.pot: Likewise.
25535 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25537         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25538         error message.
25539         (enlarge_archive): Likewise.
25541 2013-05-28  Ben North  <ben@redfrontdoor.org>
25543         * manual/arith.texi (frexp): It is the magnitude of the return
25544         value which lies in [0.5, 1), not the return value itself.
25546 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25548         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25550 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25552         * stdio-common/bug26.c (main): Correct fscanf template.
25554         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25555         declare _dl_skip_args.
25557         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25558         Don't declare.
25560         * manual/platform.texi: Add missing @end deftypefun.
25562 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25564         [BZ #15529]
25565         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25566         bit of mantissa of 2^16382.
25567         * math/libm-test.inc (hypot_test_data): Add more tests.
25569         * math/libm-test.inc: Add drem and pow10 to list of tested
25570         functions.
25571         (pow10_test): New function.
25572         (drem_test): Likewise.
25573         (drem_test_tonearest): Likewise.
25574         (drem_test_towardzero): Likewise.
25575         (drem_test_downward): Likewise.
25576         (drem_test_upward): Likewise.
25577         (main): Call the new functions.
25579         * math/libm-test.inc (finite_test_data): Remove.
25580         (finite_test): Run tests from isfinite_test_data.
25581         (gamma_test_data): Remove.
25582         (gamma_test): Run tests from lgamma_test_data.
25583         * sysdeps/i386/fpu/libm-test-ulps: Update.
25584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25586 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25588         * manual/platform.texi: Add PowerPC PPR function set documentation.
25589         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25590         implementation.
25592 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
25594         * math/libm-test.inc (MAX_EXP): Define.
25595         (ULPDIFF): Define.
25596         (ulp): New function.
25597         (check_float_internal): Use ULPDIFF.
25598         (cpow_test): Disable failing test.
25599         (check_ulp): Test ulp() implemetnation.
25600         (main): Call check_ulp before starting tests.
25602 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25604         * math/gen-libm-test.pl (generate_testfile): Do not handle
25605         START_DATA and END_DATA.
25606         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
25607         END_DATA.
25608         (acos_tonearest_test_data): Likewise.
25609         (acos_towardzero_test_data): Likewise.
25610         (acos_downward_test_data): Likewise.
25611         (acos_upward_test_data): Likewise.
25612         (acosh_test_data): Likewise.
25613         (asin_test_data): Likewise.
25614         (asin_tonearest_test_data): Likewise.
25615         (asin_towardzero_test_data): Likewise.
25616         (asin_downward_test_data): Likewise.
25617         (asin_upward_test_data): Likewise.
25618         (asinh_test_data): Likewise.
25619         (atan_test_data): Likewise.
25620         (atanh_test_data): Likewise.
25621         (atan2_test_data): Likewise.
25622         (cabs_test_data): Likewise.
25623         (cacos_test_data): Likewise.
25624         (cacosh_test_data): Likewise.
25625         (carg_test_data): Likewise.
25626         (casin_test_data): Likewise.
25627         (casinh_test_data): Likewise.
25628         (catan_test_data): Likewise.
25629         (catanh_test_data): Likewise.
25630         (cbrt_test_data): Likewise.
25631         (ccos_test_data): Likewise.
25632         (ccosh_test_data): Likewise.
25633         (ceil_test_data): Likewise.
25634         (cexp_test_data): Likewise.
25635         (cimag_test_data): Likewise.
25636         (clog_test_data): Likewise.
25637         (clog10_test_data): Likewise.
25638         (conj_test_data): Likewise.
25639         (copysign_test_data): Likewise.
25640         (cos_test_data): Likewise.
25641         (cos_tonearest_test_data): Likewise.
25642         (cos_towardzero_test_data): Likewise.
25643         (cos_downward_test_data): Likewise.
25644         (cos_upward_test_data): Likewise.
25645         (cosh_test_data): Likewise.
25646         (cosh_tonearest_test_data): Likewise.
25647         (cosh_towardzero_test_data): Likewise.
25648         (cosh_downward_test_data): Likewise.
25649         (cosh_upward_test_data): Likewise.
25650         (cpow_test_data): Likewise.
25651         (cproj_test_data): Likewise.
25652         (creal_test_data): Likewise.
25653         (csin_test_data): Likewise.
25654         (csinh_test_data): Likewise.
25655         (csqrt_test_data): Likewise.
25656         (ctan_test_data): Likewise.
25657         (ctan_tonearest_test_data): Likewise.
25658         (ctan_towardzero_test_data): Likewise.
25659         (ctan_downward_test_data): Likewise.
25660         (ctan_upward_test_data): Likewise.
25661         (ctanh_test_data): Likewise.
25662         (ctanh_tonearest_test_data): Likewise.
25663         (ctanh_towardzero_test_data): Likewise.
25664         (ctanh_downward_test_data): Likewise.
25665         (ctanh_upward_test_data): Likewise.
25666         (erf_test_data): Likewise.
25667         (erfc_test_data): Likewise.
25668         (exp_test_data): Likewise.
25669         (exp_tonearest_test_data): Likewise.
25670         (exp_towardzero_test_data): Likewise.
25671         (exp_downward_test_data): Likewise.
25672         (exp_upward_test_data): Likewise.
25673         (exp10_test_data): Likewise.
25674         (exp2_test_data): Likewise.
25675         (expm1_test_data): Likewise.
25676         (fabs_test_data): Likewise.
25677         (fdim_test_data): Likewise.
25678         (finite_test_data): Likewise.
25679         (floor_test_data): Likewise.
25680         (fma_test_data): Likewise.
25681         (fma_towardzero_test_data): Likewise.
25682         (fma_downward_test_data): Likewise.
25683         (fma_upward_test_data): Likewise.
25684         (fmax_test_data): Likewise.
25685         (fmin_test_data): Likewise.
25686         (fmod_test_data): Likewise.
25687         (fpclassify_test_data): Likewise.
25688         (frexp_test_data): Likewise.
25689         (gamma_test_data): Likewise.
25690         (hypot_test_data): Likewise.
25691         (ilogb_test_data): Likewise.
25692         (isfinite_test_data): Likewise.
25693         (isgreater_test_data): Likewise.
25694         (isgreaterequal_test_data): Likewise.
25695         (isinf_test_data): Likewise.
25696         (isless_test_data): Likewise.
25697         (islessequal_test_data): Likewise.
25698         (islessgreater_test_data): Likewise.
25699         (isnan_test_data): Likewise.
25700         (isnormal_test_data): Likewise.
25701         (issignaling_test_data): Likewise.
25702         (isunordered_test_data): Likewise.
25703         (j0_test_data): Likewise.
25704         (j1_test_data): Likewise.
25705         (jn_test_data): Likewise.
25706         (ldexp_test_data): Likewise.
25707         (lgamma_test_data): Likewise.
25708         (lrint_test_data): Likewise.
25709         (lrint_tonearest_test_data): Likewise.
25710         (lrint_towardzero_test_data): Likewise.
25711         (lrint_downward_test_data): Likewise.
25712         (lrint_upward_test_data): Likewise.
25713         (llrint_test_data): Likewise.
25714         (llrint_tonearest_test_data): Likewise.
25715         (llrint_towardzero_test_data): Likewise.
25716         (llrint_downward_test_data): Likewise.
25717         (llrint_upward_test_data): Likewise.
25718         (log_test_data): Likewise.
25719         (log10_test_data): Likewise.
25720         (log1p_test_data): Likewise.
25721         (log2_test_data): Likewise.
25722         (logb_test_data): Likewise.
25723         (logb_downward_test_data): Likewise.
25724         (lround_test_data): Likewise.
25725         (llround_test_data): Likewise.
25726         (modf_test_data): Likewise.
25727         (nearbyint_test_data): Likewise.
25728         (nextafter_test_data): Likewise.
25729         (nexttoward_test_data): Likewise.
25730         (pow_test_data): Likewise.
25731         (pow_tonearest_test_data): Likewise.
25732         (pow_towardzero_test_data): Likewise.
25733         (pow_downward_test_data): Likewise.
25734         (pow_upward_test_data): Likewise.
25735         (remainder_test_data): Likewise.
25736         (remainder_tonearest_test_data): Likewise.
25737         (remainder_towardzero_test_data): Likewise.
25738         (remainder_downward_test_data): Likewise.
25739         (remainder_upward_test_data): Likewise.
25740         (remquo_test_data): Likewise.
25741         (rint_test_data): Likewise.
25742         (rint_tonearest_test_data): Likewise.
25743         (rint_towardzero_test_data): Likewise.
25744         (rint_downward_test_data): Likewise.
25745         (rint_upward_test_data): Likewise.
25746         (round_test_data): Likewise.
25747         (scalb_test_data): Likewise.
25748         (scalbn_test_data): Likewise.
25749         (scalbln_test_data): Likewise.
25750         (signbit_test_data): Likewise.
25751         (sin_test_data): Likewise.
25752         (sin_tonearest_test_data): Likewise.
25753         (sin_towardzero_test_data): Likewise.
25754         (sin_downward_test_data): Likewise.
25755         (sin_upward_test_data): Likewise.
25756         (sincos_test_data): Likewise.
25757         (sinh_test_data): Likewise.
25758         (sinh_tonearest_test_data): Likewise.
25759         (sinh_towardzero_test_data): Likewise.
25760         (sinh_downward_test_data): Likewise.
25761         (sinh_upward_test_data): Likewise.
25762         (sqrt_test_data): Likewise.
25763         (tan_test_data): Likewise.
25764         (tan_tonearest_test_data): Likewise.
25765         (tan_towardzero_test_data): Likewise.
25766         (tan_downward_test_data): Likewise.
25767         (tan_upward_test_data): Likewise.
25768         (tanh_test_data): Likewise.
25769         (tgamma_test_data): Likewise.
25770         (trunc_test_data): Likewise.
25771         (y0_test_data): Likewise.
25772         (y1_test_data): Likewise.
25773         (yn_test_data): Likewise.
25774         (significand_test_data): Likewise.
25776         * math/gen-libm-test.pl (@functions): Remove variable.
25777         (generate_testfile): Don't handle START and END lines.
25778         * math/libm-test.inc (START): New macro.
25779         (END): Likewise.
25780         (END_COMPLEX): Likewise.
25781         (acos_test): Use END macro without arguments.
25782         (acos_test_tonearest): Likewise.
25783         (acos_test_towardzero): Likewise.
25784         (acos_test_downward): Likewise.
25785         (acos_test_upward): Likewise.
25786         (acosh_test): Likewise.
25787         (asin_test): Likewise.
25788         (asin_test_tonearest): Likewise.
25789         (asin_test_towardzero): Likewise.
25790         (asin_test_downward): Likewise.
25791         (asin_test_upward): Likewise.
25792         (asinh_test): Likewise.
25793         (atan_test): Likewise.
25794         (atanh_test): Likewise.
25795         (atan2_test): Likewise.
25796         (cabs_test): Likewise.
25797         (cacos_test): Use END_COMPLEX macro without arguments.
25798         (cacosh_test): Likewise.
25799         (carg_test): Use END macro without arguments.
25800         (casin_test): Use END_COMPLEX macro without arguments.
25801         (casinh_test): Likewise.
25802         (catan_test): Likewise.
25803         (catanh_test): Likewise.
25804         (cbrt_test): Use END macro without arguments.
25805         (ccos_test): Use END_COMPLEX macro without arguments.
25806         (ccosh_test): Likewise.
25807         (ceil_test): Use END macro without arguments.
25808         (cexp_test): Use END_COMPLEX macro without arguments.
25809         (cimag_test): Use END macro without arguments.
25810         (clog_test): Use END_COMPLEX macro without arguments.
25811         (clog10_test): Likewise.
25812         (conj_test): Likewise.
25813         (copysign_test): Use END macro without arguments.
25814         (cos_test): Likewise.
25815         (cos_test_tonearest): Likewise.
25816         (cos_test_towardzero): Likewise.
25817         (cos_test_downward): Likewise.
25818         (cos_test_upward): Likewise.
25819         (cosh_test): Likewise.
25820         (cosh_test_tonearest): Likewise.
25821         (cosh_test_towardzero): Likewise.
25822         (cosh_test_downward): Likewise.
25823         (cosh_test_upward): Likewise.
25824         (cpow_test): Use END_COMPLEX macro without arguments.
25825         (cproj_test): Likewise.
25826         (creal_test): Use END macro without arguments.
25827         (csin_test): Use END_COMPLEX macro without arguments.
25828         (csinh_test): Likewise.
25829         (csqrt_test): Likewise.
25830         (ctan_test): Likewise.
25831         (ctan_test_tonearest): Likewise.
25832         (ctan_test_towardzero): Likewise.
25833         (ctan_test_downward): Likewise.
25834         (ctan_test_upward): Likewise.
25835         (ctanh_test): Likewise.
25836         (ctanh_test_tonearest): Likewise.
25837         (ctanh_test_towardzero): Likewise.
25838         (ctanh_test_downward): Likewise.
25839         (ctanh_test_upward): Likewise.
25840         (erf_test): Use END macro without arguments.
25841         (erfc_test): Likewise.
25842         (exp_test): Likewise.
25843         (exp_test_tonearest): Likewise.
25844         (exp_test_towardzero): Likewise.
25845         (exp_test_downward): Likewise.
25846         (exp_test_upward): Likewise.
25847         (exp10_test): Likewise.
25848         (exp2_test): Likewise.
25849         (expm1_test): Likewise.
25850         (fabs_test): Likewise.
25851         (fdim_test): Likewise.
25852         (finite_test): Likewise.
25853         (floor_test): Likewise.
25854         (fma_test): Likewise.
25855         (fma_test_towardzero): Likewise.
25856         (fma_test_downward): Likewise.
25857         (fma_test_upward): Likewise.
25858         (fmax_test): Likewise.
25859         (fmin_test): Likewise.
25860         (fmod_test): Likewise.
25861         (fpclassify_test): Likewise.
25862         (frexp_test): Likewise.
25863         (gamma_test): Likewise.
25864         (hypot_test): Likewise.
25865         (ilogb_test): Likewise.
25866         (isfinite_test): Likewise.
25867         (isgreater_test): Likewise.
25868         (isgreaterequal_test): Likewise.
25869         (isinf_test): Likewise.
25870         (isless_test): Likewise.
25871         (islessequal_test): Likewise.
25872         (islessgreater_test): Likewise.
25873         (isnan_test): Likewise.
25874         (isnormal_test): Likewise.
25875         (issignaling_test): Likewise.
25876         (isunordered_test): Likewise.
25877         (j0_test): Likewise.
25878         (j1_test): Likewise.
25879         (jn_test): Likewise.
25880         (ldexp_test): Likewise.
25881         (lgamma_test): Likewise.
25882         (lrint_test): Likewise.
25883         (lrint_test_tonearest): Likewise.
25884         (lrint_test_towardzero): Likewise.
25885         (lrint_test_downward): Likewise.
25886         (lrint_test_upward): Likewise.
25887         (llrint_test): Likewise.
25888         (llrint_test_tonearest): Likewise.
25889         (llrint_test_towardzero): Likewise.
25890         (llrint_test_downward): Likewise.
25891         (llrint_test_upward): Likewise.
25892         (log_test): Likewise.
25893         (log10_test): Likewise.
25894         (log1p_test): Likewise.
25895         (log2_test): Likewise.
25896         (logb_test): Likewise.
25897         (logb_test_downward): Likewise.
25898         (lround_test): Likewise.
25899         (llround_test): Likewise.
25900         (modf_test): Likewise.
25901         (nearbyint_test): Likewise.
25902         (nextafter_test): Likewise.
25903         (nexttoward_test): Likewise.
25904         (pow_test): Likewise.
25905         (pow_test_tonearest): Likewise.
25906         (pow_test_towardzero): Likewise.
25907         (pow_test_downward): Likewise.
25908         (pow_test_upward): Likewise.
25909         (remainder_test): Likewise.
25910         (remainder_test_tonearest): Likewise.
25911         (remainder_test_towardzero): Likewise.
25912         (remainder_test_downward): Likewise.
25913         (remainder_test_upward): Likewise.
25914         (remquo_test): Likewise.
25915         (rint_test): Likewise.
25916         (rint_test_tonearest): Likewise.
25917         (rint_test_towardzero): Likewise.
25918         (rint_test_downward): Likewise.
25919         (rint_test_upward): Likewise.
25920         (round_test): Likewise.
25921         (scalb_test): Likewise.
25922         (scalbn_test): Likewise.
25923         (scalbln_test): Likewise.
25924         (signbit_test): Likewise.
25925         (sin_test): Likewise.
25926         (sin_test_tonearest): Likewise.
25927         (sin_test_towardzero): Likewise.
25928         (sin_test_downward): Likewise.
25929         (sin_test_upward): Likewise.
25930         (sincos_test): Likewise.
25931         (sinh_test): Likewise.
25932         (sinh_test_tonearest): Likewise.
25933         (sinh_test_towardzero): Likewise.
25934         (sinh_test_downward): Likewise.
25935         (sinh_test_upward): Likewise.
25936         (sqrt_test): Likewise.
25937         (tan_test): Likewise.
25938         (tan_test_tonearest): Likewise.
25939         (tan_test_towardzero): Likewise.
25940         (tan_test_downward): Likewise.
25941         (tan_test_upward): Likewise.
25942         (tanh_test): Likewise.
25943         (tgamma_test): Likewise.
25944         (trunc_test): Likewise.
25945         (y0_test): Likewise.
25946         (y1_test): Likewise.
25947         (yn_test): Likewise.
25948         (significand_test): Likewise.
25950 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
25952         [BZ #15381]
25953         * libio/genops.c (_IO_no_init): Initialize wide struct info.
25955 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25957         [BZ #14894]
25958         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
25959         __ppc_mdoio and __ppc_mdoom.
25960         * manual/platform.texi: Document new functions __ppc_yield,
25961         __ppc_mdoio and __ppc_mdoom.
25963 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
25965         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
25966         (main): Mention "tls" pseudo-hwcap is legacy.
25967         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
25969 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
25971         * math/gen-libm-test.pl (parse_args): Output only string of
25972         arguments as text for test name, not full call or descriptions of
25973         tests for extra outputs.
25974         (generate_testfile): Do not pass function name to parse_args.
25975         Generate this_func variable from START.
25976         * math/libm-test.inc (struct test_f_f_data): Rename test_name
25977         field to arg_str.
25978         (struct test_ff_f_data): Likewise.
25979         (test_ff_f_data_nexttoward): Likewise.
25980         (struct test_fi_f_data): Likewise.
25981         (struct test_fl_f_data): Likewise.
25982         (struct test_if_f_data): Likewise.
25983         (struct test_fff_f_data): Likewise.
25984         (struct test_c_f_data): Likewise.
25985         (struct test_f_f1_data): Likewise.  Remove field extra_name.
25986         (struct test_fF_f1_data): Likewise.
25987         (struct test_ffI_f1_data): Likewise.
25988         (struct test_c_c_data): Rename test_name field to arg_str.
25989         (struct test_cc_c_data): Likewise.
25990         (struct test_f_i_data): Likewise.
25991         (struct test_ff_i_data): Likewise.
25992         (struct test_f_l_data): Likewise.
25993         (struct test_f_L_data): Likewise.
25994         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
25995         and extra2_name.
25996         (COMMON_TEST_SETUP): New macro.
25997         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
25998         (COMMON_TEST_CLEANUP): Likewise.
25999         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26000         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26001         macros.
26002         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26003         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26004         macros.
26005         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26006         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26007         cleanup macros.
26008         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26009         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26010         macros.
26011         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26012         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26013         macros.
26014         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26015         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26016         cleanup macros.
26017         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26018         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26019         cleanup macros.
26020         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26021         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26022         cleanup macros.
26023         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26024         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26025         macros.
26026         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26027         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26028         macros.
26029         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26030         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26031         macros.
26032         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26033         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26034         cleanup macros.
26035         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26036         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26037         cleanup macros.
26038         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26039         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26040         macros.
26041         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26042         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26043         cleanup macros.
26044         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26045         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26046         macros.
26047         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26048         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26049         macros.
26050         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26051         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26052         cleanup macros.
26053         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26055 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26057         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26058         to _sifields.sigfault.
26059         (si_addr_lsb): Define new macro.
26060         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26061         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26062         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26064 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26066         [BZ #15441]
26067         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26068         returns -1.
26069         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26070         null return -1.
26071         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26072         loading the domain.
26074 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26076         * math/gen-libm-test.pl (parse_args): Do not include expected
26077         result in test name.
26078         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26079         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26080         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26081         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26082         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26085 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26087         * benchtests/Makefile: Sort function entries.
26089         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26090         tanh, asinh, acosh, atanh.
26091         * benchtests/acos-inputs: New file.
26092         * benchtests/acosh-inputs: New file.
26093         * benchtests/asin-inputs: New file.
26094         * benchtests/asinh-inputs: New file.
26095         * benchtests/atanh-inputs: New file.
26096         * benchtests/cosh-inputs: New file.
26097         * benchtests/log-inputs: New file.
26098         * benchtests/sinh-inputs: New file.
26099         * benchtests/tanh-inputs: New file.
26101 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26103         [BZ #15339]
26104         * posix/tst-getaddrinfo4.c: New test.
26105         * posix/Makefile (tests): Add it.
26107 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26109         [BZ #15339]
26110         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26111         when no services were used.
26112         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26113         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26115 2013-05-21  Andreas Schwab  <schwab@suse.de>
26117         [BZ #15014]
26118         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26119         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26120         successful.
26121         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26122         redundant variable declarations and reallocation of buffer when
26123         parsing as IPv6 address.  Always set NSS status when called from
26124         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26125         buffer too small.  Correct computation of needed size.
26126         * nss/Makefile (tests): Add test-digits-dots.
26127         * nss/test-digits-dots.c: New test.
26129 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26131         * benchtests/Makefile: Remove instructions for adding
26132         benchmark tests.
26133         * benchtests/README: New file to explain how to execute and
26134         enhance the benchmark tests.
26136 2013-05-21  Andreas Schwab  <schwab@suse.de>
26138         [BZ #15493]
26139         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26140         * setjmp/tst-sigsetjmp.c: New test.
26142 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26144         * sysdeps/x86_64/memset.S (memset): New implementation.
26145         (__bzero): Likewise.
26146         (__memset_tail): New function.
26148 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26150         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26151         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26152         __memcpy_sse2_unaligned ifunc selection.
26153         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26154         Add memcpy-sse2-unaligned.S.
26155         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26156         Add: __memcpy_sse2_unaligned.
26158 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26160         [BZ #15490]
26161         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26162         math_force_eval before restoring floating-point envrionment.
26163         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26164         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26165         Likewise.
26166         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26167         <math_private.h>.
26168         (__nearbyintl): Use math_force_eval before restoring
26169         floating-point environment.
26170         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26172         * math/gen-libm-test.pl (special_functions): Remove.
26173         (parse_args): Don't handle TEST_extra.  Handle functions with no
26174         return value.
26175         * math/libm-test.inc (struct test_sincos_data): Replace with
26176         struct test_fFF_11_data.
26177         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26178         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26179         (sincos_test_data): Change element type to struct
26180         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26181         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26182         RUN_TEST_LOOP_sincos.
26183         * math/README.libm-test: Don't mention special handling of
26184         individual functions.
26185         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26186         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26187         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26188         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26189         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26192         * math/gen-libm-test.pl (get_variable): Remove function.
26193         (parse_args): Don't show pointer parameters to call in test
26194         names.  Use "extra output N" in test names for extra outputs
26195         rather than naming variables.
26197 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26199         [BZ #15488]
26200         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26201         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26202         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26203         double tests.
26204         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26205         disable.
26206         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26207         check_long_double.
26209         * math/gen-libm-test.pl (@tests): Remove variable.
26210         ($count): Likewise.
26211         (new_test): Remove function.
26212         (show_exceptions): New function.
26213         (special_functions): Use show_exceptions instead of new_test.
26214         (parse_args): Likewise.
26215         (generate_testfile): Pass only function name in generated call to
26216         print_max_error or print_complex_max_error.
26217         (get_ulps): Do not handle complex tests specially.
26218         (output_test): Rename to ...
26219         (get_all_ulps_for_test): ... this.  Return a string rather than
26220         printing to a file.  Require ulps to be present.
26221         (output_ulps): Generate arrays rather than #defines.
26222         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26223         (struct ulp_data): New type.
26224         (BUILD_COMPLEX_ULP): Remove macro.
26225         (compare_ulp_data): New function.
26226         (find_ulps): Likewise.
26227         (find_test_ulps): Likewise.
26228         (find_function_ulps): Likewise.
26229         (find_complex_function_ulps): Likewise.
26230         (print_max_error): Determine allowed ulps using
26231         find_function_ulps.
26232         (print_complex_max_error): Determine allowed ulps using
26233         find_complex_function_ulps.
26234         (check_float_internal): Determine max ulps using find_test_ulps.
26235         (check_float): Do not take max_ulp parameter.  Update call to
26236         check_float_internal.
26237         (check_complex): Likewise.
26238         (check_int): Do not take max_ulp parameter.
26239         (check_long): Likewise.
26240         (check_bool): Likewise.
26241         (check_longlong): Likewise.
26242         (struct test_f_f_data): Remove max_ulp field.
26243         (struct test_ff_f_data): Likewise.
26244         (struct test_ff_f_data_nexttoward): Likewise.
26245         (struct test_fi_f_data): Likewise.
26246         (struct test_fl_f_data): Likewise.
26247         (struct test_if_f_data): Likewise.
26248         (struct test_fff_f_data): Likewise.
26249         (struct test_c_f_data): Likewise.
26250         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26251         (struct test_fF_f1_data): Likewise.
26252         (struct test_ffI_f1_data): Likewise.
26253         (struct test_c_c_data): Remove max_ulp field.
26254         (struct test_cc_c_data): Likewise.
26255         (struct test_f_i_data): Likewise.
26256         (struct test_ff_i_data): Likewise.
26257         (struct test_f_l_data): Likewise.
26258         (struct test_f_L_data): Likewise.
26259         (struct test_sincos_data): Likewise.
26260         (RUN_TEST_f_f): Do not handle ulps.
26261         (RUN_TEST_LOOP_f_f): Likewise.
26262         (RUN_TEST_2_f): Likewise.
26263         (RUN_TEST_LOOP_2_f): Likewise.
26264         (RUN_TEST_fff_f): Likewise.
26265         (RUN_TEST_LOOP_fff_f): Likewise.
26266         (RUN_TEST_c_f): Likewise.
26267         (RUN_TEST_LOOP_c_f): Likewise.
26268         (RUN_TEST_f_f1): Likewise.
26269         (RUN_TEST_LOOP_f_f1): Likewise.
26270         (RUN_TEST_fF_f1): Likewise.
26271         (RUN_TEST_LOOP_fF_f1): Likewise.
26272         (RUN_TEST_fI_f1): Likewise.
26273         (RUN_TEST_LOOP_fI_f1): Likewise.
26274         (RUN_TEST_ffI_f1): Likewise.
26275         (RUN_TEST_LOOP_ffI_f1): Likewise.
26276         (RUN_TEST_c_c): Likewise.
26277         (RUN_TEST_LOOP_c_c): Likewise.
26278         (RUN_TEST_cc_c): Likewise.
26279         (RUN_TEST_LOOP_cc_c): Likewise.
26280         (RUN_TEST_f_i): Likewise.
26281         (RUN_TEST_LOOP_f_i): Likewise.
26282         (RUN_TEST_f_i_tg): Likewise.
26283         (RUN_TEST_LOOP_f_i_tg): Likewise.
26284         (RUN_TEST_ff_i_tg): Likewise.
26285         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26286         (RUN_TEST_f_b): Likewise.
26287         (RUN_TEST_LOOP_f_b): Likewise.
26288         (RUN_TEST_f_b_tg): Likewise.
26289         (RUN_TEST_LOOP_f_b_tg): Likewise.
26290         (RUN_TEST_f_l): Likewise.
26291         (RUN_TEST_LOOP_f_l): Likewise.
26292         (RUN_TEST_f_L): Likewise.
26293         (RUN_TEST_LOOP_f_L): Likewise.
26294         (RUN_TEST_sincos): Likewise.
26295         (RUN_TEST_LOOP_sincos): Likewise.
26297 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26299         [BZ #15480]
26300         [BZ #15485]
26301         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26302         main case of finite arguments, set rounding mode to FE_TONEAREST
26303         and discard exceptions.
26304         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26305         exceptions.
26306         (remainder_tonearest_test_data): New variable.
26307         (remainder_test_tonearest): New function.
26308         (remainder_towardzero_test_data): New variable.
26309         (remainder_test_towardzero): New function.
26310         (remainder_downward_test_data): New variable.
26311         (remainder_test_downward): New function.
26312         (remainder_upward_test_data): New variable.
26313         (remainder_test_upward): New function.
26314         (main): Call the new test functions.
26316         * math/libm-test.inc (struct test_f_f1_data): Remove field
26317         extra_init.
26318         (struct test_fF_f1_data): Likewise.
26319         (struct test_ffI_f1_data): Likewise.
26320         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26321         based on value of EXTRA_EXPECTED.
26322         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26323         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26324         EXTRA_VAR based on value of EXTRA_EXPECTED.
26325         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26326         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26327         EXTRA_VAR based on value of EXTRA_EXPECTED.
26328         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26329         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26330         EXTRA_VAR based on value of EXTRA_EXPECTED.
26331         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26332         * math/gen-libm-test.pl (parse_args): Don't output initializers
26333         for extra output values.
26335         * math/libm-test.inc (check_int): Expect result to be exactly
26336         equal to expected value and do not handle ulps.
26337         (check_long): Likewise.
26338         (check_longlong): Likewise.
26340         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26341         exceptions.
26342         (cimag_test_data): Likewise.
26343         (conj_test_data): Likewise.
26344         (copysign_test_data): Likewise.
26345         (cproj_test_data): Likewise.
26346         (creal_test_data): Likewise.
26347         (fabs_test_data): Likewise.
26348         (fdim_test_data): Likewise.
26349         (finite_test_data): Likewise.
26350         (floor_test_data): Likewise.
26351         (fmax_test_data): Likewise.
26352         (fmin_test_data): Likewise.
26353         (fmod_test_data): Likewise.
26354         (fpclassify_test_data): Likewise.
26355         (frexp_test_data): Likewise.
26356         (ilogb_test_data): Likewise.
26357         (isfinite_test_data): Likewise.
26358         (isgreater_test_data): Likewise.
26359         (isgreaterequal_test_data): Likewise.
26360         (isinf_test_data): Likewise.
26361         (isless_test_data): Likewise.
26362         (islessequal_test_data): Likewise.
26363         (islessgreater_test_data): Likewise.
26364         (isnan_test_data): Likewise.
26365         (isnormal_test_data): Likewise.
26366         (issignaling_test_data): Likewise.
26367         (isunordered_test_data): Likewise.
26368         (ldexp_test_data): Likewise.
26369         (lrint_test_data): Likewise.
26370         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26371         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26372         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26373         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26374         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26375         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26376         test input.
26377         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26378         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26379         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26380         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26381         that test input.
26382         (lrint_downward_test_data): Test for "inexact" exceptions.
26383         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26384         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26385         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26386         test input.
26387         (lrint_upward_test_data): Test for "inexact" exceptions.
26388         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26389         test input.
26390         (llrint_test_data): Test for "inexact" exceptions.
26391         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26392         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26393         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26394         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26395         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26396         (llrint_downward_test_data): Test for "inexact" exceptions.
26397         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26398         (llrint_upward_test_data): Test for "inexact" exceptions.
26399         (logb_test_data): Likewise.
26400         (logb_downward_test_data): Likewise.
26401         (nextafter_test_data): Likewise.
26402         (nexttoward_test_data): Likewise.
26403         (remainder_test_data): Likewise.
26404         (remquo_test_data): Likewise.
26405         (scalbn_test_data): Likewise.
26406         (scalbln_test_data): Likewise.
26407         (signbit_test_data): Likewise.
26408         (sqrt_test_data): Likewise.
26409         (significand_test_data): Likewise.
26411 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26413         [BZ #15424]
26414         * benchtests/bench-modf.c (struct args): Mark arg0 as
26415         volatile.
26416         * scripts/bench.pl: Mark members of struct args as volatile.
26418 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26420         [BZ # 15497]
26421         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26422         negative infinity on POWER6 or lower.
26423         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26425 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26427         [BZ #15442]
26428         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26429         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26430         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26431         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26432         (_FP_SETQNAN): New macro.
26433         (_FP_SETQNAN_SEMIRAW): Likewise.
26434         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26435         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26436         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26437         (FP_EXTEND): Use _FP_FRAC_SNANP.
26438         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26439         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26440         into account.
26441         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26442         New macro.
26443         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26444         Likewise.
26446 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26448         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26449         with DIVIDE_BY_ZERO_EXCEPTION.
26450         (gamma_test_data): Likewise.
26451         (lgamma_test_data): Likewise.
26452         (log_test_data): Likewise.
26453         (log10_test_data): Likewise.
26454         (log2_test_data): Likewise.
26455         (tgamma_test_data): Likewise.
26457         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26458         (acos_test_tonearest): Likewise.
26459         (acos_test_towardzero): Likewise.
26460         (acos_test_downward): Likewise.
26461         (acos_test_upward): Likewise.
26462         (acosh_test): Likewise.
26463         (asin_test): Likewise.
26464         (asin_test_tonearest): Likewise.
26465         (asin_test_towardzero): Likewise.
26466         (asin_test_downward): Likewise.
26467         (asin_test_upward): Likewise.
26468         (asinh_test): Likewise.
26469         (atan_test): Likewise.
26470         (atanh_test): Likewise.
26471         (atan2_test): Likewise.
26472         (cabs_test): Likewise.
26473         (cacos_test): Likewise.
26474         (cacosh_test): Likewise.
26475         (casin_test): Likewise.
26476         (casinh_test): Likewise.
26477         (catan_test): Likewise.
26478         (catanh_test): Likewise.
26479         (cbrt_test): Likewise.
26480         (ccos_test): Likewise.
26481         (ccosh_test): Likewise.
26482         (cexp_test): Likewise.
26483         (clog_test): Likewise.
26484         (clog10_test): Likewise.
26485         (cos_test): Likewise.
26486         (cos_test_tonearest): Likewise.
26487         (cos_test_towardzero): Likewise.
26488         (cos_test_downward): Likewise.
26489         (cos_test_upward): Likewise.
26490         (cosh_test): Likewise.
26491         (cosh_test_tonearest): Likewise.
26492         (cosh_test_towardzero): Likewise.
26493         (cosh_test_downward): Likewise.
26494         (cosh_test_upward): Likewise.
26495         (cpow_test): Likewise.
26496         (csin_test): Likewise.
26497         (csinh_test): Likewise.
26498         (csqrt_test): Likewise.
26499         (ctan_test): Likewise.
26500         (ctan_test_tonearest): Likewise.
26501         (ctan_test_towardzero): Likewise.
26502         (ctan_test_downward): Likewise.
26503         (ctan_test_upward): Likewise.
26504         (ctanh_test): Likewise.
26505         (ctanh_test_tonearest): Likewise.
26506         (ctanh_test_towardzero): Likewise.
26507         (ctanh_test_downward): Likewise.
26508         (ctanh_test_upward): Likewise.
26509         (erf_test): Likewise.
26510         (erfc_test): Likewise.
26511         (exp_test): Likewise.
26512         (exp_test_tonearest): Likewise.
26513         (exp_test_towardzero): Likewise.
26514         (exp_test_downward): Likewise.
26515         (exp_test_upward): Likewise.
26516         (exp10_test): Likewise.
26517         (exp2_test): Likewise.
26518         (expm1_test): Likewise.
26519         (fmod_test): Likewise.
26520         (gamma_test): Likewise.
26521         (hypot_test): Likewise.
26522         (j0_test): Likewise.
26523         (j1_test): Likewise.
26524         (jn_test): Likewise.
26525         (lgamma_test): Likewise.
26526         (log_test): Likewise.
26527         (log10_test): Likewise.
26528         (log1p_test): Likewise.
26529         (log2_test): Likewise.
26530         (logb_test_downward): Likewise.
26531         (pow_test): Likewise.
26532         (pow_test_tonearest): Likewise.
26533         (pow_test_towardzero): Likewise.
26534         (pow_test_downward): Likewise.
26535         (pow_test_upward): Likewise.
26536         (remainder_test): Likewise.
26537         (remquo_test): Likewise.
26538         (sin_test): Likewise.
26539         (sin_test_tonearest): Likewise.
26540         (sin_test_towardzero): Likewise.
26541         (sin_test_downward): Likewise.
26542         (sin_test_upward): Likewise.
26543         (sincos_test): Likewise.
26544         (sinh_test): Likewise.
26545         (sinh_test_tonearest): Likewise.
26546         (sinh_test_towardzero): Likewise.
26547         (sinh_test_downward): Likewise.
26548         (sinh_test_upward): Likewise.
26549         (sqrt_test): Likewise.
26550         (tan_test): Likewise.
26551         (tan_test_tonearest): Likewise.
26552         (tan_test_towardzero): Likewise.
26553         (tan_test_downward): Likewise.
26554         (tan_test_upward): Likewise.
26555         (tanh_test): Likewise.
26556         (tgamma_test): Likewise.
26557         (y0_test): Likewise.
26558         (y1_test): Likewise.
26559         (yn_test): Likewise.
26561         * math/gen-libm-test.pl (adjust_arg): Remove function.
26562         (special_function): Remove argument $in_func.  Only handle
26563         generating output for tables of tests, not inside functions.
26564         (parse_args): Likewise.
26565         (generate_testfile): Remove variable $in_func.  Update call to
26566         parse_args.
26567         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26568         (MINUS_ZERO_INIT): Rename macro to minus_zero.
26569         (PLUS_INFTY_INIT): Rename macro to plus_infty.
26570         (MINUS_INFTY_INIT): Rename macro to minus_infty.
26571         (QNAN_VALUE_INIT): Rename macro to qnan_value.
26572         (MAX_VALUE_INIT): Rename macro to max_value.
26573         (MIN_VALUE_INIT): Rename macro to min_value.
26574         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26575         (plus_zero): Remove variable.
26576         (minus_zero): Likewise.
26577         (plus_infty): Likewise.
26578         (minus_infty): Likewise.
26579         (qnan_value): Likewise.
26580         (max_value): Likewise.
26581         (min_value): Likewise.
26582         (min_subnorm_value): Likewise.
26584 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26586         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26587         uint64_t or uint32_t usage.
26588         * crypt/sha256-block.c: Likewise.
26589         * crypt/sha256-crypt.c: Likewise.
26590         * crypt/sha256.c: Likewise.
26591         * crypt/sha512-block.c: Likewise.
26592         * crypt/sha512-crypt.c: Likewise.
26593         * crypt/sha512.c: Likewise.
26594         * debug/backtrace-tst.c: Likewise.
26595         * debug/pcprofiledump.c: Likewise.
26596         * elf/cache.c: Likewise.
26597         * elf/dl-cache.c: Likewise.
26598         * elf/dl-misc.c: Likewise.
26599         * elf/dl-profile.c: Likewise.
26600         * elf/dl-support.c: Likewise.
26601         * elf/ldconfig.c: Likewise.
26602         * elf/sprof.c: Likewise.
26603         * iconv/dummy-repertoire.c: Likewise.
26604         * iconv/iconv_charmap.c: Likewise.
26605         * iconv/skeleton.c: Likewise.
26606         * iconvdata/8bit-generic.c: Likewise.
26607         * iconvdata/cp737.h: Likewise.
26608         * iconvdata/cp775.h: Likewise.
26609         * iconvdata/ibm1008.h: Likewise.
26610         * iconvdata/ibm1025.h: Likewise.
26611         * iconvdata/ibm1046.h: Likewise.
26612         * iconvdata/ibm1097.h: Likewise.
26613         * iconvdata/ibm1112.h: Likewise.
26614         * iconvdata/ibm1122.h: Likewise.
26615         * iconvdata/ibm1123.h: Likewise.
26616         * iconvdata/ibm1124.h: Likewise.
26617         * iconvdata/ibm1129.h: Likewise.
26618         * iconvdata/ibm1130.h: Likewise.
26619         * iconvdata/ibm1132.h: Likewise.
26620         * iconvdata/ibm1133.h: Likewise.
26621         * iconvdata/ibm1137.h: Likewise.
26622         * iconvdata/ibm1140.h: Likewise.
26623         * iconvdata/ibm1141.h: Likewise.
26624         * iconvdata/ibm1142.h: Likewise.
26625         * iconvdata/ibm1143.h: Likewise.
26626         * iconvdata/ibm1144.h: Likewise.
26627         * iconvdata/ibm1145.h: Likewise.
26628         * iconvdata/ibm1146.h: Likewise.
26629         * iconvdata/ibm1147.h: Likewise.
26630         * iconvdata/ibm1148.h: Likewise.
26631         * iconvdata/ibm1149.h: Likewise.
26632         * iconvdata/ibm1153.h: Likewise.
26633         * iconvdata/ibm1154.h: Likewise.
26634         * iconvdata/ibm1155.h: Likewise.
26635         * iconvdata/ibm1156.h: Likewise.
26636         * iconvdata/ibm1157.h: Likewise.
26637         * iconvdata/ibm1158.h: Likewise.
26638         * iconvdata/ibm1160.h: Likewise.
26639         * iconvdata/ibm1161.h: Likewise.
26640         * iconvdata/ibm1162.h: Likewise.
26641         * iconvdata/ibm1163.h: Likewise.
26642         * iconvdata/ibm1164.h: Likewise.
26643         * iconvdata/ibm1166.h: Likewise.
26644         * iconvdata/ibm1167.h: Likewise.
26645         * iconvdata/ibm12712.h: Likewise.
26646         * iconvdata/ibm1390.h: Likewise.
26647         * iconvdata/ibm1399.h: Likewise.
26648         * iconvdata/ibm16804.h: Likewise.
26649         * iconvdata/ibm4517.h: Likewise.
26650         * iconvdata/ibm4899.h: Likewise.
26651         * iconvdata/ibm4909.h: Likewise.
26652         * iconvdata/ibm4971.h: Likewise.
26653         * iconvdata/ibm5347.h: Likewise.
26654         * iconvdata/ibm803.h: Likewise.
26655         * iconvdata/ibm856.h: Likewise.
26656         * iconvdata/ibm901.h: Likewise.
26657         * iconvdata/ibm902.h: Likewise.
26658         * iconvdata/ibm9030.h: Likewise.
26659         * iconvdata/ibm9066.h: Likewise.
26660         * iconvdata/ibm921.h: Likewise.
26661         * iconvdata/ibm922.h: Likewise.
26662         * iconvdata/ibm9448.h: Likewise.
26663         * iconvdata/isiri-3342.h: Likewise.
26664         * iconvdata/jis0201.h: Likewise.
26665         * include/link.h: Likewise.
26666         * include/netdb.h: Likewise.
26667         * inet/check_native.c: Likewise.
26668         * inet/check_pf.c: Likewise.
26669         * inet/getipv4sourcefilter.c: Likewise.
26670         * inet/getnameinfo.c: Likewise.
26671         * inet/getsourcefilter.c: Likewise.
26672         * inet/htonl.c: Likewise.
26673         * inet/setipv4sourcefilter.c: Likewise.
26674         * inet/setsourcefilter.c: Likewise.
26675         * inet/test-inet6_opt.c: Likewise.
26676         * inet/tst-network.c: Likewise.
26677         * locale/C-collate.c: Likewise.
26678         * locale/C-ctype.c: Likewise.
26679         * locale/C-time.c: Likewise.
26680         * locale/C-translit.h: Likewise.
26681         * locale/loadarchive.c: Likewise.
26682         * locale/programs/3level.h: Likewise.
26683         * locale/programs/charmap.c: Likewise.
26684         * locale/programs/charmap.h: Likewise.
26685         * locale/programs/ld-address.c: Likewise.
26686         * locale/programs/ld-collate.c: Likewise.
26687         * locale/programs/ld-ctype.c: Likewise.
26688         * locale/programs/ld-identification.c: Likewise.
26689         * locale/programs/ld-measurement.c: Likewise.
26690         * locale/programs/ld-messages.c: Likewise.
26691         * locale/programs/ld-monetary.c: Likewise.
26692         * locale/programs/ld-name.c: Likewise.
26693         * locale/programs/ld-numeric.c: Likewise.
26694         * locale/programs/ld-paper.c: Likewise.
26695         * locale/programs/ld-telephone.c: Likewise.
26696         * locale/programs/ld-time.c: Likewise.
26697         * locale/programs/linereader.c: Likewise.
26698         * locale/programs/locale.c: Likewise.
26699         * locale/programs/locarchive.c: Likewise.
26700         * locale/programs/locfile.h: Likewise.
26701         * locale/programs/repertoire.c: Likewise.
26702         * locale/programs/simple-hash.c: Likewise.
26703         * locale/programs/simple-hash.h: Likewise.
26704         * malloc/memusage.c: Likewise.
26705         * malloc/memusagestat.c: Likewise.
26706         * nis/nis_defaults.c: Likewise.
26707         * nis/nis_hash.c: Likewise.
26708         * nis/nis_print.c: Likewise.
26709         * nis/nis_xdr.c: Likewise.
26710         * nscd/connections.c: Likewise.
26711         * nscd/hstcache.c: Likewise.
26712         * nscd/nscd_gethst_r.c: Likewise.
26713         * nscd/nscd_getserv_r.c: Likewise.
26714         * nscd/nscd_helper.c: Likewise.
26715         * nscd/servicescache.c: Likewise.
26716         * nss/makedb.c: Likewise.
26717         * nss/nss_db/db-XXX.c: Likewise.
26718         * nss/nss_db/db-initgroups.c: Likewise.
26719         * nss/nss_db/db-netgrp.c: Likewise.
26720         * nss/nss_files/files-network.c: Likewise.
26721         * nss/nss_files/files-parse.c: Likewise.
26722         * posix/bug-regex5.c: Likewise.
26723         * posix/fnmatch_loop.c: Likewise.
26724         * posix/regcomp.c: Likewise.
26725         * posix/regexec.c: Likewise.
26726         * posix/tst-rfc3484-2.c: Likewise.
26727         * posix/tst-rfc3484-3.c: Likewise.
26728         * posix/tst-rfc3484.c: Likewise.
26729         * resolv/nss_dns/dns-canon.c: Likewise.
26730         * resolv/nss_dns/dns-network.c: Likewise.
26731         * resolv/res_init.c: Likewise.
26732         * resolv/res_mkquery.c: Likewise.
26733         * resolv/tst-aton.c: Likewise.
26734         * stdlib/cxa_atexit.c: Likewise.
26735         * stdlib/cxa_finalize.c: Likewise.
26736         * stdlib/gen-fpioconst.c: Likewise.
26737         * stdlib/strtol_l.c: Likewise.
26738         * string/tst-endian.c: Likewise.
26739         * sunrpc/auth_des.c: Likewise.
26740         * sunrpc/clnt_udp.c: Likewise.
26741         * sunrpc/rtime.c: Likewise.
26742         * sunrpc/svcauth_des.c: Likewise.
26743         * sunrpc/xdr.c: Likewise.
26744         * sunrpc/xdr_intXX_t.c: Likewise.
26745         * sunrpc/xdr_rec.c: Likewise.
26746         * sysdeps/generic/ldconfig.h: Likewise.
26747         * sysdeps/generic/ldsodefs.h: Likewise.
26748         * sysdeps/generic/memusage.h: Likewise.
26749         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
26750         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
26751         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
26752         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
26753         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26754         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
26755         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
26756         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
26757         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26758         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26759         * sysdeps/posix/getaddrinfo.c: Likewise.
26760         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
26761         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26762         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
26763         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
26764         * sysdeps/powerpc/test-gettimebase.c: Likewise.
26765         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
26766         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
26767         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
26768         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
26769         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
26770         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
26771         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
26772         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
26773         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
26774         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
26775         * sysdeps/x86_64/dl-tls.h: Likewise.
26776         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
26777         * time/alt_digit.c: Likewise.
26778         * time/era.c: Likewise.
26779         * wcsmbs/tst-c16c32-1.c: Likewise.
26781 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26783         * math/libm-test.inc (struct test_sincos_data): New type.
26784         (RUN_TEST_LOOP_sincos): New macro.
26785         (sincos_test_data): New variable.
26786         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
26788 2013-05-16  Richard Henderson  <rth@redhat.com>
26790         * math/atest-exp2.c (LIMB64): New macro.
26791         (CONSTSZ): New macro.
26792         (mp_exp1, mp_exp_m1, mp_log2): New variables.
26793         (hexdig): Move ...
26794         (print_mpn_fp): ... to function scope.
26795         (read_mpn_hex): Remove.
26796         (get_log2): Remove.
26797         (exp2_mpn): Use mp_log2.
26798         (main): Use mp_exp1.
26800 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26802         * math/libm-test.inc: Remove comment about not testing "inexact"
26803         exceptions.
26804         (INEXACT_EXCEPTION): New macro.
26805         (NO_INEXACT_EXCEPTION): Likewise.
26806         (INVALID_EXCEPTION_OK): Update value.
26807         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
26808         (OVERFLOW_EXCEPTION_OK): Likewise.
26809         (UNDERFLOW_EXCEPTION_OK): Likewise.
26810         (IGNORE_ZERO_INF_SIGN): Likewise.
26811         (ERRNO_UNCHANGED): Likewise.
26812         (ERRNO_EDOM): Likewise.
26813         (ERRNO_ERANGE): Likewise.
26814         (test_exceptions): Handle testing "inexact" exceptions.
26815         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
26816         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
26817         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
26818         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
26819         INEXACT_EXCEPTION.
26820         (rint_towardzero_test_data): Likewise.
26821         (rint_downward_test_data): Likewise.
26822         (rint_upward_test_data): Likewise.
26824         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
26825         with OVERFLOW_EXCEPTION.
26826         (exp10_test_data): Likewise.
26827         (exp2_test_data): Likewise.
26828         (expm1_test_data): Likewise.
26829         (lgamma_test_data): Likewise.
26830         (pow_test_data): Likewise.
26831         (tgamma_test_data): Likewise.
26832         (yn_test_data): Remove duplicate test of overflow.
26834         * math/libm-test.inc (struct test_cc_c_data): New type.
26835         (RUN_TEST_LOOP_cc_c): New macro.
26836         (cpow_test_data): New variable.
26837         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
26839         * math/libm-test.inc (struct test_f_L_data): New type.
26840         (RUN_TEST_LOOP_f_L): New macro.
26841         (llrint_test_data): New variable.
26842         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
26843         (llrint_tonearest_test_data): New variable.
26844         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
26845         (llrint_towardzero_test_data): New variable.
26846         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
26847         (llrint_downward_test_data): New variable.
26848         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
26849         (llrint_upward_test_data): New variable.
26850         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
26851         (llround_test_data): New variable.
26852         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
26854 2013-05-13  Peter Collingbourne  <pcc@google.com>
26856         * math/atest-exp2.c (get_log2): Remove const attribute.
26858 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26860         * math/libm-test.inc (struct test_f_l_data): New type.
26861         (RUN_TEST_LOOP_f_l): New macro.
26862         (lrint_test_data): New variable.
26863         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
26864         (lrint_tonearest_test_data): New variable.
26865         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
26866         (lrint_towardzero_test_data): New variable.
26867         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
26868         (lrint_downward_test_data): New variable.
26869         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
26870         (lrint_upward_test_data): New variable.
26871         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
26872         (lround_test_data): New variable.
26873         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
26875 2013-05-15  Peter Collingbourne  <pcc@google.com>
26877         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
26878         (EXTRACT_WORDS64) Use where appropriate.
26879         (INSERT_WORDS64) Likewise.
26881         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
26882         constraints with x constraints.
26883         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
26885         * malloc/obstack.c (_obstack_compat): Add initializer.
26887 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26889         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
26890         si_trapno and add si_addr_lsb to _sifields.sigfault.
26891         (si_trapno): Remove macro.
26892         (si_addr_lsb): Define new macro.
26893         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26895 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
26897         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
26898         instead of TEST_f_l.
26899         (llrint_test_tonearest): Likewise.
26900         (llrint_test_towardzero): Likewise.
26901         (llrint_test_downward): Likewise.
26902         (llrint_test_upward): Likewise.
26903         (llround_test): Likewise.
26905         * math/libm-test.inc (struct test_f_i_data): Add comment.
26906         (RUN_TEST_LOOP_f_b): New macro.
26907         (RUN_TEST_LOOP_f_b_tg): Likewise.
26908         (finite_test_data): New variable.
26909         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
26910         (isfinite_test_data): New variable.
26911         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26912         (isinf_test_data): New variable.
26913         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26914         (isnan_test_data): New variable.
26915         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26916         (isnormal_test_data): New variable.
26917         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26918         (issignaling_test_data): New variable.
26919         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26920         (signbit_test_data): New variable.
26921         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
26923         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
26924         with INVALID_EXCEPTION.
26925         (acosh_test_data): Likewise.
26926         (asin_test_data): Likewise.
26927         (atanh_test_data): Likewise.
26928         (fmod_test_data): Likewise.
26929         (log_test_data): Likewise.
26930         (log10_test_data): Likewise.
26931         (log2_test_data): Likewise.
26932         (pow_test_data): Likewise.
26933         (sqrt_test_data): Likewise.
26934         (y0_test_data): Likewise.
26935         (y1_test_data): Likewise.
26936         (yn_test_data): Likewise.
26938         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
26939         function contents.
26941         * math/libm-test.inc (struct test_ff_i_data): New type.
26942         (RUN_TEST_LOOP_ff_i_tg): New macro.
26943         (isgreater_test_data): New variable.
26944         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26945         (isgreaterequal_test_data): New variable.
26946         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26947         (isless_test_data): New variable.
26948         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26949         (islessequal_test_data): New variable.
26950         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26951         (islessgreater_test_data): New variable.
26952         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26953         (isunordered_test_data): New variable.
26954         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
26956 2013-05-14  David S. Miller  <davem@davemloft.net>
26958         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26960 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
26962         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
26964         * math/libm-test.inc (struct test_fF_f1_data): Change type of
26965         extra_test to int.
26966         (struct test_f_i_data): Change type of max_ulp to int.
26968         * math/libm-test.inc (test_ffI_f1_data): New type.
26969         (RUN_TEST_LOOP_ffI_f1): New macro.
26970         (remquo_test_data): New variable.
26971         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
26973         * setjmp/tst-setjmp-fp.c: New file.
26974         * setjmp/Makefile (tests): Add tst-setjmp-fp.
26975         (link-libm): New variable.
26976         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
26978         * math/libm-test.inc (struct test_f_i_data): New type.
26979         (RUN_TEST_LOOP_f_i): New macro.
26980         (RUN_TEST_LOOP_f_i_tg): Likewise.
26981         (fpclassify_test_data): New variable.
26982         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
26983         (ilogb_test_data): New variable.
26984         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
26986         * math/libm-test.inc (scalbln_test): Correct function name in END
26987         call.
26989         * math/libm-test.inc (struct test_f_f1_data): Add comment.
26990         (RUN_TEST_LOOP_fI_f1): New macro.
26991         (frexp_test_data): New variable.
26992         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
26994         * math/libm-test.inc (struct test_fF_f1_data): New type.
26995         (RUN_TEST_LOOP_fF_f1): New macro.
26996         (modf_test_data): New variable.
26997         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
26999         * math/libm-test.inc (struct test_f_f1_data): New type.
27000         (RUN_TEST_LOOP_f_f1): New macro.
27001         (gamma_test_data): New variable.
27002         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27003         (lgamma_test_data): New variable.
27004         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27006 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27008         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27009         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27010         (main): Comment "tls" pseudo-hwcap.
27012 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27014         * math/libm-test.inc (struct test_fl_f_data): New type.
27015         (RUN_TEST_LOOP_fl_f): New variable.
27016         (scalbln_test_data): New variable.
27017         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27019         * math/libm-test.inc (struct test_fi_f_data): New type.
27020         (RUN_TEST_LOOP_fi_f): New macro.
27021         (ldexp_test_data): New variable.
27022         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27023         (scalbn_test_data): New variable.
27024         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27026         * math/libm-test.inc (struct test_c_f_data): New type.
27027         (RUN_TEST_LOOP_c_f): New macro.
27028         (cabs_test_data): New variable.
27029         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27030         (carg_test_data): New variable.
27031         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27032         (cimag_test_data): New variable.
27033         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27034         (creal_test_data): New variable.
27035         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27037         * math/libm-test.inc (struct test_if_f_data): New type.
27038         (RUN_TEST_LOOP_if_f): New macro.
27039         (jn_test_data): New variable.
27040         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27041         (yn_test_data): New variable.
27042         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27044         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27046 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27048         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27049         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27051 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27053         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27054         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27055         (bench-deps): Add bench-timing.h.
27056         * benchtests-bench-skeleton.c: Include bench-timing.h.
27057         (main): Use TIMING_* macros instead of clock_gettime.
27058         * benchtests/bench-timing.h: New file.
27060         [BZ #14582]
27061         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27062         Renamed from _LIB_VERSION.
27063         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27065 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27067         * math/libm-test.inc (struct test_fff_f_data): New type.
27068         (RUN_TEST_LOOP_fff_f): New macro.
27069         (fma_test_data): New variable.
27070         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27071         (fma_towardzero_test_data): New variable.
27072         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27073         (fma_downward_test_data): New variable.
27074         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27075         (fma_upward_test_data): New variable.
27076         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27078         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27079         (struct test_c_c_data): New type.
27080         (RUN_TEST_LOOP_c_c): New macro.
27081         (cacos_test_data): New variable.
27082         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27083         (cacosh_test_data): New variable.
27084         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27085         (casin_test_data): New variable.
27086         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27087         (casinh_test_data): New variable.
27088         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27089         (catan_test_data): New variable.
27090         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27091         (catanh_test_data): New variable.
27092         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27093         (ccos_test_data): New variable.
27094         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27095         (ccosh_test_data): New variable.
27096         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27097         (cexp_test_data): New variable.
27098         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27099         (clog_test_data): New variable.
27100         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27101         (clog10_test_data): New variable.
27102         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27103         (conj_test_data): New variable.
27104         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27105         (cproj_test_data): New variable.
27106         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27107         (csin_test_data): New variable.
27108         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27109         (csinh_test_data): New variable.
27110         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27111         (csqrt_test_data): New variable.
27112         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27113         (ctan_test_data): New variable.
27114         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27115         (ctan_tonearest_test_data): New variable.
27116         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27117         (ctan_towardzero_test_data): New variable.
27118         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27119         (ctan_downward_test_data): New variable.
27120         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27121         (ctan_upward_test_data): New variable.
27122         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27123         (ctanh_test_data): New variable.
27124         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27125         (ctanh_tonearest_test_data): New variable.
27126         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27127         (ctanh_towardzero_test_data): New variable.
27128         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27129         (ctanh_downward_test_data): New variable.
27130         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27131         (ctanh_upward_test_data): New variable.
27132         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27133         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27134         of BUILD_COMPLEX.
27136         * math/libm-test.inc (struct test_ff_f_data): New type.
27137         (struct test_ff_f_data_nexttoward): Likewise.
27138         (RUN_TEST_LOOP_2_f): New macro.
27139         (RUN_TEST_LOOP_ff_f): Likewise.
27140         (atan2_test_data): New variable.
27141         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27142         (copysign_test_data): New variable.
27143         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27144         (fdim_test_data): New variable.
27145         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27146         (fmax_test_data): New variable.
27147         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27148         (fmin_test_data): New variable.
27149         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27150         (fmod_test_data): New variable.
27151         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27152         (hypot_test_data): New variable.
27153         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27154         (nextafter_test_data): New variable.
27155         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27156         (nexttoward_test_data): New variable.
27157         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27158         (pow_test_data): New variable.
27159         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27160         (pow_tonearest_test_data): New variable.
27161         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27162         (pow_towardzero_test_data): New variable.
27163         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27164         (pow_downward_test_data): New variable.
27165         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27166         (pow_upward_test_data): New variable.
27167         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27168         (remainder_test_data): New variable.
27169         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27170         (scalb_test_data): New variable.
27171         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27172         * sysdeps/i386/fpu/libm-test-ulps: Update.
27174 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27176         * math/libm-test.inc (fma_test): Use max_value instead of local
27177         variable fltmax.
27178         (nextafter_test): Likewise.
27180         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27181         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27182         (acos_downward_test_data): New variable.
27183         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27184         (acos_upward_test_data): New variable.
27185         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27186         (acosh_test_data): New variable.
27187         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27188         (asin_test_data): New variable.
27189         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27190         (asin_tonearest_test_data): New variable.
27191         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27192         (asin_towardzero_test_data): New variable.
27193         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27194         (asin_downward_test_data): New variable.
27195         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27196         (asin_upward_test_data): New variable.
27197         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27198         (asinh_test_data): New variable.
27199         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27200         (atan_test_data): New variable.
27201         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27202         (atanh_test_data): New variable.
27203         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27204         (cbrt_test_data): New variable.
27205         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27206         (ceil_test_data): New variable.
27207         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27208         (cos_test_data): New variable.
27209         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27210         (cos_tonearest_test_data): New variable.
27211         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27212         (cos_towardzero_test_data): New variable.
27213         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27214         (cos_downward_test_data): New variable.
27215         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27216         (cos_upward_test_data): New variable.
27217         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27218         (cosh_test_data): New variable.
27219         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27220         (cosh_tonearest_test_data): New variable.
27221         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27222         (cosh_towardzero_test_data): New variable.
27223         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27224         (cosh_downward_test_data): New variable.
27225         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27226         (cosh_upward_test_data): New variable.
27227         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27228         (erf_test_data): New variable.
27229         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27230         (erfc_test_data): New variable.
27231         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27232         (exp_test_data): New variable.
27233         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27234         (exp_tonearest_test_data): New variable.
27235         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27236         (exp_towardzero_test_data): New variable.
27237         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27238         (exp_downward_test_data): New variable.
27239         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27240         (exp_upward_test_data): New variable.
27241         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27242         (exp10_test_data): New variable.
27243         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27244         (exp2_test_data): New variable.
27245         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27246         (expm1_test_data): New variable.
27247         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27248         (fabs_test_data): New variable.
27249         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27250         (floor_test_data): New variable.
27251         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27252         (j0_test_data): New variable.
27253         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27254         (j1_test_data): New variable.
27255         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27256         (log_test_data): New variable.
27257         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27258         (log10_test_data): New variable.
27259         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27260         (log1p_test_data): New variable.
27261         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27262         (log2_test_data): New variable.
27263         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27264         (logb_test_data): New variable.
27265         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27266         (logb_downward_test_data): New variable.
27267         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27268         (nearbyint_test_data): New variable.
27269         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27270         (rint_test_data): New variable.
27271         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27272         (rint_tonearest_test_data): New variable.
27273         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27274         (rint_towardzero_test_data): New variable.
27275         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27276         (rint_downward_test_data): New variable.
27277         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27278         (rint_upward_test_data): New variable.
27279         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27280         (round_test_data): New variable.
27281         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27282         (sin_test_data): New variable.
27283         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27284         (sin_tonearest_test_data): New variable.
27285         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27286         (sin_towardzero_test_data): New variable.
27287         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27288         (sin_downward_test_data): New variable.
27289         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27290         (sin_upward_test_data): New variable.
27291         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27292         (sinh_test_data): New variable.
27293         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27294         (sinh_tonearest_test_data): New variable.
27295         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27296         (sinh_towardzero_test_data): New variable.
27297         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27298         (sinh_downward_test_data): New variable.
27299         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27300         (sinh_upward_test_data): New variable.
27301         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27302         (sqrt_test_data): New variable.
27303         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27304         (tan_test_data): New variable.
27305         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27306         (tan_tonearest_test_data): New variable.
27307         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27308         (tan_towardzero_test_data): New variable.
27309         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27310         (tan_downward_test_data): New variable.
27311         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27312         (tan_upward_test_data): New variable.
27313         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27314         (tanh_test_data): New variable.
27315         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27316         (tgamma_test_data): New variable.
27317         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27318         (trunc_test_data): New variable.
27319         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27320         (y0_test_data): New variable.
27321         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27322         (y1_test_data): New variable.
27323         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27324         (significand_test_data): New variable.
27325         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27327 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27329         [BZ #12387]
27330         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27332 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27334         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27336 2013-05-10  Andreas Jaeger  <aj@suse.de>
27338         [BZ #15448]
27339         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27340         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27342 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27344         * math/gen-libm-test.pl (adjust_arg): New function.
27345         (special_functions): Handle generating output in both functions
27346         and arrays.
27347         (parse_args): Likewise.
27348         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27349         $in_func argument to parse_args.
27350         * math/libm-test.inc (struct test_f_f_data): New type.
27351         (IF_ROUND_INIT_): New macro.
27352         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27353         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27354         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27355         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27356         (ROUND_RESTORE_): Likewise.
27357         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27358         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27359         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27360         (ROUND_RESTORE_FE_UPWARD): Likewise.
27361         (RUN_TEST_LOOP_f_f): New macro.
27362         (acos_test_data): New variable.
27363         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27364         (acos_tonearest_test_data): New variable.
27365         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27367 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27369         * benchtests/bench-skeleton.c (startup): Fix coding style.
27371 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27373         [BZ #6809]
27374         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27375         negative infinity argument.
27376         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27377         negative infinity argument.
27378         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27379         negative infinity argument.
27380         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27381         domain errors.
27383 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27385         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27386         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27387         * iconv/iconv_prog.c (main): Likewise.
27388         * locale/programs/charmap-dir.c (charmap_readdir)
27389         (fopen_uncompressed): Likewise.
27390         * locale/programs/locfile.c (siblings_uncached)
27391         (write_locale_data): Use lstat64 instead of lstat.
27392         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27393         stat.
27395 2013-05-10  Andreas Jaeger  <aj@suse.de>
27397         [BZ #15395]
27398         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27399         localization.
27400         Include <locale.h>.
27402 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27404         * elf/dl-close.c (_dl_close_worker): Add comments.
27406 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27408         [BZ #15359]
27409         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27410         high part of pi/2.
27411         (__ieee754_rem_pio2l): Update comments.
27413         [BZ #15429]
27414         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27415         high part of pi/2.
27416         (__ieee754_rem_pio2l): Update comments.
27418         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27419         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27421         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27422         M_PI_4l.
27424         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27425         (M_PI_34_LOG10El): Likewise.
27426         (M_PI2_LOG10El): Likewise.
27427         (M_PI4_LOG10El): Likewise.
27428         (M_PI_LOG10El): Likewise.
27430 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27432         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27434 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27436         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27437         (MINUS_ZERO_INIT): Likewise.
27438         (PLUS_INFTY_INIT): Likewise.
27439         (MINUS_INFTY_INIT): Likewise.
27440         (QNAN_VALUE_INIT): Likewise.
27441         (MAX_VALUE_INIT): Likewise.
27442         (MIN_VALUE_INIT): Likewise.
27443         (MIN_SUBNORM_VALUE_INIT): Likewise.
27444         (plus_zero): Initialize with PLUS_ZERO_INIT.
27445         (minus_zero): Initialize with MINUS_ZERO_INIT.
27446         (plus_infty): Initialize with PLUS_INFTY_INIT.
27447         (minus_infty): Initialize with MINUS_INFTY_INIT.
27448         (qnan_value): Initialize with QNAN_VALUE_INIT.
27449         (max_value): Initialize with MAX_VALUE_INIT.
27450         (min_value): Initialize with MIN_VALUE_INIT.
27451         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27453         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27454         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27455         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27456         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27458         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27459         (RUN_TEST_2_f): Likewise.
27460         (RUN_TEST_ff_f): Likewise.
27461         (RUN_TEST_fi_f): Likewise.
27462         (RUN_TEST_fl_f): Likewise.
27463         (RUN_TEST_fff_f): Likewise.
27464         (RUN_TEST_c_f): Likewise.
27465         (RUN_TEST_f_f1): Likewise.
27466         (RUN_TEST_fF_f1): Likewise.
27467         (RUN_TEST_fI_f1): Likewise.
27468         (RUN_TEST_ffI_f1): Likewise.
27469         (RUN_TEST_c_c): Likewise.
27470         (RUN_TEST_cc_c): Likewise.
27471         (RUN_TEST_f_i): Likewise.
27472         (RUN_TEST_f_i_tg): Likewise.
27473         (RUN_TEST_ff_i_tg): Likewise.
27474         (RUN_TEST_f_b): Likewise.
27475         (RUN_TEST_f_b_tg): Likewise.
27476         (RUN_TEST_f_l): Likewise.
27477         (RUN_TEST_f_L): Likewise.
27478         (RUN_TEST_sincos): Likewise.
27479         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27480         whether to show exceptions.  Do not include ");\n" in return
27481         value.
27482         (special_functions): Output call to RUN_TEST_sincos instead of
27483         check_float calls.  Update calls to new_test.
27484         (parse_args): Output call to single RUN_TEST_* macro instead of
27485         check_* calls and other assignments.  Update calls to new_test.
27487         [BZ #2546]
27488         [BZ #2560]
27489         [BZ #5159]
27490         [BZ #15426]
27491         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27492         input to result for tgamma overflow.
27493         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27494         (gamma_coeff): New variable.
27495         (NCOEFF): New macro.
27496         (gamma_positive): New function.
27497         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27498         underflow here.  Use gamma_positive instead of exp (lgamma) for
27499         other arguments.
27500         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27501         (gamma_coeff): New variable.
27502         (NCOEFF): New macro.
27503         (gammaf_positive): New function.
27504         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27505         underflow here.  Use gamma_positive instead of exp (lgamma) for
27506         other arguments.
27507         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27508         (gamma_coeff): New variable.
27509         (NCOEFF): New macro.
27510         (gammal_positive): New function.
27511         (__ieee754_gammal_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-128ibm/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, overflow and
27519         underflow here.  Handle NaN the same as positive infinity.  Remove
27520         check x < 0xffffffff for negative integers.  Use gamma_positive
27521         instead of exp (lgamma) for other arguments.
27522         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27523         (gamma_coeff): New variable.
27524         (NCOEFF): New macro.
27525         (gammal_positive): New function.
27526         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27527         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27528         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27529         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27530         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27531         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27532         * sysdeps/generic/math_private.h (__gamma_productf): New
27533         prototype.
27534         (__gamma_product): Likewise.
27535         (__gamma_productl): Likewise.
27536         * math/Makefile (libm-calls): Add gamma_product.
27537         * math/libm-test.inc (tgamma_test): Add more tests.
27538         * sysdeps/i386/fpu/libm-test-ulps: Update.
27539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27541 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27543         * benchtests/bench-skeleton.c (main): Preheat CPU.
27545 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27547         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27549 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27551         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27552         and _dl_skip_args_internal.
27554 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27556         * manual/message.texi (Message Translation): Talk about users.
27557         Message to key mapping impacts design.
27559 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27561         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27563         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27565         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27566         * sysdeps/wordsize-64/glob64.c: ... here.
27568         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27569         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27570         New macros.
27572         * debug/getlogin_r_chk.c: Moved to ...
27573         * login/getlogin_r_chk.c: ... here.
27574         * debug/Makefile (routines): Move getlogin_r_chk to ...
27575         * login/Makefile (routines): ... here.
27576         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27577         * login/Versions (libc: GLIBC_2.4): ... here.
27579         * io/poll.c (__poll): Renamed from poll.
27580         Add libc_hidden_def.
27581         (poll): Define as weak alias.
27583         * debug/ptsname_r_chk.c: Moved to ...
27584         * login/ptsname_r_chk.c: ... here.
27585         * debug/Makefile (routines): Move ptsname_r_chk to ...
27586         * login/Makefile (routines): ... here.
27587         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27588         * login/Versions (libc: GLIBC_2.4): ... here.
27590         * posix/getlogin.c: Moved to ...
27591         * login/getlogin.c: ... here.
27592         * posix/getlogin_r.c: Moved to ...
27593         * login/getlogin_r.c: ... here.
27594         * posix/getlogin_r.c: Moved to ...
27595         * login/getlogin_r.c: ... here.
27596         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27597         * login/Makefile (routines): ... here.
27598         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27599         * login/Versions (libc: GLIBC_2.0): ... here.
27601         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27602         (setrlimit): Define as weak alias.
27604         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
27605         Call __ names for open, ftruncate, and close.
27606         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
27607         (truncate): Define as weak alias.
27609 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
27611         * math/gen-libm-test.pl (parse_args): Initialize x before each
27612         test of frexp, modf and remquo.
27614         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
27615         test signgam value.
27617 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27619         [BZ #15418]
27620         [BZ #15419]
27621         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
27622         internal tests.
27623         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27625 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27627         * elf/dl-writev.h: New file.
27628         * elf/dl-misc.c: Include it.
27629         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
27630         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
27632 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
27634         * math/libm-test.inc (noXFails): Remove variable.
27635         (noXPasses): Likewise.
27636         (BUILD_COMPLEX_INT): Remove macro.
27637         (print_screen): Remove xfail argument.
27638         (print_screen_max_error): Likewise.
27639         (update_stats): Likewise.
27640         (print_max_error): Likewise.  Update calls to other affected
27641         functions.
27642         (print_complex_max_error): Likewise.
27643         (test_single_exception): Update calls to print_screen.
27644         (test_single_errno): Likewise.
27645         (check_float_internal): Remove xfail argument.  Update calls to
27646         other affected functions.
27647         (check_float): Likewise.
27648         (check_complex): Likewise.
27649         (check_int): Likewise.
27650         (check_long): Likewise.
27651         (check_bool): Likewise.
27652         (check_longlong): Likewise.
27653         (main): Don't print noXFails and noXPasses.
27654         * math/gen-libm-test.pl (top level): Don't mention expected
27655         failure handling in comment.
27656         (new_test): Don't handle expected failures.
27657         (parse_args): Don't mention expected failure handling in comment.
27658         (generate_testfile): Don't handle expected failures.
27659         (parse_ulps): Likewise.
27660         (print_ulps_file): Likewise.
27661         (get_failure): Remove function.
27662         (output_test): Don't handle expected failures.
27663         * make/README.libm-test: Don't mention expected failure handling.
27665         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
27666         (minus_zero): Likewise.
27667         (plus_infty): Likewise.
27668         (minus_infty): Likewise.
27669         (qnan_value): Likewise.
27670         (max_value): Likewise.
27671         (min_value): Likewise.
27672         (min_subnorm_value): Likewise.
27673         (initialize): Do not initialize those variables dynamically.
27675 2013-05-03  Roland McGrath  <roland@hack.frob.com>
27677         * io/open.c (__open_2): Moved to ...
27678         * io/open_2.c: ... this new file.
27679         * io/open64.c (__open64_2): Moved to ...
27680         * io/open64_2.c: ... this new file.
27681         * io/openat.c (__openat_2): Moved to ...
27682         * io/openat_2.c: ... this new file.
27683         * io/openat64.c (__openat64_2): Moved to ...
27684         * io/openat64_2.c: ... this new file.
27685         * io/Makefile (routines): Add them.
27686         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
27687         * sysdeps/unix/sysv/linux/open_2.c: File removed.
27688         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
27689         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
27690         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
27691         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
27692         (__openat64): Add hidden_ver.
27693         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
27694         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
27696         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
27697         Separately conditionalize setting of GLRO(dl_sysinfo) so
27698         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
27699         as well, but the actual setting is only under [NEED_DL_SYSINFO].
27701 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27703         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
27704         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
27705         definition.
27706         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
27707         * sysdeps/unix/sysv/linux/powerpc/init-first.c
27708         (_libc_vdso_platform_setup): Add __vdso_time initialization.
27709         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
27710         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
27712 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
27714         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
27715         test signgam value.
27717         * math/libm-test.inc (hypot_test): Do not use
27718         IGNORE_ZERO_INF_SIGN.
27720 2013-05-03  Andreas Jaeger  <aj@suse.de>
27722         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
27723         Linux 3.9.
27724         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
27725         (PF_MAX): Adjust for VSOCK change.
27727 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27729         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27731 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
27733         [BZ #15264]
27734         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
27735         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
27736         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
27738 2013-05-02  David S. Miller  <davem@davemloft.net>
27740         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27742 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
27744         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
27746 2013-05-01  Roland McGrath  <roland@hack.frob.com>
27748         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
27750 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
27752         [BZ #14952]
27753         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
27754         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27755         Use __attribute__ ((__gnu_inline__)).
27756         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
27757         Don't use __attribute__ ((__gnu_inline__)).
27759 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
27761         [BZ #15423]
27762         * math/s_catan.c (__catan): Handle small real or imaginary part of
27763         input specially to avoid spurious underflow.
27764         * math/s_catanf.c (__catanf): Likewise.
27765         * math/s_catanh.c (__catanh): Likewise.
27766         * math/s_catanhf.c (__catanhf): Likewise.
27767         * math/s_catanhl.c (__catanhl): Likewise.
27768         * math/s_catanl.c (__catanl): Likewise.
27769         * math/libm-test.inc (catan_test): Add more tests.
27770         (catanh_test): Likewise.
27771         * sysdeps/i386/fpu/libm-test-ulps: Update.
27772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27774 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27776         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27778 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
27780         [BZ #15416]
27781         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
27782         accurately for denominator in atan2.
27783         * math/s_catanf.c (__catanf): Likewise.
27784         * math/s_catanh.c (__catanh): Likewise.
27785         * math/s_catanhf.c (__catanhf): Likewise.
27786         * math/s_catanhl.c (__catanhl): Likewise.
27787         * math/s_catanl.c (__catanl): Likewise.
27788         * math/libm-test.inc (catan_test): Add more tests.
27789         (catanh_test): Likewise.
27790         * sysdeps/i386/fpu/libm-test-ulps: Update.
27791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27793 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27795         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
27797         * benchtests/Makefile (bench): Remove slow benchmarks.
27798         * benchtests/atan-inputs: Add slow benchmark inputs.
27799         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
27800         (BENCH_FUNC): Accept variant offset.
27801         (VARIANT): Define.
27802         * benchtests/bench-skeleton.c (main): Run benchmark for each
27803         variant.
27804         * benchtests/cos-inputs: Add slow benchmark inputs.
27805         * benchtests/exp-inputs: Likewise.
27806         * benchtests/pow-inputs: Likewise.
27807         * benchtests/sin-inputs: Likewise.
27808         * benchtests/slowatan-inputs: Remove.
27809         * benchtests/slowatan.c: Remove.
27810         * benchtests/slowcos-inputs: Remove.
27811         * benchtests/slowcos.c: Remove.
27812         * benchtests/slowexp-inputs: Remove.
27813         * benchtests/slowexp.c: Remove.
27814         * benchtests/slowpow-inputs: Remove.
27815         * benchtests/slowpow.c: Remove.
27816         * benchtests/slowsin-inputs: Remove.
27817         * benchtests/slowsin.c: Remove.
27818         * benchtests/slowtan-inputs: Remove.
27819         * benchtests/slowtan.c: Remove.
27820         * benchtests/tan-inputs: Add slow benchmark inputs.
27821         * scripts/bench.pl: Parse comments and directives.
27823         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
27824         in CPPFLAGS.
27825         ($(objpfx)bench-%.c): Remove *-ITER.
27826         * benchtests/bench-modf.c: Remove definition of ITER.
27827         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
27828         (main): Loop for DURATION seconds instead of fixed number of
27829         iterations.
27830         * scripts/bench.pl: Don't expect iterations in parameters.
27832 2013-04-29  Roland McGrath  <roland@hack.frob.com>
27834         * io/fchdir.c (__fchdir): Renamed from fchdir.
27835         (fchdir): Define as weak alias.
27837 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27839         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
27840         (ERRNO_EDOM): Likewise.
27841         (ERRNO_ERANGE): Likewise.
27842         (noErrnoTests): New variable.
27843         (init_max_error): Set errno to 0.
27844         (test_single_errno): New function.
27845         (test_errno): Likewise.
27846         (check_float_internal): Call test_errno.  Set errno to 0.
27847         (check_complex): Refer to errno tests in comment.
27848         (check_int): Call test_errno.  Set errno to 0.
27849         (check_long): Likewise.
27850         (check_bool): Likewise.
27851         (check_longlong): Likewise.
27852         (cos_test): Use ERRNO_* flags for errno tests instead of
27853         check_int.
27854         (expm1_test): Likewise.
27855         (fmod_test): Likewise.
27856         (ilogb_test): Likewise.
27857         (lgamma_test): Likewise.
27858         (pow_test): Likewise.
27859         (remainder_test): Likewise.
27860         (sin_test): Likewise.
27861         (tan_test): Likewise.
27862         (yn_test): Likewise.
27863         (initialize): Set errno to 0.
27864         (main): Print number of errno tests.
27865         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
27867 2013-04-29  Andreas Jaeger  <aj@suse.de>
27869         [BZ #15084]
27870         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
27871         and RES_USEVC.
27873         [BZ #15085]
27874         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
27875         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
27876         unimplemented.
27878         [BZ #15380]
27879         * stdlib/random.c (__initstate): Return NULL if
27880         __initstate fails.
27882         [BZ #15086]
27883         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
27884         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
27885         RES_SNGLKUPREOP.
27887 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27889         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27891 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
27893         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
27894         of individual tests.
27895         (casin_test): Likewise.
27896         (casinh_test): Likewise.
27898 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
27900         [BZ #15409]
27901         * math/s_catan.c (__catan): Handle arguments with large real or
27902         imaginary part separately without squaring.
27903         * math/s_catanf.c (__catanf): Likewise.
27904         * math/s_catanh.c (__catanh): Likewise.
27905         * math/s_catanhf.c (__catanhf): Likewise.
27906         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27907         and redefine.
27908         (__catanhl): Handle arguments with large real or imaginary part
27909         separately without squaring.
27910         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
27911         and redefine.
27912         (__catanl): Handle arguments with large real or imaginary part
27913         separately without squaring.
27914         * math/libm-test.inc (catan_test): Add more tests.
27915         (catanh_test): Likewise.
27916         * sysdeps/i386/fpu/libm-test-ulps: Update.
27917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27919 2013-04-27  Andreas Jaeger  <aj@suse.de>
27921         [BZ #15007]
27922         * stdlib/stdlib.h: Update guards for qecvt.
27923         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
27924         <stdlib.h>.
27926 2013-04-27  Allan McRae  <allan@archlinux.org>
27928         * sysdeps/i386/fpu/libm-test-ulps: Update.
27930 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
27932         [BZ #15406]
27933         * math/s_catan.c: Include <float.h>.
27934         (__catan): Ensure underflow exception occurs for underflowed
27935         result.
27936         * math/s_catanf.c: Include <float.h>.
27937         (__catanf): Ensure underflow exception occurs for underflowed
27938         result.
27939         * math/s_catanh.c: Include <float.h>.
27940         (__catanh): Ensure underflow exception occurs for underflowed
27941         result.
27942         * math/s_catanhf.c: Include <float.h>.
27943         (__catanhf): Ensure underflow exception occurs for underflowed
27944         result.
27945         * math/s_catanhl.c: Include <float.h>.
27946         (__catanhl): Ensure underflow exception occurs for underflowed
27947         result.
27948         * math/s_catanl.c: Include <float.h>.
27949         (__catanl): Ensure underflow exception occurs for underflowed
27950         result.
27951         * math/libm-test.inc (catan_test): Add more tests.
27952         (catanh_test): Likewise.
27954         [BZ #15405]
27955         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
27956         underflowed result.
27957         * math/s_ccoshf.c (__ccoshf): Likewise.
27958         * math/s_ccoshl.c (__ccoshl): Likewise.
27959         * math/s_csin.c (__csin): Likewise.
27960         * math/s_csinf.c (__csinf): Likewise.
27961         * math/s_csinh.c (__csinh): Likewise.
27962         * math/s_csinhf.c (__csinhf): Likewise.
27963         * math/s_csinhl.c (__csinhl): Likewise.
27964         * math/s_csinl.c (__csinl): Likewise.
27965         * math/libm-test.inc (ccos_test): Add more tests.
27966         (ccosh_test): Likewise.
27967         (csin_test): Likewise.
27968         (csinh_test): Likewise.
27970 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27972         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
27973         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
27974         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
27975         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
27976         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
27977         powerpc/power5+/fpu folders.
27978         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
27981 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
27983         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27985 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
27987         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
27988         additions to variable.
27989         [$(config-machine) = x86_64] (modules-names): Likewise.
27990         ($(objpfx)tst-audit3): Remove dependency.
27991         ($(objpfx)tst-audit3.out): Likewise.
27992         ($(objpfx)tst-audit4): Likewise.
27993         ($(objpfx)tst-audit4.out): Likewise.
27994         ($(objpfx)tst-audit5): Likewise.
27995         ($(objpfx)tst-audit5.out): Likewise.
27996         ($(objpfx)tst-audit6): Likewise.
27997         ($(objpfx)tst-audit6.out): Likewise.
27998         ($(objpfx)tst-audit7): Likewise.
27999         ($(objpfx)tst-audit7.out): Likewise.
28000         (tst-audit3-ENV): Remove variable.
28001         (tst-audit4-ENV): Likewise.
28002         (tst-audit5-ENV): Likewise.
28003         (tst-audit6-ENV): Likewise.
28004         (tst-audit7-ENV): Likewise.
28005         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28006         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28007         addition to variable.
28008         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28009         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28010         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28011         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28012         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28013         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28014         tst-audit3, tst-audit4 and tst-audit5.
28015         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28016         tst-audit6 and tst-audit7.
28017         [$(subdir) = elf] (modules-names): Add audit modules for those
28018         tests.
28019         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28020         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28021         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28022         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28023         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28024         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28025         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28026         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28027         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28028         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28029         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28030         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28031         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28032         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28033         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28034         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28035         Likewise.
28036         [$(subdir) = elf && $(config-cflags-avx) = yes]
28037         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28038         [$(subdir) = elf && $(config-cflags-avx) = yes]
28039         (CFLAGS-tst-auditmod4a.c): Likewise.
28040         [$(subdir) = elf && $(config-cflags-avx) = yes]
28041         (CFLAGS-tst-auditmod4b.c): Likewise.
28042         [$(subdir) = elf && $(config-cflags-avx) = yes]
28043         (CFLAGS-tst-auditmod6b.c): Likewise.
28044         [$(subdir) = elf && $(config-cflags-avx) = yes]
28045         (CFLAGS-tst-auditmod6c.c): Likewise.
28046         [$(subdir) = elf && $(config-cflags-avx) = yes]
28047         (CFLAGS-tst-auditmod7b.c): Likewise.
28048         * elf/tst-audit3.c: Move to ...
28049         * sysdeps/x86_64/tst-audit3.c: ... here.
28050         * elf/tst-audit4.c: Move to ...
28051         * sysdeps/x86_64/tst-audit4.c: ... here.
28052         * elf/tst-audit5.c: Move to ...
28053         * sysdeps/x86_64/tst-audit5.c: ... here.
28054         * elf/tst-audit6.c: Move to ...
28055         * sysdeps/x86_64/tst-audit6.c: ... here.
28056         * elf/tst-audit7.c: Move to ...
28057         * sysdeps/x86_64/tst-audit7.c: ... here.
28058         * elf/tst-auditmod3a.c: Move to ...
28059         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28060         * elf/tst-auditmod3b.c: Move to ...
28061         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28062         * elf/tst-auditmod4a.c: Move to ...
28063         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28064         * elf/tst-auditmod4b.c: Move to ...
28065         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28066         * elf/tst-auditmod5a.c: Move to ...
28067         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28068         * elf/tst-auditmod5b.c: Move to ...
28069         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28070         * elf/tst-auditmod6a.c: Move to ...
28071         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28072         * elf/tst-auditmod6b.c: Move to ...
28073         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28074         * elf/tst-auditmod6c.c: Move to ...
28075         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28076         * elf/tst-auditmod7a.c: Move to ...
28077         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28078         * elf/tst-auditmod7b.c: Move to ...
28079         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28081 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28083         [BZ #15366]
28084         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28085         define unconditionally.
28086         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28087         define unconditionally.
28088         (INT8_C, INT16_C, etc.): Likewise.
28090 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28092         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28093         __ehdr_start with hidden visibility.
28095         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28097 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28099         * math/libm-test.inc (cos_test): Use accurate hex constants.
28100         (sincost_test): Likewise.
28102 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28104         * math/libm-test.inc (catan_test): Add more tests.
28105         (catanh_test): Likewise.
28107         * math/s_catanf.c (__catanf): Use suffixed floating-point
28108         constants.
28109         * math/s_catanhf.c (__catanhf): Likewise.
28110         * math/s_catanhl.c (__catanhl): Likewise.
28111         * math/s_catanl.c (__catanl): Likewise.
28113         [BZ #15394]
28114         * math/s_catan.c (__catan): Calculate imaginary part of result
28115         with log1p not log unless computing log of number close to 0.
28116         * math/s_catanf.c (__catanf): Likewise.
28117         * math/s_catanl.c (__catanl): Likewise.
28118         * math/s_catanh.c (__catanh): Calculate real part of result with
28119         log1p not log unless computing log of number close to 0.
28120         * math/s_catanhf.c (__catanhf): Likewise.
28121         * math/s_catanhl.c (__catanhl): Likewise.
28122         * math/libm-test.inc (catan_test): Add more tests.
28123         (catanh_test): Likewise.
28124         * sysdeps/i386/fpu/libm-test-ulps: Update.
28125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28127 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28129         * benchtests/Makefile: Mention files in which fast and slow
28130         paths of math functions are implemented.
28132 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28134         * sysdeps/posix/timespec_get.c: New file.
28136 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28138         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28139         POWER.
28140         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28141         for POWER.
28142         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28143         powerpc/power5/fpu folders.
28144         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28145         * benchtests/Makefile: Add modf testcase.
28146         * benchtests/bench-modf.c: New file: Benchmark test for mo
28148 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28150         [BZ #14888]
28151         * time/Makefile (tests): Add tst-strptime-whitespace.
28152         * time/strptime_l.c (get_number): Use ISSPACE.
28153         (__strptime_internal): Likewise.
28154         * time/tst-strptime-whitespace.c: New test case.
28156 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28158         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28159         member.
28160         (_nss_files_init): Set it here.
28162 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28164         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28165         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28166         unsigned.
28168 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28170         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28172 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28174         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28175         size just once.
28177 2013-04-21  David S. Miller  <davem@davemloft.net>
28179         * po/ru.po: Update Russion translation from translation project.
28181 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28183         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28184         and setfsgid.
28186 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28188         * configure.in: Remove i386 configure warning. Remove i386 case.
28189         * configure: Regenerate.
28190         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28191         Add example to error message.
28192         * sysdeps/i386/configure: Regenerate.
28194 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28196         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28197         slowtan.
28198         * benchtests/cos-inputs: New file.
28199         * benchtests/slowcos-inputs: New file.
28200         * benchtests/slowcos.c: New file.
28201         * benchtests/slowtan-inputs: New file.
28202         * benchtests/slowtan.c: New file.
28203         * benchtests/tan-inputs: New file.
28205 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28207         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28208         considered kosher.
28210 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28212         * benchtests/Makefile: Include cppflags-iterator.mk to add
28213         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28215         * Makefile.in (bench-clean): New target.
28216         * benchtests/Makefile (bench-clean): Likewise.
28218 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28220         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28222 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28224         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28226 2013-04-15  Andreas Schwab  <schwab@suse.de>
28228         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28229         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28230         * nscd/pwdcache.c (cache_addpw): Likewise.
28231         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28232         more than recsize.
28234 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28236         * benchtests/Makefile (bench): Write all output to
28237         bench-out.tmp together.
28239 2013-04-15  Andreas Schwab  <schwab@suse.de>
28241         * nscd/nscd.c (main): Don't fork again after closing files.
28243 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28245         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28247         * benchtests/Rules (bench-deps): Collect dependencies into a
28248         single variable.  Add Makefile to dependencies.
28249         ($(objpfx)bench-%.c): Depend on bench-deps.
28251 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28252             Xavier Roche  <roche+kml2@exalead.com>
28254         [BZ #15361]
28255         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28256         just that it's a file descriptor.
28257         * manual/llio.texi (Synchronizing AIO Operations): Update description
28258         for EBADF error from aio_fsync.
28260 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28262         * Rules (bench): Move target definition...
28263         * benchtests/Makefile: ... here.
28265 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28267         * math/libm-test.inc (cos_test): Fix PI/2 test.
28268         (sincos_test): Likewise.
28269         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28270         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28272 2013-04-11  Andreas Schwab  <schwab@suse.de>
28274         [BZ #13988]
28275         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28276         accept exponent character only when digits were seen.
28277         * stdio-common/Makefile (tests): Add bug26.
28278         * stdio-common/bug26.c: New file.
28280         [BZ #14293]
28281         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28282         non-freeable.
28284 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28286         * Makeconfig (rtld-prefix): Define built linker prefix.
28287         * Rules (run-bench): Use it.
28288         * math/Makefile (run-regen-ulps): Likewise.
28290         * Rules (bench): Remove eval.
28292 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28293             Roland McGrath  <roland@hack.frob.com>
28294             Ondrej Bilka  <neleai@seznam.cz>
28296         [BZ #15346]
28297         * time/getdate.c: Include ctype.h and alloca.h.
28298         (__getdate_r): Trim leading and trailing spaces of input.
28299         * time/tst-getdate.c (tests): Add tests with leading and
28300         trailing spaces.
28302 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28304         [BZ #14280]
28305         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28306         when computing value.
28308 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28310         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28311         Use testrun.sh to run libm tests.
28313         [BZ #15309]
28314         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28316 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28318         [BZ #15264]
28319         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28321 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28323         * Makefile.in (regen-ulps): New target.
28324         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28325         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28326         [ifneq (no,$(PERL)] (regen-ulps): New target.
28327         [ifeq (no,$(PERL)] (regen-ulps): New target.
28328         * math/libm-test.inc (ulps_file_name): Define.
28329         (output_dir): New variable.
28330         (options): Add "output-dir" option.
28331         (parse_opt): Handle 'o' case.
28332         (main): If output_dir is non-NULL use it as a prefix
28333         otherwise use "".
28334         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28336 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28338         [BZ #10060, #10062]
28339         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28340         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28341         fail configure if __sync_val_compare_and_swap is not inlined.
28342         * sysdeps/i386/configure: Regenerate.
28343         * configure.in: Build for i686 when configured for i386.
28344         * configure: Regenerate.
28345         * README: Remove i386 reference.
28347 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28349         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28350         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28352 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28354         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28355         (lmsnanval): New variables.
28356         (F): Add conversion tests.
28357         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28358         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28360         * stdio-common/tstdiomisc.c (F): Properly collect individual
28361         tests' results.
28363         [BZ #14686, #15336]
28364         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28365         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28366         Instead, use input NaN values or generate a qNaN by arithmetic
28367         operation.  Also fix bugs to comply with the standard.
28368         * math/libm-test.inc (remainder_test): Add more tests.
28370         [BZ #15335, #15342]
28371         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28372         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28373         input NaN values or generate a qNaN by arithmetic operation.
28375         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28376         unreachable code.
28378         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28379         definitions.
28381 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28383         [BZ #14478]
28384         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28385         underflowed result.
28386         * math/s_cexpf.c (__cexpf): Likewise.
28387         * math/s_cexpl.c (__cexpl): Likewise.
28388         * math/libm-test.inc (cexp_test): Add more tests.
28390 2013-04-03  Andreas Schwab  <schwab@suse.de>
28392         [BZ #15330]
28393         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28394         order arrays from heap if bigger than alloca cutoff.
28396 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28398         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28399         (SNAN_TESTS_double): Refer to GCC PR56831.
28400         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28401         GCC PR56828.
28403 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28405         * Rules (bench): Move bench.out after the run is complete.
28407         * Rules (bench): Echo currently running benchmark.
28409         * benchtests/Makefile (bench): Add atan and slowatan.
28410         * benchtests/atan-inputs: New file.
28411         * benchtests/slowatan-inputs: New file.
28412         * benchtests/slowatan.c: New file.
28414         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28415         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28416         its value.
28418         [BZ #15305]
28419         * sysdeps/unix/sysv/linux/kernel-features.h
28420         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28421         __ASSUME_XFS_RESTRICTED_CHOWN.
28422         * sysdeps/unix/sysv/linux/pathconf.c
28423         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28424         Save and restore errno.
28426 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28428         [BZ #15327]
28429         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28430         arguments using __kernel_casinh.
28431         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28432         arguments using __kernel_casinhf.
28433         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28434         arguments using __kernel_casinhl.
28435         * math/libm-test.inc (cacosh_test): Add more tests.
28436         * sysdeps/i386/fpu/libm-test-ulps: Update.
28437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28439 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28441         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28442         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28444         * bench/Makefile (bench): Add sin and slowsin.
28445         * benchtests/sin-inputs: New file.
28446         * benchtests/slowsin-inputs: New file.
28447         * benchtests/slowsin.c: New file.
28449         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28450         (bench): Add slowexp and slowpow.
28451         (exp-ITER): Increase iterations.
28452         (pow-ITER): Likewise.
28453         * benchtests/exp-inputs: Change input.
28454         * benchtests/pow-inputs: Likewise.
28455         * benchtests/slowexp-inputs: New file.
28456         * benchtests/slowexp.c: New file.
28457         * benchtests/slowpow-inputs: New file.
28458         * benchtests/slowpow.c: New file.
28460 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28462         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28463         instructions.
28464         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28465         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28466         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28467         * benchtests/Makefile: Add rint benchtest.
28468         * benchtests/rint-inputs: Input for rint benchtest.
28470 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28472         * Versions.def (libm): Add GLIBC_2.18.
28473         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28474         hidden libm prototypes.
28475         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28476         * math/Makefile (libm-calls): Add s_issignaling.
28477         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28478         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28479         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28480         declaration.
28481         * math/math.h [__USE_GNU] (issignaling): New macro.
28482         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28483         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28484         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28485         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28486         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28487         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28488         * manual/arith.texi (issignaling): New section.
28489         * manual/libm-err-tab.pl (@all_functions): Update comment.
28490         * math/gen-libm-test.pl (parse_args): Apply special handling for
28491         issignaling.
28492         * math/libm-test.inc (print_float, issignaling_test): New
28493         functions.
28494         (check_float_internal): Add issignaling checks.
28495         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28496         default definition.
28497         * sysdeps/powerpc/math-tests.h: New file.
28498         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28499         tests.
28500         * math/test-snan.c (TEST_FUNC): Likewise.
28502 2013-03-30  David S. Miller  <davem@davemloft.net>
28504         * po/de.po: Update from translation team.
28506 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28508         [BZ #10357]
28509         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28510         imaginary part less than 1.0 and real part less than 0.5
28511         specially.
28512         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28513         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28514         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28515         (cacos_test): Add more tests.
28516         (casin_test): Likewise.
28517         (casinh_test): Likewise.
28518         * sysdeps/i386/fpu/libm-test-ulps: Update.
28519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28521 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28523         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28524         ONE with its value.
28526         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28527         (__pow_mp): Replace ONE and MONE with their values.
28528         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28529         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28530         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28531         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28532         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28533         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28535         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28537         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28538         (__pow_mp): Replace ZERO and MZERO with their values.
28539         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28540         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28541         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28542         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28543         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28544         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28545         (__sqr): Likewise.
28547         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28549         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28551 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28553         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28554         Declare with __attribute__ ((weak)).
28555         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28556         Call __call_tls_dtors only if it's not NULL.
28558 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28560         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28561         didn't do it already, then set _dl_phdr and _dl_phnum based on the
28562         magic __ehdr_start linker symbol if it's defined.
28563         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28564         them up here if it was already done.
28566         * elf/dl-support.c (_dl_phdr): Make pointer to const.
28567         (_dl_aux_init): Use const in cast when setting it.
28568         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28569         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28570         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28572         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28573         Declare them here.
28574         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28575         * csu/libc-tls.c: Nor here.
28576         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28578         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28579         (__libc_message): Never call vsyslog.
28581 2013-03-28  Alan Modra  <amodra@gmail.com>
28583         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28584         Define as empty.
28585         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28586         Likewise.
28588 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28590         [BZ #15214]
28591         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28592         underflow.
28593         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28595 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28597         [BZ #15304]
28598         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28599         Don't add gid passed as argument.
28601         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28603 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
28605         [BZ #15307]
28606         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28607         imaginary part between 1.0 and 1.5 and real part less than 0.5
28608         specially.
28609         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28610         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28611         * math/libm-test.inc (cacos_test): Add more tests.
28612         (casin_test): Likewise.
28613         (casinh_test): Likewise.
28614         * sysdeps/i386/fpu/libm-test-ulps: Update.
28615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28617 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28619         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
28620         constants.
28621         (norm): Likewise.
28622         (denorm): Likewise.
28623         (__dbl_mp): Likewise.
28624         (add_magnitudes): Likewise.
28625         (sub_magnitudes): Likewise.
28626         (__add): Likewise.
28627         (__sub): Likewise.
28628         (__mul): Likewise.
28629         (__sqr): Likewise.
28630         (__inv): Likewise.
28631         (__dvd): Likewise.
28633         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
28634         commented code.
28635         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
28636         (__dubcos): Likewise.
28637         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
28638         (__ieee754_acos): Likewise.
28639         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28640         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
28641         (__exp1): Likewise.
28642         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28643         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
28644         (log1): Likewise.
28645         (my_log2): Likewise.
28646         (checkint): Likewise.
28647         * sysdeps/ieee754/dbl-64/e_remainder.c
28648         (__ieee754_remainder): Likewise.
28649         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28650         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
28651         (bsloww): Likewise.
28652         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28654         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
28655         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
28656         MANTISSA_STORE_T to store computations on mantissa.  Use
28657         macros for rounding and division.
28658         (denorm): Likewise.
28659         (__dbl_mp): Likewise.
28660         (add_magnitudes): Likewise.
28661         (sub_magnitudes): Likewise.
28662         (__mul): Likewise.
28663         (__sqr): Likewise.
28664         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
28665         powers of two in terms of TWOPOW macro.
28666         (mp_no): Make type of mantissa as MANTISSA_T.
28667         [!RADIXI]: Define RADIXI.
28668         [!TWO52]: Define TWO52.
28669         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
28671 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28673         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
28674         llroundl symbol when building for PPC32.
28676 2013-03-24  Mark H Weaver  <mhw@netris.org>
28678         * manual/arith.texi (Normalization Functions): Fix prototypes for
28679         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
28681 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28683         [BZ #13889]
28684         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
28685         high value to check if expl overflow.
28686         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
28687         to check for underflow and overflow.
28688         * math/libm-test.inc: Add exp test.
28690 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
28692         [BZ #11120]
28693         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
28694         with NOT_IN_libc.
28696 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28698         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
28699         symbol.
28701 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
28703         * math/gen-libm-test.pl (parse_args, special_functions): Properly
28704         wrap blocks consisting of several statements.
28706         * sysdeps/generic/math-tests.h: New file.
28707         * sysdeps/i386/fpu/math-tests.h: Likewise.
28708         * math/test-snan.c: Include it.
28709         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
28711 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28713         [BZ #15285]
28714         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
28715         (__ieee754_j0l): Do not improve calculations using cos of twice
28716         input for inputs above LDBL_MAX / 2.0L.
28717         (__ieee754_y0l): Likewise.
28718         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
28719         (__ieee754_j1l): Do not improve calculations using cos of twice
28720         input for inputs above LDBL_MAX / 2.0L.
28721         (__ieee754_y1l): Likewise.
28722         * math/libm-test.inc (j0_test): Add another test.
28723         (j1_test): Likewise.
28724         (y0_test): Likewise.
28725         (y1_test): Likewise.
28726         * sysdeps/i386/fpu/libm-test-ulps: Update.
28728 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28730         * Rules ($(objpfx)bench-%.c): Include code from a C source
28731         file.
28733 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
28735         [BZ #15287]
28736         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28737         imaginary part 1.0 and real part less than 0.5 specially.
28738         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28739         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28740         * math/libm-test.inc (cacos_test): Add more tests.
28741         (casin_test): Likewise.
28742         (casinh_test): Likewise.
28743         * sysdeps/i386/fpu/libm-test-ulps: Update.
28744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28746 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28748         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
28749         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
28751 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
28753         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
28754         * config.make.in (config-cflags-sse4): Remove variable.
28755         (config-cflags-avx): Likewise.
28756         (config-cflags-sse2avx): Likewise.
28757         (config-cflags-novzeroupper): Likewise.
28758         (config-asflags-i686): Likewise.
28759         (have-mfma4): Likewise.
28760         (have-as-vis3): Likewise.
28761         (MIG): Likewise.
28762         * configure.in (MIG): Do not AC_SUBST.
28763         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
28764         (libc_cv_cc_sse4): Do not AC_SUBST.
28765         (libc_cv_cc_avx): Likewise.
28766         (libc_cv_cc_sse2avx): Likewise.
28767         (libc_cv_cc_novzeroupper): Likewise.
28768         (libc_cv_cc_fma4): Likewise.
28769         (libc_cv_as_i686): Likewise.
28770         (libc_cv_sparc_as_vis3): Likewise.
28771         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
28772         LIBC_CONFIG_VAR.
28773         (config-asflags-i686): Likewise.
28774         (config-cflags-avx): Likewise.
28775         (config-cflags-sse2avx): Likewise.
28776         (have-mfma4): Likewise.
28777         (config-cflags-novzeroupper): Likewise.
28778         * sysdeps/mach/configure.in (MIG): Likewise.
28779         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
28780         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
28781         LIBC_CONFIG_VAR.
28782         (config-cflags-avx): Likewise.
28783         (config-cflags-sse2avx): Likewise.
28784         (have-mfma4): Likewise.
28785         (config-cflags-novzeroupper): Likewise.
28786         * configure: Regenerated.
28787         * sysdeps/i386/configure: Likewise.
28788         * sysdeps/mach/configure: Likewise.
28789         * sysdeps/sparc/configure: Likewise.
28790         * sysdeps/x86_64/configure: Likewise.
28792 2013-03-20  Roland McGrath  <roland@hack.frob.com>
28794         [BZ #14812]
28795         * locale/programs/localedef.c (options): Put N_ translation marker
28796         on argument names, not just descriptions.
28798 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28800         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
28802 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
28804         [BZ #14176]
28805         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
28807 2013-03-19  Roland McGrath  <roland@hack.frob.com>
28809         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
28810         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
28811         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
28812         [!BEFORE_ABORT] (before_abort): New function.
28813         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
28814         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
28815         (writev_for_fatal): New function.
28816         (WRITEV_FOR_FATAL): New macro; call that.
28817         (backtrace_and_maps): New function.
28818         (BEFORE_ABORT): New macro; call that.
28819         (struct str_list): Type removed.
28820         (__libc_message, __libc_fatal): Functions removed.
28821         Include <sysdeps/posix/libc_fatal.c> instead.
28823 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
28825         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
28826         constants.
28827         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
28828         double constants.
28830 2013-03-19  Andreas Schwab  <schwab@suse.de>
28832         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
28833         * sysdeps/gnu/configure: Regenerate.
28835         * configure.in: Substitute libc_cv_rtlddir.
28836         * configure: Regenerate.
28837         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
28838         * Makeconfig (rtlddir, inst_rtlddir): New variables.
28839         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
28840         * elf/Makefile (install-others, CFLAGS-interp.c)
28841         (ldso_install, common-ldd-rewrite): Likewise.
28842         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
28843         $(inst_slibdir)/$(rtld-installed-name).
28844         * scripts/rellns-sh: Add -p option.
28845         * Makerules (make-shlib-link): Use rellns-sh to get relative name
28846         for source.
28848 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28850         * manual/nptl.texi: Renamed to ...
28851         * manual/threads.texi: ... this.
28852         * manual/Makefile (chapters): Update.
28854 2013-03-18  Roland McGrath  <roland@hack.frob.com>
28856         [BZ #14812]
28857         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
28858         on argument names, not just descriptions.
28859         * malloc/memusagestat.c (options): Likewise.
28860         * nss/getent.c (options): Likewise.
28862 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
28864         [BZ #14812]
28865         * iconv/iconv_prog.c (options): Put N_ translation marker
28866         on argument names, not just descriptions.
28867         * iconv/iconvconfig.c (options): Likewise.
28869 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
28871         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
28872         implementation which is faster on all x86_64 architectures.
28873         Tested on AMD, Intel Nehalem, SNB, IVB.
28874         * sysdeps/x86_64/strnlen.S: Likewise.
28876         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28877         Remove all multiarch strlen and strnlen versions.
28878         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
28879         Remove strlen and strnlen related parts.
28881         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
28882         Inline strlen part.
28883         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
28885         * sysdeps/x86_64/multiarch/strlen.S: Remove.
28886         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
28887         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
28888         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
28889         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
28890         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
28892 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
28894         * manual/memory.texi (Malloc Tunable Parameters):
28895         Sort parameters alphabetically. Add comments for missing entries.
28897 2013-03-17  David S. Miller  <davem@davemloft.net>
28899         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28901 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
28903         [BZ #15283]
28904         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
28905         for arguments at most half maximum finite value.
28906         * math/libm-test.inc (j0_test): Add more tests.
28907         (j1_test): Likewise.
28908         (y0_test): Likewise.
28909         (y1_test): Likewise.
28910         * sysdeps/i386/fpu/libm-test-ulps: Update.
28911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28913         [BZ #14155]
28914         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
28915         1 / x and functions P and Q for arguments above 0x1p256L.
28916         (__ieee754_y0l): Likewise.
28917         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
28918         (__ieee754_y1l): Likewise.
28919         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
28920         (j1_test): Likewise.
28921         (y0_test): Likewise.
28922         (y1_test): Likewise.
28924 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
28926         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
28927         variable.
28929 2013-03-15  Roland McGrath  <roland@hack.frob.com>
28931         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
28932         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
28933         zero since it's initialized to EXEC_PAGESIZE.
28935         * sysdeps/unix/sysv/linux/ldsodefs.h
28936         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
28937         * sysdeps/generic/ldsodefs.h: ... here.
28939 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
28941         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
28943         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
28944         math/test-snan.c.
28945         * math/test-snan.c: Renamed from
28946         sysdeps/powerpc/fpu/test-powerpc-snan.c.
28947         * math/Makefile (tests): Add test-snan.
28948         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
28949         test-powerpc-snan.
28951         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
28952         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
28953         functions.
28954         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
28955         __builtin_nan family of functions.
28956         * math/libm-test.inc (initialize): Initialize qnan_value with
28957         __builtin_nan family of functions.
28958         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
28959         Remove variables.
28960         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
28961         Remove functions.
28962         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
28963         storage class.  Initialize qNaN_var and sNaN_var with
28964         __builtin_nan and __builtin_nans families of functions,
28965         respectively.
28967         * math/libm-test.inc (acosh_test): Also test with qNaN input.
28968         (sqrt_test): Remove duplicate test with qNaN input.
28969         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
28970         (round_test, signbit_test, significand_test): Note missing +/-Inf
28971         as well as qNaN tests.
28973         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
28974         qNaN_var.  Fix a few strings, too.
28975         * math/libm-test.inc (nan_value): Rename to qnan_value.
28976         * math/gen-libm-test.pl (%beautify): Adjust to that.
28977         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
28978         * math/test-misc.c (main): Likewise.
28979         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
28980         to __qnan_bytes, and __qnan_union, respectively.
28981         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
28982         Likewise.
28983         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
28984         and lqnanval, respectively.
28985         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
28986         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
28987         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
28988         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
28990         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
28991         * math/test-misc.c (main) [__x86_64__]: Enable test for long
28992         doubles.
28994         * math/test-misc.c (main): Fix copy'n'pastos.
28995         * misc/tst-efgcvt.c (special): Likewise.
28997         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
28998         Remove declarations.
29000 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29002         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29003         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29004         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29005         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29007 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29009         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29010         macro to return vdso values correctly in IFUNC implementations.
29011         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29012         Optimization by using IFUNC.
29014 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29015             Richard Henderson  <rth@redhat.com>
29016             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29018         * Makefile.in (bench): New target.
29019         * NEWS: Mention the benchmark framework.
29020         * Rules (bench): Likewise.
29021         (binaries-bench): Generate binaries for functions to
29022         benchmark.
29023         * benchtests/Makefile: New makefile for benchmark tests.
29024         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29025         programs.
29026         * benchtests/exp-inputs: New input file for EXP function.
29027         * benchtests/pow-inputs: New input file for POW function.
29028         * scripts/bench.pl: New script to generate source files for
29029         benchmark programs.
29031 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29033         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29034         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29035         computations on mantissa.  Use macros for rounding and
29036         division.
29037         (denorm): Likewise.
29038         (__dbl_mp): Likewise.
29039         (add_magnitudes): Likewise.
29040         (sub_magnitudes): Likewise.
29041         (__mul): Likewise.
29042         (__sqr): Likewise.
29043         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29044         powers of two in terms of TWOPOW macro.
29045         (mp_no): Make type of mantissa as MANTISSA_T.
29046         [!RADIXI]: Define RADIXI.
29047         [!TWO52]: Define TWO52.
29048         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29050         * manual/nptl.texi (cindex): Modify threads to pthreads.
29052 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29054         * sysdeps/x86_64/preconfigure: Regenerated.
29056 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29058         [BZ #14155]
29059         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29060         0x1p28 and above.
29061         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29062         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29063         0x1p28 and above.
29064         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29065         * math/libm-test.inc (j0_test): Do not allow one spurious
29066         underflow exception.
29067         (y1_test): Likewise.
29069 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29071         * manual/Makefile (chapters): Add nptl.
29072         * manual/debug.texi (Debugging Support): Add link to Threads
29073         chapter.
29074         * manual/nptl.texi: New file.
29076         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29078 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29080         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29081         for non-NULL pointer before the memory validity test. Pointed
29082         out by Holger Brunck <holger.brunck@keymile.com>.
29084 2013-03-13  Andreas Schwab  <schwab@suse.de>
29086         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29087         instead of .os.
29089 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29091         * timezone/zic.c: Update from tzcode 2013b.
29093 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29095         * manual/install.texi (Configuring and compiling):
29096         Mention i686 and i586.
29097         * INSTALL: Regenerate.
29099 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29101         * sysdeps/init_array/elf-init.c: New file.
29102         * csu/elf-init.c
29103         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29104         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29106         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29107         __gmon_start__ as global, but as static with a .preinit_array pointer.
29108         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29109         * sysdeps/init_array/crti.S: New file, empty except for comments.
29110         * sysdeps/init_array/crtn.S: Likewise.
29112 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29114         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29115         definining bcopy.
29116         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29117         Remove Prefer_SSE_for_memop.
29118         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29119         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29120         HAS_PREFER_SSE_FOR_MEMOP.
29121         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29122         memset-x86-64.
29123         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29124         Remove bzero, memset ifunc support.
29125         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29126         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29127         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29128         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29130 2013-03-11  Andreas Schwab  <schwab@suse.de>
29132         [BZ #15234]
29133         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29134         by SHLIB_COMPAT.
29135         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29136         (GLIBC_2.16): Remove pthread_atfork.
29138 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29140         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29141         (ptestcases.h): Likewise.
29143 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29145         * Makeconfig ($(common-objpfx)config.status): Depend on
29146         sysdeps/*/preconfigure{,.in} too.
29148 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29150         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29151         (__free_hook): Use void * instead of __malloc_ptr_t.
29152         (__malloc_hook): Likewise.
29153         (__realloc_hook): Likewise.
29154         (__memalign_hook): Likewise.
29155         (__after_morecore_hook): Likewise.
29156         * malloc/arena.c (save_malloc_hook): Likewise.
29157         (save_free_hook): Likewise.
29158         * malloc/hooks.c (malloc_hook_ini): Likewise.
29159         (realloc_hook_ini): Likewise.
29160         (memalign_hook_ini): Likewise.
29161         * malloc/malloc.c (malloc_hook_ini): Likewise.
29162         (realloc_hook_ini): Likewise.
29163         (memalign_hook_ini): Likewise.
29164         (__free_hook): Likewise.
29165         (__malloc_hook): Likewise.
29166         (__realloc_hook): Likewise.
29167         (__memalign_hook): Likewise.
29168         (__libc_malloc): Likewise.
29169         (__libc_free): Likewise.
29170         (__libc_realloc): Likewise.
29171         (__libc_memalign): Likewise.
29172         (__libc_valloc): Likewise.
29173         (__libc_pvalloc): Likewise.
29174         (__libc_calloc): Likewise.
29175         (__posix_memalign): Likewise.
29176         * malloc/morecore.c (__sbrk): Likewise.
29177         (__default_morecore): Likewise.
29179         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29181         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29182         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29183         __malloc_ptrdiff_t.
29185         * malloc/malloc.h (__malloc_size_t): Remove macro.
29186         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29187         __malloc_size_t.
29188         (old_memalign_hook): Likewise.
29189         (old_realloc_hook): Likewise.
29190         (struct hdr): Likewise.
29191         (flood): Likewise.
29192         (mallochook): Likewise.
29193         (memalignhook): Likewise.
29194         (reallochook): Likewise.
29195         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29196         (tr_old_realloc_hook): Likewise.
29197         (tr_old_memalign_hook): Likewise.
29198         (tr_mallochook): Likewise.
29199         (tr_reallochook): Likewise.
29200         (tr_memalignhook): Likewise.
29202 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29204         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29205         default_ldbl_pack and using as default implementation.
29206         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29207         implementation.
29208         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29209         redundant definition.
29210         (ldbl_insert_mantissa): Likewise.
29211         (ldbl_canonicalize): Likewise.
29212         (ldbl_nearbyint): Likewise.
29213         (ldbl_pack): Rename to ldbl_pack_ppc.
29214         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29215         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29216         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29218 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29220         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29221         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29222         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29223         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29224         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29225         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29226         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29227         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29229 2013-03-07  Andreas Jaeger  <aj@suse.de>
29231         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29232         bits/mman-linux.h.
29234 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29236         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29237         Include mpa.h and declare __MPEXP.
29238         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29239         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29240         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29241         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29242         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29243         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29244         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29246         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29247         (__slowpow): Use long double EXPL and LOGL functions to
29248         compute POW.
29249         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29250         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29251         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29252         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29253         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29254         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29256         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29257         intermediate variable to calculate exponent.
29258         (__sqr): Likewise.
29259         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29260         Likewise.
29261         (__sqr): Likewise.
29263         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29264         [!NO__SQR]: Define __sqr.
29265         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29266         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29267         sysdeps/ieee754/dbl-64/mpa.c.
29268         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29270         [BZ #12723]
29271         * posix/Makefile (tests): Add tst-pathconf.
29272         * posix/tst-pathconf.c: New test case.
29273         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29274         _PC_PIPE_BUF.
29275         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29277 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29279         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29281 2013-03-06  Andreas Jaeger  <aj@suse.de>
29283         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29284         definition via __MAP_ANONYMOUS.
29286         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29287         it's not part of Linux headers.
29289         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29290         (MAP_HUGE_MASK): Define.
29292         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29293         Define.
29294         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29295         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29296         Define.
29297         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29298         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29299         Define.
29300         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29301         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29302         Define.
29303         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29305         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29306         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29307         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29308         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29309         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29310         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29312         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29313         Handle f2fs.
29315         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29316         Handle f2fs and efivarfs.
29318         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29319         f2fs.
29321         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29322         (EFIVARFS_MAGIC): Add.
29323         (F2FS_LINK_MAX): Add.
29325 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29327         * stdio-common/vfprintf.c: Replace __builtin_expect with
29328         __glibc_unlikely.
29330 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29332         [BZ #13550]
29333         * sysdeps/generic/bp-sym.h: Remove file.
29334         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29335         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29336         <bp-sym.h> and <bp-asm.h>.
29337         (__longjmp): Don't use BP_SYM.
29338         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29339         and <bp-asm.h>.
29340         (memcpy): Don't use BP_SYM.
29341         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29342         <bp-sym.h> and <bp-asm.h>.
29343         (memcpy): Don't use BP_SYM.
29344         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29345         <bp-asm.h>.
29346         (memcpy): Don't use BP_SYM.
29347         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29348         <bp-asm.h>.
29349         (memset): Don't use BP_SYM.
29350         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29351         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29352         (__bzero): Don't use BP_SYM.
29353         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29354         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29355         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29356         <bp-sym.h> and <bp-asm.h>.
29357         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29358         pointers.
29359         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29360         <bp-sym.h> and <bp-asm.h>.
29361         (memcpy): Don't use BP_SYM.
29362         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29363         <bp-sym.h> and <bp-asm.h>.
29364         (memset): Don't use BP_SYM.
29365         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29366         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29367         (__bzero): Don't use BP_SYM.
29368         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29369         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29370         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29371         <bp-sym.h> and <bp-asm.h>.
29372         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29373         pointers.
29374         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29375         <bp-sym.h> and <bp-asm.h>.
29376         (memcpy): Don't use BP_SYM.
29377         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29378         <bp-sym.h> and <bp-asm.h>.
29379         (memset): Don't use BP_SYM.
29380         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29381         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29382         (__bzero): Don't use BP_SYM.
29383         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29384         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29385         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29386         <bp-sym.h> and <bp-asm.h>.
29387         (__memchr): Don't use BP_SYM.
29388         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29389         <bp-sym.h> and <bp-asm.h>.
29390         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29391         pointers.
29392         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29393         <bp-sym.h> and <bp-asm.h>.
29394         (memcpy): Don't use BP_SYM.
29395         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29396         <bp-sym.h> and <bp-asm.h>.
29397         (__mempcpy): Don't use BP_SYM.
29398         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29399         <bp-sym.h> and <bp-asm.h>.
29400         (__memrchr): Don't use BP_SYM.
29401         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29402         <bp-sym.h> and <bp-asm.h>.
29403         (memset): Don't use BP_SYM.
29404         (__bzero): Likewise.
29405         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29406         <bp-sym.h> and <bp-asm.h>.
29407         (__rawmemchr): Don't use BP_SYM.
29408         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29409         <bp-sym.h> and <bp-asm.h>.
29410         (__STRCMP): Don't use BP_SYM.
29411         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29412         <bp-sym.h> and <bp-asm.h>.
29413         (strchr): Don't use BP_SYM.
29414         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29415         <bp-sym.h> and <bp-asm.h>.
29416         (__strchrnul): Don't use BP_SYM.
29417         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29418         <bp-sym.h> and <bp-asm.h>.
29419         (strlen): Don't use BP_SYM.
29420         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29421         <bp-sym.h> and <bp-asm.h>.
29422         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29423         pointers.
29424         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29425         <bp-sym.h> and <bp-asm.h>.
29426         (__strnlen): Don't use BP_SYM.
29427         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29428         <bp-sym.h> and <bp-asm.h>.
29429         (__GI__setjmp): Don't use BP_SYM.
29430         (_setjmp): Likewise.
29431         (__sigsetjmp): Likewise.
29432         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29433         (L(start_addresses)): Don't use BP_SYM.
29434         (_start): Likewise.
29435         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29436         <bp-asm.h>.
29437         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29438         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29439         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29440         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29441         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29442         <bp-asm.h>.
29443         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29444         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29445         about bounded pointers.
29446         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29447         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29448         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29449         <bp-asm.h>.
29450         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29451         about bounded pointers.  Remove GKM FIXME comments.
29452         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29453         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29454         <bp-asm.h>.
29455         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29456         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29457         Remove GKM FIXME comments.
29458         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29459         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29460         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29461         <bp-asm.h>.
29462         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29463         about bounded pointers.  Remove GKM FIXME comment.
29464         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29465         and <bp-asm.h>.
29466         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29467         pointers.
29468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29469         <bp-sym.h> and <bp-asm.h>.
29470         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29472         <bp-sym.h> and <bp-asm.h>.
29473         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29474         comment.
29476 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29478         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29479         call free(NULL).
29481 2013-03-05  David S. Miller  <davem@davemloft.net>
29483         * po/es.po: Update from translation team.
29485 2013-03-05  Andreas Jaeger  <aj@suse.de>
29487         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29488         <bits/mman-linux.h>.
29489         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29490         is fine.
29491         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29492         <bits/mman-linux.h> to end of file.
29493         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29494         is fine.
29495         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29496         <bits/mman-linux.h> to end of file.
29497         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29498         is fine.
29499         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29500         <bits/mman-linux.h> to end of file.
29502         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29503         (MCL_CURRENT, MCL_FUTURE): Define here.
29505 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29507         [BZ #15232]
29508         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29509         attribute_hidden.
29510         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29512 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29514         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29515         fourth parameter needed for rt_sigprocmask syscall.
29516         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29517         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29518         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29519         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29520         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29521         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29523 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29525         [BZ #13550]
29526         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29527         comment about bounded pointers.
29528         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29529         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29531 2013-03-04  Andreas Jaeger  <aj@suse.de>
29533         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29534         common definitions.
29536         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29537         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29538         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29539         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29540         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29541         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29543 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29545         [BZ #15055]
29546         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29547         __ieee754_sqrl instead of __sqrl.
29549 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29551         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29552         * sysdeps/powerpc/fpu_control.h: ... here.
29553         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29554         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29555         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29556         * sysdeps/powerpc/bits/mathinline.h: ... here.
29558 2013-03-01  Roland McGrath  <roland@hack.frob.com>
29560         * elf/dl-hwcaps.c (_dl_important_hwcaps):
29561         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29562         to just [NEED_DL_SYSINFO_DSO].
29563         * elf/dl-support.c: Likewise.
29564         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29565         * elf/rtld.c (dl_main): Likewise.
29566         * elf/setup-vdso.h (setup_vdso): Likewise.
29567         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29568         * sysdeps/unix/sysv/linux/dl-sysdep.c
29569         (_dl_discover_osversion): Likewise.
29571 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
29573         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29574         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29576 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
29578         * NEWS: Mention libm performance improvements and non-x86 PI
29579         futex support.
29581         * csu/libc-start.c (__pthread_initialize_minimal): Change
29582         function arguments.
29583         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29585 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
29587         [BZ #13550]
29588         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29589         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
29590         <bp-sym.h> and <bp-asm.h>.
29591         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29592         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
29593         and <bp-asm.h>.
29594         (memcpy): Don't use BP_SYM.
29595         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29596         <bp-asm.h>.
29597         (__mpn_add_n): Don't use BP_SYM.
29598         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29599         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29600         and <bp-asm.h>.
29601         (__mpn_addmul_1): Don't use BP_SYM.
29602         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29603         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29604         <bp-sym.h>.
29605         (_setjmp): Don't use BP_SYM.
29606         (__novmx_setjmp): Likewise.
29607         (__GI__setjmp): Likewise.
29608         (__vmx_setjmp): Likewise.
29609         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
29610         <bp-sym.h>.
29611         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
29612         (__bzero): Don't use BP_SYM.
29613         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29614         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29615         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
29616         <bp-sym.h> and <bp-asm.h>.
29617         (memcpy): Don't use BP_SYM.
29618         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
29619         <bp-sym.h> and <bp-asm.h>.
29620         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29621         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
29622         <bp-sym.h> and <bp-asm.h>.
29623         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
29624         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
29625         <bp-asm.h>.
29626         (__mpn_lshift): Don't use BP_SYM.
29627         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29628         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
29629         <bp-asm.h>.
29630         (memset): Don't use BP_SYM.
29631         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29632         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29633         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
29634         <bp-asm.h>.
29635         (__mpn_mul_1): Don't use BP_SYM.
29636         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29637         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
29638         <bp-sym.h> and <bp-asm.h>.
29639         (memcmp): Don't use BP_SYM.
29640         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
29641         <bp-sym.h> and <bp-asm.h>.
29642         (memcpy): Don't use BP_SYM.
29643         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
29644         <bp-sym.h> and <bp-asm.h>.
29645         (memset): Don't use BP_SYM.
29646         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
29647         <bp-sym.h> and <bp-asm.h>.
29648         (strncmp): Don't use BP_SYM.
29649         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
29650         <bp-sym.h> and <bp-asm.h>.
29651         (memcpy): Don't use BP_SYM.
29652         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
29653         <bp-sym.h> and <bp-asm.h>.
29654         (memset): Don't use BP_SYM.
29655         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
29656         <bp-sym.h> and <bp-asm.h>.
29657         (__memchr): Don't use BP_SYM.
29658         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
29659         <bp-sym.h> and <bp-asm.h>.
29660         (memcmp): Don't use BP_SYM.
29661         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
29662         <bp-sym.h> and <bp-asm.h>.
29663         (memcpy): Don't use BP_SYM.
29664         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
29665         <bp-sym.h> and <bp-asm.h>.
29666         (__mempcpy): Don't use BP_SYM.
29667         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
29668         <bp-sym.h> and <bp-asm.h>.
29669         (__memrchr): Don't use BP_SYM.
29670         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
29671         <bp-sym.h> and <bp-asm.h>.
29672         (memset): Don't use BP_SYM.
29673         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
29674         <bp-sym.h> and <bp-asm.h>.
29675         (__rawmemchr): Don't use BP_SYM.
29676         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
29677         <bp-sym.h> and <bp-asm.h>.
29678         (__STRCMP): Don't use BP_SYM.
29679         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
29680         <bp-sym.h> and <bp-asm.h>.
29681         (strchr): Don't use BP_SYM.
29682         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
29683         <bp-sym.h> and <bp-asm.h>.
29684         (__strchrnul): Don't use BP_SYM.
29685         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
29686         <bp-sym.h> and <bp-asm.h>.
29687         (strlen): Don't use BP_SYM.
29688         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
29689         <bp-sym.h> and <bp-asm.h>.
29690         (strncmp): Don't use BP_SYM.
29691         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
29692         <bp-sym.h> and <bp-asm.h>.
29693         (__strnlen): Don't use BP_SYM.
29694         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
29695         <bp-asm.h>.
29696         (__mpn_rshift): Don't use BP_SYM.
29697         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
29698         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
29699         <bp-sym.h> and <bp-asm.h>.
29700         (__sigsetjmp): Don't use BP_SYM.
29701         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
29702         (L(start_addresses)): Don't use BP_SYM.
29703         (_start): Likewise.
29704         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
29705         <bp-asm.h>.
29706         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
29707         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29708         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29709         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
29710         <bp-asm.h>.
29711         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
29712         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29713         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29714         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
29715         <bp-asm.h>.
29716         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29717         comments.
29718         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29719         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
29720         <bp-asm.h>.
29721         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
29722         FIXME comments.
29723         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29724         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29725         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
29726         <bp-asm.h>.
29727         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
29728         comment.
29729         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
29730         and <bp-asm.h>.
29731         (strncmp): Don't use BP_SYM,
29732         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
29733         <bp-asm.h>.
29734         (__mpn_sub_n): Don't use BP_SYM.
29735         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
29736         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
29737         and <bp-asm.h>.
29738         (__mpn_submul_1): Don't use BP_SYM.
29739         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
29741         <bp-sym.h> and <bp-asm.h>.
29742         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
29744         <bp-sym.h> and <bp-asm.h>.
29745         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29746         comment.
29748 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29750         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
29751         Use ZK to minimize writes to Z.
29752         (sub_magnitudes): Simplify code a bit.
29753         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
29754         Use ZK to minimize writes to Z.
29755         (sub_magnitudes): Simplify code a bit.
29757 2013-02-27  Roland McGrath  <roland@hack.frob.com>
29759         * csu/gmon-start.c: Add special exception to license text.
29761 2013-02-27  Richard Henderson  <rth@redhat.com>
29763         * scripts/config.guess: Update from config.git.
29764         * scripts/config.sub: Likewise.
29766 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29768         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
29770         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
29772         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
29774         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
29776         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
29778 2013-02-26  Roland McGrath  <roland@hack.frob.com>
29780         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
29781         [$(build-shared = yes].
29783 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29785         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
29786         (__mul): Reduce iterations for calculating mantissa.
29788         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
29789         MPTWO.
29790         (__mpranred): Likewise.
29792         [BZ #15160]
29793         * malloc/memusagestat.c (main): Draw graphs for heap and stack
29794         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
29796 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29798         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
29799         Define __attribute__.
29801 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29803         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
29804         unused.
29805         * posix/regex_internal.h (__attribute): Remove.
29806         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
29807         (re_string_context_at): Likewise.
29808         (bitset_not): Use __attribute__ and mark function as possibly
29809         unused.
29810         (bitset_merge): Likewise.
29811         (bitset_mask): Likewise.
29812         (re_string_char_size_at): Likewise.
29813         (re_string_wchar_at): Likewise.
29814         (re_string_elem_size_at): Likewise.
29816 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29818         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
29819         code.
29820         (cc32): Likewise.
29822         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
29823         (__acr): Likewise.
29824         (__cpy): Likewise.
29825         (norm): Likewise.
29826         (denorm): Likewise.
29827         (__dbl_mp): Likewise.
29828         (add_magnitudes): Likewise.
29829         (sub_magnitudes): Likewise.
29830         (__mul): Likewise.
29831         (__inv): Likewise.
29833         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
29834         style.
29836         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
29837         style.
29839         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
29840         code.
29842         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
29843         up changes with default code.
29844         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
29845         Likewise.
29847 2013-02-24  Allan McRae  <allan@archlinux.org>
29849         * manual/socket.texi (The Internet Namespace): Order menu items
29850         to match that in the file.
29852         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
29853         node listing of the info page menu.
29855 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
29857         [BZ #13550]
29858         * sysdeps/i386/bp-asm.h: Remove file.
29859         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
29860         (PARMS): Do not use macros from bp-asm.h.
29861         (S1): Likewise.
29862         (S2): Likewise.
29863         (SIZE): Likewise.
29864         (__mpn_add_n): Do not use BP_SYM
29865         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
29866         "bp-asm.h".
29867         (PARMS): Do not use macros from bp-asm.h.
29868         (S1): Likewise.
29869         (SIZE): Likewise.
29870         (__mpn_addmul_1): Do not use BP_SYM
29871         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
29872         "bp-asm.h".
29873         (PARMS): Do not use macros from bp-asm.h.
29874         (SIGMSK): Likewise.
29875         (_setjmp): Likewise.  Do not use BP_SYM.
29876         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
29877         "bp-asm.h".
29878         (PARMS): Do not use macros from bp-asm.h.
29879         (SIGMSK): Likewise.
29880         (setjmp): Likewise.  Do not use BP_SYM.
29881         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
29882         "bp-asm.h".
29883         (PARMS): Do not use macros from bp-asm.h.
29884         (__frexp): Do not use BP_SYM.
29885         (frexp): Likewise.
29886         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
29887         "bp-asm.h".
29888         (PARMS): Do not use macros from bp-asm.h.
29889         (__frexpf): Do not use BP_SYM.
29890         (frexpf): Likewise.
29891         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
29892         "bp-asm.h".
29893         (PARMS): Do not use macros from bp-asm.h.
29894         (__frexpl): Do not use BP_SYM.
29895         (frexpl): Likewise.
29896         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
29897         "bp-asm.h".
29898         (PARMS): Do not use macros from bp-asm.h.
29899         (__remquo): Do not use BP_SYM.
29900         (remquo): Likewise.
29901         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
29902         "bp-asm.h".
29903         (PARMS): Do not use macros from bp-asm.h.
29904         (__remquof): Do not use BP_SYM.
29905         (remquof): Likewise.
29906         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
29907         "bp-asm.h".
29908         (PARMS): Do not use macros from bp-asm.h.
29909         (__remquol): Do not use BP_SYM.
29910         (remquol): Likewise.
29911         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
29912         "bp-asm.h".
29913         (PARMS): Do not use macros from bp-asm.h.
29914         (DEST): Likewise.
29915         (SRC): Likewise.
29916         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
29917         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
29918         "bp-asm.h".
29919         (PARMS): Do not use macros from bp-asm.h.
29920         (strlen): Do not use BP_SYM.
29921         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
29922         "bp-asm.h".
29923         (PARMS): Do not use macros from bp-asm.h.
29924         (S1): Likewise.
29925         (S2): Likewise.
29926         (SIZE): Likewise.
29927         (__mpn_add_n): Do not use BP_SYM.
29928         * sysdeps/i386/i586/addmul_1.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         (SIZE): Likewise.
29933         (__mpn_addmul_1): Do not use BP_SYM.
29934         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
29935         weak_alias.
29936         (bzero): Likewise.
29937         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
29938         "bp-asm.h".
29939         (PARMS): Do not use macros from bp-asm.h.
29940         (S): Likewise.
29941         (SIZE): Likewise.
29942         (__mpn_lshift): Do not use BP_SYM.
29943         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
29944         "bp-asm.h".
29945         (PARMS): Do not use macros from bp-asm.h.
29946         (DEST): Likewise.
29947         (SRC): Likewise.
29948         (LEN): Likewise.
29949         (memcpy): Likewise.  Do not use BP_SYM.
29950         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
29951         libc_hidden_def and weak_alias.
29952         (mempcpy): Do not use BP_SYM in weak_alias.
29953         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
29954         "bp-asm.h".
29955         (PARMS): Do not use macros from bp-asm.h.
29956         (DEST): Likewise.
29957         (LEN): Likewise.
29958         [!BZERO_P] (CHR): Likewise.
29959         (memset): Likewise.  Do not use BP_SYM.
29960         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
29961         "bp-asm.h".
29962         (PARMS): Do not use macros from bp-asm.h.
29963         (S1): Likewise.
29964         (SIZE): Likewise.
29965         (__mpn_mul_1): Do not use BP_SYM.
29966         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
29967         "bp-asm.h".
29968         (PARMS): Do not use macros from bp-asm.h.
29969         (S): Likewise.
29970         (SIZE): Likewise.
29971         (__mpn_rshift): Do not use BP_SYM.
29972         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
29973         "bp-asm.h".
29974         (PARMS): Do not use macros from bp-asm.h.
29975         (STR): Likewise.
29976         (CHR): Likewise.
29977         (strchr): Likewise.  Do not use BP_SYM.
29978         (index): Do not use BP_SYM in weak_alias.
29979         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
29980         "bp-asm.h".
29981         (PARMS): Do not use macros from bp-asm.h.
29982         (DEST): Likewise.
29983         (SRC): Likewise.
29984         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
29985         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
29986         "bp-asm.h".
29987         (PARMS): Do not use macros from bp-asm.h.
29988         (strlen): Do not use BP_SYM.
29989         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
29990         "bp-asm.h".
29991         (PARMS): Do not use macros from bp-asm.h.
29992         (S1): Likewise.
29993         (S2): Likewise.
29994         (SIZE): Likewise.
29995         (__mpn_sub_n): Do not use BP_SYM.
29996         * sysdeps/i386/i586/submul_1.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         (SIZE): Likewise.
30001         (__mpn_submul_1): Do not use BP_SYM.
30002         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30003         "bp-asm.h".
30004         (PARMS): Do not use macros from bp-asm.h.
30005         (S1): Likewise.
30006         (S2): Likewise.
30007         (SIZE): Likewise.
30008         (__mpn_add_n): Do not use BP_SYM.
30009         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30010         weak_alias.
30011         (bzero): Likewise.
30012         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30013         "bp-asm.h".
30014         (PARMS): Do not use macros from bp-asm.h.
30015         (BLK2): Likewise.
30016         (LEN): Likewise.
30017         (memcmp): Do not use BP_SYM.
30018         (bcmp): Do not use BP_SYM in weak_alias.
30019         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30020         "bp-asm.h".
30021         (PARMS): Do not use macros from bp-asm.h.
30022         (DEST): Likewise.
30023         (SRC): Likewise.
30024         (LEN): Likewise.
30025         (memcpy): Likewise.  Do not use BP_SYM.
30026         * sysdeps/i386/i686/memmove.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         (memmove): Likewise.  Do not use BP_SYM.
30033         * sysdeps/i386/i686/mempcpy.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         (__mempcpy): Likewise.  Do not use BP_SYM.
30040         (mempcpy): Do not use BP_SYM in weak_alias.
30041         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30042         "bp-asm.h".
30043         (PARMS): Do not use macros from bp-asm.h.
30044         (DEST): Likewise.
30045         (LEN): Likewise.
30046         [!BZERO_P] (CHR): Likewise.
30047         (memset): Likewise.  Do not use BP_SYM.
30048         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30049         "bp-asm.h".
30050         (PARMS): Do not use macros from bp-asm.h.
30051         (STR2): Likewise.
30052         (strcmp): Do not use BP_SYM.
30053         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30054         "bp-asm.h".
30055         (PARMS): Do not use macros from bp-asm.h.
30056         (STR): Likewise.
30057         (DELIM): Likewise.
30058         [USE_AS_STRTOK_R] (SAVE): Likewise.
30059         (FUNCTION): Likewise.  Do not use BP_SYM.
30060         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30061         aliases.
30062         (strtok_r): Likewise.
30063         (__GI___strtok_r): Likewise.
30064         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30065         (PARMS): Do not use macros from bp-asm.h.
30066         (S): Likewise.
30067         (SIZE): Likewise.
30068         (__mpn_lshift): Do not use BP_SYM.
30069         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30070         (PARMS): Do not use macros from bp-asm.h.
30071         (STR): Likewise.
30072         (CHR): Likewise.
30073         (__memchr): Do not use BP_SYM.
30074         (memchr): Do not use BP_SYM in weak_alias.
30075         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30076         (PARMS): Do not use macros from bp-asm.h.
30077         (BLK2): Likewise.
30078         (LEN): Likewise.
30079         (memcmp): Do not use BP_SYM.
30080         (bcmp): Do not use BP_SYM in weak_alias.
30081         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30082         (PARMS): Do not use macros from bp-asm.h.
30083         (S1): Likewise.
30084         (SIZE): Likewise.
30085         (__mpn_mul_1): Do not use BP_SYM.
30086         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30087         "bp-asm.h".
30088         (PARMS): Do not use macros from bp-asm.h.
30089         (STR): Likewise.
30090         (CHR): Likewise.
30091         (__rawmemchr): Do not use BP_SYM.
30092         (rawmemchr): Do not use BP_SYM in weak_alias.
30093         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30094         (PARMS): Do not use macros from bp-asm.h.
30095         (S): Likewise.
30096         (SIZE): Likewise.
30097         (__mpn_rshift): Do not use BP_SYM.
30098         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30099         (PARMS): Do not use macros from bp-asm.h.
30100         (SIGMSK): Likewise.
30101         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30102         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30103         (_start): Do not use BP_SYM.
30104         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30105         (PARMS): Do not use macros from bp-asm.h.
30106         (DEST): Likewise.
30107         (SRC): Likewise.
30108         (__stpcpy): Likewise.  Do not use BP_SYM.
30109         (stpcpy): Do not use BP_SYM in weak_alias.
30110         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30111         "bp-asm.h".
30112         (PARMS): Do not use macros from bp-asm.h.
30113         (DEST): Likewise.
30114         (SRC): Likewise.
30115         (LEN): Likewise.
30116         (__stpncpy): Likewise.  Do not use BP_SYM.
30117         (stpncpy): Do not use BP_SYM in weak_alias.
30118         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30119         (PARMS): Do not use macros from bp-asm.h.
30120         (STR): Likewise.
30121         (CHR): Likewise.
30122         (strchr): Likewise.  Do not use BP_SYM.
30123         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30124         "bp-asm.h".
30125         (PARMS): Do not use macros from bp-asm.h.
30126         (STR): Likewise.
30127         (CHR): Likewise.
30128         (__strchrnul): Likewise.  Do not use BP_SYM.
30129         (strchrnul): Do not use BP_SYM in weak_alias.
30130         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30131         "bp-asm.h".
30132         (PARMS): Do not use macros from bp-asm.h.
30133         (STOP): Likewise.
30134         (strcspn): Do not use BP_SYM.
30135         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30136         "bp-asm.h".
30137         (PARMS): Do not use macros from bp-asm.h.
30138         (STR): Likewise.
30139         (STOP): Likewise.
30140         (strpbrk): Likewise.  Do not use BP_SYM.
30141         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30142         "bp-asm.h".
30143         (PARMS): Do not use macros from bp-asm.h.
30144         (STR): Likewise.
30145         (CHR): Likewise.
30146         (strrchr): Likewise.  Do not use BP_SYM.
30147         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30148         (PARMS): Do not use macros from bp-asm.h.
30149         (SKIP): Likewise.
30150         (strspn): Do not use BP_SYM.
30151         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30152         (PARMS): Do not use macros from bp-asm.h.
30153         (STR): Likewise.
30154         (DELIM): Likewise.
30155         (SAVE): Likewise.
30156         (FUNCTION): Likewise.  Do not use BP_SYM.
30157         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30158         aliases.
30159         (strtok_r): Likewise.
30160         (__GI___strtok_r): Likewise.
30161         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30162         (PARMS): Do not use macros from bp-asm.h.
30163         (S1): Likewise.
30164         (S2): Likewise.
30165         (SIZE): Likewise.
30166         (__mpn_sub_n): Do not use BP_SYM.
30167         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30168         "bp-asm.h".
30169         (PARMS): Do not use macros from bp-asm.h.
30170         (S1): Likewise.
30171         (SIZE): Likewise.
30172         (__mpn_submul_1): Do not use BP_SYM.
30173         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30174         <bp-sym.h>.
30175         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30176         and <bp-asm.h>.
30177         (PARMS): Do not use macros from bp-asm.h.
30178         (FLAGS): Likewise.
30179         (PTID): Likewise.
30180         (TLS): Likewise.
30181         (CTID): Likewise.
30182         (__clone): Do not use BP_SYM.
30183         (clone): Do not use BP_SYM in weak_alias.
30184         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30185         and <bp-asm.h>.
30186         (PARMS): Do not use macros from bp-asm.h.
30187         (LEN): Likewise.
30188         (__mmap64): Do not use BP_SYM.
30189         (mmap64): Do not use BP_SYM in weak_alias.
30190         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30191         <bp-sym.h> and <bp-asm.h>.
30192         (PARMS): Do not use macros from bp-asm.h.
30193         (__posix_fadvise64_l64): Do not use BP_SYM.
30194         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30195         (PARMS): Do not use macros from bp-asm.h.
30196         (NSOPS): Likewise.
30197         (semtimedop): Do not use BP_SYM.
30198         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30199         and <bp-asm.h>.
30201 2013-02-21  Allan McRae  <allan@archlinux.org>
30203         * manual/message.texi (Charset conversion in gettext):
30204         Move @end statement to beginning of line.
30206 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30208         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30209         static.
30210         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30211         Likewise.
30213         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30214         (denorm): Likewise.
30215         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30216         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30218 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30220         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30221         tail-call to the resolved function if pltexit isn't needed.
30223 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30225         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30226         or Y being zero as being unlikely.
30227         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30228         Likewise.
30230 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30232         * manual/nss.texi (System Databases and Name Service Switch):
30233         Remove frobnicate @pxref.
30235 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30237         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30238         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30240 2013-02-20  Petr Machata  <pmachata@redhat.com>
30242         * elf/elf.h (R_ARM_TARGET1): New macro.
30243         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30244         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30245         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30246         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30247         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30248         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30249         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30250         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30251         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30252         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30253         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30254         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30255         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30256         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30257         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30258         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30259         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30260         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30261         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30262         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30263         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30264         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30265         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30266         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30267         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30268         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30269         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30270         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30271         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30272         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30273         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30274         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30275         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30276         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30277         (R_ARM_THM_GOT_BREL12): Likewise.
30278         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30279         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30280         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30281         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30282         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30283         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30284         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30285         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30286         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30288 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30290         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30291         __attribute_used__ to __attribute__ ((unused)).
30293 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30295         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30296         powerpc mpa.c.
30297         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30298         comment formatting.
30299         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30301 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30303         [BZ #13550]
30304         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30305         Remove macro.
30306         (ENTER): Remove both macro definitions.
30307         (LEAVE): Likewise.
30308         (CHECK_BOUNDS_LOW): Likewise.
30309         (CHECK_BOUNDS_HIGH): Likewise.
30310         (CHECK_BOUNDS_BOTH): Likewise.
30311         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30312         (RETURN_BOUNDED_POINTER): Likewise.
30313         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30314         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30315         (POP_ERRNO_LOCATION_RETURN): Likewise.
30316         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30317         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30318         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30319         macros.
30320         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30321         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30322         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30323         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30324         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30325         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30326         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30327         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30328         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30329         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30330         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30331         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30332         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30333         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30334         removed macros.
30335         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30336         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30337         macros.
30338         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30339         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30340         * sysdeps/i386/i586/memset.S (memset): Likewise.
30341         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30342         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30343         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30344         macros.
30345         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30346         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30347         Change uses of L(2) to L(out).
30348         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30349         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30350         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30351         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30352         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30353         removed macros.
30354         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30355         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30356         macros.
30357         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30358         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30359         (RETURN): Do not use macro LEAVE.
30360         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30361         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30362         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30363         * sysdeps/i386/i686/memset.S (memset): Likewise.
30364         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30365         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30366         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30367         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30368         Likewise.
30369         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30370         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30371         L(1_2) and L(1_3) into L(1).
30372         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30373         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30374         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30375         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30376         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30377         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30378         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30379         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30380         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30381         macros.
30382         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30383         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30384         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30385         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30386         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30387         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30388         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30389         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30390         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30391         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30392         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30393         * sysdeps/i386/strspn.S (strspn): Likewise.
30394         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30395         conditional code.
30396         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30397         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30398         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30399         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30400         L(1_3) into L(1_1).
30401         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30402         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30403         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30404         macros.
30405         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30407 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30409         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30410         macro.
30412 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30414         * math/atest-exp.c (exp_mpn): Remove ROUND.
30415         * math/atest-exp2.c (exp_mpn): Likewise.
30416         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30418         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30419         * stdlib/tst-tls-atexit-lib.c: Likewise.
30420         * stdlib/tst-tls-atexit.c: Likewise.
30422 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30424         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30425         and __attribute_alloc_size__.
30427 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30429         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30430         __attribute_alloc_size__.
30431         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30432         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30434 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30436         * include/programs/xmalloc.h: New file.
30437         * catgets/gencat.c: Include it.
30438         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30439         * elf/pldd.c: Likewise.
30440         * iconv/iconv_charmap.c: Likewise.
30441         * iconv/iconvconfig.c: Likewise.
30442         * iconv/strtab.c: Likewise.
30443         * locale/programs/locale.c: Likewise.
30444         * locale/programs/localedef.h: Likewise.
30445         * locale/programs/simple-hash.c: Likewise.
30446         * nscd/nscd.h: Likewise.
30447         * nss/makedb.c: Likewise.
30448         * sysdeps/generic/ldconfig.h: Likewise.
30450 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30452         * Versions.def: Add GLIBC_2.18.
30453         * include/link.h (struct link_map): New member l_tls_dtor_count.
30454         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30455         (__call_tls_dtors): Likewise.
30456         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30457         __cxa_thread_atexit_impl.
30458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30459         Likewise.
30460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30461         Likewise.
30462         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30463         Likewise.
30464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30465         Likewise.
30466         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30468         Likewise.
30469         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30470         Likewise.
30471         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30472         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30473         Likewise.
30474         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30475         (tests): Add test case tst-tls-atexit.
30476         (modules-names): Add shared library for tst-tls-atexit.
30477         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30478         (GLIBC_PRIVATE): Add __call_tls_dtors.
30479         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30480         for libstdc++.
30481         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30482         * stdlib/tst-tls-atexit.c: New test case.
30483         * stdlib/tst-tls-atexit-lib.c: New test case.
30485         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30487         * elf/Versions (ld): Add _dl_find_dso_for_object.
30488         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30489         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30490         (dl_open_worker): Use _dl_find_dso_for_object.
30491         * elf/dl-sym.c (do_sym): Likewise.
30492         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30494 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30496         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30497         Syntactic changes only.
30498         (_dl_runtime_profile): Do a tail-call to the resolved function.
30500 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30502         [BZ #13550]
30503         * sysdeps/x86_64/bp-asm.h: Remove file.
30504         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30505         <bp-sym.h> and <bp-asm.h>.
30506         (__clone): Do not use BP_SYM.
30507         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30508         <bp-sym.h> and <bp-asm.h>.
30509         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30510         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30511         "bp-asm.h".
30512         (_setjmp): Do not use BP_SYM.
30513         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30514         "bp-asm.h".
30515         (setjmp): Do not use BP_SYM.
30516         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30517         libc_hidden_def.
30518         (mempcpy): Do not use BP_SYM in weak_alias.
30519         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30520         "bp-asm.h".
30521         (strchr): Do not use BP_SYM.
30522         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30523         "bp-asm.h".
30524         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30525         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30526         (_start): Do not use BP_SYM.
30527         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30528         "bp-asm.h".
30529         (strcat): Do not use BP_SYM.
30530         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30531         "bp-asm.h".
30532         (STRCMP): Do not use BP_SYM.
30533         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30534         "bp-asm.h".
30535         (STRCPY): Do not use BP_SYM.
30536         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30537         "bp-asm.h".
30538         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30539         "bp-asm.h".
30540         (FUNCTION): Do not use BP_SYM.
30541         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30542         weak_alias.
30543         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30545 2013-02-17  Andreas Jaeger  <aj@suse.de>
30547         * time/Versions: Sort entries.
30548         * string/Versions: Likewise.
30549         * resolv/Versions: Likewise.
30550         * posix/Versions: Likewise.
30551         * iconv/Versions: Likewise.
30552         * elf/Versions: Likewise.
30553         * wcsmbs/Versions: Likewise.
30555 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30557         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30558         loop termination condition.
30560         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30561         variable to calculate EZ.
30562         (__sqr): Likewise.
30564         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30565         the lower precision input.
30567 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
30569         [BZ #13550]
30570         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30571         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30572         (run-via-rtld-prefix): Do not handle %-bp tests.
30573         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30574         (all-object-suffixes): Remove .ob.
30575         (bppfx): Remove variable.
30576         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30577         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30578         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30579         [$(build-bounded) = yes] (libtype.ob): Likewise.
30580         * Makerules (elide-routines.ob): Remove variable.
30581         (do-tests-clean): Do not handle *-bp.out.
30582         (common-mostlyclean): Do not handle *-bp and *-bp.out.
30583         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30584         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30585         (tests): Do not include $(tests-bp.out).
30586         (xtests): Do not include $(xtests-bp.out).
30587         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30588         [$(build-bounded) = yes] ($(addprefix
30589         $(objpfx),$(binaries-bounded))): Remove rule.
30590         ($(objpfx)%-bp.out): Remove rule.
30591         * config.make.in (build-bounded): Remove variable.
30592         * crypt/Makefile [$(build-bounded) = yes]
30593         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30594         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30595         append to variable.
30596         [$(build-bounded) = yes] (install-lib): Likewise.
30597         [$(build-bounded) = yes] (generated): Likewise.
30598         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30599         Remove rule.
30600         * intl/Makefile [$(build-bounded) = yes]
30601         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30602         * math/Makefile [$(build-bounded) = yes]
30603         ($(tests:%=$(objpfx)%-bp): Likewise.
30604         * misc/Makefile [$(build-bounded) = yes]
30605         ($(objpfx)tst-tsearch-bp): Likewise.
30606         * nptl/Makeconfig (bounded-thread-library): Remove variable.
30607         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
30608         Remove dependency.
30609         * string/Makefile (o-objects.ob): Remove variable.
30610         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
30611         (CFLAGS-.ob): Remove variable.
30612         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
30613         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
30614         both definitions of variable.
30615         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
30616         (ASFLAGS-.ob): Remove variable.
30618 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
30620         [BZ #13550]
30621         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
30622         Remove __BOUNDED_POINTERS__ from condition.
30623         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
30624         * string/bits/string2.h [!__NO_STRING_INLINES &&
30625         !__BOUNDED_POINTERS__]: Likewise.
30626         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
30627         Likewise.
30628         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
30629         Remove conditional code.
30630         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
30631         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
30632         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
30633         condition.
30635         [BZ #13550]
30636         * csu/libc-start.c: Do not include <bp-sym.h>.
30637         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
30638         * elf/dl-open.c: Do not include <bp-sym.h>.
30639         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
30640         * math/fegetenv.c: Do not include <bp-sym.h>.
30641         (fegetenv): Do not use BP_SYM in versioned symbols.
30642         * nptl/sysdeps/pthread/bits/libc-lockP.h
30643         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
30644         <bp-sym.h>.
30645         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30646         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
30647         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30648         (__pthread_mutex_destroy): Likewise.
30649         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30650         (__pthread_mutex_lock): Likewise.
30651         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30652         (__pthread_mutex_trylock): Likewise.
30653         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30654         (__pthread_mutex_unlock): Likewise.
30655         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30656         (__pthread_mutexattr_init): Likewise.
30657         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30658         (__pthread_mutexattr_destroy): Likewise.
30659         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30660         (__pthread_mutexattr_settype): Likewise.
30661         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30662         (__pthread_rwlock_init): Likewise.
30663         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30664         (__pthread_rwlock_destroy): Likewise.
30665         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30666         (__pthread_rwlock_rdlock): Likewise.
30667         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30668         (__pthread_rwlock_tryrdlock): Likewise.
30669         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30670         (__pthread_rwlock_wrlock): Likewise.
30671         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30672         (__pthread_rwlock_trywrlock): Likewise.
30673         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30674         (__pthread_rwlock_unlock): Likewise.
30675         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30676         (__pthread_key_create): Likewise.
30677         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30678         (__pthread_setspecific): Likewise.
30679         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30680         (__pthread_getspecific): Likewise.
30681         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
30682         Likewise.
30683         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30684         (_pthread_cleanup_push_defer): Likewise.
30685         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30686         (_pthread_cleanup_pop_restore): Likewise.
30687         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
30688         (pthread_setcancelstate): Likewise.
30689         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
30690         <bp-sym.h>.
30691         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
30692         (memchr): Do not use BP_SYM in weak_alias.
30693         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
30694         (fegetenv): Do not use BP_SYM in versioned symbols.
30695         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
30696         (fesetenv): Do not use BP_SYM in versioned symbols.
30697         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30698         (feupdateenv): Do not use BP_SYM in versioned symbols.
30699         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30700         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30701         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
30702         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
30703         (open64): Do not use BP_SYM in weak_alias.
30704         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
30705         (fegetenv): Do not use BP_SYM in versioned symbols.
30706         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
30707         (fesetenv): Do not use BP_SYM in versioned symbols.
30708         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
30709         (feupdateenv): Do not use BP_SYM in versioned symbols.
30710         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
30711         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
30712         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
30713         (feraiseexcept): Do not use BP_SYM in versioned symbols.
30714         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
30715         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
30716         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
30717         <bp-sym.h>.
30718         (__libc_start_main): Do not use BP_SYM.
30720 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30722         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
30723         redundant return line.
30724         (norm): Likewise.
30725         (denorm): Likewise.
30726         (dbl_mp): Likewise.
30727         (sub_magnitudes): Likewise.
30728         (__add): Likewise.
30729         (__sub): Likewise.
30730         (__mul): Likewise.
30731         (__inv): Likewise.
30732         (__dvd): Likewise.
30733         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
30734         (norm): Likewise.
30735         (denorm): Likewise.
30736         (dbl_mp): Likewise.
30737         (sub_magnitudes): Likewise.
30738         (__add): Likewise.
30739         (__sub): Likewise.
30740         (__mul): Likewise.
30741         (__inv): Likewise.
30742         (__dvd): Likewise.
30744         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
30745         instead of __mul.
30746         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
30747         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
30748         (cc32): Likewise.
30750         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
30751         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
30752         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
30753         of __mul for squares.
30754         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
30755         function
30756         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
30757         Likewise.
30758         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
30759         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30761 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
30763         [BZ #13550]
30764         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
30765         code.
30766         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
30767         prototype or function definition.  Rename ubp_* variables and
30768         parameters.  Remove argv definitions conditional on
30769         [__BOUNDED_POINTERS__].
30770         * debug/backtrace.c (__backtrace): Do not use __unbounded.
30771         * elf/dl-runtime.c (_dl_fixup): Likewise.
30772         * include/set-hooks.h (RUN_HOOK): Likewise.
30773         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
30774         definition.
30775         * string/strcpy.c (strcpy): Do not use __unbounded.
30776         * sysdeps/generic/frame.h (struct layout): Likewise.
30777         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
30778         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
30779         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
30780         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
30781         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
30782         (__backtrace): Likewise.
30783         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
30784         use __ptrvalue.
30785         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
30786         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
30787         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
30788         Likewise.
30789         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
30790         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
30791         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
30792         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
30793         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
30794         Do not use __unbounded.
30795         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
30796         Rename __unboundedrlimits parameter to rlimits in prototype.
30797         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
30798         Do not use __unbounded.
30799         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
30800         not use __ptrvalue.
30801         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
30802         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
30803         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
30804         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
30805         __ptrvalue or __unbounded.
30806         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
30807         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
30808         use __unbounded.
30809         (__new_msgctl): Do not use __ptrvalue.
30810         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
30811         __unbounded.
30812         (__libc_msgrcv): Do not use __ptrvalue.
30813         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
30814         startup_info): Do not use __unbounded.
30815         (__libc_start_main): Likewise.  Rename ubp_* variables and
30816         parameters.  Remove argv definitions conditional on
30817         [__BOUNDED_POINTERS__].
30818         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
30819         __ptrvalue.
30820         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
30821         use __unbounded.
30822         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
30823         or __ptrvalue.
30824         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
30825         use __unbounded.
30826         (__new_shmctl): Do not use __ptrvalue.
30827         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
30828         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
30829         Likewise.
30830         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
30831         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
30832         (__libc_sigaction): Likewise.
30833         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
30834         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
30835         Likewise.
30836         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
30838 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
30840         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
30842         * string/mempcpy.c: Implement by calling memcpy.
30844 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
30846         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
30848         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
30849         evaluation.
30851         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
30852         values in the mantissa.
30854         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
30855         minimize writes to Z.
30856         (sub_magnitudes): Simplify code a bit.
30858 2013-02-12  Roland McGrath  <roland@hack.frob.com>
30860         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
30861         from the message.  The linker prefixes all warnings with that already.
30863 2013-02-12  Andreas Schwab  <schwab@suse.de>
30865         [BZ #15078]
30866         * posix/regexec.c (extend_buffers): Add parameter min_len.
30867         (check_matching): Pass minimum needed length.
30868         (clean_state_log_if_needed): Likewise.
30869         (get_subexp): Likewise.
30870         * posix/Makefile (tests): Add bug-regex34.
30871         (bug-regex34-ENV): Define.
30872         * posix/bug-regex34.c: New file.
30874         [BZ #11561]
30875         * posix/regcomp.c (parse_bracket_exp): When looking up collating
30876         elements compare against the byte sequence of it, not its name.
30877         * posix/Makefile (tests): Add bug-regex35.
30878         (bug-regex35-ENV): Define.
30879         * posix/bug-regex35.c: New file.
30881 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30883         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
30884         comment.
30885         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
30886         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
30887         (CHECK_EOL): Add undef.
30889 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
30891         * bits/stdlib-bsearch.h: New file.
30892         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
30893         * stdlib/stdlib.h: Likewise.
30895 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30897         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
30898         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
30899         declaration.
30900         * manual/search.texi (Array Search Function): Add missing const in
30901         lfind prototype.
30902         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
30903         declaration to use rlim_t.
30904         (Basic Scheduling Functions): Remove erroneous const from
30905         sched_getparam prototype.  Remove erroneous * from
30906         sched_get_priority_max and sched_get_priority_min prototypes.
30907         (Resource Usage): Fix summary @comment on vtimes to refer to
30908         sys/vtimes.h rather than vtimes.h.
30909         Add missing *s in vtimes prototype.
30910         (Limits on Resources): Fix ulimit prototype to return long int.
30911         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
30912         prototypes to use long int rather than double.
30913         (BSD Random): Fix initstate and setstate to use char *, not void *.
30914         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
30915         prototype to make second argument 'struct aiocb64 *const[]'.
30916         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
30917         (Status of AIO Operations): Remove erroneous const in aio_return and
30918         aio_return64 prototypes.
30919         (Synchronizing I/O): Fix sync prototype to return void.
30920         * manual/startup.texi (Suboptions): Remove an erroneous const in
30921         getsubopt prototype.
30922         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
30923         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
30924         use size_t rather than int.
30925         (Scanning All Users): Likewise for getpwent_r.
30926         (Setting Groups): Add missing const to setgroups prototype.
30927         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
30928         * manual/socket.texi (Host Names): Fix gethostbyaddr and
30929         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
30930         'const void *' rather than 'const char *'.
30931         (Host Address Functions): Likewise for inet_ntop.
30932         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
30933         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
30934         ssize_t for return value.
30935         (Sending Data): Likewise for send, sendto, sendmsg.
30936         (Socket Option Functions): Add a missing const in setsockopt prototype.
30937         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
30938         use wchar_t for the argument.
30939         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
30940         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
30941         take no arguments.
30942         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
30943         double/float/long double for second argument.
30944         Fix return types of significand, significandf, significandl.
30945         * manual/filesys.texi (Setting Permissions): Use mode_t for second
30946         argument in fchmod prototype.
30947         (File Owner): Use uid_t and gid_t in fchown prototype.
30948         (File Times): Add const to utimes, futimes, and lutimes prototypes.
30949         (Making Special Files): Use mode_t and dev_t in mknod prototype.
30950         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
30951         use 'const struct dirent **' as argument types to CMP function pointer
30952         argument.
30953         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
30954         (File Times): Fix summary magic @comment for struct utimbuf and utime
30955         to refer to utime.h, not time.h.
30956         * manual/string.texi (Argz Functions): Add missing const in
30957         argz_extract and argz_next prototypes.
30958         (Finding Tokens in a String): Likewise for basename.
30959         (String/Array Comparison): Fix typo in wcscasecmp prototype.
30960         (Copying and Concatenation): Fix typo in wmemmove prototype.
30961         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
30962         (Signal Stack): Remove erroneous const in sigstack prototype.
30963         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
30964         prototype.
30965         (Simple Calendar Time): Likewise for stime.
30966         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
30967         prototype.
30968         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
30969         say sys/sysctl.h instead.
30970         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
30971         and vsyslog prototypes.
30973 2013-02-11  Tom de Vries  <tom@codesourcery.com>
30975         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
30976         Remove.
30978 2013-02-11  Roland McGrath  <roland@hack.frob.com>
30980         * misc/sys/mman.h: Fix typo in mremap comment.
30982 2013-02-08  Roland McGrath  <roland@hack.frob.com>
30984         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
30985         the '\0' terminator.
30987 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
30989         [BZ #13550]
30990         * debug/segfault.c: Don't include <bp-checks.h>.
30991         * sysdeps/generic/bp-checks.h: Remove file.
30992         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
30993         (__GETDENTS): Don't use CHECK_N.
30994         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
30995         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
30996         (__getgroups): Don't use CHECK_N.
30997         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
30998         (setgroups): Don't use CHECK_N.
30999         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31000         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31001         (__libc_msgrcv): Don't use CHECK_N.
31002         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31003         (__libc_msgsnd): Don't use CHECK_N.
31004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31005         <bp-checks.h>.
31006         (__libc_pread): Don't use CHECK_N.
31007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31008         include <bp-checks.h>.
31009         (__libc_pread64): Don't use CHECK_N.
31010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31011         include <bp-checks.h>.
31012         (__libc_pwrite): Don't use CHECK_N.
31013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31014         include <bp-checks.h>.
31015         (__libc_pwrite64): Don't use CHECK_N.
31016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31017         <bp-checks.h>.
31018         (__libc_pread): Don't use CHECK_N.
31019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31020         include <bp-checks.h>.
31021         (__libc_pread64): Don't use CHECK_N.
31022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31023         include <bp-checks.h>.
31024         (__libc_pwrite): Don't use CHECK_N.
31025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31026         include <bp-checks.h>.
31027         (__libc_pwrite64): Don't use CHECK_N.
31028         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31029         (do_pread): Don't use CHECK_N.
31030         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31031         (do_pread64): Don't use CHECK_N.
31032         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31033         (do_pwrite): Don't use CHECK_N.
31034         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31035         (do_pwrite64): Don't use CHECK_N.
31036         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31037         (__libc_readv): Don't use CHECK_N.
31038         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31039         (semop): Don't use CHECK_N.
31040         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31041         <bp-checks.h>.
31042         (semtimedop): Don't use CHECK_N.
31043         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31044         (__libc_pread): Don't use CHECK_N.
31045         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31046         <bp-checks.h>.
31047         (__libc_pread64): Don't use CHECK_N.
31048         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31049         <bp-checks.h>.
31050         (__libc_pwrite): Don't use CHECK_N.
31051         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31052         <bp-checks.h>.
31053         (__libc_pwrite64): Don't use CHECK_N.
31054         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31055         <bp-checks.h>.
31056         (__libc_msgrcv): Don't use CHECK_N.
31057         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31058         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31059         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31060         (__libc_writev): Don't use CHECK_N.
31062 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31064         * string/strcpy.c: Removed unused variable.
31066         * Makeconfig (+sysdep-includes): Define with := rather than =.
31067         Use an existing include/ subdir of each sysdeps dir before it.
31069 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31071         * nscd/connection.c (register_traced_file): Comment function.
31072         [HAVE_INOTIFY] (union __inev): Define.
31073         [HAVE_INOTIFY] (inotify_check_files): New function.
31074         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31075         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31076         clear_db_cache.
31077         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31079 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31081         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31082         loaded if not already and that a failure is permanent.
31084 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31086         [BZ #15006]
31087         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31088         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31090 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31092         [BZ #13550]
31093         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31094         (CHECK_1_NULL_OK): Likewise.
31095         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31096         (__fxstat): Do not use CHECK_1.
31097         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31098         <bp-checks.h>.
31099         (___fxstat64): Do not use CHECK_1.
31100         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31101         <bp-checks.h>.
31102         (__fxstatat): Do not use CHECK_1.
31103         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31104         <bp-checks.h>.
31105         (__fxstatat64): Do not use CHECK_1.
31106         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31107         <bp-checks.h>.
31108         (__fxstat): Do not use CHECK_1.
31109         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31110         <bp-checks.h>.
31111         (__fxstatat): Do not use CHECK_1.
31112         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31113         <bp-checks.h>.
31114         (__getresgid): Do not use CHECK_1.
31115         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31116         <bp-checks.h>.
31117         (__getresuid): Do not use CHECK_1.
31118         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31119         <bp-checks.h>.
31120         (__lxstat): Do not use CHECK_1.
31121         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31122         <bp-checks.h>.
31123         (__old_msgctl): Do not use CHECK_1.
31124         (__new_msgctl): Likewise.
31125         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31126         <bp-checks.h>.
31127         (__new_setrlimit): Do not use CHECK_1.
31128         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31129         <bp-checks.h>.
31130         (__old_shmctl): Do not use CHECK_1.
31131         (__new_shmctl): Likewise.
31132         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31133         <bp-checks.h>.
31134         (__xstat): Do not use CHECK_1.
31135         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31136         (__lxstat): Do not use CHECK_1.
31137         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31138         <bp-checks.h>.
31139         (___lxstat64): Do not use CHECK_1.
31140         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31141         (__old_msgctl): Do not use CHECK_1.
31142         (__new_msgctl): Likewise.
31143         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31144         <bp-checks.h>.
31145         (__gettimeofday): Do not use CHECK_1.
31146         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31147         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31148         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31149         <bp-checks.h>.
31150         (__gettimeofday): Do not use CHECK_1.
31151         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31152         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31153         (__new_shmctl): Do not use CHECK_1.
31154         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31155         <bp-checks.h>.
31156         (do_sigtimedwait): Do not use CHECK_1.
31157         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31158         <bp-checks.h>.
31159         (do_sigwaitinfo): Do not use CHECK_1.
31160         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31161         <bp-checks.h>.
31162         (msgctl): Do not use CHECK_1.
31163         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31164         <bp-checks.h>.
31165         (shmctl): Do not use CHECK_1.
31166         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31167         (ustat): Do not use CHECK_1.
31168         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31169         <bp-checks.h>.
31170         (__fxstat): Do not use CHECK_1.
31171         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31172         <bp-checks.h>.
31173         (__fxstatat): Do not use CHECK_1.
31174         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31175         <bp-checks.h>.
31176         (__lxstat): Do not use CHECK_1.
31177         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31178         <bp-checks.h>.
31179         (__xstat): Do not use CHECK_1.
31180         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31181         (__xstat): Do not use CHECK_1.
31182         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31183         (___xstat64): Do not use CHECK_1.
31185         [BZ #13550]
31186         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31187         definitions.
31188         (CHECK_BOUNDS_HIGH): Likewise.
31189         * string/strcpy.c: Do not include <bp-checks.h>.
31190         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31192 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31194         * nscd/nscd-client.h (__nscd_drop_map_ref):
31195         Add __attribute__ ((unused)).
31196         * nis/nss-nisplus.h (niserr2nss): Likewise.
31198         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31199         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31201         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31202         Remove inline keyword.
31203         * include/rounding-mode.h (round_away): Likewise.
31204         * libio/wfileops.c (adjust_wide_data): Likewise.
31205         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31206         (__m128i_strloadu_tolower): Likewise.
31207         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31208         (__m128i_strloadu_tolower): Likewise.
31209         * time/mktime.c (ydhms_diff): Likewise.
31210         * locale/elem-hash.h (elem_hash): Likewise.
31211         * locale/setlocale.c (setdata): Likewise.
31212         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31213         (re_string_wchar_at): Likewise.
31214         (bitset_not, bitset_merge, bitset_mask): Likewise.
31215         [!(__GNUC__ > 3)] (inline): Remove macro.
31216         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31217         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31218         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31219         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31220         * string/memcmp.c (memcmp_bytes): Likewise.
31221         * locale/programs/locarchive.c (compute_hashval): Likewise.
31222         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31223         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31224         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31225         * nss/getent.c (print_rpc, print_protocols): Likewise.
31226         (print_passwd, print_group, print_aliases): Likewise.
31227         * nis/nss-nisplus.h (niserr2nss): Likewise.
31228         * nscd/connections.c (restart_p): Likewise.
31229         Change return type to bool.
31231 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31233         * Makeconfig (all-Depend-files): Add existing
31234         $(sorted-subdirs:=/Depend) files.
31235         (all-subdirs): Remove nss.
31236         * sysdeps/unix/inet/Subdirs: Add it here instead.
31237         * hesiod/Depend: New file.
31239         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31240         instead of calling alloca.
31242         * io/lseek.c (__lseek): Rename to __libc_lseek.
31243         Define __lseek as an alias.
31245         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31247 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31249         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31250         else clause and remove check for non-standard endianness.
31252 2013-02-04  David S. Miller  <davem@davemloft.net>
31254         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31256 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31258         [BZ #13550]
31259         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31260         (__ubp_memchr): Remove prototype.
31261         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31262         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31263         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31264         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31265         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31266         Remove alias.
31267         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31268         (__ubp_memchr): Likewise.
31269         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31270         (__ubp_memchr): Likewise.
31271         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31272         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31273         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31274         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31275         CHECK_STRING.
31276         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31277         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31278         (__getcwd): Do not use CHECK_STRING.
31279         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31280         <bp-checks.h>.
31281         (__real_chown): Do not use CHECK_STRING.
31282         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31283         <bp-checks.h>.
31284         (fchownat): Do not use CHECK_STRING.
31285         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31286         CHECK_STRING.
31287         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31288         <bp-checks.h>.
31289         (__lchown): Do not use CHECK_STRING.
31290         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31291         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31292         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31293         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31295         include <bp-checks.h>.
31296         (truncate64): Do not use CHECK_STRING.
31297         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31298         <bp-checks.h>.
31299         (__real_chown): Do not use CHECK_STRING.
31300         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31301         <bp-checks.h>.
31302         (__lchown): Do not use CHECK_STRING.
31303         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31304         <bp-checks.h>.
31305         (__chown): Do not use CHECK_STRING.
31306         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31307         <bp-checks.h>.
31308         (truncate64): Do not use CHECK_STRING.
31309         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31310         Likewise.
31311         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31312         (__xmknod): Do not use CHECK_STRING.
31313         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31314         <bp-checks.h>.
31315         (__xmknodat): Do not use CHECK_STRING.
31316         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31317         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31319 2013-02-04  Andreas Schwab  <schwab@suse.de>
31321         [BZ #14142]
31322         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31323         * include/netdb.h: Likewise for h_errno.
31324         * elf/tst-stackguard1.c: Include <tls.h>.
31326 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31328         * elf/link.h (struct link_map): Extend the l_addr comment.
31329         * include/link.h (struct link_map): Likewise.
31331 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31333         [BZ #13550]
31334         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31335         (BOUNDED_1): Remove macro.
31336         * debug/backtrace.c: Don't include <bp-checks.h>.
31337         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31338         (__backtrace): Likewise.
31339         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31340         <bp-checks.h>.
31341         (__backtrace): Don't use BOUNDED_1.
31342         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31343         <bp-checks.h>.
31344         (__backtrace): Don't use BOUNDED_1.
31345         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31346         (__backtrace): Don't use BOUNDED_1.
31347         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31348         (shmat): Don't use BOUNDED_N.
31350 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31352         [BZ #13550]
31353         * sysdeps/generic/bp-start.h: Remove file.
31354         * csu/libc-start.c: Don't include <bp-start.h>.
31355         (LIBC_START_MAIN): Set up __environ directly instead of using
31356         INIT_ARGV_and_ENVIRON.
31357         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31358         <bp-start.h>.
31360         [BZ #13550]
31361         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31362         definitions.
31363         (CHECK_FCNTL): Likewise.
31364         (CHECK_N_PAGES): Likewise.
31366         [BZ #13550]
31367         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31368         definitions.
31369         (CHECK_SIGSET_NULL_OK): Likewise.
31370         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31371         <bp-checks.h>.
31372         (sigpending): Don't use CHECK_SIGSET.
31373         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31374         <bp-checks.h>.
31375         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31376         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31377         <bp-checks.h>.
31378         (do_sigsuspend): Don't use CHECK_SIGSET.
31379         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31380         use CHECK_SIGSET.
31381         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31382         (do_sigwait): Don't use CHECK_SIGSET.
31383         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31384         use CHECK_SIGSET.
31385         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31386         include <bp-checks.h>.
31387         (sigpending): Don't use CHECK_SIGSET.
31388         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31389         include <bp-checks.h>.
31390         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31391         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31392         <bp-checks.h>.
31393         (sigpending): Don't use CHECK_SIGSET.
31394         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31395         <bp-checks.h>.
31396         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31398         [BZ #13550]
31399         * sysdeps/generic/bp-semctl.h: Remove file.
31400         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31401         <bp-checks.h> and <bp-semctl.h>.
31402         (__old_semctl): Don't use CHECK_SEMCTL.
31403         (__new_semctl): Likewise.
31404         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31405         and <bp-semctl.h>.
31406         (__old_semctl): Don't use CHECK_SEMCTL.
31407         (__new_semctl): Likewise.
31408         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31409         <bp-checks.h> and <bp-semctl.h>.
31410         (__old_semctl): Don't use CHECK_SEMCTL.
31411         (__new_semctl): Likewise.
31412         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31413         <bp-checks.h> and <bp-semctl.h>.
31414         (semctl): Don't use CHECK_SEMCTL.
31416         [BZ #13550]
31417         * Makerules (elide-bp-thunks): Remove variable.
31418         (elide-routines.oS): Don't use $(elide-bp-thunks).
31419         (elide-routines.os): Likewise.
31420         (elide-routines.o): Likewise.
31421         (elide-routines.op): Likewise.
31422         (elide-routines.og): Likewise.
31423         (objects): Don't use $(bp-thunks).
31424         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31425         include.
31426         (common-generated): Do not add s-proto-bp.d.
31427         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31428         (int): Likewise.
31429         (typ): Likewise.
31430         Do not generate makefile rules for bounded-pointer thunks.
31431         * sysdeps/generic/bp-thunks.h: Remove file.
31432         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31433         * sysdeps/unix/s-proto-bp.S: Likewise.
31435         [BZ #15062]
31436         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31437         parts of result separately when argument is not close to line from
31438         -i to i and one part of argument is small.
31439         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31440         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31441         * math/libm-test.inc (cacos_test): Add more tests.
31442         (casin_test): Likewise.
31443         (casinh_test): Likewise.
31444         * sysdeps/i386/fpu/libm-test-ulps: Update.
31445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31447 2013-01-31  David S. Miller  <davem@davemloft.net>
31449         * po/de.po: Update from translation team.
31451 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31453         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31455 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31457         * configure.in (_AC_PROG_CC_C89): New definition.
31458         * configure: Regenerate.
31460         * configure.in (AC_PROG_CPP): New definition.
31461         * configure: Regenerate.
31463 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31465         * debug/tst-backtrace.h: New file.
31466         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31467         (ret): Remove variable.
31468         (x): Likewise.
31469         (FAIL): Remove macro.
31470         (NO_INLINE): Likewise.
31471         (fn1): Use match function instead of strstr.
31472         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31473         (ret): Remove variable.
31474         (x): Likewise.
31475         (FAIL): Remove macro.
31476         (NO_INLINE): Likewise.
31477         (fn): Use match function instead of strstr.
31478         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31479         (ret): Remove variable.
31480         (x): Likewise.
31481         (FAIL): Remove macro.
31482         (NO_INLINE): Likewise.
31483         (handle_signal): Use match function instead of strstr.
31484         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31485         (ret): Remove variable.
31486         (x): Likewise.
31487         (FAIL): Remove macro.
31488         (NO_INLINE): Likewise.
31489         (handle_signal): Use match function instead of strstr.
31491 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31493         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31495 2013-01-23  David S. Miller  <davem@davemloft.net>
31497         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31498         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31499         argument of CAS if possible.
31500         * sysdeps/sparc/sparc64/bits/atomic.h
31501         (__arch_compare_and_exchange_val_32_acq): Likewise.
31502         (__arch_compare_and_exchange_val_64_acq): Likewise.
31504 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31506         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31507         * sysdeps/posix/ulimit.c: ... this.
31508         Include <limits.h>.
31509         * sysdeps/unix/bsd/ulimit.c: Remove file.
31511 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31513         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31514         (LDFLAGS-tst-array5): Likewise.
31516 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31518         [BZ #15036]
31519         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31520         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31521         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31522         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31524 2013-01-21  David S. Miller  <davem@davemloft.net>
31526         * sysdeps/sparc/backtrace.c: New file.
31527         * sysdeps/sparc/sparc32/backtrace.h: New file.
31528         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31529         * sysdeps/sparc/sparc64/backtrace.h: New file.
31530         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31531         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31532         -funwind-tables.
31534 2013-01-21  Andreas Schwab  <schwab@suse.de>
31536         [BZ #15020]
31537         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31538         closed its stdout.
31540 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31542         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31543         "mpa2.h".
31544         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31546 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31547             Mark Mitchell  <mark@codesourcery.com>
31548             Tom de Vries  <tom@codesourcery.com>
31549             Paul Pluzhnikov  <ppluzhnikov@google.com>
31551         * debug/tst-backtrace2.c: New file.
31552         * debug/tst-backtrace3.c: Likewise.
31553         * debug/tst-backtrace4.c: Likewise.
31554         * debug/tst-backtrace5.c: Likewise.
31555         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31556         (CFLAGS-tst-backtrace3.c): Likewise.
31557         (CFLAGS-tst-backtrace4.c): Likewise.
31558         (CFLAGS-tst-backtrace5.c): Likewise.
31559         (LDFLAGS-tst-backtrace2): Likewise.
31560         (LDFLAGS-tst-backtrace3): Likewise.
31561         (LDFLAGS-tst-backtrace4): Likewise.
31562         (LDFLAGS-tst-backtrace5): Likewise.
31563         (tests): Add new tests tst-backtrace2, tst-backtrace3,
31564         tst-backtrace4 and tst-backtrace5.
31566 2013-01-18  Anton Blanchard  <anton@samba.org>
31567             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31569         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31570         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31571         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31572         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31574         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31575         "+r" and remove output regs list as redundant.  Add explicit inline
31576         asm to specify register of return val to work around compiler codegen
31577         bug.  Remove (int) cast on return value.  Add return type parameter to
31578         use in macro so that this macro does not truncate return value for
31579         64-bit values.
31580         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31581         pass to INTERNAL_VSYSCALL_NCS.
31582         (INLINE_VSYSCALL): Add 'long int' as return type to
31583         INTERNAL_VSYSCALL_NCS macro invocation.
31584         (INTERNAL_VSYSCALL): Add 'long int' as return type to
31585         INTERNAL_VSYSCALL_NCS macro invocation.
31586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31588 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31590         [BZ #14496]
31591         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31592         Fix application of SIMD FP exception mask.
31594         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31595         mp_no from a power of two.
31596         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31597         __mpexp_twomm1.  Use __pow_mp.
31599         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31600         multiplication.
31602 2013-01-17  David S. Miller  <davem@davemloft.net>
31604         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31606 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31608         [BZ #15023]
31609         * include/complex.h: Condition contents on [!_COMPLEX_H].
31610         (__kernel_casinhf): New prototype.
31611         (__kernel_casinh): Likewise.
31612         (__kernel_casinhl): Likewise.
31613         * math/Makefile (libm_calls): Add k_casinh.
31614         * math/k_casinh.c: New file.
31615         * math/k_casinhf.c: Likewise.
31616         * math/k_casinhl.c: Likewise.
31617         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
31618         finite nonzero arguments.
31619         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
31620         finite nonzero arguments.
31621         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
31622         finite nonzero arguments.
31623         * math/s_casinh.c: Do not include <float.h>.
31624         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
31625         * math/s_casinhf.c: Do not include <float.h>.
31626         (__casinhf): Move code for finite nonzero arguments to
31627         k_casinhf.c.
31628         * math/s_casinhl.c: Do not include <float.h>.
31629         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
31630         redefine.
31631         (__casinhl): Move code for finite nonzero arguments to
31632         k_casinhl.c.
31633         * math/libm-test.inc (cacos_test): Add more tests.
31634         * sysdeps/i386/fpu/libm-test-ulps: Update.
31635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31637 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
31639         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
31640         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
31641         [!HAVE_MREMAP]: Remove [defined linux] case.
31642         * malloc/arena.c: Do not include <malloc-sysdep.h>.
31644 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31646         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
31648 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
31650         * elf/elf.h (R_386_SIZE32): New relocation.
31651         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
31652         R_386_SIZE32.
31653         (elf_machine_rela): Likewise.
31654         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
31655         R_X86_64_SIZE64 and R_X86_64_SIZE32.
31657 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
31659         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
31660         (FP_FAST_FMA): Do not define.
31661         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
31662         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
31663         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
31664         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
31665         !_SOFT_FLOAT]: Likewise.
31666         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
31667         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
31668         value.
31669         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
31670         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
31671         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
31672         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
31673         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
31674         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
31675         file.
31677 2013-01-16  Andreas Schwab  <schwab@suse.de>
31679         [BZ #14327]
31680         * include/stdlib.h (__mktemp): Add declaration.
31681         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
31682         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
31684 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31686         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
31687         definitions.
31688         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31689         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
31690         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
31691         definitions here.
31692         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
31693         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
31694         definitions.
31695         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
31696         and ONE.
31697         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
31698         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
31699         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
31700         definitions.
31701         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
31702         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
31703         definitions.
31704         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31706         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
31708 2013-01-15  David S. Miller  <davem@davemloft.net>
31710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31711         trunc{,f} to libm-sysdep_routes.
31712         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
31714         file.
31715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
31716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
31717         file.
31718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
31719         file.
31720         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
31721         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
31722         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
31723         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
31724         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
31725         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
31726         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
31727         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
31729         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31730         nearbyint{,f} to libm-sysdep_routes.
31731         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
31733         New file.
31734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
31735         file.
31736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
31737         New file.
31738         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
31739         file.
31740         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
31741         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
31742         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
31743         file.
31744         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
31745         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
31746         file.
31747         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
31748         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
31749         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
31751         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
31752         libc_feholdexcept and libc_fesetenv.
31754 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
31756         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
31758 2013-01-14  David S. Miller  <davem@davemloft.net>
31760         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
31761         (SPARC_ASM_VIS2_IFUNC): Likewise.
31762         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
31763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
31764         use of 'siam' instruction.
31765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
31766         Likewise.
31767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
31768         Likewise.
31769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
31770         Likewise.
31771         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
31772         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
31773         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
31774         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
31775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
31776         file.
31777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
31778         file.
31779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
31780         file.
31781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
31782         file.
31783         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
31784         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
31785         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
31786         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
31787         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
31788         new VIS2 routines.
31789         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
31790         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
31791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
31792         Likewise.
31793         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
31794         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
31795         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
31796         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
31797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
31798         routines to libm-sysdep_routines.
31799         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
31801         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
31802         fdim/fdimf to libm-sysdep_routines.
31803         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
31804         file.
31805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
31806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
31807         file.
31808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
31809         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
31810         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
31811         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
31812         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
31813         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
31814         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
31816 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31818         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
31819         to optimize copies.
31821         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
31822         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31823         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31825         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
31826         local variable MPTWO.
31827         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31828         Likewise.
31830 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31832         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
31833         GLOB_NOESCAPE.
31835 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31837         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
31839 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
31841         * manual/pattern.texi (glob_t): Document gl_flags.
31842         (glob64_t): Likewise.
31844 2013-01-11  David S. Miller  <davem@davemloft.net>
31846         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
31847         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
31848         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
31849         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
31850         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
31851         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
31852         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
31853         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
31854         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
31855         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
31856         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
31857         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
31858         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
31860         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
31861         sparc V9 rather than using V8 code.
31862         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
31863         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
31865         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
31866         Move to...
31867         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
31868         Here.
31870 2013-01-11  Roland McGrath  <roland@hack.frob.com>
31872         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
31873         not in the main loop.
31874         * configure: Regenerated.
31876 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
31878         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
31879         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
31880         to just #else.
31881         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
31882         [!__GLIBC_HAVE_LONG_LONG] case.
31883         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
31884         condition to just #else.
31885         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
31886         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
31887         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
31888         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
31889         unconditional.
31890         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
31891         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31892         #elif condition to just #else.
31893         * sysdeps/unix/sysv/linux/sys/sysmacros.h
31894         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
31895         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
31896         #elif condition to just #else.
31898 2013-01-11  Steve Ellcey  <sellcey@mips.com>
31900         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
31901         (EF_MIPS_ARCH_64): Fix value.
31902         (EF_MIPS_ARCH_32R2): New.
31903         (EF_MIPS_ARCH_64R2): New.
31905 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
31907         * Makeconfig (+link-pie-before-libc): New.
31908         (+link-pie-after-libc): Likewise.
31909         (+link-pie-tests): Likewise.
31910         (+link-pie): Rewritten.
31911         (link-before-libc): Remove $(config-LDFLAGS).
31912         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
31913         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
31914         (config-LDFLAGS): Renamed to ...
31915         (rtld-LDFLAGS): This.
31916         (rtld-tests-LDFLAGS): New macro.
31917         (link-libc-rpath-link): Likewise.
31918         (link-libc-tests-rpath-link): Likewise.
31919         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
31920         (link-libc): Prepand $(link-libc-rpath-link).
31921         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
31922         (test-program-prefix): New macro.
31923         (test-via-rtld-prefix): Likewise.
31924         (test-program-cmd): Likewise.
31925         (host-test-program-cmd): Likewise.
31926         * Makefile ($(common-objpfx)testrun.sh): Replace
31927         $(run-program-prefix) with $(test-program-prefix).
31928         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
31929         $(rtld-LDFLAGS).
31930         ($(common-objpfx)shlib.lds): Likewise.
31931         (build-module-helper): Likewise.
31932         ($(common-objpfx)format.lds): Likewise.
31933         * Rules (binaries-pie-tests): New.
31934         (binaries-pie-notests): Likewise.
31935         (binaries-pie): Rewritten.
31936         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
31937         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
31938         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
31939         (make-test-out): Replace $(host-built-program-cmd) with
31940         $(host-test-program-cmd).
31941         * config.make.in (build-hardcoded-path-in-tests): New variable.
31942         * configure.in (--enable-hardcoded-path-in-tests): New configure
31943         option.
31944         (hardcoded_path_in_tests): New AC_SUBST.
31945         * configure: Regenerated.
31946         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
31947         $(built-program-cmd) with $(test-program-cmd).
31948         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
31949         (test_program_cmd): This.
31950         * elf/Makefile ($(objpfx)order.out): Run test with
31951         $(test-program-prefix).
31952         ($(objpfx)order2.out): Likewise.
31953         ($(objpfx)tst-initorder.out): Likewise.
31954         ($(objpfx)tst-initorder2.out): Likewise.
31955         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
31956         $(test-program-cmd).
31957         ($(objpfx)tst-array1-static.out): Likewise.
31958         ($(objpfx)tst-array2.out): Likewise.
31959         ($(objpfx)tst-array3.out): Likewise.
31960         ($(objpfx)tst-array4.out): Likewise.
31961         ($(objpfx)tst-array5.out): Likewise.
31962         ($(objpfx)tst-array5-static.out): Likewise.
31963         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
31964         $(test-program-cmd).
31965         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
31966         $(run-program-prefix) with $(test-program-prefix).
31967         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
31968         (test_program_prefix): This.
31969         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
31970         $(run-program-prefix) with $(test-program-prefix).
31971         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
31972         (test_program_prefix): This.
31973         * iconvdata/tst-tables.sh: Likewise.
31974         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
31975         $(run-program-prefix) with $(test-program-prefix).
31976         ($(objpfx)tst-translit.out): Likewise.
31977         ($(objpfx)tst-gettext2.out): Likewise.
31978         ($(objpfx)tst-gettext4.out): Likewise.
31979         ($(objpfx)tst-gettext6.out): Likewise.
31980         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
31981         (test_program_prefix): This.
31982         * intl/tst-gettext2.sh: Likewise.
31983         * intl/tst-gettext4.sh  Likewise.
31984         * intl/tst-gettext6.sh: Likewise.
31985         * intl/tst-translit.sh: Likewise.
31986         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
31987         with $(test-program-cmd).
31988         * libio/Makefile ($(objpfx)test-freopen.out): Replace
31989         $(run-program-prefix) with $(test-program-prefix).
31990         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
31991         (test_program_prefix): This.
31992         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
31993         $(run-program-prefix) with $(test-program-prefix).
31994         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
31995         (test_program_prefix): This.
31996         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
31997         * posix/Makefile ($(objpfx)globtest.out): Replace
31998         $(run-via-rtld-prefix) and $(test-wrapper) with
31999         $(test-program-prefix) and $(test-via-rtld-prefix).
32000         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32001         $(test-program-prefix).
32002         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32003         $(host-test-program-cmd).
32004         (tst-spawn-ARGS): Likewise.
32005         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32006         $(test-program-prefix).
32007         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32008         (test_via_rtld_prefix): This.
32009         (test_wrapper): Renamed to ...
32010         (test_program_prefix): This.
32011         (run_program_prefix): Replaced by test_program_prefix.
32012         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32013         (test_program_prefix): This.
32014         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32015         with $(host-test-program-cmd).
32016         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32017         $(run-program-prefix) with $(test-program-prefix).
32018         ($(objpfx)tst-printf.out): Likewise.
32019         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32020         $(test-program-cmd).
32021         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32022         (test_program_prefix): This.
32023         * stdio-common/tst-unbputc.sh: Likewise.
32024         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32025         $(run-program-prefix) with $(test-program-prefix).
32026         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32027         (test_program_prefix): This.
32028         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32029         $(built-program-cmd) with $(test-program-cmd).
32031 2013-01-11  Andreas Jaeger  <aj@suse.de>
32033         [BZ #15003]
32034         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32035         value. Sync with Linux 3.7.
32037 2013-01-10  David S. Miller  <davem@davemloft.net>
32039         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32040         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32041         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32043 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32045         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32046         never set.
32047         * configure: Regenerated.
32049 2013-01-10  David S. Miller  <davem@davemloft.net>
32051         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32052         sparc V9 rather than using V8 code.
32053         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32054         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32056 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32058         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32059         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32060         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32061         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32062         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32063         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32064         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32065         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32066         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32067         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32068         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32069         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32070         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32071         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32072         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32073         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32074         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32075         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32076         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32077         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32078         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32079         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32080         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32081         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32082         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32083         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32084         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32086 2013-01-10  David S. Miller  <davem@davemloft.net>
32088         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32090 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32092         * posix/Makefile (tests-static): New variable.
32093         (tests): Add $(tests-static).
32094         (tst-exec-static-ARGS): New variable.
32095         (tst-spawn-static-ARGS): Likewise.
32096         * posix/tst-exec-static.c: New file.
32097         * posix/tst-spawn-static.c: Likewise.
32098         * posix/tst-exec.c: Support run directly.
32099         * posix/tst-spawn.c: Likewise.
32101 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32103         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32104         long.
32105         * math/bits/mathcalls.h (llrint): Likewise.
32106         (llround): Likewise.
32107         * stdlib/stdlib.h (struct drand48_data): Likewise.
32108         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32109         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32110         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32111         Likewise.
32112         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32113         Likewise.
32114         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32115         (elf_greg_t): Likewise.
32116         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32117         (__jmp_buf): Likewise.
32118         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32119         definitions.
32120         (llrint): Likewise, for all definitions.
32121         (llrintl): Likewise.
32123         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32124         Remove [__GNUC__] condition.
32125         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32126         condition to just [__USE_ISOC99].
32127         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32129 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32131         [BZ #14200]
32132         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32133         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32134         defined.
32135         (_POSIX_V6_ILP32_OFF32): Likewise.
32136         (_XBS5_ILP32_OFF32): Likewise.
32137         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32138         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32140 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32142         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32144         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32145         doubles __mpexp_twomm1.  Adjust usage.
32146         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32147         Remove.
32149 2013-01-10  Andreas Schwab  <schwab@suse.de>
32151         [BZ #14964]
32152         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32153         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32155 2013-01-09  David S. Miller  <davem@davemloft.net>
32157         [BZ #15003]
32158         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32159         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32160         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32161         (TCP_FASTOPEN): Define.
32162         (tcp_repair_opt): New structure.
32163         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32164         enum values.
32165         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32166         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32167         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32168         (tcp_cookie_transactions): New structure.
32170 2013-01-09  Anton Blanchard  <anton@samba.org>
32172         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32173         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32174         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32175         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32177 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32179         * include/features.h (__USE_ANSI): Remove.
32181 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32183         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32185         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32187 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32189         * sysdeps/s390/fpu/libm-test-ulps: Update.
32191         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32193         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32194         (__acr): Likewise.
32195         (__cpy): Likewise.
32196         (norm): Likewise.
32197         (denorm): Likewise.
32198         (__mp_dbl): Likewise.
32199         (__dbl_mp): Likewise.
32200         (add_magnitudes): Likewise.
32201         (sub_magnitudes): Likewise.
32202         (__add): Likewise.
32203         (__sub): Likewise.
32204         (__mul): Likewise.
32205         (__inv): Likewise.
32206         (__dvd): Likewise.
32207         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32208         (__acr): Likewise.
32209         (__cpy): Likewise.
32210         (norm): Likewise.
32211         (denorm): Likewise.
32212         (__mp_dbl): Likewise.
32213         (__dbl_mp): Likewise.
32214         (add_magnitudes): Likewise.
32215         (sub_magnitudes): Likewise.
32216         (__add): Likewise.
32217         (__sub): Likewise.
32218         (__mul): Likewise.
32219         (__inv): Likewise.
32220         (__dvd): Likewise.
32221         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32222         (__acr): Likewise.
32223         (__cpy): Likewise.
32224         (norm): Likewise.
32225         (denorm): Likewise.
32226         (__mp_dbl): Likewise.
32227         (__dbl_mp): Likewise.
32228         (add_magnitudes): Likewise.
32229         (sub_magnitudes): Likewise.
32230         (__add): Likewise.
32231         (__sub): Likewise.
32232         (__mul): Likewise.
32233         (__inv): Likewise.
32234         (__dvd): Likewise.
32236 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32238         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32239         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32240         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32241         2 && __USE_EXTERN_INLINES]: Likewise.
32243 2013-01-08  Andreas Jaeger  <aj@suse.de>
32245         [BZ# 14985]
32246         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32247         Remove.
32248         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32249         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32251 2013-01-07  Anton Blanchard  <anton@samba.org>
32253         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32254         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32255         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32256         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32257         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32258         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32259         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32260         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32261         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32262         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32263         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32264         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32265         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32266         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32267         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32268         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32269         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32270         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32271         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32272         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32273         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32274         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32275         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32276         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32277         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32278         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32279         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32280         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32281         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32282         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32283         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32284         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32285         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32286         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32287         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32288         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32289         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32290         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32291         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32292         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32293         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32294         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32295         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32297 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32299         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32300         (__MALLOC_PMT): Likewise.
32301         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32302         [__GNUC__], only on [_LIBC].
32303         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32304         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32305         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32306         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32307         forward declaration.
32308         (realloc_hook_ini): Likewise.
32309         (memalign_hook_ini): Likewise.
32310         (__libc_memalign): Do not use __MALLOC_PMT in variable
32311         declaration.
32312         (__libc_valloc): Likewise.
32313         (__libc_pvalloc): Likewise.
32314         (__libc_calloc): Likewise.
32315         (__posix_memalign): Likewise.
32317         [BZ #14996]
32318         * math/s_casinh.c: Include <float.h>.
32319         (__casinh): Do not do computation with squaring and square root
32320         for large arguments.
32321         * math/s_casinhf.c: Include <float.h>.
32322         (__casinhf): Do not do computation with squaring and square root
32323         for large arguments.
32324         * math/s_casinhl.c: Include <float.h>.
32325         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32326         (__casinhl): Do not do computation with squaring and square root
32327         for large arguments.
32328         * math/libm-test.inc (casin_test): Add more tests.
32329         (casinh_test): Likewise.
32330         * sysdeps/i386/fpu/libm-test-ulps: Update.
32331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32333 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32335         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32336         (__x86_64_raw_data_cache_size): Likewise.
32337         (__x86_64_data_cache_size_half): Likewise.
32338         (__x86_64_raw_data_cache_size_half): Likewise.
32339         (__x86_64_shared_cache_size): Likewise.
32340         (__x86_64_raw_shared_cache_size): Likewise.
32341         (__x86_64_shared_cache_size_half): Likewise.
32342         (__x86_64_raw_shared_cache_size_half): Likewise.
32343         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32344         to ...
32345         (__x86_data_cache_size): This.
32346         (__x86_64_raw_data_cache_size): Renamed to ...
32347         (__x86_raw_data_cache_size): This.
32348         (__x86_64_data_cache_size_half): Renamed to ...
32349         (__x86_data_cache_size_half): This.
32350         (__x86_64_raw_data_cache_size_half): Renamed to ...
32351         (__x86_raw_data_cache_size_half): This.
32352         (__x86_64_shared_cache_size): Renamed to ...
32353         (__x86_shared_cache_size): This.
32354         (__x86_64_raw_shared_cache_size): Renamed to ...
32355         (__x86_raw_shared_cache_size): This.
32356         (__x86_64_shared_cache_size_half): Renamed to ...
32357         (__x86_shared_cache_size_half): This.
32358         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32359         (__x86_raw_shared_cache_size_half): This.
32360         * sysdeps/x86_64/memcpy.S: Updated.
32361         * sysdeps/x86_64/memset.S: Likewise.
32362         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32363         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32364         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32366 2013-01-04  David S. Miller  <davem@davemloft.net>
32368         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32370 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32372         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32373         1 to avoid redefinition warning.
32374         (__USE_GNU): Don't define.
32375         (init_signaling_nan): Protoize.
32377         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32379 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32381         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32382         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32383         (__cpymn): Likewise.
32384         (norm): Remove commented code.
32385         (denorm): Likewise.
32386         (__mp_dbl): Likewise.
32387         (__inv): Likewise.
32388         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32389         (__cpymn): Likewise.
32390         (norm): Remove commented code.
32391         (denorm): Likewise.
32392         (__mp_dbl): Likewise.
32393         (__inv): Likewise.
32395         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32396         mp_no value for 1.0 and 2.0.
32397         (norm): Use RADIXI instead of radixi.d.
32398         (denorm): Likewise.
32399         (__mul): Use 0.0 instead of zero.d.
32400         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32401         mp_no value for 1.0 and 2.0.
32402         (norm): Use RADIXI instead of radixi.d.
32403         (denorm): Likewise.
32404         (__mul): Use 0.0 instead of zero.d.
32406 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32408         [BZ #14994]
32409         * math/s_casinh.c (__casinh): Reduce finite argument to first
32410         quadrant then set signs of results at the end.
32411         * math/s_casinhf.c (__casinhf): Likewise.
32412         * math/s_casinhl.c (__casinhl): Likewise.
32413         * math/libm-test.inc (casin_test): Add more tests.
32414         (casinh_test): Likewise.
32415         * sysdeps/i386/fpu/libm-test-ulps: Update.
32416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32418 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32420         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32422         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32424         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32425         declarations.
32426         (denorm): Likewise.
32427         (__mp_dbl): Likewise.
32428         (__inv): Likewise.
32430         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32431         and adjust the header comment.
32433         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32434         variable name from declaration.
32436 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32438         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32439         Initialize COMMON_CPUID_INDEX_7 element.
32440         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32441         (CPUID_RTM): Likewise.
32442         (HAS_RTM): Likewise.
32443         (COMMON_CPUID_INDEX_7): New enum.
32445 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32447         [BZ #14981]
32448         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32449         size is zero, record memory as freed.
32451 2013-01-03  Andreas Jaeger  <aj@suse.de>
32453         * po/ia.po: Add new Interlingua translation.
32455 2012-01-03  Allan McRae  <allan@archlinux.org>
32457         * locale/programs/localedef.c: Fix description of '--posix' flag.
32459 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32461         * NEWS: Update dates in second copyright notice.
32462         * README: Update copyright dates in example.
32463         * manual/libc.texinfo: Update copyright dates.
32464         * scripts/test-installation.pl: Update copyright date in --version
32465         output.
32467         * hurd/ctty-input.c: Fix copyright notice formatting.
32468         * hurd/ctty-output.c: Likewise.
32469         * hurd/dtable.c: Likewise.
32470         * hurd/hurd-raise.c: Likewise.
32471         * hurd/hurdprio.c: Likewise.
32472         * hurd/msgportdemux.c: Likewise.
32473         * misc/sys/file.h: Likewise.
32474         * misc/sys/ioctl.h: Likewise.
32475         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32476         * sysdeps/mach/hurd/chdir.c: Likewise.
32477         * sysdeps/mach/hurd/fchdir.c: Likewise.
32478         * sysdeps/mach/hurd/rename.c: Likewise.
32479         * sysdeps/mach/hurd/rmdir.c: Likewise.
32480         * sysdeps/mach/hurd/seekdir.c: Likewise.
32481         * sysdeps/mach/hurd/setsid.c: Likewise.
32482         * sysdeps/posix/wait3.c: Likewise.
32484         * All files with FSF copyright notices: Update copyright dates
32485         using scripts/update-copyrights.
32486         * intl/plural.c: Regenerated.
32487         * locale/programs/charmap-kw.h: Likewise.
32488         * locale/programs/locfile-kw.h: Likewise.
32490 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32492         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32493         four values.
32495         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32496         calculation loop and add branch prediction.
32498         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32499         check access beyond bounds of m1np.
32501         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32502         MPTWO.
32503         (__inv): Remove local variable MPTWO to use the global
32504         constant.
32505         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32506         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32507         variable MPTWO.
32508         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32509         MP3HALFS static const.
32511 2013-01-01  David S. Miller  <davem@davemloft.net>
32513         * po/ca.po: Update from translation team.
32515 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32517         * scripts/update-copyrights: New file.
32518         * Makeconfig: Reformat copyright notice.
32519         * ctype/ctype.h: Likewise.
32520         * debug/swprintf_chk.c: Likewise.
32521         * elf/dl-cache.c: Likewise.
32522         * elf/dl-debug.c: Likewise.
32523         * elf/dl-object.c: Likewise.
32524         * grp/initgroups.c: Likewise.
32525         * hurd/Makefile: Likewise.
32526         * hurd/hurd/signal.h: Likewise.
32527         * hurd/hurdfault.c: Likewise.
32528         * hurd/hurdioctl.c: Likewise.
32529         * hurd/hurdlookup.c: Likewise.
32530         * hurd/intr-msg.c: Likewise.
32531         * iconv/gconv_open.c: Likewise.
32532         * libio/swprintf.c: Likewise.
32533         * locale/lc-ctype.c: Likewise.
32534         * locale/nl_langinfo.c: Likewise.
32535         * mach/Machrules: Likewise.
32536         * mach/Makefile: Likewise.
32537         * malloc/obstack.h: Likewise.
32538         * manual/Makefile: Likewise.
32539         * manual/tsort.awk: Likewise.
32540         * misc/bits/stab.def: Likewise.
32541         * nis/nis_print_group_entry.c: Likewise.
32542         * nis/nis_table.c: Likewise.
32543         * nis/nss_compat/compat-pwd.c: Likewise.
32544         * nis/nss_compat/compat-spwd.c: Likewise.
32545         * po/Makefile: Likewise.
32546         * posix/fnmatch.c: Likewise.
32547         * posix/regex.h: Likewise.
32548         * resolv/Makefile: Likewise.
32549         * resolv/nss_dns/dns-network.c: Likewise.
32550         * resolv/res_hconf.c: Likewise.
32551         * scripts/gen-sorted.awk: Likewise.
32552         * soft-fp/soft-fp.h: Likewise.
32553         * stdio-common/printf.h: Likewise.
32554         * stdlib/monetary.h: Likewise.
32555         * stdlib/random.c: Likewise.
32556         * stdlib/random_r.c: Likewise.
32557         * sysdeps/generic/Makefile: Likewise.
32558         * sysdeps/gnu/Makefile: Likewise.
32559         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32560         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32561         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32562         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32563         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32564         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32565         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32566         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32567         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32568         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32569         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32570         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32571         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32572         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32573         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32574         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32575         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32576         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32577         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32578         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32579         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32580         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32581         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32582         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32583         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32584         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32585         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32586         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32587         * sysdeps/mach/hurd/errnos.awk: Likewise.
32588         * sysdeps/mach/hurd/fork.c: Likewise.
32589         * sysdeps/mach/hurd/getcwd.c: Likewise.
32590         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32591         * sysdeps/mach/hurd/mmap.c: Likewise.
32592         * sysdeps/mach/hurd/utimes.c: Likewise.
32593         * sysdeps/mach/hurd/xmknod.c: Likewise.
32594         * sysdeps/posix/profil.c: Likewise.
32595         * sysdeps/posix/readdir_r.c: Likewise.
32596         * sysdeps/powerpc/bits/mathdef.h: Likewise.
32597         * sysdeps/powerpc/bits/setjmp.h: Likewise.
32598         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32599         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32600         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32601         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32602         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32603         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32604         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32605         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
32606         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32607         * sysdeps/pthread/lio_listio.c: Likewise.
32608         * sysdeps/sparc/dl-procinfo.h: Likewise.
32609         * sysdeps/unix/i386/sysdep.S: Likewise.
32610         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
32611         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
32612         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
32613         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
32614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32615         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32616         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32617         * sysdeps/unix/sysv/linux/speed.c: Likewise.
32618         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
32619         * sysdeps/wordsize-32/divdi3.c: Likewise.
32620         * time/sys/time.h: Likewise.
32621         * wcsmbs/Makefile: Likewise.
32623 2013-01-01  David S. Miller  <davem@davemloft.net>
32625         * po/fr.po: Update from translation team.
32627         * catgets/gencat.c: Update copyright year.
32628         * csu/version.c: Likewise.
32629         * debug/catchsegv.sh: Likewise.
32630         * debug/pcprofiledump.c: Likewise.
32631         * debug/xtrace.sh: Likewise.
32632         * elf/ldconfig.c: Likewise.
32633         * elf/ldd.bash.in: Likewise.
32634         * elf/pldd.c: Likewise.
32635         * elf/sotruss.ksh: Likewise.
32636         * elf/sprof.c: Likewise.
32637         * iconv/iconv_prog.c: Likewise.
32638         * iconv/iconvconfig.c: Likewise.
32639         * locale/programs/locale.c: Likewise.
32640         * locale/programs/localedef.c: Likewise.
32641         * login/programs/pt_chown.c: Likewise.
32642         * malloc/memusage.sh: Likewise.
32643         * malloc/memusagestat.c: Likewise.
32644         * malloc/mtrace.pl: Likewise.
32645         * nscd/nscd.c: Likewise.
32646         * nss/getent.c: Likewise.
32647         * nss/makedb.c: Likewise.
32648         * posix/getconf.c: Likewise.
32650 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
32652         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
32653         numbers.
32655 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
32657         * math/bits/mathcalls.h (modf): Use __nonnull.
32659 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32661         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
32662         (split): Use macro CN instead of the bare value.
32663         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
32664         could be used.
32665         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
32666         instead of the bare value.
32667         (power1): Likewise.
32669 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32671         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
32672         __ATAN_TWOM.
32673         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32675         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
32676         their values.
32677         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32678         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
32679         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
32680         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32682 2012-12-28  Andreas Jaeger  <aj@suse.de>
32684         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
32685         values are from Linux 3.7.
32687         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
32688         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
32690 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32692         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
32693         TRUE case.
32695         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
32696         (norm): Likewise.
32697         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
32698         variables with preprocessor constants.
32699         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
32700         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
32701         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
32703 2012-12-27  Bruno Haible  <bruno@clisp.org>
32705         [BZ #14317]
32706         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
32707         only if needed.
32709 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32711         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
32712         and use variable directly.
32713         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
32715         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32716         MPONE.
32717         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
32718         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32719         variable MPONE.
32720         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
32721         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
32722         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
32723         include directive.  Remove local variable MPONE.
32724         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
32725         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
32726         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32728 2012-12-25  David S. Miller  <davem@davemloft.net>
32730         * version.h (RELEASE): Set to "development".
32731         (VERSION): Set to "2.17.90".
32732         * NEWS: Add 2.18 section.
32734 2012-12-21  David S. Miller  <davem@davemloft.net>
32736         * po/hr.po: Update from translation team.
32738 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32740         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
32742 2012-12-19  Steve Ellcey  <sellcey@mips.com>
32744         * NEWS:  Mention new memcpy for MIPS.
32746 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32748         * manual/contrib.texi (Contributors): Spelling correction.
32750 2012-12-15  David S. Miller  <davem@davemloft.net>
32752         * po/ru.po: Update from translation team.
32754 2012-12-13  David S. Miller  <davem@davemloft.net>
32756         * NEWS: Mention IFUNC testsuite enhancements.
32758         * po/pl.po: Update from translation team.
32759         * po/bg.po: Likewise.
32761         * manual/contrib.texi (Contributors): Update entries for Hongjiu
32762         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
32764 2012-12-11  David S. Miller  <davem@davemloft.net>
32766         * po/sv.po: Update from translation team.
32768         * po/vi.po: Update from translation team.
32770         * po/cs.po: Update from translation team.
32772         * po/de.po: Update from translation team.
32773         * po/eo.po: Likewise.
32774         * po/nl.po: Likewise.
32776 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32778         [BZ #14246]
32779         * manual/argp.texi (Argp Helper Functions): Move node to follow
32780         Argp Parsing State.
32782         [BZ #14872]
32783         * manual/conf.texi (Limits on File System Capacity): Mention if
32784         terminating null is included in the max size.
32786 2012-12-10  Andreas Jaeger  <aj@suse.de>
32788         * po/cs.po: Update from translation team.
32790 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32792         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
32793         void pointer and cast to uintptr_t.
32794         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
32795         path.
32796         * sysdeps/s390/s390-64/memcpy.S: Likewise.
32797         * sysdeps/s390/s390-64/memset.S: Likewise.
32799 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
32801         [BZ #14833]
32802         * menual/message.texi (Message Translation): Fix typos.
32803         (Helper programs for gettext): Likewise.
32805 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
32807         [BZ #14898]
32808         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
32809         Change to -1.
32811 2012-12-07  David S. Miller  <davem@davemloft.net>
32813         * po/libc.pot: Update.
32815 2012-12-07  Richard Henderson  <rth@redhat.com>
32817         [BZ #10114]
32818         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
32819         normal/normal case to before the switch.
32820         (_FP_DIV): Likewise.
32822 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
32823             Mike Frysinger  <vapier@gentoo.org>
32825         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
32826         check for __NR_fadvise64_64.
32828 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
32830         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
32831         0, not just to plain "0" as a statement.
32832         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
32833         with cw.
32835 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
32837         * NEWS: Use sourceware.org in Bugzilla URL.
32839 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32842         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32844         * stdio-common/tst-put-error.c (do_test): Add newline to the
32845         padded test to ensure flush.
32847 2012-12-05  Jeff Law  <law@redhat.com>
32849         * sunrpc/etc.rpc (fedfs_admin): Add entry.
32851 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
32853         * README: Don't refer to ports add-on as distributed separately.
32854         Mention AArch64 in list of systems supported in the ports add-on.
32856         * LICENSES: Add more non-FSF copyright and license notices.
32858         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
32859         ((unused)).
32861         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
32863         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
32864         10000 as width of padded output.
32866 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32868         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
32870         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
32871         variable LX with __attribute__ ((unused)).
32872         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
32873         Likewise.
32874         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
32875         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
32876         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
32877         with __attribute__ ((unused)).
32879 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
32881         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
32883 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
32885         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
32886         (CFLAGS-nldbl-acos.c): New variable.
32887         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
32888         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
32889         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
32890         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
32891         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
32892         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
32893         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
32894         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
32895         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
32896         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
32897         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
32898         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
32899         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
32900         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
32901         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
32902         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
32903         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
32904         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
32905         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
32906         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
32907         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
32908         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
32909         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
32910         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
32911         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
32912         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
32913         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
32914         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
32915         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
32916         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
32917         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
32918         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
32919         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
32920         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
32921         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
32922         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
32923         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
32924         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
32925         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
32926         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
32927         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
32928         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
32929         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
32930         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
32931         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
32932         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
32933         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
32934         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
32935         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
32936         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
32937         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
32938         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
32939         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
32940         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
32941         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
32942         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
32943         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
32944         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
32945         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
32946         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
32947         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
32948         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
32949         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
32950         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
32951         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
32952         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
32953         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
32954         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
32955         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
32956         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
32957         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
32958         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
32959         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
32960         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
32961         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
32962         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
32963         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
32964         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
32965         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
32966         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
32967         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
32968         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
32969         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
32970         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
32971         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
32972         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
32973         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
32974         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
32975         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
32976         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
32977         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
32978         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
32979         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
32980         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
32981         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
32982         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
32983         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
32985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32986         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
32988         [BZ #14914]
32989         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
32990         whole low double instead of just low 47 bits when splitting values
32991         into two parts.
32993 2012-12-03  Allan McRae  <allan@archlinux.org>
32995         * manual/stdio.texi (Predefined Printf Handlers): Remove
32996         @hsep and @vsep usage.
32998 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33000         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33001         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33003 2012-12-03  Jeff Law  <law@redhat.com>
33005         * time/sys/time.h (settimeofday): Do not mark TV argument
33006         as __nonnull.
33008 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33010         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33011         when currently writing and seek to current position when not.
33012         * libio/Makefile (tests): Remove bug-fclose1.
33013         * libio/bug-fclose1.c: Delete.
33015 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33017         * manual/arith.texi (feenableexcept): Fix typo.
33018         (fedisableexcept): Likewise.
33020 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33022         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33023         second, differently-typed declaration, rather than a cast.
33025 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33027         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33028         * include/rpc/svc.h: ... here.
33030 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33032         [BZ #13013]
33033         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33034         depending n and resplen2 to catch cases where answer
33035         equals answerp2.
33037 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33039         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33040         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33042 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33044         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33046 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33048         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33050 2012-11-28  Jeff Law  <law@redhat.com>
33052         [BZ #13761]
33053         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33054         dataset_temporary.  Track alloca usage into alloca_used.
33055         If dataset is large allocate and release it via malloc/free.
33057 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33059         [BZ #14197]
33060         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33062 2012-11-28  David S. Miller  <davem@davemloft.net>
33064         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33066 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33068         [BZ #14803]
33069         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33070         of pi/2 rounded to nearest to 64 bits.
33071         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33072         nearest to 64 bits.
33073         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33074         bits.
33076 2012-11-28  Jeff Law <law@redhat.com>
33077             Martin Osvald <mosvald@redhat.com>
33079         [BZ #14889]
33080         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33081         * sunrpc/svc.c: Include time.h.
33082         (__svc_accept_failed): New function.
33083         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33084         any reason other than EINTR, call __svc_accept_failed.
33085         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33086         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33088 2012-11-28  Andreas Schwab  <schwab@suse.de>
33090         * scripts/abilist.awk: Also handle indirect functions in .opd
33091         section.
33093 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33095         [BZ #13881]
33096         * sysdeps/x86/fpu/powl_helper.c: New file.
33097         * sysdeps/x86/fpu/Makefile: Likewise.
33098         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33099         (p3): New object.
33100         (__ieee754_powl): Use __powl_helper for finite arguments except
33101         integer exponents below 8.
33102         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33103         (p3): New object.
33104         (__ieee754_powl): Use __powl_helper for finite arguments except
33105         integer exponents below 8.
33106         * math/libm-test.inc (pow_test): Add more tests and enable some
33107         previously disabled tests.
33108         * sysdeps/i386/fpu/libm-test-ulps: Update.
33109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33111 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33112             Carlos O'Donell  <carlos_odonell@mentor.com>
33114         * nss/makedb.c (is_prime): Assert that input is odd and greater
33115         than 4.  Note that fact in a comment too.
33116         (next_prime): Add 4 to input.
33118 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33120         [BZ #11741]
33121         * libio/Makefile (tests): Add test case tst-fwrite-error.
33122         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33123         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33124         * libio/tst-fwrite-error.c: New test case.
33126 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33128         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33129         before casting to void *.
33130         * include/libc-internal.h (__pointer_type): New macro.
33131         (__integer_if_pointer_type_sub): Likewise.
33132         (__integer_if_pointer_type): Likewise.
33133         (cast_to_integer): Likewise.
33134         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33135         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33136         before casting to atomic64_t.
33137         (atomic_exchange_acq): Likewise.
33138         (__arch_exchange_and_add_body): Likewise.
33139         (__arch_add_body): Likewise.
33140         (atomic_add_negative): Likewise.
33141         (atomic_add_zero): Likewise.
33143 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33145         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33146         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33147         (add_fdes): Likewise.
33148         (linear_search_fdes): Likewise.
33149         (binary_search_unencoded_fdes): Likewise.
33151 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33153         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33155 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33157         * configure.in: Autodetect C++ header directories.
33158         * configure: Regenerated.
33160 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33162         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33164 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33166         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33168 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33170         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33171         LDBL_MANT_DIG == 106]: Disable some tests.
33172         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33173         Likewise.
33174         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33175         Likewise.
33177         [BZ #14871]
33178         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33179         input for small inputs.  Return +/- pi/2 for large inputs.
33180         * math/libm-test.inc (atan_test): Add more tests.
33182         * sysdeps/generic/unwind-dw2-fde-glibc.c
33183         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33184         __attribute__ ((unused)).
33186         [BZ #14645]
33187         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33188         x * y if x and y are nonzero and z is zero.
33190         [BZ #14811]
33191         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33192         nonzero exponents with absolute value below 0x1p-117 to +/-
33193         0x1p-117.
33195         [BZ #14869]
33196         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33197         up arguments below 2**-450, not just those below 2**-500.
33198         * math/libm-test.inc (hypot_test): Add another test.
33200         [BZ #14868]
33201         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33202         Return a+b for ratio over 2**120, not 2**60.
33203         * math/libm-test.inc (hypot_test): Add another test.
33205         * math/libm-test.inc (clog_test): Use
33206         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33207         (clog10_test): Likewise.
33209         [BZ #6778]
33210         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33212 2012-11-22  Andreas Schwab  <schwab@suse.de>
33214         * sysdeps/i386/fpu/libm-test-ulps: Update.
33216 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33218         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33219         printf output with newline.
33221 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33223         [BZ #14865]
33224         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33225         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33226         -z nodlopen, -z initfirst and -z execstack support.
33227         * configure: Regenerated.
33229         * elf/elf.h (DF_1_NODIRECT): New macro.
33230         (DF_1_IGNMULDEF): Likewise.
33231         (DF_1_NOKSYMS): Likewise.
33232         (DF_1_NOHDR): Likewise.
33233         (DF_1_EDITED): Likewise.
33234         (DF_1_NORELOC): Likewise.
33235         (DF_1_SYMINTPOSE): Likewise.
33236         (DF_1_GLOBAUDIT): Likewise.
33237         (DF_1_SINGLETON): Likewise.
33238         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33239         DT_1_SUPPORTED_MASK bits.
33240         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33242 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33244         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33246 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33248         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33249         macro.
33251         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33252         (sendmmsg): Move declarations...
33253         * socket/sys/socket.h: ... here.
33254         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33255         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33256         include it from...
33257         * socket/recvmmsg.c: ... this new file.
33258         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33259         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33260         definition of __sendmmsg hidden.
33261         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33262         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33263         Move ENOSYS stub into and include it from...
33264         * socket/sendmmsg.c: ... this new file.
33265         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33266         (sysdep_routines): Move recvmmsg and sendmmsg...
33267         * socket/Makefile (routines): ... here.
33268         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33269         (GLIBC_PRIVATE): Add __sendmmsg.
33270         * include/sys/socket.h (__sendmmsg): Add declarations.
33271         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33272         sendmmsg.
33274 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33276         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33277         variable I1 with __attribute__ ((unused)).
33278         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33280 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33282         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33283         DUMMY variables with __attribute__ ((unused)).
33285         * bits/byteswap.h: Include <bits/types.h>.
33286         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33288 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33290         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33291         string_t.  Do not manually set errno.
33292         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33293         length with __strnlen.  Make sure to both set errno and return it on
33294         failure.
33296 2012-11-19  David S. Miller  <davem@davemloft.net>
33298         With help from Joseph Myers.
33299         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33300         very large arguments properly.
33301         * math/libm-test.inc (atan_test): New tests.
33302         (atan2_test): New tests.
33303         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33304         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33306 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33308         [BZ #14856]
33309         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33310         Define to 3.
33312         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33313         [POSIX] (EADDRNOTAVAIL): Likewise.
33314         [POSIX] (EAFNOSUPPORT): Likewise.
33315         [POSIX] (EALREADY): Likewise.
33316         [POSIX] (ECONNABORTED): Likewise.
33317         [POSIX] (ECONNREFUSED): Likewise.
33318         [POSIX] (ECONNRESET): Likewise.
33319         [POSIX] (EDESTADDRREQ): Likewise.
33320         [POSIX] (EDQUOT): Likewise.
33321         [POSIX] (EHOSTUNREACH): Likewise.
33322         [POSIX] (EIDRM): Likewise.
33323         [POSIX] (EISCONN): Likewise.
33324         [POSIX] (ELOOP): Likewise.
33325         [POSIX] (EMULTIHOP): Likewise.
33326         [POSIX] (ENETDOWN): Likewise.
33327         [POSIX] (ENETUNREACH): Likewise.
33328         [POSIX] (ENOBUFS): Likewise.
33329         [POSIX] (ENODATA): Likewise.
33330         [POSIX] (ENOLINK): Likewise.
33331         [POSIX] (ENOMSG): Likewise.
33332         [POSIX] (ENOPROTOOPT): Likewise.
33333         [POSIX] (ENOSR): Likewise.
33334         [POSIX] (ENOSTR): Likewise.
33335         [POSIX] (ENOTCONN): Likewise.
33336         [POSIX] (ENOTSOCK): Likewise.
33337         [POSIX] (EOPNOTSUPP): Likewise.
33338         [POSIX] (EOVERFLOW): Likewise.
33339         [POSIX] (EPROTO): Likewise.
33340         [POSIX] (EPROTONOSUPPORT): Likewise.
33341         [POSIX] (EPROTOTYPE): Likewise.
33342         [POSIX] (ESTALE): Likewise.
33343         [POSIX] (ETIME): Likewise.
33344         [POSIX] (ETXTBSY): Likewise.
33345         [POSIX] (EWOULDBLOCK): Likewise.
33346         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33347         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33348         [POSIX] (SEEK_CUR): Likewise.
33349         [POSIX] (SEEK_END): Likewise.
33350         [POSIX || UNIX98] (mode_t): Do not require.
33351         [POSIX] (off_t): Likewise.
33352         [POSIX] (pid_t): Likewise.
33353         [POSIX] (sys/stat.h): Do not allow header.
33354         [POSIX] (unistd.h): Likewise.
33355         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33356         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33357         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33358         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33359         require.
33360         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33361         sigevent): Specify elements.
33362         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33363         entry.
33364         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33365         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33367         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33368         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33369         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33370         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33371         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33372         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33373         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33374         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33375         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33376         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33377         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33378         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33379         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33380         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33381         Likewise.
33382         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33383         Likewise.
33384         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33385         Likewise.
33386         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33387         Likewise.
33388         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33389         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33390         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33391         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33392         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33393         Specify lower bound on value.
33394         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33395         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33396         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33397         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33398         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33399         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33400         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33401         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33402         value.
33403         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33404         as optional.
33405         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33406         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33407         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33408         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33409         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33410         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33411         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33412         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33413         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33414         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33415         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33416         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33417         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33418         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33419         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33420         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33421         entry.
33422         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33423         optional.
33424         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33425         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33426         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33427         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33428         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33429         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33430         Likewise.
33431         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33432         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33433         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33434         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33435         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33436         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33437         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33438         as optional.
33439         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33440         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33441         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33442         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33443         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33444         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33445         specify as optional.
33446         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33447         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33448         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33449         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33450         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33451         [XPG3] (NL_LANGMAX): Likewise.
33452         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33453         [POSIX || XPG3] (NL_NMAX): Likewise.
33454         [POSIX || XPG3] (NL_SETMAX): Likewise.
33455         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33456         [XPG3] (NZERO): Likewise.
33457         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33458         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33459         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33460         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33461         (REG_ERANGE): Expect.
33462         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33463         optional-constant.
33464         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33465         Use (void) in prototype.
33466         [POSIX] (*_t): Allow.
33467         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33468         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33469         (WRDE_BADVAL): Expect.
33471         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33472         expect.
33473         [XPG3 || XPG4] (O_RSYNC): Likewise.
33474         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33475         Likewise.
33476         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33477         [XPG3 || XPG4] (sigqueue): Likewise.
33478         [XPG3 || XPG4] (sigtimedwait): Likewise.
33479         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33480         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33481         [XPG3 || XPG4] (vsnprintf): Likewise.
33482         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33483         Likewise.
33484         [XPG3 || XPG4] (blksize_t): Likewise.
33485         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33486         Likewise.
33487         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33488         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33489         [XPG3 || XPG4] (struct itimerspec): Likewise.
33490         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33491         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33492         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33493         [XPG3 || XPG4] (clockid_t): Likewise.
33494         [XPG3 || XPG4] (timer_t): Likewise.
33495         [XPG3 || XPG4] (clock_getres): Likewise.
33496         [XPG3 || XPG4] (clock_gettime): Likewise.
33497         [XPG3 || XPG4] (clock_settime): Likewise.
33498         [XPG3 || XPG4] (nanosleep): Likewise.
33499         [XPG3 || XPG4] (timer_create): Likewise.
33500         [XPG3 || XPG4] (timer_delete): Likewise.
33501         [XPG3 || XPG4] (timer_gettime): Likewise.
33502         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33503         [XPG3 || XPG4] (timer_settime): Likewise.
33504         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33505         [XPG3 || XPG4] (getlogin_r): Likewise.
33506         [XPG3 || XPG4] (pread): Likewise.
33507         [XPG3 || XPG4] (pthread_atfork): Likewise.
33508         [XPG3 || XPG4] (pwrite): Likewise.
33510         [BZ #14835]
33511         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33512         <bits/siginfo.h>.
33514 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33516         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33517         finalizing MALLSTREAM.
33519         * sysdeps/mach/hurd/syncfs.c: New file.
33521 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33523         [BZ #14719]
33524         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33525         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33526         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33527         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33528         (_nss_dns_gethostbyname4_r): Likewise.
33529         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33530         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33532 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33534         [BZ #13763]
33535         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33537 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33539         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33540         * elf/cache.c (print_entry): Print ",AArch64" for
33541         FLAG_AARCH64_LIB64
33543         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33544         * elf/cache.c (print_entry): Print ",hard-float" for
33545         FLAG_ARM_LIBHF.
33547 2012-11-18  David S. Miller  <davem@davemloft.net>
33549         With help from Joseph Myers.
33550         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33551         cutoff to 2**-13.
33552         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33553         cutoff to 2**-25.
33554         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33555         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33556         small.
33557         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33558         * math/libm-test.inc (y0_test): New tests.
33559         (y1_test): New tests.
33560         * sysdeps/i386/fpu/libm-test-ulps: Update.
33561         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33562         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33564 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
33566         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33567         64-bit targets.
33568         * configure: Regenerated.
33570 2012-11-17  David S. Miller  <davem@davemloft.net>
33572         [BZ #14811]
33573         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33574         nonzero exponents with absolute value below 0x1p-128 to +/-
33575         0x1p-128.
33577 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
33579         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33581         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33583         * posix/getconf-speclist.c: New file.
33584         * posix/posix-envs.def: Likewise.
33585         * posix/confstr.c (START_ENV_GROUP): New macro.
33586         (END_ENV_GROUP): Likewise.
33587         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33588         (KNOWN_PRESENT_ENV_STRING): Likewise.
33589         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33590         (UNKNOWN_ENVIRONMENT): Likewise.
33591         (confstr): Include posix-envs.def instead of handling
33592         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33593         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33594         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33595         (END_ENV_GROUP): Likewise.
33596         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33597         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33598         (UNKNOWN_ENVIRONMENT): Likewise.
33599         (__sysconf): Include posix-envs.def instead of handling associated
33600         cases directly here.
33601         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33602         preprocessing getconf-speclist.c rather than running getconf or
33603         generating empty file.
33605 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
33607         * scripts/check-local-headers.sh: Ignore 'mach' headers.
33609 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
33611         [BZ #14672]
33612         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
33614 2012-11-16  David S. Miller  <davem@davemloft.net>
33616         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
33617         smaller than LDBL_EPSILON/2.0L, just return xm1.
33619 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
33621         * elf/tst-array1.c (init): Set constructor priority to 1000.
33622         (fini): Set destructor priority to 1000.
33623         * elf/tst-array2dep.c: Likewise.
33625 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33627         [BZ #11741]
33628         * libio/fileops.c (_IO_new_file_write): Correctly return error.
33629         (_IO_new_file_xsputn): Also return EOF if none of the input
33630         data was written when overflow failed.
33631         * libio/iopadn.c (_IO_padn): Likewise.
33632         * libio/iowpadn.c (_IO_wpadn): Likewise.
33633         * stdio-common/tst-put-error.c: Add copyright notice.
33634         (do_test): Add case for printing padded string.
33635         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
33636         _IO_padn returned error.
33637         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
33638         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
33639         return EOF.
33641 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33643         * libio/libioP.h: Add comment note that the references to C++
33644         bits are now obsolete.
33646 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33648         * math/libm-test.inc (check_complex): Use asprintf.
33650 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
33652         * debug/pcprofiledump.c (print_version): Update copyright year.
33653         * malloc/memusagestat.c (print_version): Likewise.
33655 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
33657         [BZ #14831]
33658         * elf/Makefile (tests): Add tst-audit8.
33659         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
33660         ($(objpfx)tst-audit8.out): New target.
33661         (tst-audit8-ENV): New variable.
33662         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
33663         audit if l_reloc_result is NULL.
33664         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
33665         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
33666         * elf/tst-audit8.c: New file.
33668 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33670         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
33671         * misc/Makefile (CFLAGS-select.c): Define.
33672         * posix/Makefile (CFLAGS-pause.c): Define.
33674 2012-11-13  David S. Miller  <davem@davemloft.net>
33676         * crypt/Makefile: Move test targets after toplevel Rules
33677         inclusion.  Grab any necessary sysdep routines when linking.
33678         * crypt/md5.c (md5_process_block): Remove define, we will always
33679         name it __md5_process_block.
33680         (md5_finish_ctx): Update md5_process_block call.
33681         (md5_stream): Likewise.
33682         (md5_process_bytes): Likewise.
33683         (md5_process_block): Rename to __md5_process_block and move to ...
33684         * crypt/md5-block.c: ... here.
33685         * crypt/sha256.c (sha256_process_block): Move to ...
33686         * crypt/sha256-block.c: ... here.
33687         * crypt/sha512.c (sha512_process_block): Move to ...
33688         * crypt/sha512-block.c: ... here.
33689         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
33690         path.
33691         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
33692         * sysdeps/sparc/sparc64/multiarch/Makefile
33693         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
33694         crypt subdir.
33695         (localedef-aux): Add md5 crypto assembler when in locale subdir.
33696         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
33697         multiarch changes.
33698         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
33699         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
33700         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
33701         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
33702         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
33703         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
33704         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
33705         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
33706         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
33707         file.
33708         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
33709         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
33710         file.
33711         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
33713 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
33715         * timezone/tzselect.ksh: Update from tzcode git revision
33716         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
33717         * timezone/zdump.c: Likewise.
33718         * timezone/zic.c: Likewise.
33719         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
33720         in TZVERSION setting, not $(PKGVERSION).
33721         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
33722         REPORT_BUGS_TO settings.
33724         [BZ #14838]
33725         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
33726         macro.
33728 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33730         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
33731         detection to immediately after _FP_ROUND().
33732         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
33733         bits are 0.
33735 2012-11-11  David S. Miller  <davem@davemloft.net>
33737         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
33738         inttypes.h
33739         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
33740         __close rather than their public counterparts.
33742 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
33744         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
33745         file.
33746         [UNIX98] (sem_timedwait): Do not expect.
33747         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
33748         [XPG4 || UNIX98] (sockatmark): Do not expect.
33749         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
33750         (clock_getcpuclockid): Do not expect.
33751         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
33752         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
33753         Do not expect.
33754         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
33755         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
33756         [UNIX98] (vwscanf): Likewise.
33757         [UNIX98] (vswscanf): Likewise.
33759 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
33761         * timezone/version.h: Remove file.
33762         * timezone/README: Do not refer to version.h.
33763         * timezone/Makefile ($(objpfx)zic.o): New dependency on
33764         $(objpfx)version.h.
33765         ($(objpfx)zdump.o): Likewise.
33766         ($(objpfx)version.h): New target.
33768         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
33769         2012i.
33770         * timezone/README: Don't mention modification to tzselect.ksh.
33771         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
33772         work on unmodified tzselect.ksh.  Substitute version numbers in
33773         tzselect.ksh.
33775         * Makefile (format-me): Remove.
33776         (INSTALL): Adjust indentation.  Use commands directly instead of
33777         using $(format-me).
33779         * aclocal.m4 (ACX_PKGVERSION): New macro.
33780         (ACX_BUGURL): Likewise.
33781         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
33782         (PKGVERSION): New AC_DEFINE_UNQUOTED.
33783         (REPORT_BUGS_TO): Likewise.
33784         * configure: Regenerated.
33785         * config.h.in (PKGVERSION): New macro.
33786         (REPORT_BUGS_TO): Likewise.
33787         * config.make.in (PKGVERSION): New variable.
33788         (PKGVERSION_TEXI): Likewise.
33789         (REPORT_BUGS_TO): Likewise.
33790         (REPORT_BUGS_TEXI): Likewise.
33791         * Makefile (format-me): Use -I$(common-objpfx)manual.
33792         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
33793         ($(common-objpfx)manual/%): New target.
33794         (manual/%): Remove target.
33795         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
33796         (print_version): Use PKGVERSION.
33797         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
33798         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
33799         and REPORT_BUGS_TO.
33800         ($(objpfx)xtrace): Likewise.
33801         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
33802         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
33803         (print_version): Use PKGVERSION.
33804         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
33805         (do_version): Use PKGVERSION.
33806         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
33807         REPORT_BUGS_TO.
33808         (common-ldd-rewrite): Likewise.
33809         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
33810         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
33811         (print_version): Use PKGVERSION.
33812         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
33813         * elf/pldd.c (argp_program_bug_address): Remove variable.
33814         (more_help): New function.
33815         (argp): Use more_help.
33816         (print_version): Use PKGVERSION.
33817         * elf/sln.c (main): Use PKGVERSION.
33818         (usage): Use REPORT_BUGS_TO.
33819         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
33820         (top level): Use PKGVERSION.
33821         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
33822         (print_version): Use PKGVERSION.
33823         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
33824         (print_version): Use PKGVERSION.
33825         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
33826         (print_version): Use PKGVERSION.
33827         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
33828         (print_version): Use PKGVERSION.
33829         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
33830         (print_version): Use PKGVERSION.
33831         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
33832         (print_version): Use PKGVERSION.
33833         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
33834         and BUGURL.
33835         ($(objpfx)memusage): Likewise.
33836         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
33837         (do_version): Use PKGVERSION.
33838         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
33839         (print_version): Use PKGVERSION.
33840         * malloc/mtrace.pl ($PACKAGE): Remove variable.
33841         ($PKGVERSION): New variable.
33842         ($REPORT_BUGS_TO): Likewise.
33843         (usage): Use $REPORT_BUGS_TO.
33844         (top level): Use $PKGVERSION.
33845         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
33846         ($(objpfx)pkgvers.texi): New rule.
33847         ($(objpfx)stamp-pkgvers): Likewise.
33848         * manual/install.texi: Include pkgvers.texi.
33849         (--with-pkgversion): Document new configure option.
33850         (--with-bugurl): Likewise.
33851         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
33852         than necessarily for this particular distribution.  Use
33853         REPORT_BUGS_TO for where to report bugs.
33854         * INSTALL: Regenerated.
33855         * manual/libc.texinfo: Include pkgvers.texi.
33856         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
33857         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
33858         (print_version): Use PKGVERSION.
33859         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
33860         (print_version): Use PKGVERSION.
33861         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
33862         (print_version): Use PKGVERSION.
33863         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
33864         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
33865         macro.
33866         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
33867         (print_version): Use PKGVERSION.
33868         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
33869         (print_version): Use PKGVERSION.
33870         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
33871         and PKGVERSION.
33873         * timezone/checktab.awk: Update from tzcode 2012i.
33874         * timezone/ialloc.c: Likewise.
33875         * timezone/private.h: Likewise.
33876         * timezone/scheck.c: Likewise.
33877         * timezone/tzfile.h: Likewise.
33878         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
33879         (TZVERSION): Hardcode tzcode version number.
33880         * timezone/zdump.c: Update from tzcode 2012i.
33881         * timezone/zic.c: Likewise.
33882         * timezone/version.h: New file.
33883         * timezone/README: Describe version.h.  Update upstream location.
33885         [BZ #14824]
33886         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
33887         (mktemp): Enable declaration.
33888         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
33889         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
33890         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
33891         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
33892         Likewise.
33893         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
33894         Likewise.
33895         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
33896         Likewise.
33897         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
33898         Likewise.
33899         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
33900         Likewise.
33901         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
33902         Likewise.
33904         [BZ #14821]
33905         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
33906         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
33907         for copies of such integer values.
33908         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
33909         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
33911 2012-11-09  Andreas Jaeger  <aj@suse.de>
33913         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
33914         definitions and declarations that are provided by
33915         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33917 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33919         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
33920         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
33921         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
33922         definition.
33924 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33926         * elf/elf.h: Update comment before AArch64 relocations.
33928 2012-11-07  David S. Miller  <davem@davemloft.net>
33930         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
33931         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
33932         (__start_context): Declare.
33933         (__makecontext_ret): Delete.
33934         (__makecontext): Hook up __start_context instead of
33935         __makecontext_ret.
33936         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
33937         (sysdep_routines): Add __start_context when in stdlib.
33939 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33941         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
33942         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
33943         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
33944         hardcoded "nm".
33945         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
33946         (READELF): New variable.  Use it instead of hardcoded "readelf".
33948 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
33950         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
33951         * sysdeps/x86/Makefile: Here.
33952         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
33953         * sysdeps/x86/tst-xmmymm.sh: This.
33955 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
33957         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
33958         expectations.
33959         [UNIX98] (pthread_barrier_t): Do not expect.
33960         [UNIX98] (pthread_barrierattr_t): Likewise.
33961         [UNIX98] (pthread_spinlock_t): Likewise.
33962         [UNIX98] (pthread_barrier_destroy): Likewise.
33963         [UNIX98] (pthread_barrier_init): Likewise.
33964         [UNIX98] (pthread_barrier_wait): Likewise.
33965         [UNIX98] (pthread_barrierattr_destroy): Likewise.
33966         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
33967         [UNIX98] (pthread_barrierattr_init): Likewise.
33968         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
33969         [UNIX98] (pthread_getcpuclockid): Likewise.
33970         [UNIX98] (pthread_mutex_timedlock): Likewise.
33971         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
33972         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
33973         [UNIX98] (pthread_sigmask): Likewise.
33974         [UNIX98] (pthread_spin_destroy): Likewise.
33975         [UNIX98] (pthread_spin_init): Likewise.
33976         [UNIX98] (pthread_spin_lock): Likewise.
33977         [UNIX98] (pthread_spin_trylock): Likewise.
33978         [UNIX98] (pthread_spin_unlock): Likewise.
33979         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
33980         Do not expect.
33981         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
33982         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
33983         [XPG3 || XPG4] (pthread_cond_t): Likewise.
33984         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
33985         [XPG3 || XPG4] (pthread_key_t): Likewise.
33986         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
33987         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
33988         [XPG3 || XPG4] (pthread_once_t): Likewise.
33989         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
33990         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
33991         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
33992         [XPG3 || XPG4] (pthread_t): Likewise.
33994         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
33995         not expect.
33996         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
33998         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
33999         Change function return type to int.
34001         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34002         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34003         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34004         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34005         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34006         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34007         [!POSIX] (posix_madvise): Likewise.
34008         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34009         && !UNIX98].
34010         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34011         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34012         (mode_t): Likewise.
34013         (posix_mem_offset): Likewise.
34014         (posix_typed_mem_get_info): Likewise.
34015         (posix_typed_mem_open): Likewise.
34017         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34018         Change condition to [XOPEN2K8].
34020         * conform/conformtest.pl: Preprocess allow-header data with -x c
34021         instead of from stdin.
34022         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34023         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34024         [C99-based standards] (cerfc): Likewise.
34025         [C99-based standards] (cexp2): Likewise.
34026         [C99-based standards] (cexpm1): Likewise.
34027         [C99-based standards] (clog10): Likewise.
34028         [C99-based standards] (clog1p): Likewise.
34029         [C99-based standards] (clog2): Likewise.
34030         [C99-based standards] (clgamma): Likewise.
34031         [C99-based standards] (ctgamma): Likewise.
34032         [C99-based standards] (cerff): Likewise.
34033         [C99-based standards] (cerfcf): Likewise.
34034         [C99-based standards] (cexp2f): Likewise.
34035         [C99-based standards] (cexpm1f): Likewise.
34036         [C99-based standards] (clog10f): Likewise.
34037         [C99-based standards] (clog1pf): Likewise.
34038         [C99-based standards] (clog2f): Likewise.
34039         [C99-based standards] (clgammaf): Likewise.
34040         [C99-based standards] (ctgammaf): Likewise.
34041         [C99-based standards] (cerfl): Likewise.
34042         [C99-based standards] (cerfcl): Likewise.
34043         [C99-based standards] (cexp2l): Likewise.
34044         [C99-based standards] (cexpm1l): Likewise.
34045         [C99-based standards] (clog10l): Likewise.
34046         [C99-based standards] (clog1pl): Likewise.
34047         [C99-based standards] (clog2l): Likewise.
34048         [C99-based standards] (clgammal): Likewise.
34049         [C99-based standards] (ctgammal): Likewise.
34050         * conform/data/inttypes.h-data [C99-based standards]: Include
34051         stdint.h-data.  Remove all expectations for stdint.h contents.
34052         [C99-based standards] (PRI*): Do not allow.
34053         [C99-based standards] (SCN*): Likewise.
34054         [C99-based standards] (*_t): Likewise.
34055         [C99-based-standards] (PRId8): Expect macro.
34056         [C99-based-standards] (PRIi8): Likewise.
34057         [C99-based-standards] (PRIo8): Likewise.
34058         [C99-based-standards] (PRIu8): Likewise.
34059         [C99-based-standards] (PRIx8): Likewise.
34060         [C99-based-standards] (PRIX8): Likewise.
34061         [C99-based-standards] (SCNd8): Likewise.
34062         [C99-based-standards] (SCNi8): Likewise.
34063         [C99-based-standards] (SCNo8): Likewise.
34064         [C99-based-standards] (SCNu8): Likewise.
34065         [C99-based-standards] (SCNx8): Likewise.
34066         [C99-based-standards] (PRIdLEAST8): Likewise.
34067         [C99-based-standards] (PRIiLEAST8): Likewise.
34068         [C99-based-standards] (PRIoLEAST8): Likewise.
34069         [C99-based-standards] (PRIuLEAST8): Likewise.
34070         [C99-based-standards] (PRIxLEAST8): Likewise.
34071         [C99-based-standards] (PRIXLEAST8): Likewise.
34072         [C99-based-standards] (SCNdLEAST8): Likewise.
34073         [C99-based-standards] (SCNiLEAST8): Likewise.
34074         [C99-based-standards] (SCNoLEAST8): Likewise.
34075         [C99-based-standards] (SCNuLEAST8): Likewise.
34076         [C99-based-standards] (SCNxLEAST8): Likewise.
34077         [C99-based-standards] (PRIdFAST8): Likewise.
34078         [C99-based-standards] (PRIiFAST8): Likewise.
34079         [C99-based-standards] (PRIoFAST8): Likewise.
34080         [C99-based-standards] (PRIuFAST8): Likewise.
34081         [C99-based-standards] (PRIxFAST8): Likewise.
34082         [C99-based-standards] (PRIXFAST8): Likewise.
34083         [C99-based-standards] (SCNdFAST8): Likewise.
34084         [C99-based-standards] (SCNiFAST8): Likewise.
34085         [C99-based-standards] (SCNoFAST8): Likewise.
34086         [C99-based-standards] (SCNuFAST8): Likewise.
34087         [C99-based-standards] (SCNxFAST8): Likewise.
34088         [C99-based-standards] (PRId16): Likewise.
34089         [C99-based-standards] (PRIi16): Likewise.
34090         [C99-based-standards] (PRIo16): Likewise.
34091         [C99-based-standards] (PRIu16): Likewise.
34092         [C99-based-standards] (PRIx16): Likewise.
34093         [C99-based-standards] (PRIX16): Likewise.
34094         [C99-based-standards] (SCNd16): Likewise.
34095         [C99-based-standards] (SCNi16): Likewise.
34096         [C99-based-standards] (SCNo16): Likewise.
34097         [C99-based-standards] (SCNu16): Likewise.
34098         [C99-based-standards] (SCNx16): Likewise.
34099         [C99-based-standards] (PRIdLEAST16): Likewise.
34100         [C99-based-standards] (PRIiLEAST16): Likewise.
34101         [C99-based-standards] (PRIoLEAST16): Likewise.
34102         [C99-based-standards] (PRIuLEAST16): Likewise.
34103         [C99-based-standards] (PRIxLEAST16): Likewise.
34104         [C99-based-standards] (PRIXLEAST16): Likewise.
34105         [C99-based-standards] (SCNdLEAST16): Likewise.
34106         [C99-based-standards] (SCNiLEAST16): Likewise.
34107         [C99-based-standards] (SCNoLEAST16): Likewise.
34108         [C99-based-standards] (SCNuLEAST16): Likewise.
34109         [C99-based-standards] (SCNxLEAST16): Likewise.
34110         [C99-based-standards] (PRIdFAST16): Likewise.
34111         [C99-based-standards] (PRIiFAST16): Likewise.
34112         [C99-based-standards] (PRIoFAST16): Likewise.
34113         [C99-based-standards] (PRIuFAST16): Likewise.
34114         [C99-based-standards] (PRIxFAST16): Likewise.
34115         [C99-based-standards] (PRIXFAST16): Likewise.
34116         [C99-based-standards] (SCNdFAST16): Likewise.
34117         [C99-based-standards] (SCNiFAST16): Likewise.
34118         [C99-based-standards] (SCNoFAST16): Likewise.
34119         [C99-based-standards] (SCNuFAST16): Likewise.
34120         [C99-based-standards] (SCNxFAST16): Likewise.
34121         [C99-based-standards] (PRId32): Likewise.
34122         [C99-based-standards] (PRIi32): Likewise.
34123         [C99-based-standards] (PRIo32): Likewise.
34124         [C99-based-standards] (PRIu32): Likewise.
34125         [C99-based-standards] (PRIx32): Likewise.
34126         [C99-based-standards] (PRIX32): Likewise.
34127         [C99-based-standards] (SCNd32): Likewise.
34128         [C99-based-standards] (SCNi32): Likewise.
34129         [C99-based-standards] (SCNo32): Likewise.
34130         [C99-based-standards] (SCNu32): Likewise.
34131         [C99-based-standards] (SCNx32): Likewise.
34132         [C99-based-standards] (PRIdLEAST32): Likewise.
34133         [C99-based-standards] (PRIiLEAST32): Likewise.
34134         [C99-based-standards] (PRIoLEAST32): Likewise.
34135         [C99-based-standards] (PRIuLEAST32): Likewise.
34136         [C99-based-standards] (PRIxLEAST32): Likewise.
34137         [C99-based-standards] (PRIXLEAST32): Likewise.
34138         [C99-based-standards] (SCNdLEAST32): Likewise.
34139         [C99-based-standards] (SCNiLEAST32): Likewise.
34140         [C99-based-standards] (SCNoLEAST32): Likewise.
34141         [C99-based-standards] (SCNuLEAST32): Likewise.
34142         [C99-based-standards] (SCNxLEAST32): Likewise.
34143         [C99-based-standards] (PRIdFAST32): Likewise.
34144         [C99-based-standards] (PRIiFAST32): Likewise.
34145         [C99-based-standards] (PRIoFAST32): Likewise.
34146         [C99-based-standards] (PRIuFAST32): Likewise.
34147         [C99-based-standards] (PRIxFAST32): Likewise.
34148         [C99-based-standards] (PRIXFAST32): Likewise.
34149         [C99-based-standards] (SCNdFAST32): Likewise.
34150         [C99-based-standards] (SCNiFAST32): Likewise.
34151         [C99-based-standards] (SCNoFAST32): Likewise.
34152         [C99-based-standards] (SCNuFAST32): Likewise.
34153         [C99-based-standards] (SCNxFAST32): Likewise.
34154         [C99-based-standards] (PRId64): Likewise.
34155         [C99-based-standards] (PRIi64): Likewise.
34156         [C99-based-standards] (PRIo64): Likewise.
34157         [C99-based-standards] (PRIu64): Likewise.
34158         [C99-based-standards] (PRIx64): Likewise.
34159         [C99-based-standards] (PRIX64): Likewise.
34160         [C99-based-standards] (SCNd64): Likewise.
34161         [C99-based-standards] (SCNi64): Likewise.
34162         [C99-based-standards] (SCNo64): Likewise.
34163         [C99-based-standards] (SCNu64): Likewise.
34164         [C99-based-standards] (SCNx64): Likewise.
34165         [C99-based-standards] (PRIdLEAST64): Likewise.
34166         [C99-based-standards] (PRIiLEAST64): Likewise.
34167         [C99-based-standards] (PRIoLEAST64): Likewise.
34168         [C99-based-standards] (PRIuLEAST64): Likewise.
34169         [C99-based-standards] (PRIxLEAST64): Likewise.
34170         [C99-based-standards] (PRIXLEAST64): Likewise.
34171         [C99-based-standards] (SCNdLEAST64): Likewise.
34172         [C99-based-standards] (SCNiLEAST64): Likewise.
34173         [C99-based-standards] (SCNoLEAST64): Likewise.
34174         [C99-based-standards] (SCNuLEAST64): Likewise.
34175         [C99-based-standards] (SCNxLEAST64): Likewise.
34176         [C99-based-standards] (PRIdFAST64): Likewise.
34177         [C99-based-standards] (PRIiFAST64): Likewise.
34178         [C99-based-standards] (PRIoFAST64): Likewise.
34179         [C99-based-standards] (PRIuFAST64): Likewise.
34180         [C99-based-standards] (PRIxFAST64): Likewise.
34181         [C99-based-standards] (PRIXFAST64): Likewise.
34182         [C99-based-standards] (SCNdFAST64): Likewise.
34183         [C99-based-standards] (SCNiFAST64): Likewise.
34184         [C99-based-standards] (SCNoFAST64): Likewise.
34185         [C99-based-standards] (SCNuFAST64): Likewise.
34186         [C99-based-standards] (SCNxFAST64): Likewise.
34187         [C99-based-standards] (PRIdMAX): Likewise.
34188         [C99-based-standards] (PRIiMAX): Likewise.
34189         [C99-based-standards] (PRIoMAX): Likewise.
34190         [C99-based-standards] (PRIuMAX): Likewise.
34191         [C99-based-standards] (PRIxMAX): Likewise.
34192         [C99-based-standards] (PRIXMAX): Likewise.
34193         [C99-based-standards] (SCNdMAX): Likewise.
34194         [C99-based-standards] (SCNiMAX): Likewise.
34195         [C99-based-standards] (SCNoMAX): Likewise.
34196         [C99-based-standards] (SCNuMAX): Likewise.
34197         [C99-based-standards] (SCNxMAX): Likewise.
34198         [C99-based-standards] (PRIdPTR): Likewise.
34199         [C99-based-standards] (PRIiPTR): Likewise.
34200         [C99-based-standards] (PRIoPTR): Likewise.
34201         [C99-based-standards] (PRIuPTR): Likewise.
34202         [C99-based-standards] (PRIxPTR): Likewise.
34203         [C99-based-standards] (PRIXPTR): Likewise.
34204         [C99-based-standards] (SCNdPTR): Likewise.
34205         [C99-based-standards] (SCNiPTR): Likewise.
34206         [C99-based-standards] (SCNoPTR): Likewise.
34207         [C99-based-standards] (SCNuPTR): Likewise.
34208         [C99-based-standards] (SCNxPTR): Likewise.
34209         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34210         allow.
34211         * conform/data/stdint.h-data: Update comments to clarify
34212         requirements.
34213         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34214         type.
34215         [C99-based standards] (INT8_MAX): Likewise.
34216         [C99-based standards] (INT16_MIN): Likewise.
34217         [C99-based standards] (INT16_MAX): Likewise.
34218         [C99-based standards] (INT32_MIN): Likewise.
34219         [C99-based standards] (INT32_MAX): Likewise.
34220         [C99-based standards] (INT64_MIN): Likewise.
34221         [C99-based standards] (INT64_MAX): Likewise.
34222         [C99-based standards] (UINT8_MAX): Likewise.
34223         [C99-based standards] (UINT16_MAX): Likewise.
34224         [C99-based standards] (UINT32_MAX): Likewise.
34225         [C99-based standards] (UINT64_MAX): Likewise.
34226         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34227         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34228         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34229         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34230         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34231         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34232         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34233         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34234         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34235         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34236         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34237         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34238         [C99-based standards] (INT_FAST8_MIN): Likewise.
34239         [C99-based standards] (INT_FAST8_MAX): Likewise.
34240         [C99-based standards] (INT_FAST16_MIN): Likewise.
34241         [C99-based standards] (INT_FAST16_MAX): Likewise.
34242         [C99-based standards] (INT_FAST32_MIN): Likewise.
34243         [C99-based standards] (INT_FAST32_MAX): Likewise.
34244         [C99-based standards] (INT_FAST64_MIN): Likewise.
34245         [C99-based standards] (INT_FAST64_MAX): Likewise.
34246         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34247         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34248         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34249         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34250         [C99-based standards] (INTPTR_MIN): Likewise.
34251         [C99-based standards] (INTPTR_MAX): Likewise.
34252         [C99-based standards] (UINTPTR_MAX): Likewise.
34253         [C99-based standards] (INTMAX_MIN): Likewise.
34254         [C99-based standards] (INTMAX_MAX): Likewise.
34255         [C99-based standards] (UINTMAX_MAX): Likewise.
34256         [C99-based standards] (PTRDIFF_MIN): Likewise.
34257         [C99-based standards] (PTRDIFF_MAX): Likewise.
34258         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34259         [C99-based standards] (SIZE_MAX): Likewise.
34260         [C99-based standards] (WCHAR_MAX): Likewise.
34261         [C99-based standards] (WINT_MAX): Likewise.
34262         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34263         constraint on value.
34264         [C99-based standards] (WCHAR_MIN): Likewise.
34265         [C99-based standards] (WINT_MIN): Likewise.
34266         [C99-based standards] (*_t): Allow.
34267         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34268         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34269         Include math.h-data and complex.h-data.  Remove all expectations
34270         of math.h and complex.h contents.
34271         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34272         at end of line.
34273         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34274         (struct tm): Expect tag.
34275         [C99-based-standards] (wcstof): Expect function.
34276         [C99-based-standards] (wcstold): Likewise.
34277         [C99-based-standards] (wcstoll): Likewise.
34278         [C99-based-standards] (wcstoull): Likewise.
34279         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34280         macro-int-constant.  Specify type.
34281         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34282         constraint on value.
34283         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34284         Specify type.
34285         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34286         Specify value.
34287         [ISO C standards]: Do not allow headers.
34288         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34289         wcs[abcdefghijklmnopqrstuvwxyz]*.
34290         [ISO C standards] (*_t): Do not allow.
34291         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34292         Expect function.
34293         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34294         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34295         Specify type.
34296         [ISO C standards]: Do not allow headers.
34297         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34298         is[abcdefghijklmnopqrstuvwxyz]*.
34299         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34300         to[abcdefghijklmnopqrstuvwxyz]*.
34301         [ISO C standards] (*_t): Do not allow.
34302         * conform/data/stdalign.h-data: New file.
34303         * conform/data/stdbool.h-data: Likewise.
34304         * conform/data/stdnoreturn.h-data: Likewise.
34306 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34308         [BZ #14815]
34309         * manual/filesys.texi (Directory Entries): Typo fix.
34310         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34312 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34314         * elf/elf.h (EM_AARCH64): New macro.
34315         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34316         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34317         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34318         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34319         (R_AARCH64_TLSDESC): Likewise.
34320         (NT_ARM_TLS): Likewise.
34321         (NT_ARM_HW_BREAK): Likewise.
34322         (NT_ARM_HW_WATCH): Likewise.
34324 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34326         [BZ #14811]
34327         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34328         (__ieee754_powl): Saturate nonzero exponents with absolute value
34329         below 0x1p-79 to +/- 0x1p-79.
34330         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34331         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34332         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34333         nonzero exponents with absolute value below 0x1p-32 to +/-
34334         0x1p-32.
34335         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34336         (__ieee754_powl): Saturate nonzero exponents with absolute value
34337         below 0x1p-79 to +/- 0x1p-79.
34338         * math/libm-test.inc (pow_test): Add more tests.
34340 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34342         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34343         _dl_s390_cap_flags with kernel. Increase string length.
34344         (_dl_s390_platforms): Add z196 and zEC12.
34346 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34348         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34349         Change XOPEN21K to XOPEN2K.
34351 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34353         * string/memmove.c: Use memcpy when possible.
34355 2012-11-06  Andreas Jaeger  <aj@suse.de>
34357         * po/eo.po: Update from translation team.
34359 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34361         [BZ #14793]
34362         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34363         exponent and small x and y exponents, scale x or y up.  Increase
34364         by 2 the exponent used in scaling up.
34365         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34366         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34367         * math/libm-test.inc (fma_test): Add more tests.
34368         (fma_test_towardzero): Likewise.
34369         (fma_test_downward): Likewise.
34370         (fma_test_upward): Likewise.
34372 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34374         [BZ #14805]
34375         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34376         fenv_t *.
34378         [BZ #14801]
34379         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34380         namespace for names of struct fields.
34381         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34382         fenv_t fields.
34383         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34384         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34386 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34388         [BZ #3665]
34389         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34391 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34393         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34394         PTR_DEMANGLE.
34396         [BZ #5246]
34397         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34398         PTR_DEMANGLE.
34400 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34402         [BZ #14797]
34403         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34404         definitely overflow as x * y not x * y + z.
34405         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34406         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34407         * math/libm-test.inc (fma_test): Add more tests.
34408         (fma_test_towardzero): Likewise.
34409         (fma_test_downward): Likewise.
34410         (fma_test_upward): Likewise.
34412 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34414         [BZ #157]
34416         * include/stub-tag.h: Remove file.
34417         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34418         '#include' of it.
34419         * manual/maint.texi (Porting): Don't reference it.
34420         * Makerules ($(objpfx)stubs): Likewise.
34421         * dirent/closedir.c: Don't include <stub-tag.h>.
34422         * dirent/dirfd.c: Likewise.
34423         * dirent/fdopendir.c: Likewise.
34424         * dirent/getdents.c: Likewise.
34425         * dirent/getdents64.c: Likewise.
34426         * dirent/opendir.c: Likewise.
34427         * dirent/readdir.c: Likewise.
34428         * dirent/readdir64.c: Likewise.
34429         * dirent/readdir64_r.c: Likewise.
34430         * dirent/readdir_r.c: Likewise.
34431         * dirent/rewinddir.c: Likewise.
34432         * dirent/seekdir.c: Likewise.
34433         * dirent/telldir.c: Likewise.
34434         * gmon/profil.c: Likewise.
34435         * grp/setgroups.c: Likewise.
34436         * inet/if_index.c: Likewise.
34437         * io/access.c: Likewise.
34438         * io/chdir.c: Likewise.
34439         * io/chmod.c: Likewise.
34440         * io/chown.c: Likewise.
34441         * io/close.c: Likewise.
34442         * io/dup.c: Likewise.
34443         * io/dup2.c: Likewise.
34444         * io/dup3.c: Likewise.
34445         * io/euidaccess.c: Likewise.
34446         * io/faccessat.c: Likewise.
34447         * io/fchdir.c: Likewise.
34448         * io/fchmod.c: Likewise.
34449         * io/fchmodat.c: Likewise.
34450         * io/fchown.c: Likewise.
34451         * io/fchownat.c: Likewise.
34452         * io/fcntl.c: Likewise.
34453         * io/flock.c: Likewise.
34454         * io/fstatfs.c: Likewise.
34455         * io/fstatfs64.c: Likewise.
34456         * io/fstatvfs.c: Likewise.
34457         * io/fstatvfs64.c: Likewise.
34458         * io/futimens.c: Likewise.
34459         * io/fxstat.c: Likewise.
34460         * io/fxstat64.c: Likewise.
34461         * io/fxstatat.c: Likewise.
34462         * io/fxstatat64.c: Likewise.
34463         * io/getcwd.c: Likewise.
34464         * io/isatty.c: Likewise.
34465         * io/lchmod.c: Likewise.
34466         * io/lchown.c: Likewise.
34467         * io/link.c: Likewise.
34468         * io/linkat.c: Likewise.
34469         * io/lseek.c: Likewise.
34470         * io/lseek64.c: Likewise.
34471         * io/lxstat64.c: Likewise.
34472         * io/mkdir.c: Likewise.
34473         * io/mkdirat.c: Likewise.
34474         * io/mkfifo.c: Likewise.
34475         * io/mkfifoat.c: Likewise.
34476         * io/open.c: Likewise.
34477         * io/open64.c: Likewise.
34478         * io/openat.c: Likewise.
34479         * io/openat64.c: Likewise.
34480         * io/pipe.c: Likewise.
34481         * io/pipe2.c: Likewise.
34482         * io/poll.c: Likewise.
34483         * io/posix_fadvise.c: Likewise.
34484         * io/posix_fadvise64.c: Likewise.
34485         * io/posix_fallocate.c: Likewise.
34486         * io/posix_fallocate64.c: Likewise.
34487         * io/read.c: Likewise.
34488         * io/readlink.c: Likewise.
34489         * io/readlinkat.c: Likewise.
34490         * io/rmdir.c: Likewise.
34491         * io/sendfile.c: Likewise.
34492         * io/sendfile64.c: Likewise.
34493         * io/statfs.c: Likewise.
34494         * io/statfs64.c: Likewise.
34495         * io/statvfs.c: Likewise.
34496         * io/statvfs64.c: Likewise.
34497         * io/symlink.c: Likewise.
34498         * io/symlinkat.c: Likewise.
34499         * io/ttyname.c: Likewise.
34500         * io/ttyname_r.c: Likewise.
34501         * io/umask.c: Likewise.
34502         * io/unlink.c: Likewise.
34503         * io/unlinkat.c: Likewise.
34504         * io/utime.c: Likewise.
34505         * io/utimensat.c: Likewise.
34506         * io/write.c: Likewise.
34507         * io/xmknod.c: Likewise.
34508         * io/xmknodat.c: Likewise.
34509         * io/xstat.c: Likewise.
34510         * io/xstat64.c: Likewise.
34511         * login/getpt.c: Likewise.
34512         * login/grantpt.c: Likewise.
34513         * login/unlockpt.c: Likewise.
34514         * math/e_acoshl.c: Likewise.
34515         * math/e_acosl.c: Likewise.
34516         * math/e_asinl.c: Likewise.
34517         * math/e_atan2l.c: Likewise.
34518         * math/e_atanhl.c: Likewise.
34519         * math/e_coshl.c: Likewise.
34520         * math/e_expl.c: Likewise.
34521         * math/e_fmodl.c: Likewise.
34522         * math/e_gammal_r.c: Likewise.
34523         * math/e_hypotl.c: Likewise.
34524         * math/e_j0l.c: Likewise.
34525         * math/e_j1l.c: Likewise.
34526         * math/e_jnl.c: Likewise.
34527         * math/e_lgammal_r.c: Likewise.
34528         * math/e_log10l.c: Likewise.
34529         * math/e_log2l.c: Likewise.
34530         * math/e_logl.c: Likewise.
34531         * math/e_powl.c: Likewise.
34532         * math/e_rem_pio2l.c: Likewise.
34533         * math/e_sinhl.c: Likewise.
34534         * math/e_sqrtl.c: Likewise.
34535         * math/fclrexcpt.c: Likewise.
34536         * math/fedisblxcpt.c: Likewise.
34537         * math/feenablxcpt.c: Likewise.
34538         * math/fegetenv.c: Likewise.
34539         * math/fegetexcept.c: Likewise.
34540         * math/fegetround.c: Likewise.
34541         * math/feholdexcpt.c: Likewise.
34542         * math/fesetenv.c: Likewise.
34543         * math/fesetround.c: Likewise.
34544         * math/feupdateenv.c: Likewise.
34545         * math/fgetexcptflg.c: Likewise.
34546         * math/fraiseexcpt.c: Likewise.
34547         * math/fsetexcptflg.c: Likewise.
34548         * math/ftestexcept.c: Likewise.
34549         * math/k_cosl.c: Likewise.
34550         * math/k_rem_pio2l.c: Likewise.
34551         * math/k_sinl.c: Likewise.
34552         * math/k_tanl.c: Likewise.
34553         * math/s_asinhl.c: Likewise.
34554         * math/s_atanl.c: Likewise.
34555         * math/s_cbrtl.c: Likewise.
34556         * math/s_erfl.c: Likewise.
34557         * math/s_expm1l.c: Likewise.
34558         * math/s_log1pl.c: Likewise.
34559         * math/s_tanhl.c: Likewise.
34560         * misc/acct.c: Likewise.
34561         * misc/brk.c: Likewise.
34562         * misc/chflags.c: Likewise.
34563         * misc/chroot.c: Likewise.
34564         * misc/fchflags.c: Likewise.
34565         * misc/fgetxattr.c: Likewise.
34566         * misc/flistxattr.c: Likewise.
34567         * misc/fremovexattr.c: Likewise.
34568         * misc/fsetxattr.c: Likewise.
34569         * misc/fsync.c: Likewise.
34570         * misc/ftruncate.c: Likewise.
34571         * misc/futimes.c: Likewise.
34572         * misc/futimesat.c: Likewise.
34573         * misc/getdomain.c: Likewise.
34574         * misc/getdtsz.c: Likewise.
34575         * misc/gethostid.c: Likewise.
34576         * misc/gethostname.c: Likewise.
34577         * misc/getloadavg.c: Likewise.
34578         * misc/getpagesize.c: Likewise.
34579         * misc/getsysstats.c: Likewise.
34580         * misc/getxattr.c: Likewise.
34581         * misc/gtty.c: Likewise.
34582         * misc/ioctl.c: Likewise.
34583         * misc/lgetxattr.c: Likewise.
34584         * misc/listxattr.c: Likewise.
34585         * misc/llistxattr.c: Likewise.
34586         * misc/lremovexattr.c: Likewise.
34587         * misc/lsetxattr.c: Likewise.
34588         * misc/lutimes.c: Likewise.
34589         * misc/madvise.c: Likewise.
34590         * misc/mincore.c: Likewise.
34591         * misc/mlock.c: Likewise.
34592         * misc/mlockall.c: Likewise.
34593         * misc/mmap.c: Likewise.
34594         * misc/mprotect.c: Likewise.
34595         * misc/msync.c: Likewise.
34596         * misc/munlock.c: Likewise.
34597         * misc/munlockall.c: Likewise.
34598         * misc/munmap.c: Likewise.
34599         * misc/preadv.c: Likewise.
34600         * misc/preadv64.c: Likewise.
34601         * misc/ptrace.c: Likewise.
34602         * misc/pwritev.c: Likewise.
34603         * misc/pwritev64.c: Likewise.
34604         * misc/readv.c: Likewise.
34605         * misc/reboot.c: Likewise.
34606         * misc/remap_file_pages.c: Likewise.
34607         * misc/removexattr.c: Likewise.
34608         * misc/revoke.c: Likewise.
34609         * misc/select.c: Likewise.
34610         * misc/setdomain.c: Likewise.
34611         * misc/setegid.c: Likewise.
34612         * misc/seteuid.c: Likewise.
34613         * misc/sethostid.c: Likewise.
34614         * misc/sethostname.c: Likewise.
34615         * misc/setregid.c: Likewise.
34616         * misc/setreuid.c: Likewise.
34617         * misc/setxattr.c: Likewise.
34618         * misc/sstk.c: Likewise.
34619         * misc/stty.c: Likewise.
34620         * misc/swapoff.c: Likewise.
34621         * misc/swapon.c: Likewise.
34622         * misc/sync.c: Likewise.
34623         * misc/syncfs.c: Likewise.
34624         * misc/syscall.c: Likewise.
34625         * misc/truncate.c: Likewise.
34626         * misc/ualarm.c: Likewise.
34627         * misc/usleep.c: Likewise.
34628         * misc/ustat.c: Likewise.
34629         * misc/utimes.c: Likewise.
34630         * misc/vhangup.c: Likewise.
34631         * misc/writev.c: Likewise.
34632         * posix/_exit.c: Likewise.
34633         * posix/alarm.c: Likewise.
34634         * posix/execve.c: Likewise.
34635         * posix/fexecve.c: Likewise.
34636         * posix/fork.c: Likewise.
34637         * posix/fpathconf.c: Likewise.
34638         * posix/getaddrinfo.c: Likewise.
34639         * posix/getegid.c: Likewise.
34640         * posix/geteuid.c: Likewise.
34641         * posix/getgid.c: Likewise.
34642         * posix/getgroups.c: Likewise.
34643         * posix/getlogin.c: Likewise.
34644         * posix/getlogin_r.c: Likewise.
34645         * posix/getpgid.c: Likewise.
34646         * posix/getpid.c: Likewise.
34647         * posix/getppid.c: Likewise.
34648         * posix/getresgid.c: Likewise.
34649         * posix/getresuid.c: Likewise.
34650         * posix/getsid.c: Likewise.
34651         * posix/getuid.c: Likewise.
34652         * posix/glob64.c: Likewise.
34653         * posix/nanosleep.c: Likewise.
34654         * posix/pathconf.c: Likewise.
34655         * posix/pause.c: Likewise.
34656         * posix/posix_madvise.c: Likewise.
34657         * posix/pread.c: Likewise.
34658         * posix/pread64.c: Likewise.
34659         * posix/pwrite.c: Likewise.
34660         * posix/pwrite64.c: Likewise.
34661         * posix/sched_getaffinity.c: Likewise.
34662         * posix/sched_getp.c: Likewise.
34663         * posix/sched_gets.c: Likewise.
34664         * posix/sched_primax.c: Likewise.
34665         * posix/sched_primin.c: Likewise.
34666         * posix/sched_rr_gi.c: Likewise.
34667         * posix/sched_setaffinity.c: Likewise.
34668         * posix/sched_setp.c: Likewise.
34669         * posix/sched_sets.c: Likewise.
34670         * posix/sched_yield.c: Likewise.
34671         * posix/setgid.c: Likewise.
34672         * posix/setlogin.c: Likewise.
34673         * posix/setpgid.c: Likewise.
34674         * posix/setresgid.c: Likewise.
34675         * posix/setresuid.c: Likewise.
34676         * posix/setsid.c: Likewise.
34677         * posix/setuid.c: Likewise.
34678         * posix/sleep.c: Likewise.
34679         * posix/spawni.c: Likewise.
34680         * posix/sysconf.c: Likewise.
34681         * posix/times.c: Likewise.
34682         * posix/wait.c: Likewise.
34683         * posix/wait3.c: Likewise.
34684         * posix/wait4.c: Likewise.
34685         * posix/waitpid.c: Likewise.
34686         * resolv/gai_sigqueue.c: Likewise.
34687         * resource/getpriority.c: Likewise.
34688         * resource/getrlimit.c: Likewise.
34689         * resource/getrusage.c: Likewise.
34690         * resource/nice.c: Likewise.
34691         * resource/setpriority.c: Likewise.
34692         * resource/setrlimit.c: Likewise.
34693         * resource/ulimit.c: Likewise.
34694         * rt/aio_cancel.c: Likewise.
34695         * rt/aio_fsync.c: Likewise.
34696         * rt/aio_read.c: Likewise.
34697         * rt/aio_sigqueue.c: Likewise.
34698         * rt/aio_suspend.c: Likewise.
34699         * rt/aio_write.c: Likewise.
34700         * rt/clock_getres.c: Likewise.
34701         * rt/clock_gettime.c: Likewise.
34702         * rt/clock_nanosleep.c: Likewise.
34703         * rt/clock_settime.c: Likewise.
34704         * rt/lio_listio.c: Likewise.
34705         * rt/mq_close.c: Likewise.
34706         * rt/mq_getattr.c: Likewise.
34707         * rt/mq_notify.c: Likewise.
34708         * rt/mq_open.c: Likewise.
34709         * rt/mq_receive.c: Likewise.
34710         * rt/mq_send.c: Likewise.
34711         * rt/mq_setattr.c: Likewise.
34712         * rt/mq_timedreceive.c: Likewise.
34713         * rt/mq_timedsend.c: Likewise.
34714         * rt/mq_unlink.c: Likewise.
34715         * rt/shm_open.c: Likewise.
34716         * rt/shm_unlink.c: Likewise.
34717         * rt/timer_create.c: Likewise.
34718         * rt/timer_delete.c: Likewise.
34719         * rt/timer_getoverr.c: Likewise.
34720         * rt/timer_gettime.c: Likewise.
34721         * rt/timer_settime.c: Likewise.
34722         * setjmp/__longjmp.c: Likewise.
34723         * setjmp/setjmp.c: Likewise.
34724         * signal/kill.c: Likewise.
34725         * signal/killpg.c: Likewise.
34726         * signal/raise.c: Likewise.
34727         * signal/sigaction.c: Likewise.
34728         * signal/sigaltstack.c: Likewise.
34729         * signal/sigblock.c: Likewise.
34730         * signal/sigignore.c: Likewise.
34731         * signal/sigintr.c: Likewise.
34732         * signal/signal.c: Likewise.
34733         * signal/sigpause.c: Likewise.
34734         * signal/sigpending.c: Likewise.
34735         * signal/sigqueue.c: Likewise.
34736         * signal/sigreturn.c: Likewise.
34737         * signal/sigset.c: Likewise.
34738         * signal/sigsetmask.c: Likewise.
34739         * signal/sigstack.c: Likewise.
34740         * signal/sigsuspend.c: Likewise.
34741         * signal/sigtimedwait.c: Likewise.
34742         * signal/sigvec.c: Likewise.
34743         * signal/sigwait.c: Likewise.
34744         * signal/sigwaitinfo.c: Likewise.
34745         * signal/sysv_signal.c: Likewise.
34746         * socket/accept.c: Likewise.
34747         * socket/accept4.c: Likewise.
34748         * socket/bind.c: Likewise.
34749         * socket/connect.c: Likewise.
34750         * socket/getpeername.c: Likewise.
34751         * socket/getsockname.c: Likewise.
34752         * socket/getsockopt.c: Likewise.
34753         * socket/isfdtype.c: Likewise.
34754         * socket/listen.c: Likewise.
34755         * socket/recv.c: Likewise.
34756         * socket/recvfrom.c: Likewise.
34757         * socket/recvmsg.c: Likewise.
34758         * socket/send.c: Likewise.
34759         * socket/sendmsg.c: Likewise.
34760         * socket/sendto.c: Likewise.
34761         * socket/setsockopt.c: Likewise.
34762         * socket/shutdown.c: Likewise.
34763         * socket/sockatmark.c: Likewise.
34764         * socket/socket.c: Likewise.
34765         * socket/socketpair.c: Likewise.
34766         * stdio-common/ctermid.c: Likewise.
34767         * stdio-common/cuserid.c: Likewise.
34768         * stdio-common/remove.c: Likewise.
34769         * stdio-common/rename.c: Likewise.
34770         * stdio-common/renameat.c: Likewise.
34771         * stdio-common/tempname.c: Likewise.
34772         * stdlib/getcontext.c: Likewise.
34773         * stdlib/makecontext.c: Likewise.
34774         * stdlib/setcontext.c: Likewise.
34775         * stdlib/swapcontext.c: Likewise.
34776         * stdlib/system.c: Likewise.
34777         * streams/fattach.c: Likewise.
34778         * streams/fdetach.c: Likewise.
34779         * streams/getmsg.c: Likewise.
34780         * streams/getpmsg.c: Likewise.
34781         * streams/putmsg.c: Likewise.
34782         * streams/putpmsg.c: Likewise.
34783         * sysdeps/unix/bsd/getpt.c: Likewise.
34784         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
34785         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
34786         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
34787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
34788         Likewise.
34789         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
34790         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
34791         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
34792         * sysvipc/msgctl.c: Likewise.
34793         * sysvipc/msgget.c: Likewise.
34794         * sysvipc/msgrcv.c: Likewise.
34795         * sysvipc/msgsnd.c: Likewise.
34796         * sysvipc/semctl.c: Likewise.
34797         * sysvipc/semget.c: Likewise.
34798         * sysvipc/semop.c: Likewise.
34799         * sysvipc/semtimedop.c: Likewise.
34800         * sysvipc/shmat.c: Likewise.
34801         * sysvipc/shmctl.c: Likewise.
34802         * sysvipc/shmdt.c: Likewise.
34803         * sysvipc/shmget.c: Likewise.
34804         * termios/tcdrain.c: Likewise.
34805         * termios/tcflow.c: Likewise.
34806         * termios/tcflush.c: Likewise.
34807         * termios/tcgetattr.c: Likewise.
34808         * termios/tcgetpgrp.c: Likewise.
34809         * termios/tcsendbrk.c: Likewise.
34810         * termios/tcsetattr.c: Likewise.
34811         * termios/tcsetpgrp.c: Likewise.
34812         * time/adjtime.c: Likewise.
34813         * time/clock.c: Likewise.
34814         * time/getitimer.c: Likewise.
34815         * time/gettimeofday.c: Likewise.
34816         * time/setitimer.c: Likewise.
34817         * time/settimeofday.c: Likewise.
34818         * time/stime.c: Likewise.
34819         * time/time.c: Likewise.
34821 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
34823         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
34824         /usr/old/bin.
34826         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
34827         instead of spaces.
34828         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
34830 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
34832         [BZ #14796]
34833         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
34834         FE_TONEAREST before applying Dekker multiplication and Knuth
34835         addition.  Clear inexact exceptions and check for exact zero
34836         results afterwards.
34837         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34838         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34839         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34840         * math/libm-test.inc (fma_test): Add more tests.
34841         (fma_test_towardzero): Likewise.
34842         (fma_test_downward): Likewise.
34843         (fma_test_upward): Likewise.
34844         * sysdeps/generic/math_private.h (default_libc_fesetround): New
34845         function.
34846         (libc_fesetround): New macro.
34847         (libc_fesetroundf): Likewise.
34848         (libc_fesetroundl): Likewise.
34849         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
34850         function.
34851         (libc_fesetround_387): Likewise.
34852         (libc_fesetroundf): New macro.
34853         (libc_fesetround): Likewise.
34854         (libc_fesetroundl): Likewise.
34855         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
34856         function.
34857         (libc_fesetroundf): New macro.
34858         (libc_fesetround): Likewise.
34859         (libc_fesetroundl): Likewise.
34860         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
34861         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
34862         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
34863         libm_hidden_ver.
34864         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
34865         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
34866         libm_hidden_def.
34867         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
34868         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
34869         libm_hidden_ver.
34870         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
34871         libm_hidden_def.
34873         [BZ #3439]
34874         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
34875         integer constant usable in #if and use that to give value to enum
34876         constant.
34877         (FE_DIVBYZERO): Likewise.
34878         (FE_UNDERFLOW): Likewise.
34879         (FE_OVERFLOW): Likewise.
34880         (FE_INVALID): Likewise.
34881         (FE_INVALID_SNAN): Likewise.
34882         (FE_INVALID_ISI): Likewise.
34883         (FE_INVALID_IDI): Likewise.
34884         (FE_INVALID_ZDZ): Likewise.
34885         (FE_INVALID_IMZ): Likewise.
34886         (FE_INVALID_COMPARE): Likewise.
34887         (FE_INVALID_SOFTWARE): Likewise.
34888         (FE_INVALID_SQRT): Likewise.
34889         (FE_INVALID_INTEGER_CONVERSION): Likewise.
34890         (FE_TONEAREST): Likewise.
34891         (FE_TOWARDZERO): Likewise.
34892         (FE_UPWARD): Likewise.
34893         (FE_DOWNWARD): Likewise.
34894         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
34895         (FE_DIVBYZERO): Likewise.
34896         (FE_OVERFLOW): Likewise.
34897         (FE_UNDERFLOW): Likewise.
34898         (FE_INEXACT): Likewise.
34899         (FE_TONEAREST): Likewise.
34900         (FE_DOWNWARD): Likewise.
34901         (FE_UPWARD): Likewise.
34902         (FE_TOWARDZERO): Likewise.
34903         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
34904         (FE_UNDERFLOW): Likewise.
34905         (FE_OVERFLOW): Likewise.
34906         (FE_DIVBYZERO): Likewise.
34907         (FE_INVALID): Likewise.
34908         (FE_TONEAREST): Likewise.
34909         (FE_TOWARDZERO): Likewise.
34910         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
34911         (FE_OVERFLOW): Likewise.
34912         (FE_UNDERFLOW): Likewise.
34913         (FE_DIVBYZERO): Likewise.
34914         (FE_INEXACT): Likewise.
34915         (FE_TONEAREST): Likewise.
34916         (FE_TOWARDZERO): Likewise.
34917         (FE_UPWARD): Likewise.
34918         (FE_DOWNWARD): Likewise.
34919         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
34920         (FE_DIVBYZERO): Likewise.
34921         (FE_OVERFLOW): Likewise.
34922         (FE_UNDERFLOW): Likewise.
34923         (FE_INEXACT): Likewise.
34924         (FE_TONEAREST): Likewise.
34925         (FE_DOWNWARD): Likewise.
34926         (FE_UPWARD): Likewise.
34927         (FE_TOWARDZERO): Likewise.
34929 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
34931         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
34933 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
34935         * scripts/cross-test-ssh.sh (command): Use newlines to separate
34936         commands.  Quote $PWD.
34937         (blacklist_exports): Don't use remove_newlines.  Replace "declare
34938         -x" by "export".
34939         (remove_newlines): Remove.
34941 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
34943         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
34944         * stdlib/stdlib.h (atof): Moved to ...
34945         * include/bits/stdlib-float.h: Here.  New file.
34946         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
34947         * stdlib/bits/stdlib-float.h: New file.
34948         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
34949         -mno-sse -mno-mmx.
34950         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
34951         <xmmintrin.h>.
34953 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
34955         * conform/conformtest.pl (@headers): Add fenv.h.
34956         * conform/data/fenv.h-data: New file.
34957         * include/fenv.h [_ISOMAC]: Disable all contents of file except
34958         include of <math/fenv.h>.
34960         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
34961         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
34962         && !UNIX98].  Enables tests for XOPEN2K8.
34963         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
34964         POSIX2008]: Likewise.
34966         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
34967         (struct rusage): Do not expect type or its members.
34969         [BZ #3439]
34970         * math/math.h (FP_NAN): Define macro to integer constant usable in
34971         #if and use that to give value to enum constant.
34972         (FP_INFINITE): Likewise.
34973         (FP_ZERO): Likewise.
34974         (FP_SUBNORMAL): Likewise.
34975         (FP_NORMAL): Likewise.
34977 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
34979         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
34980         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
34981         arguments.
34983 2012-11-02  Roland McGrath  <roland@hack.frob.com>
34985         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
34986         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
34987         autoconf-time if not.
34988         * configure.in: Remove AC_PREREQ.
34990 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34992         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
34993         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
34994         of the internal implementation.
34996 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
34998         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
34999         except include of <misc/sys/syslog.h>.
35001 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35004         function returns with a NULL context exit with zero.
35006 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35008         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35010 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35012         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35013         (run_program_cmd): This.
35014         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35015         (tst_langinfo): New variable.  Use it.
35017 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35019         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35020         floating point opcodes.
35022 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35024         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35025         variable.
35027         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35029         * sysdeps/mach/hurd/powerpc: Remove directory.
35030         * sysdeps/mach/powerpc: Likewise.
35032 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35034         * scripts/check-local-headers.sh: Ignore c++ headers.
35036 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35038         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35039         __libc_cleanup_region_start argument.
35041 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35043         [BZ #14784]
35044         [BZ #14785]
35045         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35046         x * y using scaling, not as x * y + z.
35047         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35048         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35049         * math/libm-test.inc (fma_test): Add more tests.
35050         (fma_test_towardzero): Likewise.
35051         (fma_test_downward): Likewise.
35052         (fma_test_upward): Likewise.
35054 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35056         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35058 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35060         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35061         New variable.
35063 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35065         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35067 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35070         Fix sort order.
35071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35072         Likewise.
35074 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35077         Fix the order of the list for glibc 2.17.
35078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35079         Likewise.
35081 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35083         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35085 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35087         [BZ #14610]
35088         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35089         for low part of x being zero before using __atanl (y).
35090         * math/libm-test.inc (atan2_test): Add another test.
35092         * manual/install.texi (Configuring and compiling): Document
35093         general use of test-wrapper and test-wrapper-env.
35094         * INSTALL: Regenerated.
35096         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35097         (__fma): Do not extract and scale down low bits on after-rounding
35098         systems when result rounded to normal precision would have normal
35099         exponent.
35100         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35101         (__fmal): Do not extract and scale down low bits on after-rounding
35102         systems when result rounded to normal precision would have normal
35103         exponent.
35104         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35105         (__fmal): Do not extract and scale down low bits on after-rounding
35106         systems when result rounded to normal precision would have normal
35107         exponent.
35108         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35109         macro.
35110         (fma_test): Add more tests.
35111         (fma_test_towardzero): Likewise.
35112         (fma_test_downward): Likewise.
35113         (fma_test_upward): Likewise.
35115 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35117         * sysdeps/i386/tininess.h: Renamed to ...
35118         * sysdeps/x86/tininess.h: This.
35119         * sysdeps/x86_64/tininess.h: Removed.
35121 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35123         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35124         input.  Use $(build-program-cmd).
35125         ($(objpfx)tst-array1-static.out): Likewise.
35126         ($(objpfx)tst-array2.out): Likewise.
35127         ($(objpfx)tst-array3.out): Likewise.
35128         ($(objpfx)tst-array4.out): Likewise.
35129         ($(objpfx)tst-array5.out): Likewise.
35130         ($(objpfx)tst-array5-static.out): Likewise.
35132 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35134         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35135         if defined.
35137         * nss/nsswitch.h (nss_interface_function): Provide new
35138         macro for use with NSS functions.
35139         * grp/initgroups.c: Use new macro.
35140         * nss/getXXbyYY.c: Likewise.
35141         * nss/getXXbyYY_r.c: Likewise.
35142         * nss/getXXent.c: Likewise.
35143         * nss/getXXent_r.c: Likewise.
35144         * sysdeps/posix/getaddrinfo.c: Likewise.
35146 2012-10-30  Andreas Jaeger  <aj@suse.de>
35148         * po/ru.po: Update Russion translation from translation project.
35150 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35152         [BZ #14152]
35153         [BZ #14783]
35154         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35155         result and shift together with sticky bit instead of replicating
35156         round-to-nearest rounding.
35157         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35158         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35159         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35160         missing underflow exceptions.
35161         (fma_test_towardzero): Add more tests.
35162         (fma_test_downward): Likewise.
35163         (fma_test_upward): Likewise.
35165         [BZ #14047]
35166         * sysdeps/generic/tininess.h: New file.
35167         * sysdeps/i386/tininess.h: Likewise.
35168         * sysdeps/sh/tininess.h: Likewise.
35169         * sysdeps/x86_64/tininess.h: Likewise.
35170         * stdlib/tst-strtod-underflow.c: Likewise.
35171         * stdlib/tst-tininess.c: Likewise.
35172         * stdlib/strtod_l.c: Include <tininess.h>.
35173         (round_and_return): Do not set errno for exact underflow cases.
35174         Force an underflow exception when setting errno for underflow.
35175         Determine underflow based on rounding to normal precision if
35176         TININESS_AFTER_ROUNDING.
35177         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35178         ERANGE for exact underflow cases.
35179         * stdlib/Makefile (tests): Add tst-tininess and
35180         tst-strtod-underflow.
35181         ($(objpfx)tst-tininess): Use $(link-libm).
35182         ($(objpfx)tst-strtod-underflow): Likewise.
35184 2012-10-30  Andreas Jaeger  <aj@suse.de>
35186         [BZ#14767]
35187         * elf/Makefile (tests): Remove conditional for have-initfini-array
35188         since this is now always required and the variable does not exist
35189         anymore.
35190         (tests-static): Likewise.
35191         (modules-names): Likewise.
35193         * po/eo.po: Add Esperanto translation from translation project.
35195         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35196         merged with constructor/destructor.
35197         (init_array): Likewise.
35198         * elf/tst-array2dep.c (fini_array): Likewise.
35199         (init_array): Likewise.
35201 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35203         * manual/message.texi: Delete @cartouche tags.
35205 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35207         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35208         EOPNOTSUPP.
35209         * sysdeps/mach/hurd/fsync.c: Likewise.
35211         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35212         [_POSIX_REALTIME_SIGNALS]: Change condition to
35213         [_POSIX_REALTIME_SIGNALS > 0].
35215 2012-10-27  Andreas Jaeger  <aj@suse.de>
35217         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35218         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35219         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35220         [__WORDSIZE != 64]: Likewise.
35222 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35224         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35225         *  iconvdata/tst-tables.sh: Likewise.
35227 2012-10-25  David S. Miller  <davem@davemloft.net>
35229         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35230         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35231         of strtoull.
35233         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35234         ifunc-impl-list.c
35235         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35236         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35237         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35238         file.
35240 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35242         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35243         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35244         __getdirentries.
35246 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35247             Jim Blandy  <jimb@codesourcery.com>
35249         * scripts/cross-test-ssh.sh: New file.
35250         * manual/install.texi (Configuring and compiling): Document use of
35251         cross-test-ssh.sh.
35252         * INSTALL: Regenerated.
35254 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35256         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35257         EOPNOTSUPP.
35259 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35261         * Makeconfig (run-program-prefix): Fix comment.
35263 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35264             Jim Blandy  <jimb@codesourcery.com>
35266         * Makeconfig (test-wrapper): New variable,
35267         (test-wrapper-env): Likewise.
35268         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35269         (run-built-tests): Define to yes.
35270         (run-program-prefix): Use $(test-wrapper).
35271         (built-program-cmd): Likewise.
35272         * Rules (make-test-out): Use $(test-wrapper-env) and
35273         $(host-built-program-cmd).
35274         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35275         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35276         tst-pathopt.sh.
35277         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35278         $(test-wrapper-env) to tst-rtld-load-self.sh.
35279         ($(objpfx)order2.out): Use $(test-wrapper).
35280         ($(objpfx)tst-initorder.out): Likewise.
35281         ($(objpfx)tst-initorder2.out): Likewise.
35282         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35283         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35284         (test_wrapper_env): New variable.  Use it to run ld.so.
35285         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35286         Use it to run ld.so.
35287         (test_wrapper_env): Likewise.
35288         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35289         $(test-wrapper) to run-iconv-test.sh.
35290         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35291         (ICONV): Use $test_wrapper.
35292         * posix/Makefile ($(objpfx)globtest.out): Pass
35293         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35294         globtest.sh, not $(run-program-prefix).
35295         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35296         (test_wrapper): Likewise.
35297         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35298         set together with run_via_rtld_prefix.
35299         (run_program_prefix): Define in terms of test_wrapper and
35300         run_via_rtld_prefix.
35302 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35304         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35305         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35306         Targets removed.
35308         [BZ #14743]
35309         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35310         Declare __clock_getres, __clock_gettime, __clock_settime,
35311         __clock_nanosleep, and __clock_getcpuclockid.
35312         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35313         Remove librt_hidden_def (clock_gettime).
35314         * sysdeps/unix/clock_gettime.c: Likewise.
35315         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35316         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35317         * rt/clock_getres.c: Define __clock_getres as an alias.
35318         * sysdeps/posix/clock_getres.c: Likewise.
35319         * rt/clock_settime.c: Define __clock_settime as an alias.
35320         * sysdeps/unix/clock_settime.c: Likewise.
35321         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35322         * sysdeps/unix/clock_nanosleep.c: Likewise.
35323         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35324         * rt/clock-compat.c: New file.
35325         * rt/Makefile (librt-routines): Add clock-compat and move
35326         $(clock-routines) to ...
35327         (routines): ... here, new variable.
35328         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35329         Don't add get_clockfreq here.
35330         * rt/Versions (libc: GLIBC_2.17): New version set.
35331         Add clock_* symbols here.
35332         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35333         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35334         (GLIBC_2.17): Add clock_* symbols.
35335         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35336         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35337         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35339         Likewise.
35340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35341         Likewise.
35342         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35343         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35344         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35346         * NEWS: Mention the move.
35348         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35349         Use __open, __read, __close rather than their public counterparts.
35350         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35351         (__get_clockfreq_via_cpuinfo): Likewise.
35352         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35353         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35355         * config.h.in (HAVE_IFUNC): New #undef.
35356         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35357         was successful.
35358         * configure: Regenerated.
35360 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35362         * configure.in: Move READELF check to start of file.
35363         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35364         libc_cv_asm_gnu_indirect_function in the process.
35365         * configure: Regenerated.
35367 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35369         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35370         send the output to /dev/null.
35371         (libc_cv_cc_with_libunwind): Likewise.
35372         (libc_cv_as_noexecstack): Likewise.
35373         * configure: Regenerate.
35375 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35377         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35379         * posix/globtest.sh (TMPDIR): Do not set.
35380         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35381         (testout): Likewise.
35383 2012-10-24  Andreas Jaeger  <aj@suse.de>
35385         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35386         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35387         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35388         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35389         posix_fadvise64, posix_fallocate64.
35391         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35392         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35393         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35394         Likewise.
35395         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35396         Likewise.
35397         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35399         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35400         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35401         <bits/fcntl-linux.h>.
35402         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35404         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35405         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35406         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35407         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35408         [__WORDSIZE != 64]: Likewise.
35410 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35412         * Makeconfig (run-built-tests): New variable.
35413         * Rules [$(cross-compiling) = yes]: Change condition to
35414         [$(run-built-tests) = no].
35415         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35416         to [$(run-built-tests) = yes].
35417         * elf/Makefile [$(cross-compiling) = no]: Likewise
35418         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35419         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35420         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35421         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35422         * io/Makefile [$(cross-compiling) = no]: Likewise.
35423         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35424         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35425         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35426         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35427         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35428         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35429         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35430         * string/Makefile [$(cross-compiling) = no]: Likewise.
35432         * posix/Makefile ($(objpfx)globtest.out): Pass
35433         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35434         $(rtld-installed-name).
35435         * posix/globtest.sh (elf_objpfx): Remove variable.
35436         (rtld_installed_name): Likewise.
35437         (library_path): Likewise.
35438         (run_program_prefix): New variable.  Use for running globtest
35439         binary.
35441 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35442             Joseph Myers  <joseph@codesourcery.com>
35444         * Makeconfig (host-built-program-cmd): New variable.
35445         * elf/Makefile (tst-stackguard1-ARGS): Use
35446         $(host-built-program-cmd).
35447         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35448         (tst-spawn-ARGS): Likewise.
35449         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35451 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35452             Jim Blandy  <jimb@codesourcery.com>
35454         * Makeconfig (run-via-rtld-prefix): New variable.
35455         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35456         (built-program-cmd): Likewise.
35458 2012-10-22  Andreas Jaeger  <aj@suse.de>
35460         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35461         __O_RSYNC if it exists, otherwise to O_SYNC.
35463 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35464             Joseph Myers  <joseph@codesourcery.com>
35466         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35467         /dev/null.
35468         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35469         from /dev/null
35470         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35471         /dev/null.
35473 2012-10-22  Andreas Jaeger  <aj@suse.de>
35475         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35476         Define always.
35477         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35479         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35480         bits/fcntl-linux.h.
35482         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35483         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35485         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35486         to __O_LARGEFILE.
35487         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35488         to __O_LARGEFILE.
35490 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35491             Joseph Myers  <joseph@codesourcery.com>
35493         * config.make.in (NM): New variable.
35495 2012-10-21  Andreas Jaeger  <aj@suse.de>
35497         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35498         definitions and declarations that are provided by
35499         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35501 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35503         [BZ #14683]
35504         * elf/Makefile (tests-static): Add tst-leaks1-static.
35505         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35506         ($(objpfx)tst-leaks1-static): New rule.
35507         ($(objpfx)tst-leaks1-static-mem): Likewise.
35508         (tst-leaks1-static-ENV): New macro.
35509         * elf/dl-open.c (dl_open_worker): Check the main application
35510         only if SHARED is defined.
35511         * elf/tst-leaks1-static.c: New file.
35513 2012-10-20  Andreas Jaeger  <aj@suse.de>
35515         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35516         generic values for Linux.
35517         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35518         and declarations that are provided by <bits/fcntl-linux.h> and
35519         include <bits/fcntl-linux.h>.
35520         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35521         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35523 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35525         * io/fcntl.h: Move include of <bits/types.h> to the top and
35526         include it unconditionally.
35528 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35530         * wcsmbs/Makefile (tests-ifunc): New variable.
35531         (tests): Add $(tests-ifunc).
35532         * wcsmbs/test-wcschr-ifunc.c: New file.
35533         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35534         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35535         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35536         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35537         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35539         * string/Makefile (tests-ifunc): New variable.
35540         (tests): Add $(tests-ifunc).
35541         * string/test-memccpy.c (TEST_NAME): New macro.
35542         * string/test-memchr.c (TEST_NAME): Likewise.
35543         * string/test-memcmp.c (TEST_NAME): Likewise.
35544         * string/test-memcpy.c (TEST_NAME): Likewise.
35545         * string/test-memmem.c (TEST_NAME): Likewise.
35546         * string/test-memmove.c (TEST_NAME): Likewise.
35547         * string/test-memset.c (TEST_NAME): Likewise.
35548         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35549         * string/test-stpcpy.c (TEST_NAME): Likewise.
35550         * string/test-stpncpy.c (TEST_NAME): Likewise.
35551         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35552         * string/test-strcasestr.c (TEST_NAME): Likewise.
35553         * string/test-strcat.c (TEST_NAME): Likewise.
35554         * string/test-strchr.c (TEST_NAME): Likewise.
35555         * string/test-strcmp.c(TEST_NAME): Likewise.
35556         * string/test-strcpy.c (TEST_NAME): Likewise.
35557         * string/test-strcspn.c (TEST_NAME): Likewise.
35558         * string/test-strlen.c (TEST_NAME): Likewise.
35559         * string/test-strncasecmp.c (TEST_NAME): Likewise.
35560         * string/test-strncmp.c (TEST_NAME): Likewise.
35561         * string/test-strncpy.c (TEST_NAME): Likewise.
35562         * string/test-strnlen.c (TEST_NAME): Likewise.
35563         * string/test-strpbrk.c (TEST_NAME): Likewise.
35564         * string/test-strrchr.c (TEST_NAME): Likewise.
35565         * string/test-strspn.c (TEST_NAME): Likewise.
35566         * string/test-strstr.c (TEST_NAME): Likewise.
35567         * string/test-bcopy-ifunc.c: New file.
35568         * string/test-bzero-ifunc.c: Likewise.
35569         * string/test-memccpy-ifunc.c: Likewise.
35570         * string/test-memchr-ifunc.c: Likewise.
35571         * string/test-memcmp-ifunc.c: Likewise.
35572         * string/test-memcpy-ifunc.c: Likewise.
35573         * string/test-memmem-ifunc.c: Likewise.
35574         * string/test-memmove-ifunc.c: Likewise.
35575         * string/test-mempcpy-ifunc.c: Likewise.
35576         * string/test-memset-ifunc.c: Likewise.
35577         * string/test-rawmemchr-ifunc.c: Likewise.
35578         * string/test-stpcpy-ifunc.c: Likewise.
35579         * string/test-stpncpy-ifunc.c: Likewise.
35580         * string/test-strcasecmp-ifunc.c: Likewise.
35581         * string/test-strcasestr-ifunc.c: Likewise.
35582         * string/test-strcat-ifunc.c: Likewise.
35583         * string/test-strchr-ifunc.c: Likewise.
35584         * string/test-strchrnul-ifunc.c: Likewise.
35585         * string/test-strcmp-ifunc.c: Likewise.
35586         * string/test-strcpy-ifunc.c: Likewise.
35587         * string/test-strcspn-ifunc.c: Likewise.
35588         * string/test-strlen-ifunc.c: Likewise.
35589         * string/test-strncasecmp-ifunc.c: Likewise.
35590         * string/test-strncat-ifunc.c: Likewise.
35591         * string/test-strncmp-ifunc.c: Likewise.
35592         * string/test-strncpy-ifunc.c: Likewise.
35593         * string/test-strnlen-ifunc.c: Likewise.
35594         * string/test-strpbrk-ifunc.c: Likewise.
35595         * string/test-strrchr-ifunc.c: Likewise.
35596         * string/test-strspn-ifunc.c: Likewise.
35597         * string/test-strstr-ifunc.c: Likewise.
35599         * debug/Makefile (tests-ifunc): New variable.
35600         (tests): Add $(tests-ifunc).
35601         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35602         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35603         * debug/test-stpcpy_chk-ifunc.c: New file.
35604         * debug/test-strcpy_chk-ifunc.c: Likewise.
35606 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
35608         [BZ #13601]
35609         * elf/dl-load.c (open_verify): Retry read if the entire ELF
35610         header is not read in.
35612 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
35614         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
35615         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
35616         directly.  Pass built executable to script as
35617         $(built-program-cmd).
35618         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
35619         $testprogram without using LD_LIBRARY_PATH and $ldso.
35621         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
35622         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
35623         $(rtld-installed-name).
35624         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
35625         (rtld_installed_name): Likewise.
35626         (library_path): Likewise.
35627         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
35628         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
35629         $(run-program-prefix) to tst-tables.sh.
35630         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
35631         it to run tst-table-from and tst-table-to.
35632         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
35633         Pass it to tst-table.sh.
35634         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
35635         $(run-program-prefix) to tst-gettext.sh.
35636         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
35637         tst-translit.sh.
35638         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
35639         tst-gettext2.sh.
35640         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
35641         to run tst-gettext.
35642         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
35643         to run tst-gettext2.
35644         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
35645         to run tst-translit.
35646         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
35647         $(run-program-prefix) to tst-mtrace.sh.
35648         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
35649         to run tst-mtrace.
35650         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
35651         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
35652         $(rtld-installed-name).
35653         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
35654         (rtld_installed_name): Likewise.
35655         (run_program_prefix): New variable.  Use it to run wordexp-test.
35657         * Makeconfig (ARCH): Remove all definitions.
35658         (machine): Likewise.
35659         [ARCH]: Remove conditional code.
35660         [!objdir]: Give error.
35661         [!objdir] (objpfx): Remove.
35662         [!objdir] (common-objpfx): Likewise.
35663         [!objdir] (common-objdir): Likewise.
35664         * configure.in (config_makefile): Remove.  Hardcode Makefile in
35665         AC_CONFIG_FILES call.
35666         * configure: Regenerated.
35668         [BZ #13888]
35669         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
35670         or TMPDIR.
35671         (testout): Likewise.
35673         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
35674         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
35675         $(rtld-installed-name).
35676         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
35677         (rtld_installed_name): Likwise.
35678         (runit): Remove function.
35679         (run_getconf): New variable,  Use it for running getconf binary.
35681 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
35683         [BZ #14716]
35684         * string/test-memmem.c (check_result): New function.
35685         (do_one_test): Use it.
35686         (check1): New function.
35687         (test_main): Use it.
35689 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
35691         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
35693 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
35695         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
35696         (_G_LSEEK64): Likewise.
35697         (_G_MMAP64): Likewise.
35698         (_G_FSTAT64): Likewise.
35699         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
35700         (_G_LSEEK64): Likewise.
35701         (_G_MMAP64): Likewise.
35702         (_G_FSTAT64): Likewise.
35703         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
35704         unconditional.  Call __mmap64 directly.
35705         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
35706         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
35707         __lseek64 directly.
35708         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
35709         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
35710         __mmap64 directly.
35711         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
35712         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35713         __lseek64 directly.
35714         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
35715         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
35716         __lseek64 directly.
35717         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
35718         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
35719         __lseek64 directly.
35720         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
35721         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
35722         __fxstat64 directly.
35723         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
35724         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
35725         unconditional.
35726         (freopen64) [!_G_OPEN64]: Remove conditional code.
35727         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
35728         unconditional.
35729         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
35730         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
35731         unconditional.
35732         (ftello64) [!_G_LSEEK64]: Remove conditional code.
35733         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
35734         unconditional.
35735         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35736         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
35737         unconditional.
35738         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
35739         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
35740         unconditional.
35741         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35742         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
35743         unconditional.
35744         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
35745         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
35746         unconditional.
35747         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
35749 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35751         [BZ #12140]
35752         * manual/memory.texi (Malloc Tunable Parameters): Add note
35753         about free list pointers overwriting some perturb bytes.
35754         Wording suggested by Roland McGrath.
35756 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
35758         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
35759         (lgamma_test): Likewise.
35760         (tgamma_test): Likewise.
35762 2012-10-16  Florian Weimer  <fweimer@redhat.com>
35764         [BZ #14700]
35765         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
35766         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
35768 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
35770         * NEWS: Mention BZ #14716.
35771         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
35772         when removing AVAILABLE1_USES_J macro.
35774 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
35776         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
35777         (__bswap_64): __uint64_t for unsigned 64-bit int.
35779 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
35781         * include/string.h (memmem): Declare libc hidden alias.
35782         * string/memmem.c (memmem): Define libc hidden alias.
35783         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
35784         __read, __close instead of open, read, close.
35786 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
35788         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
35789         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
35790         global and hidden.
35791         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
35792         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
35793         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
35794         Likewise.
35795         (__rawmemchr_sse2): Likewise.
35796         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
35797         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
35798         (__strchr_sse2): Likewise.
35799         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
35800         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
35801         (__strcasecmp_sse2): Likewise.
35802         (__strncasecmp_sse2): Likewise.
35803         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
35804         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
35805         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
35806         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
35807         (__strrchr_sse2): Likewise.
35808         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
35809         ifunc-impl-list.c.
35810         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
35811         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
35812         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
35813         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
35814         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
35815         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
35816         * sysdeps/x86_64/multiarch/memset.S: Likewise.
35817         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
35818         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
35819         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
35820         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
35821         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
35822         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
35823         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
35824         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
35825         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
35826         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
35827         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
35828         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
35829         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
35830         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
35831         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
35832         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
35833         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
35834         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
35835         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
35836         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
35837         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35838         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
35839         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
35841         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
35842         global and hidden.
35843         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
35844         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
35845         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
35846         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
35847         Likewise.
35848         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
35849         Likewise.
35850         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
35851         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
35852         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
35853         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
35854         ifunc-impl-list.c.
35855         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
35856         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
35857         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
35858         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
35859         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
35860         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
35861         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
35862         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
35863         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
35864         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
35865         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
35866         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
35867         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
35868         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
35869         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
35870         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
35871         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
35872         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
35873         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
35874         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
35875         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
35876         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
35877         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
35878         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
35879         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
35880         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
35881         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
35882         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
35883         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
35884         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
35885         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
35886         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
35887         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
35888         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
35889         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
35890         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
35891         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
35892         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
35893         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
35894         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
35895         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
35897         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
35898         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
35899         * include/ifunc-impl-list.h: New file.
35900         * misc/ifunc-impl-list.c: Likewise.
35901         * misc/Makefile (routines): Add ifunc-impl-list.
35902         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
35903         * string/test-string.h: Include <ifunc-impl-list.h>.
35904         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
35905         TEST_NAME]: New variables.
35906         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
35907         are defined.
35908         (test_init): Call __libc_ifunc_impl_list to initialize
35909         func_list if TEST_IFUNC and TEST_NAME are defined.
35911         * string/Makefile (strop-tests): Add bcopy and bzero.
35912         * string/test-bcopy.c: New file.
35913         * string/test-bzero.c: Likewise.
35914         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
35915         defined.
35916         * string/test-memset.c: Support bzero test if TEST_BZERO is
35917         defined.
35918         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
35919         __libc_memmove.
35920         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
35921         __libc_memset.
35922         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
35923         of memset.
35925 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
35927         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
35928         * configure: Regenerated.
35930         * Makeconfig (+link-static-before-libc): Don't include
35931         $(link-static-libc).
35933         * libio/libio.h (_IO_pos_t): Remove.
35935 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35937         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
35938         McGrath.
35940 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35942         * crypt/crypt-entry.c: Include fips-private.h.
35943         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
35944         * crypt/md5c-test.c (main): Tolerate disabled MD5.
35945         * sysdeps/unix/sysv/linux/fips-private.h: New file.
35946         * sysdeps/generic/fips-private.h: New file, dummy fallback.
35948 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
35950         * crypt/crypt-private.h: Include stdbool.h.
35951         (_ufc_setup_salt_r): Return bool.
35952         * crypt/crypt-entry.c: Include errno.h.
35953         (__crypt_r): Return NULL with EINVAL for bad salt.
35954         * crypt/crypt_util.c (bad_for_salt): New.
35955         (_ufc_setup_salt_r): Check that salt is long enough and within
35956         the specified alphabet.
35957         * crypt/badsalttest.c: New file.
35958         * crypt/Makefile (tests): Add it.
35959         ($(objpfx)badsalttest): New.
35961 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
35963         * NEWS: Add entry for BZ #14602.
35965 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
35967         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
35968         type-generic.
35969         * math/libm-test.inc: Update comment listing what functions and
35970         macros are tested.
35971         (isgreater_test): New function.
35972         (isgreaterequal_test): Likewise.
35973         (isless_test): Likewise.
35974         (islessequal_test): Likewise.
35975         (islessgreater_test): Likewise.
35976         (isunordered_test): Likewise.
35977         (main): Call the new functions.
35979 2012-10-09  Roland McGrath  <roland@hack.frob.com>
35981         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
35982         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
35983         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
35984         * sysdeps/i386/configure: Regenerated.
35985         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
35986         * sysdeps/mach/configure: Regenerated.
35987         * sysdeps/mach/hurd/configure: Regenerated.
35988         * sysdeps/powerpc/configure: Regenerated.
35989         * sysdeps/powerpc/powerpc32/configure: Regenerated.
35990         * sysdeps/powerpc/powerpc64/configure: Regenerated.
35991         * sysdeps/s390/s390-32/configure: Regenerated.
35992         * sysdeps/s390/s390-64/configure: Regenerated.
35993         * sysdeps/sh/configure: Regenerated.
35994         * sysdeps/sparc/configure: Regenerated.
35995         * sysdeps/unix/sysv/linux/configure: Regenerated.
35996         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
35997         * sysdeps/x86_64/configure: Regenerated.
35999         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36000         defined.  Don't check if MAP is NULL.
36002 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36004         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36005         (_G_stat64): Likewise.
36006         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36007         (_G_stat64): Likewise.
36008         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36009         instead of struct _G_stat64.
36010         * libio/fileops.c (mmap_remap_check): Likewise.
36011         (decide_maybe_mmap): Likewise.
36012         (_IO_new_file_seekoff): Likewise.
36013         (_IO_file_stat): Likewise.
36014         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36015         _G_off64_t.
36016         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36017         instead of struct _G_stat64.
36018         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36020 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36022         [BZ #14602]
36023         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36024         Replace with ...
36025         (CHECK_EOL): New macro.
36026         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36027         CHECK_EOL.
36028         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36029         Replace with CHECK_EOL.
36030         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36031         Replace with CHECK_EOL.
36033 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36035         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36036         type-generic.
36037         * math/libm-test.inc: Update comment listing what functions and
36038         macros are tested.
36039         (finite_test): New function.
36040         (isinf_test): Likewise.
36041         (isnan_test): Likewise.
36042         (fpclassify_test): Test subnormal input.
36043         (isfinite_test): Likewise.
36044         (isnormal_test): Likewise.
36045         (main): Call the new functions.
36047 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36049         [BZ #14660]
36050         * Makerules (%.dynsym): Force C locale when running
36051         $(OBJDUMP) --dynamic-syms.
36053 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36055         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36056         <stdint.h>.
36058 2012-10-06  David S. Miller  <davem@davemloft.net>
36060         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36061         upper 32-bits of the length value in %o2 since we use branch-on-register
36062         tests which consider the entire 64-bit register.
36064 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36066         * string/test-strstr.c (check2): Add a test for page boundary.
36068 2012-10-05  David S. Miller  <davem@davemloft.net>
36070         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36071         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36072         file.
36073         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36074         sysdep_routines.
36075         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36076         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36077         and bzero when HWCAP_SPARC_CRYPTO is present.
36079 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36081         [BZ #14602]
36082         * string/test-strstr.c (check2): New function.
36083         (test_main): Call check2.
36085         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36086         and bug-strchr1.
36087         * string/bug-strcasestr1.c (do_test): Moved to ...
36088         * string/test-strcasestr.c (check1): Here.  New function.
36089         (do_one_test): Break out result checking code into ...
36090         (check_result): This.  New function.
36091         (do_one_test): Call check_result.
36092         (test_main): Call check1.
36093         * string/bug-strchr1.c (do_test): Moved to ...
36094         * string/test-strchr.c (check1): Here.  New function.
36095         (do_one_test): Break out result checking code into ...
36096         (check_result): This.  New function.
36097         (do_one_test): Call check_result.
36098         (test_main): Call check1.
36099         * string/bug-strstr1.c (main): Moved to ...
36100         * string/test-strstr.c (check1): Here.  New function.
36101         (do_one_test): Break out result checking code into ...
36102         (check_result): This.  New function.
36103         (do_one_test): Call check_result.
36104         (test_main): Call check1.
36105         * string/bug-strcasestr1.c: Removed.
36106         * string/bug-strchr1.c: Likewise.
36107         * string/bug-strstr1.c: Likewise.
36109         * elf/Makefile (dl-routines): Add hwcaps.
36110         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36111         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36112         (_dl_important_hwcaps): Moved to ...
36113         * elf/dl-hwcaps.c: Here.  New file.
36114         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36116         [BZ #14557]
36117         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36118         if IS_IN_rtld isn't defined.
36120         * elf/dl-support.c (_dl_sysinfo_map): New.
36121         Include "get-dynamic-info.h" and "setup-vdso.h".
36122         (_dl_non_dynamic_init): Call setup_vdso.
36123         * elf/dynamic-link.h: Don't include <assert.h>.
36124         (elf_get_dynamic_info): Moved to ...
36125         * elf/get-dynamic-info.h: Here.  New file.
36126         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36127         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36128         * elf/setup-vdso.h: Here.  New file.
36129         * elf/rtld.c: Include "setup-vdso.h".
36130         (dl_main): Call setup_vdso.
36132 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36134         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36135         creal in comment listing functions tested.  List finite, isinf,
36136         isnan, isless, islessequal, isgreater, isgreaterequal,
36137         islessgreater, isunordered, lgamma_r and pow10 as functions and
36138         macros not tested.  Mention which functions not tested are aliases
36139         for other functions.  Fix typo.  Note that signs of NaNs are not
36140         tested.
36142         * scripts/config.guess: Update from config.git.
36143         * scripts/config.sub: Likewise.
36145 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36147         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36148         * misc/madvise.c (madvise): Renamed to __madvise.
36149         Make madvise a weak alias.
36150         * include/sys/mman.h: Declare __madvise.
36151         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36152         * sysdeps/unix/syscalls.list
36153         (madvise): Make __madvise the strong name, and madvise a weak alias.
36154         * sysdeps/unix/sysv/linux/syscalls.list
36155         (madvise, mmap): Remove redundant entries.
36156         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36157         * malloc/malloc.c (mtrim): Likewise.
36158         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36160 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36162         * sysdeps/mach/hurd/dl-cache.c: File removed.
36163         * config.h.in (USE_LDCONFIG): New #undef.
36164         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36165         * configure: Regenerated.
36166         * elf/Makefile (dl-routines): Add dl-cache only under
36167         [$(use-ldconfig) = yes].
36168         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36169         cache on [USE_LDCONFIG].
36170         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36171         [USE_LDCONFIG].
36172         * elf/rtld.c (dl_main): Likewise.
36174 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36176         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36177         _SC_LEVEL4_CACHE_LINESIZE.
36179 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36181         * sysdeps/unix/bsd/confstr.h: File removed.
36183 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36185         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36186         sys/sdt-config.h.
36188 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36190         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36191         Make 'mapoff' field ElfW(Off) rather than off_t.
36193 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36195         * nscd/Makefile: Remove nscd-cflags and all its users.
36196         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36197         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36199         [BZ #10631]
36200         * malloc.c (malloc_printerr): Clarify error message.
36202 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36204         [BZ #14648]
36205         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36206         Set bit_FMA_Usable if FMA is supported.
36207         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36208         macro.
36209         (bit_FMA4_Usable): Updated.
36210         (index_FMA_Usable): New macro.
36211         (CPUID_FMA): Likewise
36212         (HAS_FMA): Defined with bit_FMA_Usable.
36214 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36216         * bits/types.h (__swblk_t): Type removed.
36217         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36218         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36219         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36220         (__SWBLK_T_TYPE): Likewise.
36221         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36222         (__SWBLK_T_TYPE): Likewise.
36223         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36224         (__SWBLK_T_TYPE): Likewise.
36225         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36226         (__SWBLK_T_TYPE): Likewise.
36228 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36229             Honza Horak <hhorak@redhat.com>
36231         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36232         (xdr_mapname): Use YPMAXMAP as maxsize.
36233         (xdr_peername): Use YPMAXPEER as maxsize.
36234         (xdr_keydat): Use YPAXRECORD as maxsize.
36235         (xdr_valdat): Use YPMAXRECORD as maxsize.
36237 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36239         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36241         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36242         * csu/init-first.c: ... here.
36243         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36244         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36245         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36246         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36247         * sysdeps/i386/init-first.c: File removed.
36248         * sysdeps/sh/init-first.c: File removed.
36250 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36252         [BZ #14645]
36253         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36254         if x * y might underflow to zero and z is zero.
36255         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36256         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36257         * math/libm-test.inc (min_subnorm_value): New variable.
36258         (fma_test): Add more tests.
36259         (fma_test_towardzero): Likewise.
36260         (fma_test_downward): Likewise
36261         (fma_test_upward): Likewise.
36262         (initialize): Set min_subnorm_value.
36264 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36266         [BZ #14638]
36267         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36268         0 + 0.
36269         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36270         mode for addition resulting in exact zero.
36271         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36272         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36273         exact 0 + 0.
36274         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36275         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36276         * math/libm-test.inc (fma_test): Add more tests.
36277         (fma_test_towardzero): New function.
36278         (fma_test_downward): Likewise.
36279         (fma_test_upward): Likewise.
36280         (main): Call the new functions.
36282 2012-09-28  David S. Miller  <davem@davemloft.net>
36284         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36286 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36288         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36289         instead of SIGALRM.
36291         * sysdeps/gnu/_G_config.h: Moved to ...
36292         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36293         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36294         * sysdeps/generic/_G_config.h: ... here.
36296         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36298         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36300         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36301         Conditionalize target on [libnss_test1.so-version].
36303         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36305         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36306         (elfobjdir): Move out of conditionals.
36308         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36309         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36310         (__nss_lookup_function): Conditionalize label remove_from_tree on
36311         [!DO_STATIC_NSS || SHARED], matching its only use.
36313 2012-09-28  David S. Miller  <davem@davemloft.net>
36315         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36316         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36317         file.
36318         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36319         sysdep_routines.
36320         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36321         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36322         when HWCAP_SPARC_CRYPTO is present.
36324 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36326         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36328 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36330         [BZ #6530]
36331         * stdio-common/vfprintf.c (process_string_arg): Revert
36332         2000-07-22 change.
36334 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36336         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36337         for testcase.
36338         * stdio-common/tst-sprintf.c: Include <locale.h>
36339         (main): Test sprintf's handling of incomplete multibyte
36340         characters.
36342 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36344         * elf/dl-runtime.c (VERSYMIDX): Removed.
36345         * elf/dl-version.c (VERSYMIDX): Likewise.
36346         * elf/do-rel.h (VERSYMIDX): Likewise.
36347         (VALIDX): Likewise.
36348         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36349         * elf/rtld.c (VALIDX): Likewise.
36350         (ADDRIDX): Likewise.
36351         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36352         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36353         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36354         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36355         (VALIDX): Likewise.
36356         (ADDRIDX): Likewise.
36358 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36360         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36362 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36364         [BZ #11438]
36365         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36366         to global scope.
36367         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36368         addresses are in the same scope as 192.0.2/24.
36369         * posix/gai.conf: Document new scope table defaults.
36371 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36373         [BZ #5298]
36374         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36375         for ftell.  Compute offsets from write pointers instead.
36376         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36378 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36380         [BZ #14543]
36381         * libio/Makefile (tests): New test case tst-fseek.
36382         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36383         combination works in wide mode.
36384         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36385         state when the external buffer state changes.
36387 2012-09-27  David S. Miller  <davem@davemloft.net>
36389         [BZ #14376]
36390         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36391         pass reloc->r_addend in as the 'high' argument to
36392         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36394         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36396 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36398         * rt/tst-aio2.c: Include <pthread.h>.
36399         * rt/tst-aio3.c: Likewise.
36401 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36403         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36405 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36407         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36408         contents on [SHARED].
36410 2012-09-26  Marek Polacek  <polacek@redhat.com>
36412         [BZ #14530]
36413         [BZ #13741]
36414         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36415         for C++ and GCC <4.3 as well as for non GCC compilers.
36417 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36419         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36421 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36423         * Makefile.in (all, install): Declare with .PHONY.
36424         Reported by Michael Hope <michael.hope@linaro.org>.
36426 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36428         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36429         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36430         system header.
36431         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36432         Likewise.
36433         (sydep_routines): Add the new and the internal functions.
36434         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36435         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36437         (GLIBC_2.17): Add the new function.
36438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36439         (GLIBC_2.17): Likewise.
36440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36441         (GLIBC_2.17): Likewise.
36442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36443         (GLIBC_2.17): Likewise.
36444         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36446 2012-09-25  Alan Modra  <amodra@gmail.com>
36448         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36449         Add release barrier before setting once_control to say
36450         initialisation is done.  Add hints on lwarx.  Use macro in
36451         place of isync.
36452         (clear_once_control): Add release barrier.
36454 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36456         [BZ #13629]
36457         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36458         specially.
36459         * math/s_clog10.c (__clog10): Likewise.
36460         * math/s_clog10f.c (__clog10f): Likewise.
36461         * math/s_clog10l.c (__clog10l): Likewise.
36462         * math/s_clogf.c (__clogf): Likewise.
36463         * math/s_clogl.c (__clogl): Likewise.
36464         * math/Makefile (libm-calls): Add x2y2m1.
36465         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36466         (__x2y2m1): Likewise.
36467         (__x2y2m1l): Likewise.
36468         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36469         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36470         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36471         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36472         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36473         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36474         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36475         * sysdeps/i386/fpu/libm-test-ulps: Update.
36476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36478         [BZ #14621]
36479         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36480         int as type of variable DEPTH.
36481         (glob): Use size_t instead of int as type of variables NEWCOUNT
36482         and OLD_PATHC.
36484 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36486         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36487         Add s_sincosf-sse2.
36488         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36489         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36490         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36491         macros for using routine as __sincosf_ia32.
36492         Use macro for function declaration and weak_alias.
36493         * sysdeps/i386/fpu/libm-test-ulps: Update.
36495         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36496         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36498         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36499         subnormal argument.
36500         * math/s_cexpf.c (__cexpf): Likewise.
36501         * math/s_csinf.c (__csinf): Likewise.
36502         * math/s_csinhf.c (__csinhf): Likewise.
36503         * math/s_ctanf.c (__ctanf): Likewise.
36504         * math/s_ctanhf.c (__ctanhf): Likewise.
36505         * math/s_ccosh.c (__ccoshf): Likewise.
36506         * math/s_cexp.c (__cexpl): Likewise.
36507         * math/s_csin.c (__csin): Likewise.
36508         * math/s_csinh.c (__csinh): Likewise.
36509         * math/s_ctan.c (__ctan): Likewise.
36510         * math/s_ctanh.c (ctanh): Likewise.
36511         * math/s_ccoshl.c (__ccoshl): Likewise.
36512         * math/s_cexpl.c (__cexpl): Likewise.
36513         * math/s_csinl.c (__csinl): Likewise.
36514         * math/s_csinhl.c (__csinhl): Likewise.
36515         * math/s_ctanl.c (__ctanl): Likewise.
36516         * math/s_ctanhl.c (__ctanhl): Likewise.
36518 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36520         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36521         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36522         (_IO_off_t): Define to __off_t, not _G_off_t.
36523         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36524         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36525         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36526         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36527         type of __dummy and __dummy2 fields.
36528         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36529         (_G_ssize_t): Likewise.
36530         (_G_off_t): Likewise.
36531         (_G_pid_t): Likewise.
36532         (_G_uid_t): Likewise.
36533         (_G_wchar_t): Likewise.
36534         (_G_wint_t): Likewise.
36535         * sysdeps/gnu/_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/mach/hurd/_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.
36550 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36552         * malloc/arena.c: Include malloc-sysdep.h.
36553         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36554         is sufficient to shrink the heap or an unmap is needed.
36555         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36556         new function check_may_shrink_heap.
36557         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36558         new function check_may_shrink_heap.
36560 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36562         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36563         comments.
36565 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
36567         * catgets/test-gencat.sh: Add "set -e".
36568         * elf/tst-pathopt.sh: Likewise.
36569         * grp/tst_fgetgrent.sh: Likewise.
36570         * iconvdata/run-iconv-test.sh: Likewise.
36571         * intl/tst-gettext.sh: Likewise.
36572         * intl/tst-gettext2.sh: Likewise.
36573         * intl/tst-gettext4.sh: Likewise.
36574         * intl/tst-gettext6.sh: Likewise.
36575         * intl/tst-translit.sh: Likewise.
36576         * io/ftwtest-sh: Likewise.
36577         * libio/test-freopen.sh: Likewise.
36578         * malloc/tst-mtrace.sh: Likewise.
36579         * posix/globtest.sh: Likewise.
36580         * posix/tst-getconf.sh: Likewise.
36581         * posix/wordexp-tst.sh: Likewise.
36582         * stdio-common/tst-printf.sh: Likewise.
36583         * stdio-common/tst-unbputc.sh: Likewise.
36584         * stdlib/tst-fmtmsg.sh: Likewise.
36585         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36586         * catgets/Makefile: Do not specify -e option when running
36587         testsuite shell scripts.
36588         * elf/Makefile: Likewise.
36589         * grp/Makefile: Likewise.
36590         * iconvdata/Makefile: Likewise.
36591         * intl/Makefile: Likewise.
36592         * io/Makefile: Likewise.
36593         * libio/Makefile: Likewise.
36594         * malloc/Makefile: Likewise.
36595         * posix/Makefile: Likewise.
36596         * stdio-common/Makefile: Likewise.
36597         * stdlib/Makefile: Likewise.
36598         * sysdeps/x86_64/Makefile: Likewise.
36600         * io/ftwtest-sh: Add copyright header.
36601         * posix/globtest.sh: Likewise.
36602         * posix/tst-getconf.sh: Likewise.
36603         * posix/wordexp-tst.sh: Likewise.
36604         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36606 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
36608         [BZ #13679]
36609         * Makeconfig (+link): Defined as $(+link-static) if
36610         $(build-shared) isn't yes.
36611         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
36612         isn't yes.
36613         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
36615         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
36617         [BZ #14562]
36618         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
36619         new chunk size with MALLOC_ALIGN_MASK.
36621 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
36623         [BZ #5044]
36624         * stdio-common/printf_fphex.c: Include <stdbool.h> and
36625         <rounding-mode.h>.
36626         (__printf_fphex): Determine rounding using get_rounding_mode and
36627         round_away.
36628         * stdio-common/tst-printf-round.c (struct hex_test): New
36629         structure.
36630         (hex_tests): New variable.
36631         (test_hex_in_one_mode): New function.
36632         (do_test): Also run tests for hex float output.
36634 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
36636         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36637         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36638         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
36639         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
36640         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
36641         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
36642         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36643         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
36645 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
36647         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
36648         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
36649         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
36650         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
36652 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
36654         [BZ #14579]
36655         * elf/rtld.c (dl_main): Limit the check for self loading to normal
36656         mode only.
36657         * elf/tst-rtld-load-self.sh: New test.
36658         * elf/Makefile: Run it.
36660 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
36662         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
36663         (tst-writev-ENV): Remove.
36664         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
36666 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
36668         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
36670 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
36672         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
36673         unconditional.
36674         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
36675         Likewise.
36676         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
36677         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
36678         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
36679         Likewise.
36681 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
36683         [BZ #14587]
36684         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
36685         * config.make.in (have-cpp-asm-debuginfo): Removed.
36686         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
36687         * configure: Regenerated.
36689 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
36691         [BZ #5044]
36692         * stdio-common/printf_fp.c: Include <stdbool.h> and
36693         <rounding-mode.h>.
36694         (___printf_fp): Determine rounding using get_rounding_mode and
36695         round_away.
36696         * stdio-common/tst-printf-round.c: New file.
36697         * stdio-common/Makefile (tests): Add tst-printf-round.
36698         (link-libm): New variable.
36699         ($(objpfx)tst-printf-round): Depend in $(link-libm).
36701 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
36703         [BZ #14576]
36704         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
36705         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
36706         Likewise.
36707         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
36708         Likewise.
36710 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
36712         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
36713         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36714         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36715         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
36717 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
36719         [BZ #14518]
36720         * include/rounding-mode.h: New file.
36721         * sysdeps/generic/get-rounding-mode.h: Likewise.
36722         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
36723         * stdlib/strtod_l.c: Include <rounding-mode.h>.
36724         (MAX_VALUE): New macro.
36725         (MIN_VALUE): Likewise.
36726         (overflow_value): New function.
36727         (underflow_value): Likewise.
36728         (round_and_return): Use overflow_value and underflow_value to
36729         determine return values in overflow and underflow cases.  Use
36730         round_away to determine rounding depending on rounding mode.
36731         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
36732         determine return values in overflow and underflow cases.
36733         * stdlib/tst-strtod-round.c: Include <fenv.h>.
36734         (struct test_results): New structure.
36735         (struct test): Use struct test_results to store expected results
36736         for all rounding modes.
36737         (TEST): Include expected results for all rounding modes.
36738         (test_in_one_mode): New function.
36739         (do_test): Use test_in_one_mode to compute and check results.
36740         Check results for all rounding modes.
36741         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
36742         $(link-libm).
36744 2012-12-09  Allan McRae  <allan@archlinux.org>
36746         * sysdeps/i386/fpu/libm-test-ulps: Update
36748 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
36750         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
36751         (_G_int32_t): Likewise.
36752         (_G_uint16_t): Likewise.
36753         (_G_uint32_t): Likewise.
36754         (_G_HAVE_BOOL): Likewise.
36755         (_G_HAVE_ATEXIT): Likewise.
36756         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36757         (_G_HAVE_IO_FILE_OPEN): Likewise.
36758         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
36759         (_G_int32_t): Likewise.
36760         (_G_uint16_t): Likewise.
36761         (_G_uint32_t): Likewise.
36762         (_G_HAVE_BOOL): Likewise.
36763         (_G_HAVE_ATEXIT): Likewise.
36764         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36765         (_G_HAVE_IO_FILE_OPEN): Likewise.
36766         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
36767         (_G_int32_t): Likewise.
36768         (_G_uint16_t): Likewise.
36769         (_G_uint32_t): Likewise.
36770         (_G_HAVE_BOOL): Likewise.
36771         (_G_HAVE_ATEXIT): Likewise.
36772         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
36773         (_G_HAVE_IO_FILE_OPEN): Likewise.
36775 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
36777         * csu/libc-tls.c: Update copyright years.
36779 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
36781         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
36782         [!_G_USING_THUNKS]: Remove conditional code.
36783         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
36784         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
36786         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
36787         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
36788         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36789         (_G_VTABLE_LABEL_PREFIX): Likewise.
36790         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36791         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36792         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36793         (_G_VTABLE_LABEL_PREFIX): Likewise.
36794         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36795         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
36796         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
36797         (_G_VTABLE_LABEL_PREFIX): Likewise.
36798         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
36800 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
36802         * libio/Makefile: Include ../Makeconfig before tests.
36803         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
36804         only if $(build-shared) is yes.
36806         * iconv/gconv_db.c: Update copyright years.
36808 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36810         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
36811         unwind info if defined PIC. Fix special cases description.
36812         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
36814         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
36815         DP_HI_MASK entry.
36816         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
36818 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
36820         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
36822         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
36823         is NULL.
36825         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
36826         (LDLIBS-tst-chk4): This.
36827         (LDFLAGS-tst-chk5): Renamed to ...
36828         (LDLIBS-tst-chk5): This.
36829         (LDFLAGS-tst-chk6): Renamed to ...
36830         (LDLIBS-tst-chk6): This.
36831         (LDFLAGS-tst-lfschk4): Renamed to ...
36832         (LDLIBS-tst-lfschk4): This.
36833         (LDFLAGS-tst-lfschk5): Renamed to ...
36834         (LDLIBS-tst-lfschk5): This.
36835         (LDFLAGS-tst-lfschk6): Renamed to ...
36836         (LDLIBS-tst-lfschk6): This.
36838         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
36839         on $(common-objpfx)soversions.mk.
36841 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
36843         [BZ #10014]
36844         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
36845         example host name.
36847 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
36849         * malloc/arena.c (arena_get_retry): New function that gets
36850         another arena for the caller to try its request on.
36851         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
36852         current arena cannot fulfill the request.
36853         (__libc_memalign): Likewise.
36854         (__libc_memalign): Likewise.
36855         (__libc_pvalloc): Likewise.
36856         (__libc_calloc): Likewise.
36858 2012-09-05  John Tobey  <john.tobey@gmail.com>
36860         [BZ #13542]
36861         * manual/arith.texi (Operations on Complex): Fix description
36862         of carg branch cut.
36864 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36866         [BZ #10014]
36867         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
36868         host name.
36870         [BZ #10038]
36871         * manual/memory.texi (Memory): Make order of menu items match
36872         order of sections.
36874 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36876         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
36877         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
36878         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
36880 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36882         * csu/libc-tls.c (static_dtv): Renamed to ...
36883         (_dl_static_dtv): This.  Make it global.
36884         (_dl_initial_dtv): Removed.
36885         (__libc_setup_tls): Updated.
36886         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
36887         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
36888         DL_INITIAL_DTV.
36890 2012-09-06  Petr Machata  <pmachata@redhat.com>
36892         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
36893         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
36894         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
36895         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
36897 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36899         [BZ #14545]
36900         * csu/libc-tls.c (_dl_initial_dtv): New variable.
36901         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
36902         freeing dtv[-1].
36904 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
36906         [BZ #14544]
36907         * Makeconfig (link-static-before-libc): Replace $(+prector)
36908         with $(+prectorT).
36909         (link-static-after-libc): Replace $(+postctor) with
36910         $(+postctorT).
36911         (link-bounded): Replace $(+prector)/$(+postctor) with
36912         $(+prectorT)/$(+postctorT).
36913         (+prectorT): New macro.
36914         (+postctorT): Likewise.
36916 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
36918         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
36919         (round_str): Handle values above the maximum for IBM long double
36920         as inexact.
36921         * stdlib/tst-strtod-round.c (tests): Regenerated.
36923 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36925         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
36926         assembler flag.
36927         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
36928         zarch_nohighgprs around the zarch optimized routines.
36929         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
36930         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
36931         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
36932         for zarch.
36934 2012-09-05  David S. Miller  <davem@davemloft.net>
36936         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36938         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
36939         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
36940         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
36941         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
36942         entries.
36944 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36946         * malloc/arena.c: Fold copyright years.
36947         * malloc/mcheck.c, malloc/memusage.c: Likewise.
36949 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36951         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
36953 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36955         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
36957 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36959         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
36960         change internal state upon failure.
36962 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
36964         * malloc/mcheck.c (mcheck_check_all): Fix typo.
36965         * malloc/memusage.c (mmap): Likewise.
36966         (mmap64, mremap): Likewise.  Adjust name in comment.
36968 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
36970         * libio/fileops.c: Fix typos in comments.
36971         * libio/oldfileops.c: Likewise.
36972         * libio/wfileops.c: Likewise.
36974 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
36976         [BZ #1349]
36977         * malloc/Makefile (tests): Add tst-malloc-usable test case.
36978         (tst-malloc-usable-ENV): Set environment for test case.
36979         * malloc/hooks.c (malloc_check_get_size): New function to get
36980         requested size.
36981         * malloc/malloc.c (musable): Use malloc_check_get_size.
36982         * malloc/tst-malloc-usable.c: New test case.
36984 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
36986         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
36988 2012-09-05  Allan McRae  <allan@archlinux.org>
36990         [BZ #13966]
36991         * configure.in (CXX_SYSINCLUDES): Use compiler output to
36992         determine header location.
36993         * configure: Regenerated.
36995 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
36997         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
36998         float format.
36999         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37000         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37001         format.
37002         (test): Regenerate.
37004 2012-09-04  David S. Miller  <davem@davemloft.net>
37006         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37007         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37008         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37010 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37012         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37013         failures.
37015         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37017 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37019         [BZ #9914]
37020         * libio/iogetdelim.c: Include <limits.h>.
37021         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37022         + len + 1 would overflow.
37024 2012-09-03  Andreas Jaeger  <aj@suse.de>
37026         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37027         * sysdeps/i386/fpu/libm-test-ulps: Update.
37029 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37031         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37032         Add s_sinf-sse2, s_conf-sse2.
37034         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37035         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37036         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37037         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37039         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37040         for using routine as __sinf_ia32.
37041         Use macro for function declaration and weak_alias.
37042         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37043         for using routine as __cosf_ia32.
37044         Use macro for function declaration and weak_alias.
37046         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37047         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37049         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37050         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37051         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37053         * math/libm-test.inc (cos_test): Add more test cases.
37054         (sin_test): Likewise.
37055         (sincos_test): Likewise.
37057 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37059         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37060         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37061         hidden.
37062         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37064 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37066         [BZ #14538]
37067         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37068         first element of the GOT.
37069         (elf_machine_load_address): Return the difference between
37070         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37072 2012-09-01  Allan McRae  <allan@archlinux.org>
37074         [BZ #13412]
37075         * configure.in (AWK): Require gawk version 3.0 or later.
37076         * configure: Regenerated.
37078 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37080         * sysdeps/unix/sysv/linux/kernel-features.h
37081         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37082         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37083         [__NR_clock_getres]: Make code unconditional.
37084         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37085         (clock_getcpuclockid): Remove code left unreachable by removal of
37086         conditionals.
37087         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37088         code unconditional.
37089         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37090         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37091         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37092         Make code unconditional.
37093         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37094         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37095         * sysdeps/unix/sysv/linux/clock_settime.c
37096         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37097         conditional code.
37098         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37099         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37101 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37103         [BZ #14476]
37104         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37105         scripts/test-installation.pl.
37107         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37108         and $ld_so_version if it is set.
37110 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37112         [BZ #14516]
37113         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37114         failure if reading from procfs failed.
37115         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37117 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37119         * sysdeps/unix/sysv/linux/kernel-features.h
37120         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37121         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37122         Remove conditional code.
37123         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37124         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37125         Remove conditional code.
37126         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37127         * sysdeps/unix/sysv/linux/i386/fxstat.c
37128         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37129         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37130         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37131         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37132         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37133         * sysdeps/unix/sysv/linux/i386/lxstat.c
37134         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37135         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37136         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37137         Remove conditional code.
37138         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37139         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37140         Remove conditional code.
37141         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37142         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37143         <kernel-features.h>.
37144         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37145         Remove.
37146         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37147         Remove conditional code.
37148         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37149         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37150         Remove conditional.
37152 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37154         [BZ #5400]
37155         * NEWS: Add fixed bug number.
37157 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37159         [BZ #14519]
37160         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37161         underflowing exponent in case of negative sign.
37162         * stdlib/tst-strtod-round-data: Add more tests.
37163         * stdlib/tst-strtod-round.c (tests): Regenerated.
37165         [BZ #3479]
37166         * stdlib/strtod_l.c (NDIG): Remove.
37167         (HEXNDIG): Likewise.
37168         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37169         smallest representable value.
37170         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37171         lie within an exact representation of 1/2 ulp of the result.
37172         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37173         unconditionally.
37174         (TENS_P9_IDX): Define unconditionally.
37175         (TENS_P9_SIZE): Likewise.
37176         (TENS_P10_IDX): Likewise.
37177         (TENS_P10_SIZE): Likewise.
37178         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37179         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37180         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37181         entries for 10^2^13 and 10^2^14.
37182         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37183         (TENS_P13_IDX): Define.
37184         (TENS_P13_SIZE): Likewise.
37185         (TENS_P14_IDX): Likewise.
37186         (TENS_P14_SIZE): Likewise.
37187         (_fpioconst_pow10): Change array size to
37188         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37189         unconditional.
37190         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37191         1024]: Add entries for 10^2^13 and 10^2^14.
37192         [LAST_POW10 > _LAST_POW10]: Remove #error.
37193         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37194         (_fpioconst_pow10): Change array size to
37195         FPIOCONST_POW10_ARRAY_SIZE.
37196         * stdlib/gen-fpioconst.c: New file.
37197         * stdlib/gen-tst-strtod-round.c: Likewise.
37198         * stdlib/tst-strtod-round-data: Likewise.
37199         * stdlib/tst-strtod-round.c: Likewise.
37200         * stdlib/Makefile (tests): Add tst-strtod-round.
37202         [BZ #14459]
37203         * stdlib/strtod_l.c: Include <stdint.h>.
37204         (NDEBUG): Do not define.
37205         (round_and_return): Change EXPONENT parameter to type intmax_t.
37206         Rearrange calculations to avoid internal overflow possibilities.
37207         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37208         Rearrange calculations to avoid internal overflow possibilities.
37209         Assert that number fits inside MPNSIZE limbs.
37210         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37211         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37212         calculations and add assertions to avoid internal overflow
37213         possibilities.  Add casts to avoid signed/unsigned operations.
37214         * stdlib/tst-strtod-overflow.c: New file.
37215         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37217 2012-08-25  Marek Polacek  <polacek@redhat.com>
37219         * time/time.h: Fix some typos in comments.
37221 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37223         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37224         * posix/tst-rfc3484-2.c: Likewise.
37225         * posix/tst-rfc3484-3.c: Likewise.
37227 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37229         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37230         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37232 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37234         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37235         #include of fxstatat64.c.
37237 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37239         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37240         * shadow/getspent_r.c: Likewise.
37241         * shadow/getspnam.c: Likewise.
37242         * shadow/getspnam_r.c: Likewise.
37243         * gshadow/getsgent.c: Likewise.
37244         * gshadow/getsgent_r.c: Likewise.
37245         * gshadow/getsgnam.c: Likewise.
37246         * gshadow/getsgnam_r.c: Likewise.
37247         * inet/getnetbyad.c: Likewise.
37248         * inet/getnetbyad_r.c: Likewise.
37249         * inet/getnetbynm.c: Likewise.
37250         * inet/getnetbynm_r.c: Likewise.
37251         * inet/getnetent.c: Likewise.
37252         * inet/getnetent_r.c: Likewise.
37253         * inet/getproto.c: Likewise.
37254         * inet/getproto_r.c: Likewise.
37255         * inet/getprtent.c: Likewise.
37256         * inet/getprtent_r.c: Likewise.
37257         * inet/getprtname.c: Likewise.
37258         * inet/getprtname_r.c: Likewise.
37259         * inet/getrpcbyname.c: Likewise.
37260         * inet/getrpcbyname_r.c: Likewise.
37261         * inet/getrpcbynumber.c: Likewise.
37262         * inet/getrpcbynumber_r.c: Likewise.
37263         * inet/getrpcent.c: Likewise.
37264         * inet/getrpcent_r.c: Likewise.
37265         * inet/getaliasent.c: Likewise.
37266         * inet/getaliasent_r.c: Likewise.
37267         * inet/getaliasname.c: Likewise.
37268         * inet/getaliasname_r.c: Likewise.
37269         * nscd/getgrgid_r.c: Likewise.
37270         * nscd/getgrnam_r.c: Likewise.
37271         * nscd/gethstbyad_r.c: Likewise.
37272         * nscd/gethstbynm3_r.c: Likewise.
37273         * nscd/getpwnam_r.c: Likewise.
37274         * nscd/getpwuid_r.c: Likewise.
37275         * nscd/getsrvbynm_r.c: Likewise.
37276         * nscd/getsrvbypt_r.c: Likewise.
37277         * nscd/gai.c: Likewise.
37279         * configure.in (build_nscd): New substituted variable, set
37280         by --disable-build-nscd and defaults to $use_nscd.
37281         * configure: Regenerated.
37282         * config.make.in (build-nscd): New substituted variable.
37283         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37284         Change conditional to require [$(build-nscd) = yes] as well.
37285         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37287         [BZ# 13696]
37288         * configure.in (use_nscd): New substituted variable, set by
37289         --disable-nscd.  If enabled, define USE_NSCD.
37290         * configure: Regenerated.
37291         * config.h.in: Add USE_NSCD.
37292         * config.make.in (use-nscd): New substituted variable.
37293         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37294         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37295         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37296         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37297         (CFLAGS-getgrnam_r.c): Likewise.
37298         (CFLAGS-initgroups.c): Likewise.
37299         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37300         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37301         Variables removed.
37302         * inet/getnetgrent_r.c
37303         (nscd_setnetgrent): New function, broken out of ...
37304         (setnetgrent): ... here.  Call it.
37305         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37306         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37307         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37308         * nscd/Makefile (routines, aux): Move definitions after include of
37309         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37310         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37311         Conditionalize on [USE_NSCD].
37312         (is_nscd, nscd_init_cb): Likewise.
37313         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37314         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37315         * nss/nss_db/db-init.c: Likewise.
37316         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37317         [USE_NSCD].
37318         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37319         (make_request): Use it.
37320         (cache_valid_p): New function.
37321         (__check_pf): Use it.
37322         * NEWS: Add item for --disable-nscd.
37324 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37326         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37327         to support sed >= 4.2.1-20-ga9bf076.
37328         * configure: Regenerated.
37330 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37332         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37333         Conditionalize whole body on [IREL].
37335 2012-08-22  Jeff Law <law@redhat.com>
37337         [BZ #14505]
37338         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37339         if the family is PF_UNSPEC.
37341 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37343         * Makerules (lib-version): Rename from V.
37344         (install-lib-nosubdir): Change V to lib-version.
37346 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37348         [BZ #14252]
37349         * powerpc32/power6/wcschr.c: New file.
37350         * powerpc32/power6/wcscpy.c: New file.
37351         * powerpc32/power6/wcsrchr.c: New file.
37352         * powerpc64/power6/wcschr.c: New file.
37353         * powerpc64/power6/wcscpy.c: New file.
37354         * powerpc64/power6/wcsrchr.c: New file.
37356 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37358         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37359         (two_way_short_needle): Use it.
37360         * string/strstr.c (AVAILABLE1_USES_J): Define.
37361         * string/strcasestr.c: Likewise.
37363         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37364         array references.
37365         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37367         [BZ #11607]
37368         * NEWS: Add an entry.
37369         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37370         define their defaults.
37371         (two_way_short_needle): Detect end-of-string on-the-fly.
37372         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37373         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37374         * string/bug-strcasestr1.c: New test.
37375         * string/Makefile: Run it.
37377 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37379         [BZ #11607]
37380         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37381         the first character.
37383 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37385         * csu/elf-init.c (__libc_csu_irel): Function removed.
37386         * csu/libc-start.c (apply_irel): New function.
37387         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37389 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37391         * sysdeps/unix/sysv/linux/kernel-features.h
37392         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37393         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37394         <kernel-features.h>.
37395         [__NR_fadvise64_64]: Make code unconditional.
37396         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37397         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37398         !__NR_fadvise64_64)]: Likewise.
37399         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37400         !__NR_fadvise64_64))]: Likewise.
37401         [__NR_fadvise64]: Make code unconditional.
37402         [!__NR_fadvise64]: Remove conditional code.
37403         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37404         <kernel-features.h>.
37405         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37406         unconditional.
37407         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37408         conditional code.
37409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37410         not include <kernel-features.h>.
37411         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37412         unconditional.
37413         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37414         conditional code.
37415         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37416         include <kernel-features.h>.
37417         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37418         unconditional.
37419         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37420         conditional code.
37422 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37424         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37425         slight instruction rearrangements per scrollpipe analysis.
37426         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37428 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37430         * manual/syslog.texi (syslog; vsyslog, closelog):
37431         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37432         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37434         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37435         DSOCAPS to match condition on defining it.
37437 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37439         * sysdeps/unix/sysv/linux/kernel-features.h
37440         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37442         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37443         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37445         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37446         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37448         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37449         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37451         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37452         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37454         * sysdeps/unix/sysv/linux/kernel-features.h
37455         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37456         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37457         unconditional.
37458         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37459         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37460         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37461         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37462         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37463         Make code unconditional.
37464         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37465         (__mmap64) [!__NR_mmap2]: Likewise.
37466         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37467         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37468         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37469         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37470         [__NR_mmap2]: Make code unconditional.
37471         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37472         (__mmap64) [!__NR_mmap2]: Likewise.
37474 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37476         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37478 2012-08-18  Andreas Jaeger  <aj@suse.de>
37480         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37482 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37484         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37485         * include/unistd.h (__have_sock_cloexec): Likewise.
37486         (__have_pipe2): Likewise.
37487         (__have_dup3): Likewise.
37489 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37491         [BZ #9685]
37492         * include/unistd.h (__have_pipe2): Change define into an extern int.
37493         (__have_dup3): Likewise.
37494         * socket/have_sock_cloexec.c: Include fcntl.h.
37495         (__have_pipe2): New variable.
37496         (__have_dup3): Likewise.
37498 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37500         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37502 2012-08-17  Marek Polacek  <polacek@redhat.com>
37504         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37505         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37507 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37509         * configure.in: Add AC_SUBST for sysheaders.
37510         * configure: Regenerated.
37511         * config.make.in (sysheaders): New substituted variable.
37513         * sysdeps/unix/mkfifo.c: Moved ...
37514         * sysdeps/posix/mkfifo.c: ... here.
37515         * sysdeps/unix/mkfifoat.c: Moved ...
37516         * sysdeps/posix/mkfifoat.c: ... here.
37518         * sysdeps/unix/utime.c: Moved ...
37519         * sysdeps/posix/utime.c: ... here.
37521         * sysdeps/unix/time.c: Moved ...
37522         * sysdeps/posix/time.c: ... here.
37523         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37524         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37526         * sysdeps/unix/nice.c: Moved ...
37527         * sysdeps/posix/nice.c: ... here.
37529         * sysdeps/unix/alarm.c: Moved ...
37530         * sysdeps/posix/alarm.c: ... here.
37532         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37534 2012-08-17  Jeff Law <law@redhat.com>
37536         * intl/Makefile (codeset_mo): New variable.
37537         ($(codeset_mo)): New target.
37538         (tst-codeset.out): Depend on that.  Remove explicit rule.
37539         (tst-gettext3.out, tst-gettext5.out): Likewise.
37540         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37541         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37542         * intl/tst-codeset.sh: Remove.
37543         * intl/tst-gettext3.sh: Likewise.
37544         * intl/tst-gettext5.sh: Likewise.
37546 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37548         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37549         * sysdeps/unix/syscalls.list: ... here.
37551         * sysdeps/posix/getaddrinfo.c
37552         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37553         (gaiconf_init, gaiconf_reload): Use them.
37554         [!_STATBUF_ST_NSEC]
37555         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37556         Define using time_t rather than struct timespec.
37558         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37559         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37560         Macros removed.
37561         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37562         [!NO_THREADS].
37563         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37564         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37565         Likewise.
37567         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37568         __libc_cleanup_push argument.
37570         * bits/param.h: New file.
37571         * misc/sys/param.h: New file.
37572         * include/sys/param.h: New file.
37573         * misc/Makefile (headers): Add bits/param.h.
37574         * sysdeps/generic/sys/param.h: File removed.
37575         * sysdeps/unix/sysv/linux/bits/param.h: New file.
37576         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37577         * sysdeps/mach/hurd/bits/param.h: New file.
37578         * sysdeps/mach/hurd/sys/param.h: File removed.
37580         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37581         last change.
37583         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37584         [_IO_MTSAFE_IO].
37585         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37586         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37587         New macros.
37589         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37590         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37591         rather than -D_IO_MTSAFE_IO conditionally.
37592         * stdio-common/Makefile (CPPFLAGS): Likewise.
37593         * wcsmbs/Makefile (CPPFLAGS): Likewise.
37594         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37595         Use $(libio-mtsafe).
37596         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37597         of -D_IO_MTSAFE_IO.
37598         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37599         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37600         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37601         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37602         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37603         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37604         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
37605         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
37606         (CFLAGS-fread_u_chk.c): Likewise.
37607         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
37608         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
37609         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
37610         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
37611         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
37612         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
37613         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
37614         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
37615         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
37617         * libio/Makefile: Test [$(libc-reentrant) = yes]
37618         instead of [$(filter %REENTRANT, $(defines)) nonempty].
37620         * Makeconfig
37621         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
37622         * sysdeps/pthread/configure: File removed.
37623         * sysdeps/pthread/Makeconfig: New file.
37624         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
37625         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
37627 2012-08-16  Gary Benson  <gbenson@redhat.com>
37629         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
37630         unmapping the first object in a namespace.
37632 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37634         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
37635         (__internal_setnetgrent): ... this.  Add internal_function to
37636         definition.  Add libc_hidden_def.
37637         (setnetgrent): Update caller.
37638         (internal_endnetgrent): Renamed to ...
37639         (__internal_endnetgrent): ... this.  Add internal_function to
37640         definition.  Add libc_hidden_def.
37641         (endnetgrent): Update caller.
37642         (internal_getnetgrent_r): Renamed to ...
37643         (__internal_getnetgrent_r): ... this.  Add internal_function to
37644         definition.  Add libc_hidden_def.
37645         (__getnetgrent_r): Update caller.
37646         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
37648 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37650         * stdlib/longlong.h: Update from GCC.
37652 2012-08-16  Roland McGrath  <roland@hack.frob.com>
37654         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
37655         on _QL, which is set by umul_ppmm but never used.
37656         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
37657         variables, which are set by GMP macros but never used.
37658         * stdio-common/_itowa.c (_itowa): Likewise.
37659         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
37660         * stdlib/mod_1.c (mpn_mod_1): Likewise.
37662 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
37664         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
37665         struct La_sh_regs is not constant.
37666         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
37667         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
37668         and struct La_sparc64_regs are not constant.
37670 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
37672         * sysdeps/unix/sysv/linux/kernel-features.h
37673         (__ASSUME_POSIX_TIMERS): Remove.
37674         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37675         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37676         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
37677         Make code unconditional.
37678         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37679         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
37680         Make code unconditional.
37681         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37682         * sysdeps/unix/sysv/linux/clock_nanosleep.c
37683         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
37684         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37685         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
37686         Make code unconditional.
37687         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
37688         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
37689         (__libc_missing_posix_timers): Remove.
37691 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37693         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
37694         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
37696         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
37698         * elf/dl-sym.c: Include <stdlib.h>.
37700         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
37701         constants, which avoids warnings in 32-bit builds.
37703         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
37704         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
37706         * misc/lseek.c: File moved to ...
37707         * io/lseek.c: ... here.
37709         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
37711         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
37712         shifting LEN more than 31 bits at once.
37714 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37716         [BZ #14195]
37717         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
37718         segmentation fault for a case of two empty input strings.
37719         * string/test-strncasecmp.c (check1): Renamed to...
37720         (bz12205): ...this.
37721         (bz14195): Add new testcase for two empty input strings and N > 0.
37722         (test_main): Call new testcase, adapt for renamed function.
37724 2012-08-15  Andreas Jaeger  <aj@suse.de>
37726         [BZ #14090]
37727         * crypt/md5test2.c: New test, based on test supplied by Serge
37728         Belyshev <belyshev@depni.sinp.msu.ru>.
37729         * crypt/Makefile (xtests): Add md5test-giant..
37730         * crypt/Makefile ($(objpfx)md5test-giant): Add.
37732 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37734         [BZ #14090]
37735         * crypt/md5.c (md5_process_block): Don't assume the buffer
37736         length is less than 2**32.
37737         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
37738         length is less than 2**64.
37740 2012-08-15  Roland McGrath  <roland@hack.frob.com>
37742         * string/str-two-way.h: Include <sys/param.h>.
37743         (MAX): Macro removed.
37745         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
37746         Move #define and #undef of memmove to just before and after
37747         including <string.h>.
37749         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
37750         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
37751         and after including <string.h>.  Move declarations of
37752         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
37753         to before #include "string/memmove.c".
37755         * include/dirent.h: Declare __getdirentries.
37757         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
37758         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
37760 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
37762         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
37763         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
37764         * sysdeps/i386/configure: Regenerated.
37765         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
37766         STABS_CURRENT_FILE, and STABS_FUN.
37767         (END): Remove call to STABS_FUN_END.
37768         (STABS_CURRENT_FILE1): Delete.
37769         (STABS_CURRENT_FILE): Likewise.
37770         (STABS_FUN): Likewise.
37771         (STABS_FUN_END): Likewise.
37772         (STABS_FUN2): Likewise.
37773         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
37774         * sysdeps/x86_64/configure: Regenerated.
37776 2012-08-14  Roland McGrath  <roland@hack.frob.com>
37778         * elf/dl-open.c: Include <atomic.h>.
37779         * elf/dl-lookup.c: Likewise.
37781 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
37783         * sysdeps/unix/sysv/linux/kernel-features.h
37784         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
37785         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
37786         unconditionally.
37787         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
37788         unconditionally.
37789         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
37790         condition on __ASSUME_CLONE_THREAD_FLAGS.
37792 2012-08-14  Andreas Jaeger  <aj@suse.de>
37794         * sysdeps/i386/fpu/libm-test-ulps: Update.
37796 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
37798         * include/atomic.h (atomic_exchange_and_add): Split into ...
37799         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
37800         New atomic macros.
37802 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
37804         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37806 2012-08-13  Jeff Law <law@redhat.com>
37808         * manual/stdio.texi (snprintf): Clarify handling of the trailing
37809         null byte in the output string.
37811 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
37813         * sysdeps/unix/sysv/linux/kernel-features.h
37814         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
37815         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
37816         (__ASSUME_ARG_MAX_STACK_BASED): Define.
37817         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
37818         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
37819         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
37820         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
37822 2012-08-09  Jeff Law <law@redhat.com>
37824         [BZ #13939]
37825         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
37826         When avoid_arena is set, don't retry in the that arena.  Pick the
37827         next one, whatever it might be.
37828         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
37829         (arena_lock): Pass in new parameter to arena_get2.
37830         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
37831         arena_get2.
37832         (__libc_malloc): Unify retrying after main arena failure with
37833         __libc_memalign version.
37834         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
37836 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
37838         [BZ #14166]
37839         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
37840         to __redirect_strstr.
37841         (__strstr_sse42): Use typeof __redirect_strstr.
37842         (__strstr_ia32): Likewise.
37843         (__libc_strstr): New prototype.
37844         (strstr): Renamed to ...
37845         (__libc_strstr): This.
37846         (strstr): New strong alias of __libc_strstr.
37847         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37848         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
37849         __redirect_time.
37850         Include <time.h>.
37851         (__libc_time): New prototype.
37852         (time_ifunc): Replace time with __libc_time.
37853         (time): New strong alias and hidden definition of __libc_time.
37854         (__GI_time): Remove strong alias.
37855         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
37856         Include <stddef.h>.
37857         (memmove): Redefined to __redirect_memmove.
37858         (__memmove_sse2): Use typeof __redirect_memmove.
37859         (__memmove_ssse3): Likewise.
37860         (__memmove_ssse3_back): Likewise.
37861         (__libc_memmove): New prototype.
37862         (memmove): Renamed to ...
37863         (__libc_memmove): This.
37864         (memmove): New strong alias of __libc_memmove.
37866 2012-08-08  Mark Salter  <msalter@redhat.com>
37868         * elf/elf.h
37869         (R_MN10300_TLS_GD): Define.
37870         (R_MN10300_TLS_LD): Likewise.
37871         (R_MN10300_TLS_LDO): Likewise.
37872         (R_MN10300_TLS_GOTIE): Likewise.
37873         (R_MN10300_TLS_IE): Likewise.
37874         (R_MN10300_TLS_LE): Likewise.
37875         (R_MN10300_TLS_DTPMOD): Likewise.
37876         (R_MN10300_TLS_DTPOFF): Likewise.
37877         (R_MN10300_TLS_TPOFF): Likewise.
37878         (R_MN10300_SYM_DIFF): Likewise.
37879         (R_MN10300_ALIGN): Likewise.
37880         (R_MN10300_NUM): Update.
37882 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
37884         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
37885         Remove.
37887 2012-08-08  Roland McGrath  <roland@hack.frob.com>
37889         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
37891         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
37892         sysdeps/unix -> sysdeps/posix move.
37893         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
37895 2012-08-07      Allan McRae     <allan@archlinux.org>
37897         [BZ #14303]
37898         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
37899         (SUNOS_CPP): Likewise.
37900         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
37901         not found.
37902         (open_input): Call CPP using execvp.
37904 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37906         * sysdeps/unix/sysv/linux/kernel-features.h
37907         (__ASSUME_PROT_GROWSUPDOWN): Remove.
37908         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37909         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
37910         (__ASSUME_WAITID_SYSCALL): Likewise.
37911         * sysdeps/unix/sysv/linux/dl-execstack.c
37912         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
37913         code unconditional.
37914         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
37915         conditional code.
37916         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
37917         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
37918         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
37919         code.
37920         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
37921         unconditional.
37922         [__ASSUME_WAITID_SYSCALL]: Likewise.
37923         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
37925 2012-08-07  Roland McGrath  <roland@hack.frob.com>
37927         * sysdeps/unix/closedir.c: Renamed to ...
37928         * sysdeps/posix/closedir.c: ... here.
37929         * sysdeps/unix/dirfd.c: Renamed to ...
37930         * sysdeps/posix/dirfd.c: ... here.
37931         * sysdeps/unix/dirstream.h: Renamed to ...
37932         * sysdeps/posix/dirstream.h: ... here.
37933         * sysdeps/unix/fdopendir.c: Renamed to ...
37934         * sysdeps/posix/fdopendir.c: ... here.
37935         * sysdeps/unix/opendir.c: Renamed to ...
37936         * sysdeps/posix/opendir.c: ... here.
37937         * sysdeps/unix/readdir.c: Renamed to ...
37938         * sysdeps/posix/readdir.c: ... here.
37939         * sysdeps/unix/readdir_r.c: Renamed to ...
37940         * sysdeps/posix/readdir_r.c: ... here.
37941         * sysdeps/unix/rewinddir.c: Renamed to ...
37942         * sysdeps/posix/rewinddir.c: ... here.
37943         * sysdeps/unix/seekdir.c: Renamed to ...
37944         * sysdeps/posix/seekdir.c: ... here.
37945         * sysdeps/unix/telldir.c: Renamed to ...
37946         * sysdeps/posix/telldir.c: ... here.
37947         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
37948         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
37949         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
37950         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
37952         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
37953         * bits/fcntl.h: ... here.
37955         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
37956         not 0.
37957         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
37958         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
37959         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
37960         (struct flock): Move l_start, l_len to the beginning.
37961         Use __pid_t for l_pid.
37962         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
37963         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
37964         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
37965         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
37966         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
37967         [__USE_LARGEFILE64] (struct flock64): New type.
37968         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
37970         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
37971         * bits/dirent.h: ... here.
37973         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
37974         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
37976 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
37978         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37979         Change from 2.6.0 to 2.6.16.
37980         * sysdeps/unix/sysv/linux/configure: Regenerated.
37981         * sysdeps/unix/sysv/linux/kernel-features.h
37982         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
37983         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
37984         version.
37985         (__ASSUME_UTIMES): Likewise.
37986         (__ASSUME_CLONE_STOPPED): Remove.
37987         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
37988         architectures, not kernel version.
37989         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
37990         (__ASSUME_NO_CLONE_DETACHED): Likewise.
37991         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
37992         (__ASSUME_WAITID_SYSCALL): Likewise.
37993         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
37994         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
37995         * README: State 2.6.16 as minimum Linux kernel version.  Do not
37996         refer to older versions.
37998 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38000         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38001         Define alphasort64 as an alias.
38002         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38003         Define versionsort64 as an alias.
38004         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38005         Define scandir64 as an alias.
38006         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38007         Define scandirat64 as an alias.
38008         * dirent/alphasort64.c (alphasort64):
38009         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38010         * dirent/versionsort64.c: Likewise.
38011         * dirent/scandir64.c: Likewise.
38012         * dirent/scandirat64.c: Likewise.
38013         * sysdeps/wordsize-64/alphasort.c: File removed.
38014         * sysdeps/wordsize-64/alphasort64.c: File removed.
38015         * sysdeps/wordsize-64/scandir.c: File removed.
38016         * sysdeps/wordsize-64/scandir64.c: File removed.
38017         * sysdeps/wordsize-64/scandirat.c: File removed.
38018         * sysdeps/wordsize-64/scandirat64.c: File removed.
38019         * sysdeps/wordsize-64/versionsort.c: File removed.
38020         * sysdeps/wordsize-64/versionsort64.c: File removed.
38021         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38022         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38023         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38024         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38025         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38026         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38027         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38028         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38030         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38031         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38032         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38033         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38034         [defined __arch64__ || defined __sparcv9]
38035         (__INO_T_MATCHES_INO64_T): New macro.
38036         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38037         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38038         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38039         * sysdeps/unix/sysv/linux/bits/dirent.h
38040         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38041         (_DIRENT_MATCHES_DIRENT64): New macro.
38043         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38044         Define lockf64 as an alias.
38045         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38046         Define fseeko64 as an alias.
38047         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38048         Define ftello64 as an alias.
38049         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38050         Define _IO_fgetpos64 and fgetpos64 as aliases.
38051         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38052         Define _IO_fsetpos64 and fsetpos64 as aliases.
38053         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38054         Conditionalize body on this.
38055         * libio/fseeko64.c: Likewise.
38056         * libio/ftello64.c: Likewise.
38057         * libio/iofgetpos64.c: Likewise.
38058         * libio/iofsetpos64.c: Likewise.
38059         * sysdeps/wordsize-64/lockf.c: File removed.
38060         * sysdeps/wordsize-64/lockf64.c: File removed.
38061         * sysdeps/wordsize-64/fseeko.c: File removed.
38062         * sysdeps/wordsize-64/fseeko64.c: File removed.
38063         * sysdeps/wordsize-64/ftello.c: File removed.
38064         * sysdeps/wordsize-64/ftello64.c: File removed.
38065         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38066         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38067         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38068         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38069         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38070         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38071         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38072         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38073         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38074         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38075         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38076         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38077         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38078         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38080         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38081         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38082         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38083         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38084         [defined __arch64__ || defined __sparcv9]
38085         (__OFF_T_MATCHES_OFF64_T): New macro.
38086         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38087         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38088         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38089         (__OFF_T_MATCHES_OFF64_T): New macro.
38091 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38093         * stdlib/secure-getenv.c (__secure_getenv): Replace
38094         GLIBC_2_16 with GLIBC_2_17.
38096 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38098         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38099         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38101 2012-08-03  David S. Miller  <davem@davemloft.net>
38103         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38105 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38107         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38108         Remove.
38109         (__ASSUME_CORRECT_SI_PID): Likewise.
38110         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38111         (__ASSUME_TMPFS_NAME): Likewise.
38112         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38113         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38114         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38115         (HAVE_AUX_SECURE): Make definition unconditional.
38116         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38117         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38119 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38121         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38122         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38123         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38124         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38125         __eloop_threshold instead of SYMLOOP_MAX.
38127         * sysdeps/generic/eloop-threshold.h: New file.
38128         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38129         of MAXSYMLINKS.
38130         * elf/chroot_canon.c (chroot_canon): Likewise.
38132 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38134         [BZ #13717]
38135         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38136         Change to 2.6.0 everywhere.
38137         * sysdeps/unix/sysv/linux/configure: Regenerated.
38138         * sysdeps/unix/sysv/linux/kernel-features.h
38139         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38140         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38141         kernel versions.
38142         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38143         (__ASSUME_FUTEX_REQUEUE): Remove.
38144         (__ASSUME_STATFS64): Define unconditionally.
38145         (__ASSUME_AT_SECURE): Likewise.
38146         (__ASSUME_CORRECT_SI_PID): Likewise.
38147         (__ASSUME_TGKILL): Define without depending on kernel version for
38148         i386.
38149         (__ASSUME_UTIMES): Likewise.
38150         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38151         kernel version.
38152         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38153         (__ASSUME_TMPFS_NAME): Likewise.
38154         * README: Update reference to Linux kernel versions.
38156 2012-08-02  Marek Polacek  <polacek@redhat.com>
38158         [BZ# 14150]
38159         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38160         libc_cv_asm_type_prefix with %.
38161         * configure: Regenerated.
38162         * include/libc-symbols.h: Remove comment about
38163         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38164         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38165         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38166         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38167         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38168         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38169         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38170         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38171         * elf/tst-unique2mod1.c: Likewise.
38172         * elf/tst-unique1mod2.c: Likewise.
38173         * elf/tst-unique1mod1.c: Likewise.
38174         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38175         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38176         Replace ASM_TYPE_DIRECTIVE with .type.
38177         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38178         * sysdeps/i386/sysdep.h: Likewise.
38179         * sysdeps/x86_64/sysdep.h: Likewise.
38180         * sysdeps/sh/sysdep.h: Likewise.
38181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38182         Do not define ASM_TYPE_DIRECTIVE.
38183         * sysdeps/powerpc/sysdep.h: Likewise.
38184         * sysdeps/powerpc/powerpc32/sysdep.h:
38185         Replace ASM_TYPE_DIRECTIVE with .type.
38186         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38187         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38188         * sysdeps/i386/fpu/e_powf.S: Likewise.
38189         * sysdeps/i386/fpu/e_expl.S: Likewise.
38190         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38191         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38192         * sysdeps/i386/fpu/e_pow.S: Likewise.
38193         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38194         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38195         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38196         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38197         * sysdeps/i386/fpu/e_log2.S: Likewise.
38198         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38199         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38200         * sysdeps/i386/fpu/e_powl.S: Likewise.
38201         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38202         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38203         * sysdeps/i386/fpu/e_logl.S: Likewise.
38204         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38205         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38206         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38207         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38208         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38209         * sysdeps/i386/fpu/e_log.S: Likewise.
38210         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38211         * sysdeps/i386/fpu/e_logf.S: Likewise.
38212         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38213         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38214         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38215         * sysdeps/i386/fpu/e_log10.S: Likewise.
38216         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38217         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38218         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38219         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38220         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38221         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38222         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38223         * sysdeps/i386/i686/strtok.S: Likewise.
38224         * sysdeps/i386/i386-mcount.S: Likewise.
38225         * sysdeps/i386/strtok.S: Likewise.
38226         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38227         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38228         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38229         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38230         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38231         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38232         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38233         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38234         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38235         * sysdeps/x86_64/_mcount.S: Likewise.
38236         * sysdeps/x86_64/strtok.S: Likewise.
38237         * sysdeps/sh/_mcount.S: Likewise.
38239 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38241         * libio/iofopen.c: Include <fcntl.h>.
38242         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38243         (_IO_fopen64, fopen64): Define as aliases.
38244         * libio/iofopen64.c: Include <fcntl.h>.
38245         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38246         Conditionalize body on this.
38247         * sysdeps/wordsize-64/iofopen.c: File removed.
38248         * sysdeps/wordsize-64/iofopen64.c: File removed.
38250 2012-08-01  Marek Polacek  <polacek@redhat.com>
38252         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38253         Use dlfcn directly instead of a variable.
38254         (binfmt-subdir): Do not define.
38255         (dlfcn): Likewise.
38257 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38259         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38260         Remove all definitions.
38261         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38262         <kernel-features.h>.
38263         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38264         (miss_F_GETOWN_EX): Remove all definitions.
38265         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38266         macro definition.
38267         [!__ASSUME_FCNTL64]: Remove conditional code.
38268         [__ASSUME_FCNTL64]: Make code unconditional.
38269         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38270         <kernel-features.h>.
38271         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38272         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38273         (lockf64) [__NR_fcntl64]: Make code unconditional.
38274         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38276         * sysdeps/unix/sysv/linux/kernel-features.h
38277         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38278         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38279         Make code unconditional.
38280         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38281         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38283         [__NR_vfork]: Make code unconditional.
38284         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38285         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38287         [__NR_vfork]: Make code unconditional.
38288         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38289         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38291 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38293         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38294         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38296         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38297         Define mkstemp64 as an alias.
38298         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38299         Define mkstemps64 as an alias.
38300         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38301         Define mkostemp64 as an alias.
38302         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38303         Define mkostemps64 as an alias.
38304         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38305         Conditionalize body on this.
38306         * misc/mkostemp64.c: Likewise.
38307         * misc/mkostemps64.c: Likewise.
38308         * misc/mkstemps64.c: Likewise.
38309         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38310         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38311         * sysdeps/wordsize-64/mkostemp.c: File removed.
38312         * sysdeps/wordsize-64/mkstemp.c: File removed.
38313         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38314         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38315         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38316         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38318         [BZ #14138]
38319         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38320         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38321         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38322         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38324         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38325         compat_symbol macros from <shlib-compat.h> rather than the underlying
38326         default_symbol_version and symbol_version macros, so that DEFAULT
38327         lines in shlib-versions are respected.
38328         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38330 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38332         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38333         Declare with warn_unused_result.
38334         (setgid, setregid, setegid, setresgid): Likewise.
38335         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38336         Likewise.
38337         * WUR-REPORT: Remove set*id functions.
38339 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38341         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38343 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38345         [BZ #10191]
38346         * include/sys/socket.h (__libc_accept, __libc_accept4):
38347         Add attribute_hidden.
38348         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38350         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38351         use of PTR_MANGLE.
38352         * inet/getnetgrent_r.c (setup): Likewise.
38354         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38356 2012-07-31  David S. Miller  <davem@davemloft.net>
38358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38360 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38362         [BZ #13629]
38363         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38364         value between 1.0 and 2.0 and smaller part has absolute value less
38365         than 1.0.
38366         * math/s_clog10.c (__clog10): Likewise.
38367         * math/s_clog10f.c (__clog10f): Likewise.
38368         * math/s_clog10l.c (__clog10l): Likewise.
38369         * math/s_clogf.c (__clogf): Likewise.
38370         * math/s_clogl.c (__clogl): Likewise.
38371         * math/libm-test.inc (clog_test): Add more tests.
38372         (clog10_test): Likewise.
38373         * sysdeps/i386/fpu/libm-test-ulps: Update.
38374         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38376 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38378         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38379         Exit with zero in case no suitable GID is found, and write a
38380         message to standard error.
38382 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38384         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38385         rather than to 1.
38386         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38387         (MAXPATHLEN): Removed.
38388         (NOGROUP, NODEV): New macros.
38389         (setbit, clrbit, isset, isclr): New macros.
38390         (howmany, roundup, powerof2): New macros.
38391         (DEV_BSIZE): New macro.
38393         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38394         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38396         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38397         definition on [!__NO_LONG_DOUBLE_MATH].
38399         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38400         PTR_MANGLE and PTR_DEMANGLE.
38402         * socket/accept4.c (accept4): Rename to __libc_accept4.
38403         Define accept4 as a weak alias.
38405         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38406         on [_DIRENT_HAVE_D_TYPE].
38407         * io/ftw.c (ftw_dir): Likewise.
38409         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38411         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38413         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38414         Use the BSD numbers rather than the arbitrary ones we had.
38415         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38416         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38417         (SIGXCPU, SIGXFSZ): New macros.
38418         (_NSIG): Now 32.
38420         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38421         initializer on [_LIBC_REENTRANT].
38423         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38424         definitions inside [_POSIX_MAPPED_FILES].
38426         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38428         * dirent/opendir.c: Include <fcntl.h>.
38430         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38431         (__libc_getspecific): Likewise.
38432         (__libc_key_create): Likewise.
38434         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38435         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38436         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38437         (tmpfile64): Define as alias.
38438         * sysdeps/wordsize-64/tmpfile.c: File removed.
38439         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38440         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38441         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38443         * stdio-common/vfscanf.c: Include <stdbool.h>.
38444         * nss/makedb.c: Likewise.
38445         * stdio-common/_i18n_number.h: Likewise.
38446         * argp/argp-help.c: Likewise.
38447         * posix/wordexp.c: Likewise.
38448         * sysdeps/posix/spawni.c: Likewise.
38449         * nss/nss_files/files-initgroups.c: Likewise.
38450         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38451         * nss/nss_files/files-initgroups.c: Likewise.
38452         * nss/nss_db/db-netgrp.c: Likewise.
38453         * nss/nss_db/db-initgroups.c: Likewise.
38454         * io/fchmodat.c: Include <sys/stat.h>.
38456         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38457         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38459         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38460         [HAVE_MMAP].
38462         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38463         Add multiple inclusion protection.
38465 2012-07-27  David S. Miller  <davem@davemloft.net>
38467         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38469 2012-07-27  Gary Benson  <gbenson@redhat.com>
38471         [BZ #14298]
38472         * elf/rtld.c: Include <stap-probe.h>.
38473         (dl_main): Added static probes "init_start" and "init_complete".
38474         * elf/dl-load.c: Include <stap-probe.h>.
38475         (lose): Take new parameter "nsid".
38476         Added static probe "map_failed".
38477         (_dl_map_object_from_fd): Pass namespace id to lose.
38478         Added static probe "map_start".
38479         (open_verify): Pass namespace id to lose.
38480         * elf/dl-open.c: Include <stap-probe.h>.
38481         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38482         and "reloc_complete".
38483         * elf/dl-close.c: Include <stap-probe.h>.
38484         (_dl_close_worker): Added static probes "unmap_start" and
38485         "unmap_complete".
38486         * elf/rtld-debugger-interface.txt: New file documenting the above.
38488 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38490         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38491         rather than a string variable.
38492         * sunrpc/rpc_main.c (h_output): Likewise.
38493         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38495 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38497         * inet/check_native.c: New file.
38499 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38501         [BZ #13629]
38502         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38503         if larger part has absolute value 1.0.
38504         * math/s_clog10.c (__clog10): Likewise.
38505         * math/s_clog10f.c (__clog10f): Likewise.
38506         * math/s_clog10l.c (__clog10l): Likewise.
38507         * math/s_clogf.c (__clogf): Likewise.
38508         * math/s_clogl.c (__clogl): Likewise.
38509         * math/libm-test.inc (clog_test): Add more tests.
38510         (clog10_test): Likewise.
38511         * sysdeps/i386/fpu/libm-test-ulps: Update.
38512         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38514         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38515         (pltexit): Likewise.
38516         (La_regs): Likewise.
38517         (La_retval): Likewise.
38518         (int_retval): Likewise.
38519         Update #error for removed macros to refer only to definitions in
38520         tst-audit.h.
38521         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38522         macro.
38523         (pltexit): Likewise.
38524         (La_regs): Likewise.
38525         (La_retval): Likewise.
38526         (int_retval): Likewise.
38527         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38528         macro.
38529         (pltexit): Likewise.
38530         (La_regs): Likewise.
38531         (La_retval): Likewise.
38532         (int_retval): Likewise.
38533         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38534         macro.
38535         (pltexit): Likewise.
38536         (La_regs): Likewise.
38537         (La_retval): Likewise.
38538         (int_retval): Likewise.
38539         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38540         macro.
38541         (pltexit): Likewise.
38542         (La_regs): Likewise.
38543         (La_retval): Likewise.
38544         (int_retval): Likewise.
38545         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38546         macro.
38547         (pltexit): Likewise.
38548         (La_regs): Likewise.
38549         (La_retval): Likewise.
38550         (int_retval): Likewise.
38551         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38552         macro.
38553         (pltexit): Likewise.
38554         (La_regs): Likewise.
38555         (La_retval): Likewise.
38556         (int_retval): Likewise.
38557         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38558         macro definitions in tst-audit.h.
38559         * sysdeps/i386/tst-audit.h: New file.
38560         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38561         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38562         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38563         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38564         * sysdeps/sh/tst-audit.h: Likewise.
38565         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38566         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38567         * sysdeps/x86_64/tst-audit.h: Likewise.
38569 2012-07-26  Andreas Jaeger  <aj@suse.de>
38571         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38572         ptrace.
38574         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38575         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38576         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38577         PTRACE_O_MASK.
38578         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38579         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38580         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38582         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38583         value.
38585         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38586         _sigsys.
38587         (si_call_addr, si_syscall, si_arch): Define new macro.
38588         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38589         _sigsys.
38590         (si_call_addr, si_syscall, si_arch): Define new marcro.
38591         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38592         _sigsys.
38593         (si_call_addr, si_syscall, si_arch): Define new macro.
38594         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38595         _sigsys.
38596         (si_call_addr, si_syscall, si_arch): Define new macro.
38598 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38600         [BZ #13717]
38601         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38602         Change to 2.4.21 where previously 2.4.1.
38603         * sysdeps/unix/sysv/linux/configure: Regenerated.
38604         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
38605         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
38606         Linux kernel version.
38607         (__ASSUME_STD_AUXV): Remove.
38608         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
38609         kernel version.
38610         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
38611         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
38612         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
38613         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
38614         (__ASSUME_NETLINK_SUPPORT): Likewise.
38615         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
38616         (__no_netlink_support): Remove conditional definition.
38617         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
38618         Remove.
38619         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38620         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
38621         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
38622         (if_nameindex_ioctl): Remove.
38623         (if_nameindex_netlink): Do not handle __no_netlink_support.
38624         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38625         code.
38626         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
38627         Remove conditional code.
38628         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
38629         code.
38630         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
38631         unconditional.
38632         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
38633         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
38634         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
38635         Remove.
38636         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
38637         [!__ASSUME_STD_AUXV]: Remove conditional code.
38638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
38639         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
38640         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
38641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
38642         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
38643         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38644         code.
38645         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
38647         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
38648         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38649         conditional code.
38650         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
38651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
38652         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
38653         code.
38654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
38655         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
38656         conditional code.
38657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
38658         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38659         code unconditional.
38660         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38661         conditional code.
38662         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38663         unconditional.
38664         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38665         conditional code.
38666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
38667         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38668         unconditional.
38669         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38670         conditional code.
38671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
38672         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38673         code unconditional.
38674         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38675         conditional code.
38676         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38677         unconditional.
38678         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38679         conditional code.
38680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
38681         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
38682         code unconditional.
38683         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38684         conditional code.
38685         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
38686         unconditional.
38687         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
38688         conditional code.
38690 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
38692         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
38693         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
38694         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
38695         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
38696         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
38697         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
38698         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
38699         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
38700         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
38701         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
38702         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
38703         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
38704         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
38705         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
38706         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
38707         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
38708         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
38709         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
38710         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
38711         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
38712         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
38713         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
38714         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
38716 2012-07-25  Florian Weimer  <fweimer@redhat.com>
38718         * Versions.def: Add GLIBC_2.17.
38719         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
38720         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
38721         Introduce __libc_secure_getenv.
38722         * stdlib/Versions (2.17): Add secure_getenv
38723         (GLIBC_PRIVATE): Add __libc_secure_getenv.
38724         * stdlib/secure-getenv.c: Rename __secure_getenv to
38725         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
38726         symbol __secure_getenv for GLIBC_2.0.
38727         * stdlib/tst-secure-getenv.c: New.
38728         * stdlib/Makefile (tests): Add testcase.
38729         * manual/startup.texi (Environment Access): Document
38730         secure_getenv.
38731         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
38732         __libc_secure_getenv.
38733         * inet/ruserpass.c (ruserpass): Likewise.
38734         * malloc/mtrace.c (mtrace): Likewise.
38735         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
38736         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
38737         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
38738         * sysdeps/posix/tempname.c: Likewise.  Evaluate
38739         HAVE_SECURE_GETENV.
38740         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
38741         __secure_getenv to __libc_secure_getenv.
38742         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
38743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38744         Likewise.
38745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38746         Likewise.
38747         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38748         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38749         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38750         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38751         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38752         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38753         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38755 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38757         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
38758         (struct La_i86_retval): Likewise.
38759         (struct La_x86_64_regs): Likewise.
38760         (struct La_x86_64_retval): Likewise.
38761         (struct La_x32_regs): Likewise.
38762         (struct La_x32_retval): Likewise.
38763         (struct La_ppc32_regs): Likewise.
38764         (struct La_ppc32_retval): Likewise.
38765         (struct La_ppc64_regs): Likewise.
38766         (struct La_ppc64_retval): Likewise.
38767         (struct La_sh_regs): Likewise.
38768         (struct La_sh_retval): Likewise.
38769         (struct La_s390_32_regs): Likewise.
38770         (struct La_s390_32_retval): Likewise.
38771         (struct La_s390_64_regs): Likewise.
38772         (struct La_s390_64_retval): Likewise.
38773         (struct La_sparc32_regs): Likewise.
38774         (struct La_sparc32_retval): Likewise.
38775         (struct La_sparc64_regs): Likewise.
38776         (struct La_sparc64_retval): Likewise.
38777         (struct audit_ifaces): Remove architecture-specific pltenter and
38778         pltexit members.
38779         * sysdeps/i386/ldsodefs.h: New file.
38780         * sysdeps/powerpc/ldsodefs.h: Likewise.
38781         * sysdeps/s390/ldsodefs.h: Likewise.
38782         * sysdeps/sh/ldsodefs.h: Likewise.
38783         * sysdeps/sparc/ldsodefs.h: Likewise.
38784         * sysdeps/x86_64/ldsodefs.h: Likewise.
38786 2012-07-25  Marek Polacek  <polacek@redhat.com>
38788         [BZ #6808]
38789         * math/libm-test.inc (yn_test): Add another test.
38790         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
38791         to ERANGE when the result is +-Inf.
38792         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
38793         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
38794         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
38795         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
38797 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
38799         * conform/data/time.h-data (NULL): Use macro-constant.  Require
38800         equal to 0.
38801         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
38802         clock_t.
38803         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
38805 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
38807         * configure.in <sysdeps resolving>: Correct printing
38808         Implies_before.
38809         * configure: Regenerate.
38811 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
38813         * math/w_ilogb.c: Include <limits.h>.
38814         * math/w_ilogbl.c: Likewise.
38816 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38818         * manual/lang.texi (__va_copy): Document primarily as ISO C99
38819         va_copy.  Document allowing for unavailable va_copy only as
38820         pre-C99 compatibility.
38821         * manual/string.texi (Copying and Concatenation): Use va_copy
38822         instead of __va_copy in concat example.
38824 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
38826         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
38827         (__sendto): Use create_address_port.  Initialize APORT and deallocate
38828         it if not null.
38830         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
38831         with O_NOLINK passed to __file_name_lookup.
38833         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
38834         with O_NOLINK passed to __file_name_lookup.
38836         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
38837         negative N or less than NGIDS.
38839         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
38840         type to string_t.  Set ERANGE as errno and return it if NAME is not big
38841         enough.  Use memcpy instead of strncpy.
38843 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
38845         * elf/Makefile (check-data): Remove.
38846         (localplt.data): New vpath directive.
38847         ($(objpfx)check-localplt.out): Use localplt.data from vpath
38848         instead of $(check-data).
38849         * scripts/data/localplt-generic.data: Move to ...
38850         * sysdeps/generic/localplt.data: ... here.
38851         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
38852         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
38853         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
38854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
38855         ... here.
38856         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
38857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
38858         ... here.
38859         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
38860         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
38861         ... here.
38862         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
38863         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
38864         ... here.
38865         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
38866         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
38867         ... here.
38868         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
38869         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
38870         ... here.
38872 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38874         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
38875         PPC32 and PPC64 files.
38876         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
38877         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
38879 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38881         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
38882         __makecontext_ret to ...
38883         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
38884         ... here and call exit if uc_link is NULL.  New file.
38885         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
38886         __makecontext_ret.S.
38887         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
38888         __makecontext_ret to ...
38889         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
38890         ... here and call exit if uc_link is NULL.  New file.
38891         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
38892         __makecontext_ret.S.
38894 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38896         * elf/elf.h (R_390_IRELATIVE): New definition.
38897         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
38898         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
38899         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
38900         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
38901         (elf_machine_lazy_rel): Likewise.
38902         * sysdeps/s390/dl-irel.h: New file.
38903         * sysdeps/s390/s390-64/memcpy.S: New asm code.
38904         * sysdeps/s390/s390-64/memset.S: New asm code.
38905         * sysdeps/s390/s390-64/memcmp.S: New asm code.
38906         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
38907         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
38908         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
38909         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
38910         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
38911         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
38912         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
38913         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
38914         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
38915         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
38916         * sysdeps/s390/s390-32/memcpy.S: New asm code.
38917         * sysdeps/s390/s390-32/memset.S: New asm code.
38918         * sysdeps/s390/s390-32/memcmp.S: New asm code.
38920 2012-07-17  Marek Polacek  <polacek@redhat.com>
38922         [BZ #14349]
38923         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
38924         * sysdeps/s390/s390-64/configure.in: Likewise.
38925         * sysdeps/sparc/configure.in: Likewise.
38926         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
38927         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
38928         * sysdeps/i386/configure.in: Likewise.
38929         * sysdeps/x86_64/configure.in: Likewise.
38930         * sysdeps/sh/configure.in: Likewise.
38931         * sysdeps/s390/s390-32/configure: Regenerated.
38932         * sysdeps/s390/s390-64/configure: Likewise.
38933         * sysdeps/x86_64/configure: Likewise.
38934         * sysdeps/sh/configure: Likewise.
38935         * sysdeps/powerpc/powerpc64/configure: Likewise.
38936         * sysdeps/powerpc/powerpc32/configure: Likewise.
38937         * sysdeps/sparc/configure: Likwise.
38938         * sysdeps/i386/configure: Likewise.
38940         * elf/dl-open.c: Comment fixes.
38942 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
38944         * Makefile [CXX] (check-data): Remove.
38945         [CXX] (c++-types.data): New vpath directive.
38946         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
38947         vpath.  Do not allow for C++ type data being missing.
38948         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
38949         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
38950         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
38951         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
38952         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
38953         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
38954         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
38955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
38956         ... here.
38957         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
38958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
38959         ... here.
38960         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
38961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
38962         ... here.
38963         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
38964         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
38965         ... here.
38966         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
38967         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
38968         ... here.
38969         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
38970         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
38971         ... here.
38972         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
38973         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
38974         ... here.
38975         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
38976         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
38978         * elf/tls-macros.h (TLS_LE): Move architecture-specific
38979         definitions to architecture-specific files.
38980         (TLS_IE): Likewise.
38981         (TLS_LD): Likewise.
38982         (TLS_GD): Likewise.
38983         * sysdeps/i386/tls-macros.h: New file.
38984         * sysdeps/powerpc/tls-macros.h: Likewise.
38985         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
38986         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
38987         * sysdeps/sh/tls-macros.h: Likewise.
38988         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
38989         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
38990         * sysdeps/x86_64/tls-macros.h: Likewise.
38992 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
38994         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
38995         zero value for regular exit case.
38997         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
38998         (__start_context): Preserve zero value for regular exit case.
39000 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39001             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39003         * manual/setjmp.texi (setcontext): Clarify normal process
39004         termination when uc_link is the null pointer.
39005         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39006         exit call.
39008 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39010         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39011         preprocessor.  Test for each exception mask separately.
39013 2012-07-16  Andreas Jaeger  <aj@suse.de>
39015         * po/ru.po: Update from translation team.
39017 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39019         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39020         equal to 0.
39021         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39022         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39023         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39024         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39025         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39027 2012-07-13  Andreas Jaeger  <aj@suse.de>
39029         * po/fr.po: Update from translation team.
39031 2012-07-12  Marek Polacek  <polacek@redhat.com>
39033         [BZ #14173]
39034         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39035         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39036         loop condition.
39038 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39040         [BZ #13717]
39041         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39042         Change to 2.4.1 where previously 2.4.0.
39043         * sysdeps/unix/sysv/linux/configure: Regenerated.
39044         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39045         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39046         version.
39047         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39048         (__ASSUME_AT_CLKTCK): Remove.
39049         (__ASSUME_AT_PAGESIZE): Likewise.
39050         (__ASSUME_AT_XID): Likewise.
39051         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39052         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39053         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39054         unconditionally.
39055         (HAVE_AUX_PAGESIZE): Likewise.
39056         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39057         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39058         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39060 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39062         [BZ #14307]
39063         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39064         the temporary buffer used to invoke __gethostbyname2_r,
39065         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39066         host_data / struct gaih_addrtuple.
39067         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39068         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39069         header file nss/nsswitch.h.
39070         * nss/nsswitch.h (global scope): Add definition of implementation
39071         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39072         resolv/nss_dns/dns-host.c).
39074 2012-07-11  Andreas Jaeger  <aj@suse.de>
39076         * po/fr.po: Update from translation team.
39078         * po/sv.po: Update from translation team
39079         * po/fr.po: Another update from translation team.
39081 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39083         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39084         for subnormals or multiply small sinh result by itself.
39085         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39086         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39088 2012-07-11  David S. Miller  <davem@davemloft.net>
39090         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39092 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39094         [BZ #14347]
39095         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39096         (INTERNAL_MARK): Shift it here.
39098 2012-07-10  Marek Polacek  <polacek@redhat.com>
39100         [BZ #14151]
39101         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39102         libc_cv_asm_global_directive with .globl.
39103         * configure: Regenerated.
39104         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39105         with .globl.
39106         * sysdeps/i386/configure: Regenerated.
39107         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39108         with .globl.
39109         * sysdeps/x86_64/configure: Regenerated.
39110         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39111         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39112         * elf/tst-unique2mod2.c: Likewise.
39113         * elf/tst-unique2mod1.c: Likewise.
39114         * elf/tst-unique1mod2.c: Likewise.
39115         * elf/tst-unique1mod1.c: Likewise.
39116         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39117         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39118         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39119         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39120         * sysdeps/mach/sysdep.h: Likewise.
39121         * sysdeps/i386/sysdep.h: Likewise.
39122         * sysdeps/i386/i386-mcount.S: Likewise.
39123         * sysdeps/x86_64/_mcount.S: Likewise.
39124         * sysdeps/x86_64/sysdep.h: Likewise.
39125         * sysdeps/sh/_mcount.S: Likewise.
39126         * sysdeps/sh/sysdep.h: Likewise.
39127         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39128         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39129         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39130         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39131         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39132         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39133         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39134         * locale/localeinfo.h: Likewise.
39135         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39136         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39138 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39140         [BZ #14336]
39141         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39142         system".
39143         * manual/message.texi (The Uniforum approach): Likewise.
39144         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39145         (glibc iconv Implementation): Likewise.
39147 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39149         [BZ #14337]
39150         * math/s_clog.c (__clog): Avoid scaling a value down where that
39151         could result in underflow.
39152         * math/s_clog10.c (__clog10): Likewise.
39153         * math/s_clog10f.c (__clog10f): Likewise.
39154         * math/s_clog10l.c (__clog10l): Likewise.
39155         * math/s_clogf.c (__clogf): Likewise.
39156         * math/s_clogl.c (__clogl): Likewise.
39157         * math/libm-test.inc (clog_test): Add more tests.
39158         (clog10_test): Likewise.
39159         * sysdeps/i386/fpu/libm-test-ulps: Update.
39160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39162 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39164         [BZ #14283]
39165         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39166         by 7 not 8 to examine high bit of fractional part.
39168         [BZ #14042]
39169         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39170         for call to __mcount_internal.
39171         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39172         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39173         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39175 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39177         [BZ #14154]
39178         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39179         approximation for values within 0x1p-13f of an odd multiple of
39180         pi/4.
39181         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39182         exception.  Add more tests.
39183         * sysdeps/i386/fpu/libm-test-ulps: Update.
39185         [BZ #6778]
39186         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39187         inputs and return -1 for them.  Do not check for +Inf in case not
39188         reachable for +Inf.
39189         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39190         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39191         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39192         and return -1 for them.  Do not check for +Inf in case not
39193         reachable for +Inf.
39194         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39195         define.
39196         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39197         and return -1 for them.  Do not check for +Inf in case not
39198         reachable for +Inf.
39199         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39200         spurious underflow.
39201         * sysdeps/i386/fpu/libm-test-ulps: Update.
39202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39204 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39206         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39208 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39210         [BZ #14157]
39211         [BZ #14331]
39212         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39213         could result in spurious underflow.  Scale down values above
39214         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39215         * math/s_csqrtf.c (__csqrtf): Likewise.
39216         * math/s_csqrtl.c (__csqrtl): Likewise.
39217         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39218         spurious underflow.
39219         * sysdeps/i386/fpu/libm-test-ulps: Update.
39220         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39222 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39224         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39225         xopen-msg.sed.
39226         * catgets/xopen-msg.awk: New file.
39227         * catgets/xopen-msg.sed: Removed.
39229         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39230         po2text.sed.
39231         * intl/po2test.awk: New file.
39232         * intl/po2test.sed: Removed.
39234 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39236         [BZ #14328]
39237         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39238         or multiply small sinh result by itself.
39239         * math/s_ctanf.c (__ctanf): Likewise.
39240         * math/s_ctanh.c (__ctanh): Likewise.
39241         * math/s_ctanhf.c (__ctanhf): Likewise.
39242         * math/s_ctanhl.c (__ctanhl): Likewise.
39243         * math/s_ctanl.c (__ctanl): Likewise.
39244         * math/libm-test.inc (ctan_test_tonearest): New function.
39245         (ctan_test_towardzero): Likewise.
39246         (ctan_test_downward): Likewise.
39247         (ctan_test_upward): Likewise.
39248         (ctanh_test_tonearest): Likewise.
39249         (ctanh_test_towardzero): Likewise.
39250         (ctanh_test_downward): Likewise.
39251         (ctanh_test_upward): Likewise.
39252         (main): Call these new functions.
39253         * sysdeps/i386/fpu/libm-test-ulps: Update.
39254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39256 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39258         * .gitignore: Delete /ports entry.
39260 2012-07-03  Andreas Jaeger  <aj@suse.de>
39262         * po/bg.po: Update from translation team.
39263         * po/cs.po: Likewise.
39264         * po/de.po: Likewise.
39265         * po/hr.po: Likewise.
39266         * po/nl.pl: Likewise.
39267         * po/pl.po: Likewise.
39268         * po/vi.po: Likewise.
39270 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39272         * Makeconfig [!+link] (+link-before-libc): New variable.
39273         [!+link] (+link-after-libc): Likewise.
39274         [!+link] (+link-tests): Likewise.
39275         [!+link] (+link): Define in terms of $(+link-before-libc) and
39276         $(+link-after-libc).
39277         [!+link-static] (+link-static-before-libc): New variable.
39278         [!+link-static] (+link-static-after-libc): Likewise.
39279         [!+link-static] (+link-static-tests): Likewise.
39280         [!+link-static] (+link-static): Define in terms of
39281         $(+link-static-before-libc) and $(+link-static-after-libc).
39282         [build-shared] (link-libc-before-gnulib): New variable.
39283         [build-shared] (link-libc-tests): Likewise.
39284         [build-shared] (link-libc): Define in terms of
39285         $(link-libc-before-gnulib).
39286         [!build-shared] (link-libc-tests): New variable.
39287         (link-libc-static-tests): New variable.
39288         [!gnulib] (gnulib-arch): New variable.
39289         [!gnulib] (gnulib-tests): Likewise.
39290         [!gnulib] (static-gnulib-arch): Likewise.
39291         [!gnulib] (static-gnulib-tests): Likewise.
39292         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39293         Define with "=" instead of ":=".
39294         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39295         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39296         * Rules (binaries-all-notests): New variable.
39297         (binaries-all-tests): Likewise.
39298         (binaries-static-notests): Likewise.
39299         (binaries-static-tests): Likewise.
39300         (binaries-all): Define using $(binaries-all-notests) and
39301         $(binaries-all-tests).
39302         (binaries-static): Define using $(binaries-static-notests) and
39303         $(binaries-static-tests).
39304         (binaries-shared-tests): New variable.
39305         (binaries-shared-notests): Likewise.
39306         (binaries-shared): Remove variable.
39307         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39308         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39309         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39310         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39311         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39312         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39313         * elf/Makefile (sln-modules): New variable.
39314         (extra-objs): Add $(sln-modules:=.o).
39315         (ldconfig-modules): Add static-stubs.
39316         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39317         * elf/static-stubs.c: New file.
39319         [BZ #14283]
39320         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39321         by 7 not 8 to examine high bit of fractional part.  Use volatile
39322         variables when splitting into final array of floats if
39323         __FLT_EVAL_METHOD__ != 0.
39324         * math/libm-test.inc (cos_test): Add another test.
39325         (sin_test): Likewise.
39326         * sysdeps/i386/fpu/libm-test-ulps: Update.
39328         [BZ #14273]
39329         * math/libm-test.inc (cosh_test): Add more tests.
39331         * version.h (RELEASE): Set to "development".
39332         (VERSION): Set to "2.16.90".
39334 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39336         * NEWS: Update copyright. Remove last-updated date.
39337         Mention math library bug fixes and timezone data changes.
39338         * README: Mention GNU/Hurd, x32, and HPPA support status.
39340 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39342         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39344 2012-06-27  Andreas Jaeger  <aj@suse.de>
39346         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39348 2012-06-25  Andreas Jaeger  <aj@suse.de>
39350         * sysdeps/s390/fpu/libm-test-ulps: Update.
39352 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39353             Thomas Schwinge  <thomas@codesourcery.com>
39355         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39356         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39357         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39358         fanotify_mark.
39360 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39362         * sysdeps/mach/start.c: Remove file.
39363         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39364         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39365         * sysdeps/sh/init-first.c: Likewise.
39367         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39368         registers for frame unwinding purposes, add CFI directives.
39369         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39370         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39371         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39372         Likewise.
39374         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39375         __fortify_fail returning.
39376         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39378         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39379         sysdeps/sh/____longjmp_chk.S.
39380         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39381         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39382         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39383         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39385         * sysdeps/sh/abort-instr.h: New file.
39386         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39387         process in case exit returns.
39389         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39390         initialize the GOT register before use.
39392         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39393         calculation of ARGC > 4.
39395         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39396         meaningful names to some local labels.
39398 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39399             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39401         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39402         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39403         (__arch_compare_and_exchange_val_16_acq): Likewise.
39404         (__arch_compare_and_exchange_val_32_acq): Likewise.
39405         (atomic_exchange_and_add): Fix gUSA sequence.
39406         (atomic_add): Likewise.
39407         (atomic_add_negative): Likewise.
39408         (atomic_add_zero): Likewise.
39409         (atomic_bit_test_set): Likewise.
39411 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39413         [BZ #13579]
39414         * include/link.h (struct link_map): Add l_free_initfini.
39415         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39416         l_initfini.
39417         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39418         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39419         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39420         set.
39422 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39424         * configure.in: Use AC_LANG_SOURCE.
39425         * configure: Regenerate.
39427 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39429         * configure.in (libc_cv_localstatedir): New substituted variable.
39430         * configure: Regenerated.
39431         * config.make.in (localstatedir): New variable, substituted from
39432         libc_cv_localstatedir.
39433         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39434         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39435         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39436         * sysdeps/gnu/configure: Regenerated.
39438 2012-06-21  Jeff Law  <law@redhat.com>
39440         [BZ #14277]
39441         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39442         free.  Simplify list management for _LIBC case.
39444 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39446         [BZ #14273]
39447         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39448         Clear sign bit of 64-bit integer value before comparing against
39449         overflow value.
39451         * sysdeps/mach/configure: Regenerated.
39453 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39455         [BZ #14278]
39456         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39458 2012-06-21  Jeff Law  <law@redhat.com>
39460         [BZ #13882]
39461         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39462         uint16_t for elements in the "seen" array to avoid char overflows.
39463         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39464         * elf/dl-open.c (dl_open_worker): Likewise.
39466 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39468         * scripts/list-sources.sh: Scan PORTS for translations.
39469         * po/libc.pot: Regenerated.
39471 2012-06-21  Andreas Jaeger  <aj@suse.de>
39473         [BZ #12194]
39474         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39475         warning.
39476         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39477         * bits/byteswap-16.h (__bswap_16): Likewise.
39478         * bits/byteswap.h (__bswap_constant_16): Likewise.
39480 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39482         [BZ #14117]
39483         * sysdeps/i386/fpu_control.h: Removed.
39484         * sysdeps/x86_64/fpu_control.h: Moved to ...
39485         * sysdeps/x86/fpu_control.h: Here.
39487         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39488         (_FPU_SETCW): Likewise.
39490 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39492         [BZ #14117]
39493         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39494         * sysdeps/x86/fpu/bits/mathinline.h: This.
39495         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39497         [BZ #14050]
39498         [BZ #14117]
39499         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39500         functions if __x86_64__ is defined.
39502 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39504         * string/endian.h: Add !__ASSEMBLER__ condition for including
39505         conversion interfaces.
39507 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39509         [BZ #14241]
39510         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39511         of ABS(x) in calculating zero to negative powers other than odd
39512         integers.
39513         * math/libm-test.inc (pow_test): Add more tests.
39515 2012-06-15  Andreas Jaeger  <aj@suse.de>
39517         * manual/contrib.texi (Contributors): Update entry of Liubov
39518         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39519         Machado Filho.
39521 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39523         * string/string.h: Add __wur to GNU version of strerror_r.
39525 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39527         [BZ #14229]
39528         * string/Makefile (tests): Add tst-strtok_r.
39529         * string/tst-strtok_r.c: New file.
39530         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39531         RAX_LP/RDX_LP on SAVE_PTR.
39533 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39535         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39537 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39539         * libm_test.inc (csqrt_test): Allow more spurious underflow
39540         exceptions.
39541         (j0_test): Likewise.
39542         (j1_test): Likewise.
39543         (y0_test): Likewise.
39544         (y1_test): Likewise.
39546 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39548         * po/Makefile (libc.pot): Use UTF-8 charset.
39550 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39552         [BZ #14210]
39553         Suppress sign-conversion warning from FD_SET.
39554         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39555         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39556         not unsigned long int.
39557         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39559 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
39561         [BZ #14050]
39562         [BZ #14117]
39563         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39564         __extern_always_inline instead of __extern_inline.
39565         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39566         (__signbit): Likewise.
39567         (__signbitl): Support C++ namespace.
39568         (lrintf): New inline function.
39569         (lrint): Likewise.
39570         (llrintf): Likewise.
39571         (llrint): Likewise.
39572         (fmaxf): Likewise.
39573         (fmax): Likewise.
39574         (fminf): Likewise.
39575         (fmin): Likewise.
39576         (rint): Likewise.
39577         (rintf): Likewise.
39578         (ceil): Likewise.
39579         (ceilf): Likewise.
39580         (floor): Likewise.
39581         (floorf): Likewise.
39582         (nearbyint): Likewise.
39583         (nearbyintf): Likewise.
39585 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
39587         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39588         non-default versions.
39590 2012-06-11  Roland McGrath  <roland@hack.frob.com>
39592         [BZ #14218]
39593         * manual/argp.texi (Argp): Reword argp_parse description slightly.
39595 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
39597         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39598         (FE_UPWARD, FE_DOWNWARD): Don't define.
39599         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39600         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39602         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39603         reading it.
39604         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
39605         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
39607 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39609         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39610         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
39611         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
39612         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
39614 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
39616         [BZ #14117]
39617         * sysdeps/i386/fpu/bits/fenv.h: Removed.
39618         * sysdeps/i386/fpu/Implies: New file.
39619         * sysdeps/x86_64/fpu/Implies: Likewise.
39620         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
39621         * sysdeps/x86/fpu/bits/fenv.h: This.
39623         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
39624         __SSE_MATH__.
39626 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
39628         [BZ #14134]
39629         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
39630         character 0xffff that matches the last element of the
39631         conversion table.
39633 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39635         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
39636         fmodl commit.
39638 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39640         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
39641         values higher than 25.6283.
39643 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39645         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
39646         subnormal exponent extraction and add some __builtin_expect.
39647         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
39648         Fix for subnormal mantissa calculation.
39650 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
39652         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
39653         cpu2 is -1 and errno is not ENOSYS.
39655 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
39657         [BZ #14117]
39658         * sysdeps/i386/i486/bits/string.h: Renamed to ...
39659         * sysdeps/x86/bits/string.h: This.
39660         * sysdeps/x86_64/bits/string.h: Removed.
39662         * sysdeps/i386/i486/bits/string.h: Define inline functions only
39663         if not compiling for x86-64, but compiling for >= i486.
39665         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
39666         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
39668         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
39669         New macro from Linux kernel 3.4.0.
39670         (FP_XSTATE_MAGIC2): Likewise.
39671         (FP_XSTATE_MAGIC2_SIZE): Likewise.
39672         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
39673         (struct _fpx_sw_bytes): New struct.
39674         (struct _xsave_hdr): Likewise.
39675         (struct _ymmh_state): Likewise.
39676         (struct _xstate): Likewise.
39678         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
39679         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
39680         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
39681         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
39682         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
39683         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
39685         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
39686         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
39687         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
39688         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
39689         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
39690         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
39692 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39694         [BZ #13743]
39695         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
39696         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
39697         (sysdep_headers): Include sys/platform/ppc.h.
39698         * sysdeps/powerpc/test-gettimebase.c: Test for
39699         __ppc_get_timebase() to catch future ISA opcode/insn changes.
39700         * manual/Makefile (appendices): Include platform.texi.
39701         * manual/contrib.texi (Contributors): Update @node pointers.
39702         * manual/maint.texi (Maintenance): Likewise.
39703         (Platform): New node.
39704         * manual/platform.texi: New file.  Document the new features.
39706 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
39707             Jakub Jelinek  <jakub@redhat.com>
39709         [BZ #14188]
39710         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
39711         where __builtin_expect is unavailable.
39713 2012-06-03  David S. Miller  <davem@davemloft.net>
39715         * stdlib/longlong.h: Updated from GCC.
39717 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
39719         [BZ #14042]
39720         * sysdeps/powerpc/powerpc32/mcount.c: New file.
39721         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
39722         __mcount_internal.
39723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39724         (GLIBC_2.16): Likewise.
39726 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39728         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
39730 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
39733         (default-abi): New variable.
39734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
39735         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
39736         variable.
39737         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
39738         Likewise.
39739         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
39740         Likewise.
39741         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
39742         Likewise.
39744         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
39745         definition.  Document in comment.
39747 2012-06-01  David S. Miller  <davem@davemloft.net>
39749         * stdlib/longlong.h: Updated from GCC.
39751 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39753         [BZ #14117]
39754         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
39755         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
39756         sys/debugreg.h sys/io.h here.
39757         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
39758         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
39759         sys/io.h.
39760         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
39761         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
39762         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
39763         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
39764         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
39765         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
39767         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
39768         Define only if __x86_64__ is defined.
39770 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
39772         [BZ #14048]
39773         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
39774         Use int64_t for variable i.
39775         * math/libm-test.inc (fmod_test): Add more tests.
39777         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
39778         z computation is not scheduled after fetestexcept.
39779         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
39780         Use math_force_eval instead of asm to ensure calculation scheduled
39781         before exception test.
39782         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
39783         Ensure a1 + u.d computation is not scheduled after fetestexcept.
39785 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
39787         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
39788         computation is not scheduled after fetestexcept.
39790 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
39792         [BZ #14117]
39793         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
39794         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
39796 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39798         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
39799         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
39801 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39803         [BZ #14117]
39804         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
39805         <bits/wordsize.h>.
39806         (__WCHAR_MIN): Support __WORDSIZE == 64.
39807         (__WCHAR_MAX): Likewise.
39809         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
39810         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
39812         [BZ #14183]
39813         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
39814         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
39816         [BZ #14117]
39817         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
39818         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
39820         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
39821         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
39823         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
39824         Defined to 1 if __x86_64__ isn't defined.
39825         (_STAT_VER_LINUX_OLD): New.
39826         (st_atime): Remove duplicate.
39827         (st_mtime): Likewise.
39828         (st_ctime): Likewise.
39830 2012-05-31  David S. Miller  <davem@davemloft.net>
39832         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
39833         entries.
39835 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
39837         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
39838         gen-libm-test.pl.
39840         [BZ #14132]
39841         * elf/dl-reloc.c: Include <_itoa.h>.
39842         (_dl_reloc_bad_type): Remove use of INTUSE.
39843         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
39844         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
39845         * stdio-common/psiginfo.c (psiginfo): Likewise.
39846         * stdio-common/psignal.c (psignal): Likewise.
39847         * string/strsignal.c (strsignal): Likewise.
39848         * include/signal.h (_sys_siglist): Declare hidden proto.
39849         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
39850         INTVARDEF with libc_hidden_data_def.
39851         * stdio-common/itoa-udigits.c: Likewise.
39852         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
39853         (_itoa_lower_digits_internal): Remove declaration.
39854         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
39855         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
39856         (_sys_sigabbrev_internal): Remove aliases.
39857         (_sys_siglist): Define hidden alias.
39859 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
39861         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39862         bits/sysctl.h.
39864 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
39866         [BZ #14117]
39867         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
39868         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
39870         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
39871         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
39872         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
39873         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
39874         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
39875         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
39877         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
39878         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
39879         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
39881         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
39882         with __addr.
39883         (insw): Likewise.
39884         (insl): Likewise.
39885         (outsb): Likewise.
39886         (outsw): Likewise.
39887         (outsl): Likewise.
39889         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
39890         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
39891         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
39893         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
39894         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
39895         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
39896         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
39897         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
39898         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
39900         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
39901         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
39903         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
39904         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
39906         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
39907         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
39908         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
39910         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
39911         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
39912         to ...
39913         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
39915         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
39916         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
39917         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
39919         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
39920         for x86-64.
39921         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
39923 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
39925         * math/math.h (M_El): Use two more decimal places.
39926         (M_LOG2El): Likewise.
39927         (M_LOG10El): Likewise.
39928         (M_LN2l): Likewise.
39929         (M_LN10l): Likewise.
39930         (M_PIl): Likewise.
39931         (M_PI_2l): Likewise.
39932         (M_PI_4l): Likewise.
39933         (M_1_PIl): Likewise.
39934         (M_2_PIl): Likewise.
39935         (M_2_SQRTPIl): Likewise.
39936         (M_SQRT2l): Likewise.
39937         (M_SQRT1_2l): Likewise.
39939 2012-05-31  David S. Miller  <davem@davemloft.net>
39941         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
39942         values between float registers.
39943         * sysdeps/sparc/sparc64/memset.S: Likewise.
39944         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39946 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
39948         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
39949         -D_FORTIFY_SOURCE=1.
39950         (CPPFLAGS-tst-longjmp_chk.c): Define.
39951         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
39952         (CPPFLAGS-tst-longjmp_chk2.c): Define.
39953         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
39954         CFLAGS-tst-wchar-h.c.
39956 2012-05-31  Marek Polacek  <polacek@redhat.com>
39958         [BZ #14132]
39959         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
39960         __endmntent_internal): Remove declaration.
39961         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
39962         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
39963         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
39965 2012-05-30  David S. Miller  <davem@davemloft.net>
39967         * sysdeps/sparc/sparc32/soft-fp/q_util.c
39968         (___Q_simulate_exceptions): Use real FP ops rather than writing
39969         into the %fsr.
39970         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
39971         Likewise.
39973 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
39975         [BZ #14117]
39976         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
39977         * sysdeps/x86/bits/xtitypes.h: This.
39979         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
39980         * sysdeps/x86/bits/wordsize.h: This.
39982         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
39983         * sysdeps/x86/bits/huge_vall.h: This.
39985         * sysdeps/i386/bits/select.h: Removed.
39986         * sysdeps/x86_64/bits/select.h: Renamed to ...
39987         * sysdeps/x86/bits/select.h: This.
39989         * sysdeps/i386/bits/setjmp.h: Removed.
39990         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
39991         * sysdeps/x86/bits/setjmp.h: This.
39993         * sysdeps/i386/bits/mathdef.h: Removed.
39994         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
39995         * sysdeps/x86/bits/mathdef.h: This.
39997 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
39999         [BZ #14132]
40000         * include/sys/socket.h (__connect_internal)
40001         (__libc_sa_len_internal): Remove declaration.
40002         (__connect, __libc_sa_len): Declare hidden_proto.
40003         (SA_LEN): Remove use of INTUSE.
40004         * socket/connect.c: Add libc_hidden_def.
40005         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40006         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40007         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40008         alias.
40009         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40010         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40011         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40012         of adding _internal alias.
40014 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40016         [BZ #14117]
40017         * sysdeps/i386/bits/link.h: Removed.
40018         * sysdeps/i386/bits/linkmap.h: Likewise.
40019         * sysdeps/x86_64/bits/link.h: Renamed to ...
40020         * sysdeps/x86/bits/link.h: This.
40021         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40022         * sysdeps/x86/bits/linkmap.h: This.
40024         * sysdeps/i386/bits/endian.h: Removed.
40025         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40026         * sysdeps/x86/bits/endian.h: This.
40028         * sysdeps/i386/bits/byteswap.h: Removed.
40029         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40030         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40031         * sysdeps/x86/bits/byteswap.h: This.
40032         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40033         * sysdeps/x86/bits/byteswap-16.h: This.
40034         * sysdeps/i386/Implies: Add x86.
40035         * sysdeps/x86_64/Implies: Likewise.
40037 2012-05-30  David S. Miller  <davem@davemloft.net>
40039         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40040         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40041         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40042         (FP_TRAPPING_EXCEPTIONS): Define.
40043         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40044         (FP_TRAPPING_EXCEPTIONS): Define.
40045         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40046         subnormals only when inexact has been signalled or underflow
40047         exceptions are enabled.
40048         (_FP_PACK_CANONICAL): Likewise.
40050 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40052         [BZ #14183]
40053         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40054         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40056 2012-05-30  Richard Henderson  <rth@twiddle.net>
40058         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40059         with #ifndef NOT_IN_libc.
40061         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40062         marked to avoid plt entry.
40064 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40066         [BZ #14112]
40067         * Makeconfig (default-abi): New macro.
40068         (abi-includes): Likewise.
40069         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40070         $(abi-$(default-abi)-lib-soname) for soname if defined.
40071         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40072         abi-variants.
40073         * Makefile (installed-stubs): Likewise.
40074         * include/stubs-biarch.h: Removed.
40075         * scripts/lib-names.awk: Only handle one library at a time.
40076         * scripts/soversions.awk: Remove WORDSIZE support.
40077         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40078         entries.
40079         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40080         Removed.
40081         (syscall-list-default-condition): Likewise.
40082         (syscall-list-default-condition): Likewise.
40083         (syscall-list-includes): Likewise.
40084         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40085         syscall-list-* with abi-*.  Handle undefined abi-variants.
40086         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40087         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40088         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40089         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40090         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40091         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40092         Removed.
40093         (syscall-list-32-options): Likewise.
40094         (syscall-list-32-condition): Likewise.
40095         (syscall-list-64-options): Likewise.
40096         (syscall-list-64-condition): Likewise.
40097         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40098         macro.
40099         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40100         Renamed to ...
40101         (abi-*): This.
40102         (abi-64-ld-soname): New macro.
40103         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40104         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40105         Renamed to ...
40106         (abi-*): This.
40107         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40108         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40110 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40112         * sysdeps/unix/sysv/linux/kernel-features.h
40113         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40114         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40115         include <kernel-features.h>.
40116         [!__NR_ftruncate64]: Remove conditional code.
40117         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40118         [__NR_ftruncate64]: Make code unconditional.
40119         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40120         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40121         include <kernel-features.h>.
40122         [!__NR_ftruncate64]: Remove conditional code.
40123         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40124         [__NR_ftruncate64]: Make code unconditional.
40125         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40127         include <kernel-features.h>.
40128         [!__NR_ftruncate64]: Remove conditional code.
40129         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40130         [__NR_ftruncate64]: Make code unconditional.
40131         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40133         include <kernel-features.h>.
40134         [!__NR_ftruncate64]: Remove conditional code.
40135         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40136         [__NR_ftruncate64]: Make code unconditional.
40137         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40139         * configure.in (libc_cv_fpie): Weaken to a compile test using
40140         LIBC_TRY_CC_OPTION.
40141         * configure: Regenerated.
40143 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40145         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40146         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40147         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40148         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40149         Refreshed.
40150         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40151         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40152         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40153         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40154         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40155         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40156         Refreshed.
40158 2012-05-27  David S. Miller  <davem@davemloft.net>
40160         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40161         (___Q_zero): New.
40162         (__Q_simulate_exceptions): Return void.  Change to simulate
40163         exceptions by writing into the %fsr.
40164         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40165         (__Qp_handle_exceptions): Likewise.
40166         (numbers): Delete.
40167         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40168         __Qp_handle_exceptions.
40169         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40170         __Qp_handle_exceptions.
40171         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40172         as unused and give dummy FP_RND_NEAREST initializer.
40173         (FP_INHIBIT_RESULTS): Define.
40174         (___Q_simulate_exceptions): Update declaration.
40175         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40176         formatting.
40177         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40178         as unused and give dummy FP_RND_NEAREST initializer.
40179         (__Qp_handle_exceptions): Update declaration.
40180         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40181         formatting.
40183 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40185         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40186         the temporary FPU control word.
40187         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40188         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40189         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40190         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40191         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40192         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40193         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40194         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40195         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40196         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40197         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40199 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40201         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40202         fields.
40204 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40206         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40207         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40208         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40209         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40210         Likewise.
40211         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40212         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40213         Likewise.
40215 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40217         * po/h.po: Update from translation team.
40219 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40221         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40223         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40224         handling of denormals.
40225         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40226         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40227         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40228         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40229         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40230         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40231         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40232         Likewise.
40234 2012-05-26  Marek Polacek  <polacek@redhat.com>
40236         [BZ #14152]
40237         * math/libm-test.inc (fma_test): Don't always expect underflow
40238         exception.
40240 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40242         [BZ #12416]
40243         * elf/tst-execstack.c: Include stackinfo.h.
40244         (do_test): Adjust test case to ensure that pthread_getattr_np
40245         behaviour remains the same after marking stack executable.
40247 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40249         * sysdeps/unix/sysv/linux/kernel-features.h
40250         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40251         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40252         kernel-features.h.
40253         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40254         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40255         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40256         kernel-features.h.
40257         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40258         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40260 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40262         * configure.in: Define the default includes to being none.
40263         * configure: Regenerated.
40265 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40267         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40268         * sysdeps/x86_64/setjmp.S: Likewise.
40269         * sysdeps/i386/bsd-setjmp.S: Likewise.
40270         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40271         * sysdeps/i386/setjmp.S: Likewise.
40272         * sysdeps/i386/__longjmp.S: Likewise.
40273         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40274         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40276         * include/stap-probe.h: New file.
40277         * configure.in: Handle --enable-systemtap.
40278         * configure: Regenerated.
40279         * config.h.in (USE_STAP_PROBE): New #undef.
40280         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40281         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40282         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40284 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40286         [BZ #13717]
40287         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40288         to 2.4.0 where earlier.
40289         * sysdeps/unix/sysv/linux/configure: Regenerated.
40290         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40291         <kernel-features.h>.
40292         [__ASSUME_32BITUIDS]: Make code unconditional.
40293         [!__ASSUME_32BITUIDS]: Remove conditional code.
40294         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40295         <kernel-features.h>.
40296         [__ASSUME_32BITUIDS]: Make code unconditional.
40297         [!__ASSUME_32BITUIDS]: Remove conditional code.
40298         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40299         [__ASSUME_32BITUIDS]: Make code unconditional.
40300         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40301         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.c: Do not include
40306         <kernel-features.h>.
40307         [__ASSUME_32BITUIDS]: Make code unconditional.
40308         [!__ASSUME_32BITUIDS]: Remove conditional code.
40309         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40310         <kernel-features.h>.
40311         [__ASSUME_32BITUIDS]: Make code unconditional.
40312         [!__ASSUME_32BITUIDS]: Remove conditional code.
40313         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40314         <kernel-features.h>.
40315         [__ASSUME_32BITUIDS]: Make code unconditional.
40316         [!__ASSUME_32BITUIDS]: Remove conditional code.
40317         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40318         <kernel-features.h>.
40319         [__ASSUME_32BITUIDS]: Make code unconditional.
40320         [!__ASSUME_32BITUIDS]: Remove conditional code.
40321         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40322         <kernel-features.h>.
40323         [__ASSUME_32BITUIDS]: Make code unconditional.
40324         [!__ASSUME_32BITUIDS]: Remove conditional code.
40325         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40326         <kernel-features.h>.
40327         [__ASSUME_32BITUIDS]: Make code unconditional.
40328         [!__ASSUME_32BITUIDS]: Remove conditional code.
40329         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40330         <kernel-features.h>.
40331         [__ASSUME_32BITUIDS]: Make code unconditional.
40332         [!__ASSUME_32BITUIDS]: Remove conditional code.
40333         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40334         <kernel-features.h>.
40335         [__ASSUME_32BITUIDS]: Make code unconditional.
40336         [!__ASSUME_32BITUIDS]: Remove conditional code.
40337         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40338         <kernel-features.h>.
40339         [__ASSUME_32BITUIDS]: Make code unconditional.
40340         [!__ASSUME_32BITUIDS]: Remove conditional code.
40341         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40342         <kernel-features.h>.
40343         [__NR_setresgid] (__setresgid): Do not declare.
40344         [__ASSUME_32BITUIDS]: Make code unconditional.
40345         [!__ASSUME_32BITUIDS]: Remove conditional code.
40346         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40347         <kernel-features.h>.
40348         [__NR_setresuid] (__setresuid): Do not declare.
40349         [__ASSUME_32BITUIDS]: Make code unconditional.
40350         [!__ASSUME_32BITUIDS]: Remove conditional code.
40351         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40352         <kernel-features.h>.
40353         [__ASSUME_32BITUIDS]: Make code unconditional.
40354         [!__ASSUME_32BITUIDS]: Remove conditional code.
40355         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40356         <kernel-features.h>.
40357         [__ASSUME_32BITUIDS]: Make code unconditional.
40358         [!__ASSUME_32BITUIDS]: Remove conditional code.
40359         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40360         <kernel-features.h>.
40361         [__ASSUME_32BITUIDS]: Make code unconditional.
40362         [!__ASSUME_32BITUIDS]: Remove conditional code.
40363         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40364         <kernel-features.h>.
40365         [__ASSUME_32BITUIDS]: Make code unconditional.
40366         [!__ASSUME_32BITUIDS]: Remove conditional code.
40367         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40368         <kernel-features.h>.
40369         [__ASSUME_32BITUIDS]: Make code unconditional.
40370         [!__ASSUME_32BITUIDS]: Remove conditional code.
40371         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40372         <kernel-features.h>.
40373         [__ASSUME_32BITUIDS]: Make code unconditional.
40374         [!__ASSUME_32BITUIDS]: Remove conditional code.
40375         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40376         <kernel-features.h>.
40377         [__ASSUME_32BITUIDS]: Make code unconditional.
40378         [!__ASSUME_32BITUIDS]: Remove conditional code.
40379         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40380         <kernel-features.h>.
40381         [__ASSUME_32BITUIDS]: Make code unconditional.
40382         [!__ASSUME_32BITUIDS]: Remove conditional code.
40383         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40384         <kernel-features.h>.
40385         [__ASSUME_32BITUIDS]: Make code unconditional.
40386         [!__ASSUME_32BITUIDS]: Remove conditional code.
40387         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40388         <kernel-features.h>.
40389         [__ASSUME_32BITUIDS]: Make code unconditional.
40390         [!__ASSUME_32BITUIDS]: Remove conditional code.
40391         * sysdeps/unix/sysv/linux/kernel-features.h
40392         (__ASSUME_SETRESUID_SYSCALL): Remove.
40393         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40394         (__ASSUME_32BITUIDS): Likewise.
40395         (__ASSUME_LDT_WORKS): Likewise.
40396         (__ASSUME_O_DIRECTORY): Likewise.
40397         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40398         architecture but not kernel version.
40399         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40400         (__ASSUME_MMAP2_SYSCALL): Likewise.
40401         (__ASSUME_STAT64_SYSCALL): Likewise.
40402         (__ASSUME_IPC64): Likewise.
40403         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40404         <kernel-features.h>.
40405         [__ASSUME_32BITUIDS]: Make code unconditional.
40406         [!__ASSUME_32BITUIDS]: Remove conditional code.
40407         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40408         <kernel-features.h>.
40409         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40410         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40411         132096]: Remove conditional code.
40412         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40413         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40414         <kernel-features.h>.
40415         [__ASSUME_32BITUIDS]: Make code unconditional.
40416         [!__ASSUME_32BITUIDS]: Remove conditional code.
40417         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40418         <kernel-features.h>.
40419         [__ASSUME_32BITUIDS]: Make code unconditional.
40420         [!__ASSUME_32BITUIDS]: Remove conditional code.
40421         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40422         <kernel-features.h>.
40423         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40424         unconditional.
40425         (__setresgid): Do not declare.
40426         [__ASSUME_32BITUIDS]: Make code unconditional.
40427         [!__ASSUME_32BITUIDS]: Remove conditional code.
40428         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40429         <kernel-features.h>.
40430         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40431         unconditional.
40432         (__setresuid): Do not declare.
40433         [__ASSUME_32BITUIDS]: Make code unconditional.
40434         [!__ASSUME_32BITUIDS]: Remove conditional code.
40435         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40436         <kernel-features.h>.
40437         [__ASSUME_32BITUIDS]: Make code unconditional.
40438         [!__ASSUME_32BITUIDS]: Remove conditional code.
40439         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40440         <kernel-features.h>.
40441         [__ASSUME_32BITUIDS]: Make code unconditional.
40442         [!__ASSUME_32BITUIDS]: Remove conditional code.
40444 2012-05-25  Richard Henderson  <rth@twiddle.net>
40446         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40447         dl_hwcap to ifunc resolver.
40448         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40449         elf_ifunc_invoke.
40450         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40451         dl_hwcap to ifunc resolver.
40452         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40454 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40456         [BZ #14153]
40457         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40458         for |x| <= 2**-26, not 2**-57.
40459         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40460         exception.
40462 2012-05-24  Jeff Law  <law@redhat.com>
40464         * stdio-common/Makefile (tests): Add bug25.
40465         * stdio-common/bug25.c: New test.
40467 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40469         [BZ #13576]
40470         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40471         multiple of MALLOC_ALIGNMENT in size.
40472         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40474 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40476         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40477         Require >= 256.
40478         (FILENAME_MAX): Use macro-int-constant.
40479         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40480         (_IOFBF): Use macro-int-constant.
40481         (_IOLBF): Likewise.
40482         (_IONBF): Likewise.
40483         (SEEK_CUR): Likewise.
40484         (SEEK_END): Likewise.
40485         (SEEK_SET): Likewise.
40486         (TMP_MAX): Likewise.
40487         (EOF): Use macro-int-constant.  Require < 0.
40488         (NULL): Use macro-constant.  Require == 0.
40489         (stdin): Require type to be FILE *.
40490         (stdout): Likewise.
40491         (stderr): Likewise.
40492         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40493         macro-int-constant.
40494         (EXIT_SUCCESS): Likewise.
40495         (NULL): Use macro-constant.  Require == 0.
40496         (RAND_MAX): Use macro-int-constant.
40497         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40498         [C99-based standards] (strtof): Require function.
40499         [C99-based standards] (strtold): Likewise.
40500         [C99-based standards] (strtoll): Likewise.
40501         [C99-based standards] (strtoull): Likewise.
40502         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40503         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40504         [ISO || ISO99 || ISO11] (math.h): Likewise.
40505         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40506         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40507         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40509 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40511         [BZ #14132]
40512         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40513         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40514         * intl/dgettext.c (DCGETTEXT): Likewise.
40515         * intl/gettext.c (DCGETTEXT): Likewise.
40516         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40517         * posix/regex_internal.h (gettext): Likewise.
40518         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40519         Remove declaration.
40520         * include/argz.h (__argz_count_internal)
40521         (__argz_stringify_internal): Remove declaration.
40522         (__argz_count, __argz_stringify): Declare hidden proto.
40523         * intl/dcgettext.c: Remove use of INTDEF.
40524         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40525         * string/argz-stringify.c: Likewise.
40526         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40527         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40528         Declare hidden proto.
40529         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40530         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40531         Declare hidden proto.
40532         * include/stdio.h (__asprintf_internal): Don't declare.
40533         (__asprintf): Don't define as macro.  Declare hidden proto.
40534         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40535         (__fsetlocking): Declare hidden proto.
40536         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40537         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40538         hidden proto.
40539         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40540         (_IO_setlinebuf): Remove use of INTUSE.
40541         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40542         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40543         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40544         Remove declaration.
40545         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40546         (_IO_do_flush): Remove use of INTUSE.
40547         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40548         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40549         (_IO_adjust_column, _IO_least_wmarker)
40550         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40551         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40552         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40553         (_IO_default_doallocate, _IO_wdefault_doallocate)
40554         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40555         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40556         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40557         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40558         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40559         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40560         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40561         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40562         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40563         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40564         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40565         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40566         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40567         proto.
40568         (_IO_flush_all_internal, _IO_adjust_column_internal)
40569         (_IO_default_uflow_internal, _IO_default_finish_internal)
40570         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40571         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40572         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40573         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40574         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40575         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40576         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40577         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40578         (_IO_file_close_internal, _IO_file_close_it_internal)
40579         (_IO_file_underflow_internal, _IO_file_overflow_internal)
40580         (_IO_file_init_internal, _IO_file_attach_internal)
40581         (_IO_file_fopen_internal, _IO_file_read_internal)
40582         (_IO_file_sync_internal, _IO_file_seek_internal)
40583         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40584         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40585         (_IO_str_underflow_internal, _IO_str_overflow_internal)
40586         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40587         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40588         (_IO_list_all_internal, _IO_link_in_internal)
40589         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40590         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40591         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40592         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40593         (_IO_do_write_internal, _IO_padn_internal)
40594         (_IO_getline_info_internal, _IO_getline_internal)
40595         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40596         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40597         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40598         (_IO_vfscanf_internal, _IO_vfprintf_internal)
40599         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40600         (_IO_init_internal, _IO_un_link_internal): Don't declare.
40601         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40602         with libc_hidden_ver, remove use of INTUSE.
40603         * libio/genops.c: Likewise.
40604         * libio/freopen.c: Likewise.
40605         * libio/freopen64.c: Likewise.
40606         * libio/iofclose.c: Likewise.
40607         * libio/iofdopen.c: Likewise.
40608         * libio/iofflush.c: Likewise.
40609         * libio/iofflush_u.c: Likewise.
40610         * libio/iofgets.c: Likewise.
40611         * libio/iofgets_u.c: Likewise.
40612         * libio/iofopen.c: Likewise.
40613         * libio/iofopncook.c: Likewise.
40614         * libio/iofread.c: Likewise.
40615         * libio/iofread_u.c: Likewise.
40616         * libio/ioftell.c: Likewise.
40617         * libio/iofwrite.c: Likewise.
40618         * libio/iogetline.c: Likewise.
40619         * libio/iogets.c: Likewise.
40620         * libio/iogetwline.c: Likewise.
40621         * libio/iopadn.c: Likewise.
40622         * libio/iopopen.c: Likewise.
40623         * libio/ioseekoff.c: Likewise.
40624         * libio/ioseekpos.c: Likewise.
40625         * libio/iosetbuffer.c: Likewise.
40626         * libio/iosetvbuf.c: Likewise.
40627         * libio/ioungetc.c: Likewise.
40628         * libio/ioungetwc.c: Likewise.
40629         * libio/iovdprintf.c: Likewise.
40630         * libio/iovsprintf.c: Likewise.
40631         * libio/iovsscanf.c: Likewise.
40632         * libio/memstream.c: Likewise.
40633         * libio/obprintf.c: Likewise.
40634         * libio/oldfileops.c: Likewise.
40635         * libio/oldiofclose.c: Likewise.
40636         * libio/oldiofdopen.c: Likewise.
40637         * libio/oldiofopen.c: Likewise.
40638         * libio/oldiopopen.c: Likewise.
40639         * libio/oldstdfiles.c: Likewise.
40640         * libio/putc.c: Likewise.
40641         * libio/setbuf.c: Likewise.
40642         * libio/setlinebuf.c: Likewise.
40643         * libio/stdfiles.c: Likewise.
40644         * libio/strops.c: Likewise.
40645         * libio/vasprintf.c: Likewise.
40646         * libio/vscanf.c: Likewise.
40647         * libio/vsnprintf.c: Likewise.
40648         * libio/vswprintf.c: Likewise.
40649         * libio/wfiledoalloc.c: Likewise.
40650         * libio/wfileops.c: Likewise.
40651         * libio/wgenops.c: Likewise.
40652         * libio/wmemstream.c: Likewise.
40653         * libio/wstrops.c: Likewise.
40654         * libio/__fpurge.c: Likewise.
40655         * libio/__fsetlocking.c: Likewise.
40656         * assert/assert.c: Likewise.
40657         * debug/fgets_chk.c: Likewise.
40658         * debug/fgets_u_chk.c: Likewise.
40659         * debug/fread_chk.c: Likewise.
40660         * debug/fread_u_chk.c: Likewise.
40661         * debug/gets_chk.c: Likewise.
40662         * debug/obprintf_chk.c: Likewise.
40663         * debug/vasprintf_chk.c: Likewise.
40664         * debug/vdprintf_chk.c: Likewise.
40665         * debug/vsnprintf_chk.c: Likewise.
40666         * debug/vsprintf_chk.c: Likewise.
40667         * malloc/mtrace.c: Likewise.
40668         * misc/error.c: Likewise.
40669         * misc/syslog.c: Likewise.
40670         * stdio-common/asprintf.c: Likewise.
40671         * stdio-common/fxprintf.c: Likewise.
40672         * stdio-common/getw.c: Likewise.
40673         * stdio-common/isoc99_fscanf.c: Likewise.
40674         * stdio-common/isoc99_scanf.c: Likewise.
40675         * stdio-common/isoc99_vfscanf.c: Likewise.
40676         * stdio-common/isoc99_vscanf.c: Likewise.
40677         * stdio-common/isoc99_vsscanf.c: Likewise.
40678         * stdio-common/printf-prs.c: Likewise.
40679         * stdio-common/printf_fp.c: Likewise.
40680         * stdio-common/printf_fphex.c: Likewise.
40681         * stdio-common/printf_size.c: Likewise.
40682         * stdio-common/putw.c: Likewise.
40683         * stdio-common/scanf.c: Likewise.
40684         * stdio-common/sprintf.c: Likewise.
40685         * stdio-common/tmpfile.c: Likewise.
40686         * stdio-common/vfprintf.c: Likewise.
40687         * stdio-common/vfscanf.c: Likewise.
40688         * stdlib/strfmon_l.c: Likewise.
40689         * sunrpc/openchild.c: Likewise.
40690         * sunrpc/xdr_stdio.c: Likewise.
40691         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
40692         * sysdeps/mach/hurd/tmpfile.c: Likewise.
40694 2012-05-24  Roland McGrath  <roland@hack.frob.com>
40696         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
40698         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
40699         in the third column, to generate for the shared library an IFUNC
40700         that uses _dl_vdso_vsym.
40701         * Makerules (COMPILE.c, compile-stdin.c): New variables.
40702         * Makeconfig (object-suffixes-noshared): New variable.
40704         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
40705         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
40706         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
40707         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
40709         [BZ #14132]
40710         * include/sys/time.h (__gettimeofday): Remove macro.
40711         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
40712         * time/gettimeofday.c (__gettimeofday): Remove #undef.
40713         Remove INTDEF.
40714         (__gettimeofday): Add libc_hidden_def.
40715         (gettimeofday): Add libc_hidden_weak.
40716         * sysdeps/mach/gettimeofday.c: Likewise.
40717         * sysdeps/posix/gettimeofday.c: Likewise.
40718         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
40719         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
40720         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
40721         (__gettimeofday_internal): Remove strong_alias.
40722         (__gettimeofday): Add libc_hidden_def.
40723         (gettimeofday): Add libc_hidden_weak.
40724         * sysdeps/unix/syscalls.list (gettimeofday):
40725         Remove __gettimeofday_internal alias.
40727 2012-05-24  Daniel Jacobowitz  <drow@false.org>
40728             H.J. Lu  <hongjiu.lu@intel.com>
40730         [BZ #12495]
40731         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
40732         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
40733         (largebin_index_32_big): New.
40734         (largebin_index): Use it for 16-byte alignment.
40735         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
40736         correction with front_misalign.
40738 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40740         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
40741         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
40742         Likewise.
40743         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
40744         Likewise.
40745         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
40746         Likewise.
40747         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
40748         Likewise.
40749         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
40750         Likewise.
40751         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
40752         Likewise.
40753         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
40754         Likewise.
40755         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
40756         Likewise.
40757         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
40758         Likewise.
40759         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
40760         Likewise.
40761         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
40762         Likewise.
40763         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
40764         Likewise.
40766         * scripts/data/c++-types-x32-linux-gnu.data: New file.
40767         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
40769 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40771         [BZ #10846]
40772         [BZ #14036]
40773         * math/libm-test.inc (exp_test): Add test from bug 14036.
40774         (pow_test): Add test from bug 10846.
40776         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
40777         and other flags.
40778         (special_function): Do not include flags in test name.
40779         (parse_args): Likewise.
40780         * sysdeps/i386/fpu/libm-test-ulps: Update.
40781         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40782         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
40783         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
40784         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40786         * math/gen-libm-test.pl (%beautify): Add entries for underflow
40787         exceptions.
40788         * math/libm-test.inc ("Philosophy"): Update comment about
40789         exception testing.
40790         (UNDERFLOW_EXCEPTION): New macro.
40791         (UNDERFLOW_EXCEPTION_OK): Likewise.
40792         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
40793         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
40794         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
40795         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
40796         (INVALID_EXCEPTION_OK): Update value.
40797         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40798         (OVERFLOW_EXCEPTION_OK): Likewise.
40799         (IGNORE_ZERO_INF_SIGN): Likewise.
40800         (test_exceptions): Handle underflow exceptions.
40801         (acos_test): Update for underflow exception expectations.
40802         (cexp_test): Likewise.
40803         (clog_test): Likewise.
40804         (clog10_test): Likewise.
40805         (csqrt_test): Likewise.
40806         (ctan_test): Likewise.
40807         (ctanh_test): Likewise.
40808         (exp_test): Likewise.
40809         (exp10_test): Likewise.
40810         (exp2_test): Likewise.
40811         (expm1_test): Likewise.
40812         (fma_test): Likewise.
40813         (j0_test): Likewise.
40814         (jn_test): Likewise.
40815         (nexttoward_test): Likewise.
40816         (pow_test): Likewise.
40817         (scalbn_test): Likewise.
40818         (scalbln_test): Likewise.
40819         (tan_test): Likewise.
40820         (y1_test): Likewise.
40821         * sysdeps/i386/fpu/libm-test-ulps: Update.
40822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40824 2012-05-23  David S. Miller  <davem@davemloft.net>
40826         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40827         (__libc_sigaction): Remove unused local variables.
40829 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40831         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
40833 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
40835         mktime: avoid signed integer overflow
40836         * time/mktime.c (__mktime_internal): Do not mishandle the case
40837         where diff == INT_MIN.
40839         mktime: simplify computation of average
40840         * time/mktime.c (ranged_convert): Use new time_t_avg function
40841         instead of rolling our own (probably-slower) code.
40843         mktime: do not assume signed right shift propagates sign bit
40844         * time/mktime.c (isdst_differ): New static function.
40845         (__mktime_internal): No need to normalize tm_isdst now.
40846         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
40847         tm_isdst values.
40849         mktime: merge another wrapv change from gnulib
40850         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
40851         from some compilers.
40853         mktime: remove incorrect attempt at unusual arithmetics
40854         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
40855         The code didn't really work on such machines anyway.
40856         (TYPE_MINIMUM): Assume two's complement.
40857         (twos_complement_arithmetic): Verify that long_int and time_t
40858         are two's complement (or unsigned, in the latter case).
40860         mktime: check signed shifts on long_int and time_t, too
40861         * time/mktime.c (SHR): Check that shifts work as desired
40862         on the types long_int and time_t too, as SHR is used on
40863         such types.
40865         mktime: do not assume 'long' is wide enough
40866         * time/mktime.c (verify): Move decl up.
40867         (long_int): New type.
40868         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
40869         to remove assumption in the code that 'long' is wide enough to
40870         store year values.  This assumption is not true on x32 and on
40871         some non-glibc platforms.
40873         mktime: merge wrapv change from gnulib
40874         * time/mktime.c (WRAPV): New macro.
40875         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
40876         (guess_time_tm, __mktime_internal): Do not assume that signed
40877         integer overflow wraps around; modern compilers generate code
40878         where this assumption is no longer valid.
40880 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40882         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
40883         Replace "jmp L(pseudo_end)" with "ret".
40884         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
40885         Likewise.
40887 2012-05-23  Andreas Jaeger  <aj@suse.de>
40889         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
40890         * sysdeps/unix/sysv/linux/poll.c: Remove file.
40892 2012-05-23  Andreas Jaeger  <aj@suse.de>
40893             Maximilian Attems  <max@stro.at>
40895         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
40896         New macros.
40898 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
40900         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
40901         code so that pseudo_end is just ret and the stack pointer is
40902         correct also for static library in error case.
40904 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
40906         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
40907         move to syscalls.list.
40908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
40909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
40910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
40911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
40913         * manual/install.texi (Running make install): Do not mention Linux
40914         kernel version for which pt_chown is not needed.
40915         (Linux): Do not mention problems with nscd with 2.0 kernels.
40916         * INSTALL: Regenerated.
40918 2012-05-23  Andreas Jaeger  <aj@suse.de>
40920         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
40921         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
40922         macro.
40923         * sysdeps/unix/sysv/linux/s390/bits/mman.h
40924         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40925         * sysdeps/unix/sysv/linux/sh/bits/mman.h
40926         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40927         * sysdeps/unix/sysv/linux/i386/bits/mman.h
40928         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40929         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
40930         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40931         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
40932         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
40933         * sysdeps/unix/sysv/linux/bits/in.h
40934         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
40936 2012-05-22  Roland McGrath  <roland@hack.frob.com>
40938         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
40939         (PREPARE_VERSION): Just use assert instead, it will be elided
40940         under [NDEBUG] anyway.
40942 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40944         * sysdeps/unix/sysv/linux/Makefile: Include
40945         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
40946         (sysdep_routines): Remove sysctl.
40947         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
40948         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
40949         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
40950         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
40951         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
40953 2012-05-22  Andreas Jaeger  <aj@suse.de>
40955         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
40956         that pseudo_end is just ret and the stack pointer is correct also
40957         for static library in error case.
40959 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
40961         [BZ #14122]
40962         * nss/nsswitch.c (defconfig_entries): New variable.
40963         (__nss_database_lookup): Don't leak defconfig entries.
40964         (nss_parse_service_list): Don't leak on error paths.
40965         (free_database_entries): New function.
40966         (free_defconfig): New function.
40967         (free_mem): Move common code to free_database_entries.
40969 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40971         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
40972         Add arch_prctl.
40973         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
40975         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
40976         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
40977         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
40978         New macro.
40979         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
40980         (INTERNAL_SYSCALL_TYPES): Likewise.
40981         (LOAD_ARGS_TYPES_[1-6]): Likewise.
40982         (LOAD_REGS_TYPES_[1-6]): Likewise.
40983         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
40984         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
40986 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40988         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
40989         copysignl for GLIBC_2_0.
40990         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
40991         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
40992         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
40993         logbl for GLIBC_2_0.
40994         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
40995         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
40997 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
40999         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41000         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41002         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41003         Use "neg %eax".
41005         * time/mktime.c: Update copyright years.
41007 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41009         mktime: merge comment-quoting-style change from gnulib
41010         * time/mktime.c: Quote 'like this' in comments.
41011         The GNU coding standards suggest that we no longer quote `like this',
41012         as "`" and "'" are typically rendered asymmetrically nowadays.
41013         The typical gnulib style is to quote 'like this' when quoting
41014         code, and "like this" when quoting English.
41016         * time/mktime.c (compile-command): Add "-I.".
41018         mktime: merge mktime-internal.h change from gnulib
41019         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41021         mktime: merge time_r change from gnulib
41022         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41024         mktime: merge DEBUG change from gnulib
41025         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41026         case system <time.h> has a #define.
41028         mktime: merge <sys/types.h> change from gnulib
41029         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41030         since <time.t> is now guaranteed to define time_t.
41032         mktime: merge HAVE_CONFIG_H change from gnulib
41033         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41035 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41037         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41038         Use "neg %eax".
41040         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41041         __rlim_t cast.
41042         (struct rusage): Use anonymous union to pad each field to
41043         __syscall_slong_t.
41045 2012-05-21  David S. Miller  <davem@davemloft.net>
41047         * Makefules (o-iterator): Remove .s cases.
41048         (compile-command.s): Delete.
41049         (COMPILE.s): Delete.
41050         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41052 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41054         * configure.in (libc_cv_predef_stack_protector): Only consider
41055         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41056         * configure: Regenerated.
41058 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41060         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41061         New macro.  Use R*LP on int and pointer.
41062         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41063         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41064         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41065         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41067         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41068         [__WORDSIZE_TIME64_COMPAT32] instead of
41069         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41070         (struct utmp): Likewise.
41071         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41072         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41073         Renamed to ...
41074         (__WORDSIZE_TIME64_COMPAT32): This.
41075         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41076         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41077         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41078         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41079         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41080         (__WORDSIZE_TIME64_COMPAT32): New macro.
41082 2012-05-21  Andreas Jaeger  <aj@suse.de>
41084         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41085         only if [SHARED]. Add prototype for __wcschr_ia32.
41087 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41089         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41090         of %rbp unmolested in the jmp_buf while mangling the low bits.
41091         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41092         unmolested high bits of %rbp while demangling the low bits.
41093         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41095 2012-05-21  Andreas Jaeger  <aj@suse.de>
41097         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41098         * sunrpc/svc_simple.c: Use it for registerrpc.
41099         * sunrpc/xcrypt.c: Use it for passwd2des.
41101         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41103 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41105         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41106         Don't define if [__SYSCALL_WORDSIZE != 32].
41107         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41108         New macro.
41110 2012-05-21  Bruno Haible  <bruno@clisp.org>
41111             Andreas Jaeger  <aj@suse.de>
41113         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41114         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41115         inptr and inend for must_buffer_ch.
41116         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41117         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41118         * stdio-common/Makefile (tests): Remove bug15.
41119         (bug15-ENV): Remove macro.
41120         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41121         anymore.
41123 2012-05-19  Andreas Jaeger  <aj@suse.de>
41124             Roland McGrath  <roland@hack.frob.com>
41126         * manual/contrib.texi: Completely rewritten. It contains now an
41127         alphabetical list of contributors and their contributions.
41129 2012-05-21  Richard Henderson  <rth@twiddle.net>
41131         * misc/getauxval.c (__getauxval): Use unsigned long int.
41132         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41133         (getauxval): Use unsigned long int.
41135 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41137         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41139 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41141         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41142         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41143         __alignof__ (long double).
41145 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41147         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41149 2012-05-20  Richard Henderson  <rth@twiddle.net>
41151         * misc/getauxval.c: New file.
41152         * misc/sys/auxv.h: New file.
41153         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41154         (routines): Add getauxval.
41155         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41156         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41157         * elf/dl-sysdep.c (_dl_auxv): Remove.
41158         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41159         * elf/dl-support.c (_dl_auxv): New variable.
41160         (_dl_aux_init): Initialize it.
41161         * manual/startup.texi (Auxiliary Vector): New node.
41162         * sysdeps/generic/bits/hwcap.h: New file.
41163         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41164         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41165         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41166         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41167         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41168         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41170         Update.
41171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41172         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41173         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41174         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41176         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41177         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41178         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41180 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41182         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41184 2012-05-19  David S. Miller  <davem@davemloft.net>
41186         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41188 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41190         [BZ #14123]
41191         * math/s_ccosh.c: Include <float.h>
41192         (__ccosh): Avoid internal overflow calculating sinh and cosh
41193         values before multiplying by sin and cos values.
41194         * math/s_ccoshf.c: Likewise.
41195         * math/s_ccoshl.c: Likewise.
41196         * math/s_csin.c: Likewise.
41197         * math/s_csinf.c: Likewise.
41198         * math/s_csinl.c: Likewise.
41199         * math/s_csinh.c: Likewise.
41200         * math/s_csinhf.c: Likewise.
41201         * math/s_csinhl.c: Likewise.
41202         * math/libm-test.inc (ccos_test): Add more tests.
41203         (ccosh_test): Likewise.
41204         (csin_test): Likewise.
41205         (csinh_test): Likewise.
41206         * sysdeps/i386/fpu/libm-test-ulps: Update.
41207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41209 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41211         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41212         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41214         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41216 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41218         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41219         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41220         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41221         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41222         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41223         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41224         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41225         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41226         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41227         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41228         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41229         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41230         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41231         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41232         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41233         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41234         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41235         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41236         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41237         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41238         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41239         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41240         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41241         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41242         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41243         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41244         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41245         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41246         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41247         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41248         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41250 2012-05-18  Andreas Jaeger  <aj@suse.de>
41252         * csu/.gitignore: Delete.
41254 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41256         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41257         (timex): Use __syscall_slong_t.
41259 2012-05-18  Andreas Jaeger  <aj@suse.de>
41260             Carlos O'Donell  <carlos_odonell@mentor.com>
41262         * manual/install.texi (Configuring and compiling): Update
41263         description about files modified in the source directory.
41264         * INSTALL: Regenerated.
41266 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41268         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41269         value.  Use "or" to set return value to -1.
41270         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41271         negate return value.
41273 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41275         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41276         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41277         failure if the compiler has Graphite support disabled.
41278         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41279         Likewise.
41280         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41281         (CFLAGS-memmove.c): Likewise.
41282         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41283         Likewise.
41285 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41287         * sysdeps/x86_64/x32/_itoa.h: New file.
41289         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41290         getdents system call only if kernel and user dirents have the
41291         same d_ino and d_off.
41293         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41294         LLONG_MAX != LONG_MAX.
41295         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41296         (_fitoa_word): Likewise.
41298         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41299         years.
41300         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41301         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41302         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41304         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41305         include <bits/wordsize.h>.  Check __x86_64__ instead of
41306         __WORDSIZE.
41307         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41308         if __x86_64__ is defined.  Use anonymous union on fpstate.
41310         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41311         anonymous union.
41313 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41315         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41316         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41317         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41318         Refer to _rtld_local_ro instead of _rtld_global_ro.
41319         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41320         Likewise.
41321         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41322         Likewise.
41323         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41324         Likewise.
41325         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41326         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41327         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41329         * sysdeps/powerpc/powerpc32/dl-machine.c
41330         (__elf_machine_runtime_setup) [PROF]: Don't reference
41331         _dl_prof_resolve.
41333 2012-05-18  Andreas Jaeger  <aj@suse.de>
41335         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41336         function only available for GCCs before 3.4 since GCC 3.4
41337         introduced a builtin.
41338         (lrint): Likewise.
41339         (llrintf): Likewise.
41340         (llrint): Likewise.
41341         (fmaxf): Likewise.
41342         (fmax): Likewise.
41343         (fminf): Likewise.
41344         (fmin): Likewise.
41345         (rint): Likewise.
41346         (rintf): Likewise.
41347         (nearbyint): Likewise.
41348         (nearbyintf): Likewise.
41349         (ceil): Likewise.
41350         (ceilf): Likewise.
41351         (floor): Likewise.
41352         (floorf): Likewise.
41354 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41356         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41357         on both fields and cast pointer to __syscall_ulong_t.
41359         * bits/types.h (__fsword_t): New type.
41360         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41361         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41362         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41363         (__FSWORD_T_TYPE): Likewise.
41364         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41365         (__FSWORD_T_TYPE): Likewise.
41366         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41367         (__FSWORD_T_TYPE): Likewise.
41368         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41369         (__FSWORD_T_TYPE): Likewise.
41370         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41371         __SWORD_TYPE with __fsword_t.
41372         (statfs64): Likewise.
41374 2012-05-17  David S. Miller  <davem@davemloft.net>
41376         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41378 2012-05-17  Andreas Jaeger  <aj@suse.de>
41380         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41381         warning.
41383 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41385         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41387 2012-05-17  Andreas Jaeger  <aj@suse.de>
41389         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41390         when it is used.
41392 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41394         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41396 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41398         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41399         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41401 2012-05-17  Andreas Jaeger  <aj@suse.de>
41402             Carlos O'Donell  <carlos_odonell@mentor.com>
41404         [BZ #14059]
41405         * sysdeps/x86_64/multiarch/init-arch.h
41406         (bit_YMM_Usable): Rename to...
41407         (bit_AVX_Usable): ... this.
41408         (bit_FMA4_Usable): New macro.
41409         (bit_XMM_state): New macro.
41410         (bit_YMM_state): New macro.
41411         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41412         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41413         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41414         (CPUID_OSXSAVE): New macro.
41415         (CPUID_AVX): New macro.
41416         (CPUID_FMA4): New macro.
41417         (index_YMM_Usable): Rename to...
41418         (index_AVX_Usable): ... this.
41419         (HAS_AVX): Use HAS_ARCH_FEATURE.
41420         (HAS_FMA4): Likewise.
41421         (HAS_YMM_USABLE): Remove.
41422         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41423         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41424         are present.
41425         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41426         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41427         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41428         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41429         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41431 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41433         * math/libm-test.c: Support platforms without multiple rounding modes.
41434         * math/bug-nextafter.c: Support platforms without FP exceptions.
41435         * math/bug-nexttoward.c: Likewise.
41436         * math/test-fenv.c: Likewise.
41437         * math/test-misc.c: Likewise.
41438         * stdlib/bug-getcontext.c: Likewise.
41440 2012-05-17  Andreas Jaeger  <aj@suse.de>
41442         * manual/examples/search.c (critter_cmp): Change signature to
41443         avoid warnings.
41444         * manual/string.texi (Collation Functions): Likewise.
41446 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41448         * bits/types.h: Fold copyright years.
41449         * bits/typesizes.h: Likewise.
41450         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41451         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41452         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41453         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41454         * time/time.h: Likewise.
41456 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41458         [BZ #208]
41459         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41460         in instead of returning them.  Return void.
41461         (__libc_mallinfo): Accumulate over all arenas.
41462         (__malloc_stats): Adjust for change in int_mallinfo interface.
41464 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41466         [BZ #10375]
41467         * configure.in (NM): Add AC_CHECK_TOOL for it.
41468         (libc_extra_cflags): New substituted variable.
41469         Check for -fstack-protector being used implicitly.
41470         * configure: Regenerated.
41471         * config.make.in (config-extra-cflags): New variable,
41472         gets @libc_extra_cflags@.
41473         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41475         [BZ #10375]
41476         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41477         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41478         * configure: Regenerated.
41479         * config.make.in (CPPUNDEFS): New substituted variable.
41480         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41481         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41482         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41484 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41486         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41487         (mq_attr): Use __syscall_slong_t.
41489 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41491         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41492         Check __x86_64__ instead of __WORDSIZE.
41493         (_STAT_VER_LINUX): Likewise.
41494         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41495         __syscall_ulong_t and __syscall_slong_t.
41496         (stat64): Likewise.
41498 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41500         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41502 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41504         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41506 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41508         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41509         __syscall_ulong_t.
41511         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41512         include <bits/wordsize.h>.  Check __x86_64__ instead of
41513         __WORDSIZE.
41514         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41515         defined.
41516         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41518         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41519         include <bits/wordsize.h>.  Check __x86_64__ instead of
41520         __WORDSIZE.
41521         (user_regs_struct): Use "__extension__ unsigned long long"
41522         instead of "unsigned long" if __x86_64__ is defined.
41523         (user): Likewise.  Pad after pointer field if __ILP32__ is
41524         defined.
41526 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41528         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41529         versions 5 to 9.
41530         * configure: Regenerated.
41531         * manual/install.texi (texinfo): Increase version requirement to
41532         4.5 or later.
41533         * INSTALL: Regenerated.
41535         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41537 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41539         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41541         * sysdeps/x86_64/x32/ffs.c: New file.
41543         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41544         __syscall_ulong_t.
41545         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41546         defined.  Use __syscall_ulong_t.
41547         (shminfo): Use __syscall_ulong_t.
41548         (shm_info): Likewise.
41550         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41551         __syscall_ulong_t.
41553         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41554         <bits/wordsize.h>.
41555         (msgqnum_t): Use __syscall_ulong_t.
41556         (msglen_t): Likewise.
41557         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41558         __syscall_ulong_t.
41560         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41561         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41563         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41565         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41566         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41568         * sysvipc/sys/msg.h (msgbuf): Replace long int with
41569         __syscall_slong_t.
41571         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41572         include <bits/wordsize.h>.  Check __x86_64__ instead of
41573         __WORDSIZE.
41575         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41576         "unsigned long long int" if __x86_64__ is defined.
41577         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41579         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41580         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41581         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41583         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41584         <stdint.h>.
41585         (GET_PC): Cast to uintptr_t first.
41586         (GET_FRAME): Likewise.
41587         (GET_STACK): Likewise.
41589         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41590         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41591         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41592         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41593         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41594         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41595         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41596         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41597         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41598         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41599         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41600         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41601         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41602         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41603         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41604         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
41605         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
41606         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
41607         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
41608         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
41609         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
41610         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
41611         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
41612         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
41613         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
41614         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
41615         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
41616         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
41617         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
41619 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
41621         * Makerules (+depfiles): Also collect depfiles from .oS in
41622         $(extra-objs).
41623         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
41624         .oS, $(libnldbl-routines)).
41626         * Makerules (native-compile-mkdep-flags): Define.
41627         * sunrpc/Makefile (extra-objs): Add $(addprefix
41628         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
41629         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
41630         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
41631         calling $(make-target-directory).
41633 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41635         * bits/types.h (__snseconds_t): Removed.
41636         * time/time.h (struct timespec): Replace __snseconds_t with
41637         __syscall_slong_t.
41638         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
41639         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
41640         Likewise.
41641         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41642         (__SNSECONDS_T_TYPE): Likewise.
41643         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41644         (__SNSECONDS_T_TYPE): Likewise.
41645         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41646         (__SNSECONDS_T_TYPE): Likewise.
41648 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41650         * sysdeps/mach/hurd/bits/typesizes.h
41651         (__SYSCALL_SLONG_TYPE): New macro.
41652         (__SYSCALL_ULONG_TYPE): Likewise.
41654 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41656         * bits/types.h (__syscall_slong_t): New type.
41657         (__syscall_ulong_t): Likewise.
41659         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
41660         (__SYSCALL_ULONG_TYPE): Likewise.
41661         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41662         (__SYSCALL_SLONG_TYPE): Likewise.
41663         (__SYSCALL_ULONG_TYPE): Likewise.
41664         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41665         (__SYSCALL_SLONG_TYPE): Likewise.
41666         (__SYSCALL_ULONG_TYPE): Likewise.
41667         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41668         (__SYSCALL_SLONG_TYPE): Likewise.
41669         (__SYSCALL_ULONG_TYPE): Likewise.
41671 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41673         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
41674         Add sigaltstack-offsets.sym.
41675         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
41676         <sigaltstack-offsets.h>.
41677         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
41678         longjmp_msg pointer.
41679         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
41680         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
41681         signal stack.
41682         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
41684 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41686         * elf/stackguard-macros.h: Remove file.
41687         * sysdeps/generic/stackguard-macros.h: New file.
41688         * sysdeps/i386/stackguard-macros.h: Likewise.
41689         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
41690         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
41691         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
41692         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
41693         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
41694         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
41695         * sysdeps/x86_64/stackguard-macros.h: Likewise.
41696         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
41697         <elf/stackguard-macros.h>.
41699         [BZ #14109]
41700         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
41701         __aligned__ in attribute.
41702         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
41703         (gregset_t): Likewise.
41705 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41707         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
41708         * sysdeps/x86_64/64/Implies-after: Here.  New file.
41709         * sysdeps/x86_64/x32/Implies-after: New file.
41711 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41713         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
41714         and access return value for _dl_profile_fixup.  Use R10_LP to
41715         load frame size.
41717 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41719         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
41721 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41723         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
41724         * sysdeps/x86_64/x32/sysdep.h: New file.
41726 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41728         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
41729         * sysdeps/x86_64/setjmp.S: Likewise.
41731 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41733         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
41734         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
41735         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
41736         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
41737         remove unused global constant.
41739 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
41741         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
41742         include of <not-cancel.h>.
41744 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41746         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
41748 2012-05-15  Jeff Law  <law@redhat.com>
41749             Andreas Jaeger  <aj@suse.de>
41751         [BZ #13594]
41752         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
41753         out from...
41754         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
41755         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
41756         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
41757         code changing __hst_map_handle.map.
41759 2012-05-15  Roland McGrath  <roland@hack.frob.com>
41761         * configure.in (sysnames): Look for Implies-before and Implies-after
41762         files.
41763         * configure: Regenerated.
41765 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41767         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
41768         8-byte data alignment with LP_SIZE alignment.
41770 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41772         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
41773         into R10_LP.
41775 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41777         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
41779 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41781         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
41782         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
41783         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
41784         Likewise.
41785         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41787 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41789         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
41790         (stackinfo_sub_sp): Likewise.
41792 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41794         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
41795         RAX_LP.
41797 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41799         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
41800         into R*_LP.
41802 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41804         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
41805         sizes into R*_LP.
41807 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41809         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
41811 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41813         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
41814         into R11_LP and load __x86_64_shared_cache_size_half into
41815         R8_LP.
41817 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
41819         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
41820         R8_LP.
41822 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41824         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
41825         logb for POWER7.
41826         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
41827         logbf for POWER7.
41828         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
41829         logbl for POWER7.
41830         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
41831         powerpc32/power7/fpu/s_logb.c via #include.
41832         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
41833         powerpc32/power7/fpu/s_logbf.c via #include.
41834         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
41835         powerpc32/power7/fpu/s_logbl.c via #include.
41837 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
41839         * README.libm: Remove file.
41841 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41843         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
41844         count for x32.  Use R*_LP and omit operand-size suffix.
41846 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41848         * shlib-versions: Move x86_64-.*-linux.* entries to ...
41849         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
41850         * sysdeps/x86_64/x32/shlib-versions: New file.
41852 2012-05-14  Roland McGrath  <roland@hack.frob.com>
41854         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
41855         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
41856         Use _dl_fatal_printf instead.
41858 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41860         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
41861         set if not set by the user.  Do not allow for being unset.
41862         * sysdeps/unix/sysv/linux/configure: Regenerated.
41864 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41866         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
41867         the `q' suffix from lea and replace .quad with ASM_ADDR.
41869 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41871         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
41872         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
41873         instead of $17.
41874         (PTR_DEMANGLE): Likewise.
41876 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41878         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
41879         (LP_OP): Likewise.
41880         (ASM_ADDR): Likewise.
41881         (RAX_LP): Likewise.
41882         (RBP_LP): Likewise.
41883         (RBX_LP): Likewise.
41884         (RCX_LP): Likewise.
41885         (RDI_LP): Likewise.
41886         (RSI_LP): Likewise.
41887         (RSP_LP): Likewise.
41888         (R8_LP): Likewise.
41889         (R9_LP): Likewise.
41890         (R10_LP): Likewise.
41891         (R10_LP): Likewise.
41892         (R11_LP): Likewise.
41893         (R12_LP): Likewise.
41894         (R13_LP): Likewise.
41895         (R14_LP): Likewise.
41896         (R15_LP): Likewise.
41898 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
41900         * sysdeps/x86_64/x32/dl-machine.h: New file.
41902 2012-05-14  Andreas Jaeger  <aj@suse.de>
41904         * manual/Makefile (subdir): Remove export of subdir.
41905         (all): Remove target.
41906         (.PHONY): Remove all from list.
41907         (mkinstalldirs): Remove.
41908         (.PHONY): Remove installdirs from list.
41909         ($(inst_infodir)/libc.info): Use make-target-directory.
41910         (installdirs): Remove.
41911         (subdir_%): Remove.
41912         (glibc-targets): Remove.
41913         (lib): Remove.
41914         (stubs): Remove.
41915         ($(objpfx)stubs ../po/manual.pot): Remove.
41916         ($(objpfx)stamp%): Remove.
41917         (make-target-directory): Remove.
41918         (subdir_install): Remove.
41919         (routines): Remove.
41920         (aux): Remove.
41921         (sources): Remove.
41922         (objects): Remove.
41923         (headers): Remove.
41925         [BZ #13750]
41926         * manual/.gitignore: Remove, it's not needed anymore.
41927         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
41928         all files in it.
41929         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
41930         directory.
41931         (texis): Renamed to $(objpfx)texis.
41932         (texis-path): New, contains path to generated files.
41933         (chapters.%): Use texis-path for complete path, add extra argument
41934         libc-texinfo.sh.
41935         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
41936         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
41937         (summary,texi, stamp-summary): Use complete path of
41938         files. Generate files in build dir.
41939         (dir-add.texi): Build in build dir.
41940         (libm-err.texi,stamp-libm-err): Likewise.
41941         (version.texi, stamp-version): Likewise.
41942         (.%c.texi): Likewise.
41943         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
41944         (mostlyclean): Remove target.
41945         (realclean): Remove target.
41946         (generated): Add new variable with contents from mostlyclean and
41947         realclean, remove entries duplicated in common-mostlyclean, add
41948         stamp-libm-err and stamp-version.
41949         (generated-dirs): Add libc directory.
41950         ($(inst_infodir)/libc.info): Install files from build dir.
41952         * manual/install.texi (Configuring and compiling): Adjust since
41953         the info files are not part of the tar ball anymore.
41955 2012-05-14  Andreas Jaeger  <aj@suse.de>
41957         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
41958         variable.
41960 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
41962         [BZ #13717]
41963         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41964         to 2.2.0 where earlier.
41965         * sysdeps/unix/sysv/linux/configure: Regenerated.
41966         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
41967         Remove conditional code.
41968         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
41969         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
41970         Remove conditional code.
41971         [!__NR_lchown]: Likewise.
41972         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
41973         [__NR_lchown]: Likewise.
41974         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
41975         comment referencing __ASSUME_LCHOWN_SYSCALL.
41976         * sysdeps/unix/sysv/linux/i386/sigaction.c
41977         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
41978         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
41979         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
41980         Remove conditional code.
41981         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
41982         (__protocol_available): Remove #if 0 code.
41983         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
41984         conditional code.
41985         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
41986         * sysdeps/unix/sysv/linux/kernel-features.h
41987         (__ASSUME_GETCWD_SYSCALL): Don't define.
41988         (__ASSUME_REALTIME_SIGNALS): Likewise.
41989         (__ASSUME_PREAD_SYSCALL): Likewise.
41990         (__ASSUME_PWRITE_SYSCALL): Likewise.
41991         (__ASSUME_POLL_SYSCALL): Likewise.
41992         (__ASSUME_LCHOWN_SYSCALL): Likewise.
41993         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
41994         non-SPARC.
41995         (__ASSUME_SIOCGIFNAME): Don't define.
41996         (__ASSUME_MSG_NOSIGNAL): Likewise.
41997         (__ASSUME_SENDFILE): Define unconditionally.
41998         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
41999         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42000         conditional code.
42001         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42002         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42003         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42004         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42005         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42006         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42007         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42009         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42010         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42012         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42013         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42015         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42016         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42018         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42019         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42021         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42022         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42024         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42025         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42027         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42028         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42030         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42031         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42032         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42033         Remove conditional code.
42034         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42035         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42036         Remove conditional code.
42037         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42038         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42039         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42040         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42041         Remove conditional code.
42042         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42043         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42044         Remove conditional code.
42045         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42046         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42047         Remove conditional code.
42048         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42049         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42050         Remove conditional code.
42051         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42052         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42053         Remove conditional code.
42054         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42055         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42056         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42057         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42058         * sysdeps/unix/sysv/linux/sigaction.c
42059         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42060         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42061         * sysdeps/unix/sysv/linux/sigpending.c
42062         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42063         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42064         * sysdeps/unix/sysv/linux/sigprocmask.c
42065         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42066         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42067         * sysdeps/unix/sysv/linux/sigsuspend.c
42068         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42069         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42070         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42071         (__libc_missing_rt_sigs): Remove.
42072         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42073         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42074         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42075         Remove conditional code.
42076         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42077         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42078         return 1.
42079         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42080         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42081         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42082         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42084 2012-05-14  Andreas Jaeger  <aj@suse.de>
42086         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42087         it's not used in glibc.
42088         (__coshm1): Likewise.
42089         (__acosh1p): Likewise.
42090         (__sgn): Likewise.
42092         * manual/string.texi (Copying and Concatenation): Add missing
42093         variable in concat example.
42094         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42096 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42098         [BZ #14103]
42099         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42100         __builtin_clzl with __builtin_clzll.
42102 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42104         [BZ #14104]
42105         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42106         libc_freeres_ptr.
42108 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42110         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42111         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42112         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42113         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42115 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42117         * NEWS: Update ia64 info.
42119 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42121         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42122         used as bcopy.
42124 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42126         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42127         * sysdeps/unix/syscalls.list (dup3): Likewise.
42128         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42129         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42131 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42133         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42134         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42136 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42138         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42139         thread pointer.
42140         (TLS_IE): Use mov/add instead of movq/addq to load thread
42141         pointer.
42142         (TLS_GD_PREFIX): New.
42143         (TLS_GD): Use it.
42145 2012-05-11  David S. Miller  <davem@davemloft.net>
42147         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42148         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42149         (_FPU_SETCW): Likewise.
42151 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42153         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42154         is 32-byte aligned.
42156 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42158         [BZ #11837]
42159         * iconvdata/gb18030.c: Update tables.
42160         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42161         characters specially.
42162         (BODY for TO_LOOP): Add encoding of missing ranges.
42164 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42166         [BZ #13673]
42167         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42168         * sysdeps/mach/hurd/dup3.c: Likewise.
42169         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42170         * sysdeps/powerpc/memmove.c:: Likewise.
42172 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42174         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42175         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42177 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42179         * elf/elf.h (R_X86_64_RELATIVE64): New.
42180         (R_X86_64_NUM): Updated.
42181         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42182         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42183         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42184         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42185         tst-quad1pie tst-quad2pie
42186         (modules-names): Add tst-quadmod1 tst-quadmod2.
42187         ($(objpfx)tst-quad1): New dependency.
42188         ($(objpfx)tst-quad2): Likewise.
42189         ($(objpfx)tst-quad1pie): Likewise.
42190         ($(objpfx)tst-quad2pie): Likewise.
42191         * sysdeps/x86_64/tst-quad1.c: New file.
42192         * sysdeps/x86_64/tst-quad1pie.c: New file.
42193         * sysdeps/x86_64/tst-quad2.c: Likewise.
42194         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42195         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42196         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42197         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42198         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42200 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42202         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42203         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42204         * streams/stropts.h (t_scalar_t): Define type.
42206         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42207         (_PATH_PRESERVE): Set to "/var/lib".
42208         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42210         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42211         instead of int.
42213         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42214         if __dir_mkfile succeeded.
42216         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42217         checking for _hurd_dtablesize.  Unlock it right after having
42218         finished _hurd_dtable allocation.
42220 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42222         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42223         * sysdeps/mach/hurd/configure: Regenerated.
42224         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42225         special-casing to...
42226         * sysdeps/gnu/configure.in: ... this new file.
42227         * sysdeps/unix/sysv/linux/configure: Regenerated.
42228         * sysdeps/gnu/configure: New generated file.
42230         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42231         for Linux: use nsec instead of usec, as well as:
42232         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42233         members of type struct timespec.
42234         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42235         New macros.
42236         (struct stat64): Likewise.
42237         (_STATBUF_ST_NSEC): New macro.
42238         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42240         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42241         __strtoul_internal rather than strtoul.
42243 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42245         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42246         and reject them.
42248 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42250         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42251         which preserves existing values.
42252         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42254 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42256         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42257         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42258         greater than FD_SETSIZE.
42260 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42262         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42263         allocated, call __vm_protect to finish enabling the existing space, and
42264         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42265         allocate the remainder.
42267 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42269         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42270         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42272 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42274         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42275         sysdeps/mach/hurd/readlink.c.
42277         * posix/tst-sysconf.c (posix_options): Only use
42278         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42279         _POSIX_SYNCHRONIZED_IO when they are defined
42280         * sysdeps/mach/hurd/bits/posix_opt.h:
42281         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42282         (_XOPEN_REALTIME): Undefine macro.
42283         (_XOPEN_REALTIME_THREADS): Undefine macro.
42284         (_XOPEN_SHM): Undefine macro.
42285         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42286         macro to -1.
42287         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42288         macro to -1.
42289         (_POSIX_ASYNC_IO): Undefine macro.
42290         (_POSIX_PRIORITIZED_IO): Undefine macro.
42291         (_POSIX_SPIN_LOCKS): Define macro to -1.
42293         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42294         SA_NODEFER, SA_RESETHAND.
42295         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42296         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42297         F_DUPFD_CLOEXEC.
42299 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42301         * elf/Makefile (pldd-modules): Define unconditionally.
42303 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42305         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42307 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42309         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42310         Return ENOENT when name is empty.
42311         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42313 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42315         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42317         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42319 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42321         Fix mlock in all cases except non-readable pages.
42322         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42323         instead of VM_PROT_ALL as parameter to __vm_wire function.
42325         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42326         (__mkdir): When path is `/', just fail with EEXIST.
42327         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42329 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42331         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42332         <sys/uio.h> (for writev).
42333         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42334         and <sys/param.h> (for MIN).
42336 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42338         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42339         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42340         if interrupted.
42342 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42344         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42345         Depend on against $(link-rpcuserlibs).
42347 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42349         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42350         (__libc_stack_end): Do not use attribute_relro.
42351         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42352         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42353         to libthread-provided value.
42354         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42355         attribute_relro.
42357 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42359         [BZ #3748]
42360         * bits/libc-lock.h (__libc_once_get): New macro.
42361         * sysdeps/mach/bits/libc-lock.h: Likewise.
42362         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42363         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42364         instead of using implementation details.
42366         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42367         * libio/freopen.c: Likewise.
42368         * libio/freopen64.c: Likewise.
42369         * misc/syslog.c: Likewise.
42370         * nscd/connections.c: Likewise.
42371         * nscd/netgroupcache.c: Likewise.
42372         * sysdeps/posix/getcwd.c: Likewise.
42374 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42376         * math/w_ilogbf.c: Add #include <limits.h>.
42378 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42380         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42381         path instead of returning without unlocking.
42383         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42384         immediate-write ioctls.
42385         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42387 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42389         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42390         __builtin_frame_address instead of making assumptions about the
42391         location of the return address relative to DATA.  Force early load of
42392         the return address.
42393         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42394         __builtin_frame_address.
42396         dup3 for GNU Hurd.
42397         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42398         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42399         implement dup3 and do some further code clean-ups.
42400         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42401         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42403 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42405         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42407         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42408         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42409         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42410         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42411         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42412         d->port.lock.
42414         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42415         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42416         when handler == SIG_ERR, not when handler != SIG_ERR.
42418 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42420         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42421         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42422         definitions.
42424         accept4 for GNU Hurd.
42425         * include/sys/socket.h (__libc_accept4): New prototype.
42426         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42427         to implement __libc_accept4.
42428         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42429         __libc_accept4.
42430         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42432         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42433         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42434         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42435         signal-defines.sym.
42437 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42439         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42441 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42443         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42444         assertion on O_CLOEXEC flag.
42445         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42446         * hurd/intern-fd.c: Likewise.
42447         * hurd/port2fd.c: Likewise.
42449 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42451         [BZ #3906]
42452         * bits/in.h (IPV6_PKTINFO): Define new macro.
42453         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42455 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42457         [BZ #13954]
42458         [BZ #13955]
42459         [BZ #13956]
42460         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42461         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42462         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42463         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42464         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42465         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42466         * math/libm-test.inc (logb_test) : Additional logb tests.
42468 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42469             Andreas Jaeger  <aj@suse.de>
42471         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42472         * configure: Regenerated.
42473         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42474         * config.make.in (link-obsolete-rpc): New substituted variable.
42475         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42476         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42477         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42478         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42479         so that libc.a contains the symbols.
42480         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42481         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42482         * sunrpc/auth_none.c: Likewise.
42483         * sunrpc/auth_unix.c: Likewise.
42484         * sunrpc/authdes_prot.c: Likewise.
42485         * sunrpc/authuxprot.c: Likewise.
42486         * sunrpc/clnt_gen.c: Likewise.
42487         * sunrpc/clnt_perr.c: Likewise.
42488         * sunrpc/clnt_raw.c: Likewise.
42489         * sunrpc/clnt_simp.c: Likewise.
42490         * sunrpc/clnt_tcp.c: Likewise.
42491         * sunrpc/clnt_udp.c: Likewise.
42492         * sunrpc/clnt_unix.c: Likewise.
42493         * sunrpc/des_crypt.c: Likewise.
42494         * sunrpc/des_soft.c: Likewise.
42495         * sunrpc/get_myaddr.c: Likewise.
42496         * sunrpc/key_call.c: Likewise.
42497         * sunrpc/key_prot.c: Likewise.
42498         * sunrpc/netname.c: Likewise.
42499         * sunrpc/pm_getmaps.c: Likewise.
42500         * sunrpc/pm_getport.c: Likewise.
42501         * sunrpc/pmap_clnt.c: Likewise.
42502         * sunrpc/pmap_prot.c: Likewise.
42503         * sunrpc/pmap_prot2.c: Likewise.
42504         * sunrpc/pmap_rmt.c: Likewise.
42505         * sunrpc/publickey.c: Likewise.
42506         * sunrpc/rpc_cmsg.c: Likewise.
42507         * sunrpc/rpc_common.c: Likewise.
42508         * sunrpc/rpc_dtable.c: Likewise.
42509         * sunrpc/rpc_prot.c: Likewise.
42510         * sunrpc/rpc_thread.c: Likewise.
42511         * sunrpc/rtime.c: Likewise.
42512         * sunrpc/svc.c: Likewise.
42513         * sunrpc/svc_auth.c: Likewise.
42514         * sunrpc/svc_raw.c: Likewise.
42515         * sunrpc/svc_run.c: Likewise.
42516         * sunrpc/svc_tcp.c: Likewise.
42517         * sunrpc/svc_udp.c: Likewise.
42518         * sunrpc/svc_unix.c: Likewise.
42519         * sunrpc/svcauth_des.c: Likewise.
42520         * sunrpc/xcrypt.c: Likewise.
42521         * sunrpc/xdr.c: Likewise.
42522         * sunrpc/xdr_array.c: Likewise.
42523         * sunrpc/xdr_float.c: Likewise.
42524         * sunrpc/xdr_intXX_t.c: Likewise.
42525         * sunrpc/xdr_mem.c: Likewise.
42526         * sunrpc/xdr_rec.c: Likewise.
42527         * sunrpc/xdr_ref.c: Likewise.
42528         * sunrpc/xdr_sizeof.c: Likewise.
42529         * sunrpc/xdr_stdio.c: Likewise.
42531 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42533         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42534         change.  Update copyright years.
42536 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42538         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42540 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42541             Joseph Myers  <joseph@codesourcery.com>
42542             Paul Pluzhnikov  <ppluzhnikov@google.com>
42544         [BZ #14012]
42545         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42546         requiring rpcgen.
42547         [cross-compiling] (extra-libs): Likewise.
42548         [cross-compiling] (extra-libs-others): Likewise.
42549         [cross-compiling] (librpcsvc-routines): Likewise.
42550         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42551         [cross-compiling] (omit-deps): Likewise.
42552         (sunrpc-CPPFLAGS): New variable.
42553         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42554         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42555         (cross-rpcgen-objs): New variable.
42556         (extra-objs): Append $(cross-rpcgen-objs).
42557         ($(cross-rpcgen-objs)): New rule.
42558         ($(objpfx)cross-rpcgen): Likewise.
42559         (rpcgen-cmd): Define to use $(built-program-file).  Expand
42560         comment.
42561         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42562         ($(objpfx)x%.stmp): Likewise.
42563         * sunrpc/proto.h [IS_IN_build] (_): Define.
42564         [IS_IN_build] (_libc_intl_domainname): Likewise.
42566 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42568         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42569         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42570         and R_X86_64_TPOFF64.
42572 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42574         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42575         sysdeps/unix/sysv/syscalls.list.
42576         (stime): Likewise.
42577         (utime): Likewise.
42578         * sysdeps/unix/sysv/syscalls.list: Remove file.
42580 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42582         [BZ #3440]
42583         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42584         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42585         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42586         (__LC_IDENTIFICATION): Make these macros useful in #if
42587         expressions, as required by C99.
42589 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
42591         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42592         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
42593         after this.
42595 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
42597         * stdlib/longlong.h: Updated from GCC.
42599 2012-05-09  Andreas Jaeger  <aj@suse.de>
42601         * nscd/nscd.c (run_modes): Make named enum, reorder so that
42602         default is first entry.
42603         (run_mode): Set type.
42604         (main): Remove informal message about syslog.
42605         (options): Fix typo.
42607         [BZ #14053]
42608         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
42609         to asm.
42610         (lrint): Likewise.
42611         (llrintf): Likewise.
42612         (llrint): Likewise.
42613         (rint): Likewise.
42614         (rintf): Likewise.
42615         (nearbyint): Likewise.
42616         (nearbyintf): Likewise.
42618 2012-05-09  Andreas Jaeger  <aj@suse.de>
42619             Pedro Alves  <palves@redhat.com>
42621         * nscd/nscd.c (run_mode): Use enum.
42622         (main): Cleanup coding style issue.
42624 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
42625             Andreas Jaeger  <aj@suse.de>
42627         * nscd/nscd.c (go_background): Replaced with...
42628         (run_mode): ... this.
42629         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
42630         (options): Add -F --foreground.
42631         (main): Implement it.
42632         (parse_opt): Parse it.
42634 2012-05-09  Andreas Jaeger  <aj@suse.de>
42636         [BZ #14083]
42637         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
42638         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
42639         -Wconversion warning.
42640         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
42641         Likewise.
42643 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
42645         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
42646         == 0.
42647         (LC_ALL): Use macro-int-constant.
42648         (LC_COLLATE): Likewise.
42649         (LC_CTYPE): Likewise.
42650         (LC_MESSAGES): Likewise.
42651         (LC_MONETARY): Likewise.
42652         (LC_NUMERIC): Likewise.
42653         (LC_TIME): Likewise.
42654         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
42655         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42656         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42657         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
42658         Specify type.
42659         [C99-based standards] (float_t): Expect type.
42660         [C99-based standards] (double_t): Expect type.
42661         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
42662         type.
42663         [C99-based standards] (HUGE_VALL): Likewise.
42664         [C99-based standards] (INFINITY): Likewise.
42665         [C99-based standards] (NAN): Likewise.
42666         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
42667         [C99-based standards] (FP_NAN): Likewise.
42668         [C99-based standards] (FP_NORMAL): Likewise.
42669         [C99-based standards] (FP_SUBNORMAL): Likewise.
42670         [C99-based standards] (FP_ZERO): Likewise.
42671         [C99-based standards] (FP_FAST_FMA): Use
42672         optional-macro-int-constant.  Specify type.  Require == 1.
42673         [C99-based standards] (FP_FAST_FMAF): Likewise.
42674         [C99-based standards] (FP_FAST_FMAL): Likewise.
42675         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
42676         [C99-based standards] (FP_ILOGBNAN): Likewise.
42677         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
42678         Specify type.
42679         [C99-based standards] (MATH_ERREXCEPT): Likewise.
42680         [C99-based standards] (math_errhandling): Specify type.
42681         [ISO99 || ISO11] (signgam): Do not allow.
42682         [non-C99-based standards] (copysignf): Do not allow.
42683         [non-C99-based standards] (exp2f): Likewise.
42684         [non-C99-based standards] (log2f): Likewise.
42685         [non-C99-based standards] (modff): Allow.
42686         [non-C99-based standards] (erff): Do not allow.
42687         [non-C99-based standards] (erfcf): Likewise.
42688         [non-C99-based standards] (gammaf): Likewise.
42689         [non-C99-based standards] (hypotf): Likewise.
42690         [non-C99-based standards] (j0f): Likewise.
42691         [non-C99-based standards] (j1f): Likewise.
42692         [non-C99-based standards] (jnf): Likewise.
42693         [non-C99-based standards] (lgammaf): Likewise.
42694         [non-C99-based standards] (tgammaf): Likewise.
42695         [non-C99-based standards] (y0f): Likewise.
42696         [non-C99-based standards] (y1f): Likewise.
42697         [non-C99-based standards] (ynf): Likewise.
42698         [non-C99-based standards] (isnanf): Likewise.
42699         [non-C99-based standards] (acoshf): Likewise.
42700         [non-C99-based standards] (asinhf): Likewise.
42701         [non-C99-based standards] (atanhf): Likewise.
42702         [non-C99-based standards] (cbrtf): Likewise.
42703         [non-C99-based standards] (expm1f): Likewise.
42704         [non-C99-based standards] (ilogbf): Likewise.
42705         [non-C99-based standards] (log1pf): Likewise.
42706         [non-C99-based standards] (logbf): Likewise.
42707         [non-C99-based standards] (nextafterf): Likewise.
42708         [non-C99-based standards] (remainderf): Likewise.
42709         [non-C99-based standards] (rintf): Likewise.
42710         [non-C99-based standards] (scalbf): Likewise.
42711         [non-C99-based standards] (copysignl): Likewise.
42712         [non-C99-based standards] (exp2l): Likewise.
42713         [non-C99-based standards] (log2l): Likewise.
42714         [non-C99-based standards] (modfl): Allow.
42715         [non-C99-based standards] (erfl): Do not allow.
42716         [non-C99-based standards] (erfcl): Likewise.
42717         [non-C99-based standards] (gammal): Likewise.
42718         [non-C99-based standards] (hypotl): Likewise.
42719         [non-C99-based standards] (j0l): Likewise.
42720         [non-C99-based standards] (j1l): Likewise.
42721         [non-C99-based standards] (jnl): Likewise.
42722         [non-C99-based standards] (lgammal): Likewise.
42723         [non-C99-based standards] (tgammal): Likewise.
42724         [non-C99-based standards] (y0l): Likewise.
42725         [non-C99-based standards] (y1l): Likewise.
42726         [non-C99-based standards] (ynl): Likewise.
42727         [non-C99-based standards] (isnanl): Likewise.
42728         [non-C99-based standards] (acoshl): Likewise.
42729         [non-C99-based standards] (asinhl): Likewise.
42730         [non-C99-based standards] (atanhl): Likewise.
42731         [non-C99-based standards] (cbrtl): Likewise.
42732         [non-C99-based standards] (expm1l): Likewise.
42733         [non-C99-based standards] (ilogbl): Likewise.
42734         [non-C99-based standards] (log1pl): Likewise.
42735         [non-C99-based standards] (logbl): Likewise.
42736         [non-C99-based standards] (nextafterl): Likewise.
42737         [non-C99-based standards] (remainderl): Likewise.
42738         [non-C99-based standards] (rintl): Likewise.
42739         [non-C99-based standards] (scalbl): Likewise.
42740         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42741         [non-C99-based standards] (FP_*): Do not allow.
42742         [C99-based standards] (FP_*): Change to
42743         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
42744         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42745         allow.
42746         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
42747         (SIG_ERR): Likewise.
42748         [X/Open-based standards] (SIG_HOLD): Likewise.
42749         (SIG_IGN): Likewise.
42750         (SIGABRT): Use macro-int-constant.  Specify type.  Require
42751         positive value.
42752         (SIGFPE): Likewise.
42753         (SIGILL): Likewise.
42754         (SIGINT): Likewise.
42755         (SIGSEGV): Likewise.
42756         (SIGTER): Likewise.
42757         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
42758         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
42759         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
42760         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
42761         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
42762         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
42763         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
42764         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
42765         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
42766         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
42767         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
42768         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
42769         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
42770         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
42771         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
42772         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
42773         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
42774         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
42775         [X/Open-based standards] (SIGTRAP): Likewise.
42776         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
42777         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
42778         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
42779         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
42780         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
42781         allow.
42783 2012-05-08  Ian Wienand  <ianw@vmware.com>
42785         [BZ #14080]
42786         * time/tzset.c (__tzset_parse_tz): Update default rules for
42787         daylight time changes in the Energy Policy Act of 2005.
42789 2012-05-09  Andreas Jaeger  <aj@suse.de>
42791         [BZ #13983]
42792         * elf/ldconfig.c (parse_conf): Change string to make clear that
42793         ldconfig only issued a warning if ld.so.conf does not exist.
42795 2012-05-08  David S. Miller  <davem@davemloft.net>
42797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
42798         movxtod instead of popping the value on the stack.
42800         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42802 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
42804         * config.h.in: Add HAVE_ARM_PCS_VFP.
42806 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
42808         [BZ #13979]
42809         * include/features.h: Warn if user requests __FORTIFY_SOURCE
42810         checking but the checks are disabled for any reason.
42812 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
42814         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
42815         and ELF64_R_TYPE with ELFW(R_TYPE).
42817 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
42819         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
42820         (ulimit): Likewise.
42822         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
42823         (settimeofday): Likewise.
42825 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
42827         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
42828         a struct th_u2 inside the union, and move tu_block/tu_code into
42829         a new th_u3 union of tu_block/tu_code inside of that.  Move
42830         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
42831         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
42832         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
42833         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
42834         (th_stuff): Change to th_u1.tu_stuff.
42835         (th_data): Define.
42836         (th_msg): Change to th_u1.th_u2.tu_data.
42838 2012-05-07  David S. Miller  <davem@davemloft.net>
42840         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42842         [BZ #14074]
42843         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
42844         (SETUP_PIC_REG): Use it.
42845         (SETUP_PIC_REG_LEAF): Use it.
42847 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
42849         [BZ #13885]
42850         [BZ #13923]
42851         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42852         USE_AS_EXPM1L.
42853         (EXPL_FINITE): Likewise.
42854         (FLDLOG): Likewise.
42855         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
42856         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42857         e_expl.S.
42858         * sysdeps/x86_64/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/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
42864         e_expl.S.
42865         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
42866         test of -max_value argument for long double.
42867         * sysdeps/i386/fpu/libm-test-ulps: Update.
42868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42870 2012-05-06  David S. Miller  <davem@davemloft.net>
42872         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
42873         quad soft-float symbols whose references which are compiler
42874         generated.
42875         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
42877 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
42879         [BZ #13884]
42880         [BZ #13914]
42881         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42882         USE_AS_EXP10L.
42883         (EXPL_FINITE): Likewise.
42884         (FLDLOG): Likewise.
42885         (c0): Likewise.
42886         (c1): Likewise.
42887         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42888         Adjust comments for base varying.
42889         (__expl_finite): Change alias to EXPL_FINITE.
42890         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
42891         e_expl.S.
42892         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
42893         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
42894         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
42895         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
42896         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
42897         USE_AS_EXP10L.
42898         (EXPL_FINITE): Likewise.
42899         (FLDLOG): Likewise.
42900         (c0): Likewise.
42901         (c1): Likewise.
42902         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
42903         Adjust comments for base varying.
42904         (__expl_finite): Change alias to EXPL_FINITE.
42905         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
42906         tests for bugs.
42907         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42909         [BZ #14064]
42910         * math/libm-test.inc (check_float_internal): Correct ulp
42911         calculation for subnormal expected results.
42913 2012-05-06  Andreas Jaeger  <aj@suse.de>
42915         * Makeconfig (+math-flags): New, set to -frounding-math.
42916         (+cflags): Add +math-flags so that all of glibc gets compiled with
42917         it.
42919         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
42921 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
42923         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
42924         Disable one test.
42926         [BZ #13787]
42927         [BZ #13922]
42928         [BZ #14036]
42929         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
42930         (__ieee754_expl): Allow for and saturate large arguments.
42931         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
42932         (u_threshold): Likewise.
42933         (__exp): Call __ieee754_exp before checking for overflow and
42934         underflow.
42935         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
42936         (u_threshold): Likewise.
42937         (__expf): Call __ieee754_expf before checking for overflow and
42938         underflow.
42939         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
42940         (u_threshold): Likewise.
42941         (__expl): Call __ieee754_expl before checking for overflow and
42942         underflow.
42943         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
42944         (__ieee754_expl): Allow for and saturate large arguments.
42945         * math/libm-test.inc (exp_test): Add another test.  Do not allow
42946         missing overflow exception on overflow.
42947         (expm1_test): Do not allow missing overflow exception on overflow.
42949         * sysdeps/i386/fpu/e_expl.c: Move to ...
42950         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
42951         rather than using inline asm.
42952         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
42953         * sysdeps/x86_64/fpu/e_expl.S: Copy from
42954         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
42956         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
42957         (nice): Likewise.
42958         (poll): Likewise.
42959         (signal): Likewise.
42960         (time): Likewise.
42961         (times): Likewise.
42963 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
42965         * sysdeps/unix/syscalls.list (adjtime): Add entry from
42966         sysdeps/unix/common/syscalls.list.
42967         (fchmod): Likewise.
42968         (fchown): Likewise.
42969         (ftruncate): Likewise.
42970         (getrusage): Likewise.
42971         (gettimeofday): Likewise.
42972         (setpgid): Likewise.
42973         (setregid): Likewise.
42974         (setreuid): Likewise.
42975         (sigaction): Likewise.
42976         (truncate): Likewise.
42977         (vhangup): Likewise.
42978         * sysdeps/unix/common/syscalls.list: Remove file.
42979         * sysdeps/unix/bsd/Implies: Don't include unix/common.
42980         * sysdeps/unix/sysv/linux/Implies: Likewise.
42982 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
42984         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
42985         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
42986         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
42987         Moved to ...
42988         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
42989         Here.
42990         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
42991         to ...
42992         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
42993         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
42994         to ...
42995         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
42996         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
42997         to ...
42998         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
42999         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43000         to ...
43001         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43002         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43003         to ...
43004         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43005         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43006         to ...
43007         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43008         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43009         to ...
43010         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43011         Here.
43012         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43013         to ...
43014         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43015         Here.
43016         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43017         to ...
43018         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43019         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43020         Moved to ...
43021         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43022         Here.
43023         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43024         to ...
43025         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43027 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43029         * sysdeps/unix/common/bits/dirent.h: Remove file.
43030         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43032         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43033         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43034         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43035         * sysdeps/unix/bsd/isatty.c: Likewise.
43036         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43037         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43038         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43040 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43042         [BZ #13563]
43043         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43044         long double comparison inaccuracies.
43045         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43046         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43048 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43050         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43051         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43053 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43055         [BZ #14049]
43056         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43057         nonzero digits before rounding a hex value.
43058         * stdlib/tst-strtod.c (tests): Add another test.
43060 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43062         * sysdeps/s390/fpu/libm-test-ulps: Update.
43064 2012-05-03  Andreas Jaeger  <aj@suse.de>
43066         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43067         does not get optimized out.
43068         (malloc_opt_barrier): New.
43070 2012-05-03  Andreas Jaeger  <aj@suse.de>
43071             Roland McGrath  <roland@hack.frob.com>
43073         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43074         intermediate file deletion.
43075         (generated): Add .symlist files.
43077 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43079         [BZ #13775]
43080         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43081         Redirect under this condition.
43082         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43083         [__USE_GNU] (__dprintf_chk): Not under this condition.
43084         [__USE_GNU] (__vdprintf_chk): Likewise.
43085         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43086         under this condition.
43087         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43088         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43089         [__USE_XOPEN2K8] (vdprintf): Likewise.
43090         [__USE_GNU] (__dprintf_chk): Not under this condition.
43091         [__USE_GNU] (__vdprintf_chk): Likewise.
43092         [__USE_GNU] (dprintf): Likewise.
43093         [__USE_GNU] (vdprintf): Likewise.
43095 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43097         * elf/Makefile (common-generated): Set this instead of generated for
43098         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43099         $(all-built-dso)-derived lists.
43101 2012-05-03  Andreas Jaeger  <aj@suse.de>
43103         * sysdeps/i386/fpu/libm-test-ulps: Update.
43105         * FAQ: Removed.
43106         * FAQ.in: Likewise.
43107         * scripts/gen-FAQ.pl: Likewise.
43108         * manual/install.texi (Installation): Point to online location of
43109         FAQ.
43110         * Makefile (files-for-dist): Remove FAQ.
43111         (FAQ): Remove.
43113 2012-05-02  Allan McRae  <allan@archlinux.org>
43115         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43116         (LDFLAGS-reldepmod5.so): Likewise.
43117         (LDFLAGS-reldep6mod1.so): Likewise.
43118         (LDFLAGS-reldep6mod4.so): Likewise.
43119         (LDFLAGS-reldep8mod3.so): Likewise.
43120         (LDFLAGS-unload4mod1.so): Likewise.
43121         (LDFLAGS-unload4mod2.so): Likewise.
43122         (LDFLAGS-tst-initorder): Likewise.
43123         (LDFLAGS-tst-initordera2.so): Likewise.
43124         (LDFLAGS-tst-initordera3.so): Likewise.
43125         (LDFLAGS-tst-initordera4.so): Likewise.
43126         (LDFLAGS-tst-initorderb2.so): Likewise.
43127         (LDFLAGS-noload): Likewise.
43128         (LDFLAGS-next): Likewise.
43129         (LDFLAGS-order2mod1.so): Likewise.
43130         (LDFLAGS-order2mod2.so): Likewise.
43131         (LDFLAGS-tst-initorder2): Likewise.
43132         (LDFLAGS-tst-initorder2a.so): Likewise.
43133         (LDFLAGS-tst-initorder2b.so): Likewise.
43134         (LDFLAGS-tst-initorder2c.so): Likewise.
43135         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43137 2012-05-02  David S. Miller  <davem@davemloft.net>
43139         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43141 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43143         [BZ #14055]
43144         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43146 2012-05-02  Andreas Jaeger  <aj@suse.de>
43148         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43149         since we manipulate rounding mode.
43150         (CPPFLAGS-test-idouble.c): Likewise.
43151         (CPPFLAGS-test-ifloat.c): Likewise.
43152         (CFLAGS-test-ldouble.c): Likewise.
43153         (CFLAGS-test-double.c): Likewise.
43154         (CFLAGS-test-float.c): Likewise.
43155         (CFLAGS-test-misc.c): Likewise.
43156         (CFLAGS-test-test-fenv.c): Likewise.
43158 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43160         [BZ #2550]
43161         [BZ #2570]
43162         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43163         comparisons to determine direction to adjust input.
43165 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43167         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43168         output to the target.
43170         * scripts/localplt.awk: New file.
43171         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43172         (check-localplt-CFLAGS): Variable removed.
43173         ($(all-built-dso:=.jmprel)): New static pattern rule.
43174         (generated): Add those targets.
43175         (localplt-built-dso): New variable.
43176         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43178         * elf/check-localplt.c: File removed.
43180         * scripts/check-execstack.awk: New file.
43181         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43182         (check-execstack-CFLAGS): Variable removed.
43183         ($(objpfx)check-execstack.h): Target removed.
43184         ($(objpfx)execstack-default): New target.
43185         (generated): Add that instead of check-execstack.h.
43186         ($(all-built-dso:=.phdr)): New static pattern rule.
43187         (generated): Add those targets.
43188         * elf/check-execstack.c: File removed.
43190         * scripts/check-textrel.awk: New file.
43191         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43192         (check-textrel-CFLAGS): Variable removed.
43193         (all-built-dso): Use := to define.o
43194         ($(all-built-dso:=.dyn)): New static pattern rule.
43195         (generated): Add those targets.
43196         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43197         * config.make.in (READELF): New substituted variable.
43198         * elf/check-textrel.c: File removed.
43200 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43202         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43203         allow.
43204         * conform/data/ctype.h-data [C99-based standards] (isblank):
43205         Expect function.
43206         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43207         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43208         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43209         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43210         Specify type.  Require positive value.
43211         (EILSEQ): Likewise.
43212         (ERANGE): Likewise.
43213         [ISO || POSIX] (EILSEQ): Do not expect.
43214         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43215         Specify type.  Require positive value.
43216         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43217         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43218         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43219         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43220         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43221         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43222         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43223         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43224         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43225         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43226         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43227         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43228         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43229         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43230         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43231         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43232         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43233         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43234         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43235         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43236         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43237         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43238         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43239         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43240         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43241         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43242         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43243         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43244         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43245         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43246         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43247         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43248         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43249         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43250         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43251         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43252         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43253         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43254         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43255         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43256         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43257         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43258         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43259         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43260         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43261         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43262         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43263         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43264         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43265         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43266         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43267         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43268         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43269         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43270         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43271         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43272         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43273         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43274         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43275         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43276         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43277         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43278         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43279         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43280         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43281         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43282         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43283         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43284         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43285         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43286         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43287         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43288         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43289         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43290         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43291         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43292         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43293         Require >= 2.
43294         (FLT_ROUNDS): Expect as macro, not constant.
43295         (FLT_MANT_DIG): Use macro-int-constant.
43296         (DBL_MANT_DIG): Likewise.
43297         (LDBL_MANT_DIG): Likewise.
43298         (FLT_DIG): Likewise.
43299         (DBL_DIG): Likewise.
43300         (LDBL_DIG): Likewise.
43301         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43302         (DBL_MIN_EXP): Likewise.
43303         (LDBL_MIN_EXP): Likewise.
43304         (FLT_MAX_EXP): Use macro-int-constant.
43305         (DBL_MAX_EXP): Likewise.
43306         (LDBL_MAX_EXP): Likewise.
43307         (FLT_MAX_10_EXP): Likewise.
43308         (DBL_MAX_10_EXP): Likewise.
43309         (LDBL_MAX_10_EXP): Likewise.
43310         (FLT_MAX): Use macro-constant.
43311         (DBL_MAX): Likewise.
43312         (LDBL_MAX): Likewise.
43313         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43314         (DBL_EPSILON): Likewise.
43315         (LDBL_EPSILON): Likewise.
43316         (FLT_MIN): Likewise.
43317         (DBL_MIN): Likewise.
43318         (LDBL_MIN): Likewise.
43319         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43320         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43321         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43322         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43323         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43324         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43325         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43326         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43327         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43328         [ISO11] (FLT_TRUE_MIN): Likewise.
43329         [ISO11] (LDBL_TRUE_MIN): Likewise.
43330         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43331         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43332         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43333         (SCHAR_MAX): Likewise.
43334         (UCHAR_MAX): Likewise.
43335         (CHAR_MIN): Likewise.
43336         (CHAR_MAX): Likewise.
43337         (MB_LEN_MAX): Use macro-int-constant.
43338         (SHRT_MIN): Use macro-int-constant.  Specify type.
43339         (SHRT_MAX): Likewise.
43340         (USHRT_MAX): Likewise.
43341         (INT_MAX): Likewise.
43342         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43343         bound negative.
43344         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43345         bound with "U".
43346         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43347         bound with "L".
43348         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43349         bound negative.  Suffix upper bound with "L".
43350         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43351         bound with "UL".
43352         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43353         Specify type.
43354         [C99-based standards] (LLONG_MAX): Likewise.
43355         [C99-based standards] (ULLONG_MAX): Likewise.
43356         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43357         == 0.
43358         [ISO11] (max_align_t): Require type.
43359         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43361         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43362         from $CFLAGS, without defining away __attribute__ calls.
43363         (checknamespace): Use $CFLAGS_namespace.
43365         * conform/conformtest.pl (@keywords): Only include C99 keywords
43366         for standards based on C99 or C11.
43368         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43369         Disable tests.
43370         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43371         UNIX98]: Likewise.
43373         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43374         usability of symbols in #if.
43376         * conform/conformtest.pl: If macro or constant types start
43377         "promoted:", expect the symbol to be of the following type
43378         promoted by the integer promotions.
43380         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43381         in one place.  Also handle "macro-constant".
43383         * conform/conformtest.pl: Only accept expected macro values with
43384         "==".  Parse all "macro" lines in one place.
43385         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43387         * conform/conformtest.pl: Handle braced types on "constant" lines
43388         instead of handling "typed-constant".
43389         * conform/data/signal.h-data: Use "constant" instead of
43390         "typed-constant".
43392         * conform/conformtest.pl: Handle "optional-" at start of lines in
43393         one place rather than duplicating several cases.  Handle each
43394         format of "macro" line with initial "optional-".
43396         * conform/conformtest.pl: Only accept expected constant or
43397         optional-constant values with "==".  Parse all "constant" lines in
43398         one place.  Parse all "optional-constant" lines in one place.
43399         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43400         * conform/data/fmtmsg.h-data: Likewise.
43401         * conform/data/netinet/in.h-data: Likewise.
43402         * conform/data/tar.h-data: Likewise.
43403         * conform/data/limits.h-data: Use "==" form on "constant" and
43404         "optional-constant" lines.
43406         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43407         Use -std=c99 for XOPEN2K.
43408         (@knownproblems): Remove.
43409         (newtoken): Don't check %isknown.
43411         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43412         Do not expect macro.
43413         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43414         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43415         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43416         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43417         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43418         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43419         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43420         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43421         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43422         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43423         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43424         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43425         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43426         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43427         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43428         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43429         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43430         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43431         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43432         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43433         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43434         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43435         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43436         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43437         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43438         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43439         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43440         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43441         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43442         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43443         [XPG3] (acosh): Likewise.
43444         [XPG3] (asinh): Likewise.
43445         [XPG3] (atanh): Likewise.
43446         [XPG3] (cbrt): Likewise.
43447         [XPG3] (expm1): Likewise.
43448         [XPG3] (ilogb): Likewise.
43449         [XPG3] (log1p): Likewise.
43450         [XPG3] (logb): Likewise.
43451         [XPG3] (nextafter): Likewise.
43452         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43453         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43454         [XPG3] (remainder): Likewise.
43455         [XPG3] (rint): Likewise.
43456         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43457         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43458         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43459         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43460         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43461         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43462         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43463         [UNIX98 || XOPEN2K] (scalb): Expect.
43464         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43465         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43466         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43467         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43468         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43469         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43470         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43471         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43472         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43473         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43474         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43475         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43476         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43477         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43478         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43479         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43480         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43481         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43482         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43483         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43484         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43485         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43486         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43487         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43488         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43489         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43490         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43491         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43492         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43493         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43494         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43495         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43496         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43497         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43498         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43499         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43500         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43501         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43502         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43503         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43504         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43505         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43506         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43507         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43508         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43509         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43510         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43511         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43512         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43513         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43514         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43515         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43516         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43517         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43518         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43519         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43520         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43521         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43522         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43523         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43524         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43525         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43526         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43527         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43528         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43529         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43530         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43531         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43532         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43533         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43534         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43535         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43536         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43537         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43538         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43539         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43540         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43541         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43542         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43543         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43544         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43545         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43546         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43547         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43548         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43549         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43550         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43551         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43552         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43553         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43554         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43555         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43556         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43557         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43558         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43559         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43560         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43561         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43562         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43563         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43564         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43565         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43566         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43567         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43568         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43569         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43570         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43571         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43572         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43573         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43574         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43575         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43576         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43577         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43578         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43579         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43580         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43581         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43582         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43583         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43584         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43585         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43586         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43587         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43588         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43589         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43590         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43591         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43592         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43593         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43594         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43595         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43596         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43597         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43598         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43599         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43600         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43602         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43603         _XOPEN_SOURCE_EXTENDED for XPG4.
43605         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
43607         * Makeconfig (localtime): Remove variable.
43608         (inst_localtime-file): Likewise.
43610 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
43613         Update.
43614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43615         Update.
43616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
43617         Update.
43618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
43619         Update.
43620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
43621         Update.
43622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
43623         Update.
43624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43625         Update.
43626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
43627         Update.
43628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43629         Update.
43631 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43633         [BZ #2550]
43634         [BZ #2570]
43635         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
43636         comparisons to determine direction to adjust input.
43637         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
43638         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
43639         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
43640         Likewise.
43641         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
43642         Likewise.
43643         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
43644         Likewise.
43645         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
43646         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
43647         Likewise.
43648         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
43649         Likewise.
43650         * math/libm-test.inc (nexttoward_test): Add more tests.
43652 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
43654         [BZ #14040]
43655         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
43656         in version GLIBC_2.1, not GLIBC_2.0.
43657         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
43658         Likewise.
43660 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
43662         [BZ #13942]
43663         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
43664         (1 - x) * (1 + x).
43665         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43666         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
43667         * math/libm-test.inc (acos_test): Add more tests.
43668         (asin_test): Likewise.
43669         * sysdeps/i386/fpu/libm-test-ulps: Update.
43670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43672         [BZ #14034]
43673         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
43674         of square root.
43675         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
43676         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
43677         * math/libm-test.inc (acos_test_tonearest): New function.
43678         (acos_test_towardzero): Likewise.
43679         (acos_test_downward): Likewise.
43680         (acos_test_upward): Likewise.
43681         (asin_test_tonearest): Likewise.
43682         (asin_test_towardzero): Likewise.
43683         (asin_test_downward): Likewise.
43684         (asin_test_upward): Likewise.
43685         (main): Call the new functions.
43686         * sysdeps/i386/fpu/libm-test-ulps: Update.
43687         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43689         [BZ #13884]
43690         [BZ #13924]
43691         * math/e_exp10.c: Include <float.h>.
43692         (__ieee754_exp10): Handle underflow here rather than multiplying
43693         large negative argument by M_LN10.
43694         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
43695         of __ieee754_expf.
43696         * math/e_exp10l.c: Include <float.h>.
43697         (__ieee754_exp10l): Handle underflow here rather than multiplying
43698         large negative argument by M_LN10l.
43699         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
43700         spurious overflow exception on underflow.
43702 2012-04-29  Marek Polacek  <polacek@redhat.com>
43704         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
43705         (__fortify_function): New macro.
43706         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
43707         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
43708         __extern_always_inline.
43709         * libio/bits/stdio2.h: Likewise.
43710         * libio/bits/stdio.h: Likewise.
43711         * string/string.h: Likewise.
43712         * string/bits/string3.h: Likewise.
43713         * include/stdio.h: Likewise.
43714         * stdlib/bits/stdlib.h: Likewise.
43715         * stdlib/stdlib.h: Likewise.
43716         * rt/bits/mqueue2.h: Likewise.
43717         * rt/mqueue.h: Likewise.
43718         * posix/bits/unistd.h: Likewise.
43719         * posix/unistd.h: Likewise.
43720         * io/bits/poll2.h: Likewise.
43721         * io/bits/fcntl2.h: Likewise.
43722         * io/fcntl.h: Likewise.
43723         * io/sys/poll.h: Likewise.
43724         * misc/bits/syslog.h: Likewise.
43725         * misc/bits/syslog-ldbl.h: Likewise.
43726         * misc/sys/syslog.h: Likewise.
43727         * socket/bits/socket2.h: Likewise.
43728         * socket/sys/socket.h: Likewise.
43729         * debug/tst-chk1.c: Likewise.
43730         * wcsmbs/bits/wchar2.h: Likewise.
43731         * wcsmbs/bits/wchar-ldbl.h: Likewise.
43732         * wcsmbs/wchar.h: Likewise.
43734 2012-04-29  Andreas Jaeger  <aj@suse.de>
43736         * Makerules (tests): Remove enable-check-abi protection.
43737         (check-abi-warn): Remove.
43738         (check-abi-%): Remove check-abi-warn usage.
43740         * configure.in: Remove check-abi configure option.
43741         * configure: Regenerated.
43742         * config.make.in (enable-check-abi): Remove.
43744 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
43746         [BZ #14033]
43747         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
43748         double functions to double *_finite functions.
43750         [BZ #13941]
43751         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
43752         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
43753         LDBL_MIN_EXP.
43754         * stdio-common/Makefile (tests): Add tst-sprintf3.
43755         * stdio-common/tst-sprintf3.c: New file.
43757         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
43758         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
43760 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43762         * conform/conformtest.pl: Remove duplicate typed-constant
43763         handling.
43765 2012-04-28  David S. Miller  <davem@davemloft.net>
43767         * Makerules (%.abilist): Add vpath on sysdep_dirs.
43768         (check-abi-%): Remove AWK script prerequisite and explicit
43769         abilist directory.
43770         (check-abi): Rewrite to just diff the symlist with the abilist.
43771         (config-tls, config-abi-config): Delete, no longer used.
43772         (update-abi-%): Remove AWK script and explicit abilist directory.
43773         (update-abi): Rewrite to simply compare and conditionally copy the
43774         symlist and the sysdep abilist file.  Remove update-abi-config
43775         checks.
43776         * abilist/ld.abilist: Remove.
43777         * abilist/libBrokenLocale.abilist: Remove.
43778         * abilist/libanl.abilist: Remove.
43779         * abilist/libcrypt.abilist: Remove.
43780         * abilist/libdl.abilist: Remove.
43781         * abilist/librt.abilist: Remove.
43782         * abilist/libthread_db.abilist: Remove.
43783         * abilist/libutil.abilist: Remove.
43784         * scripts/extract-abilist.awk: Remove.
43785         * scripts/merge-abilist.awk: Remove.
43786         * sysdeps/generic/libcidn.abilist: New file.
43787         * sysdeps/generic/libnss_compat.abilist: New file.
43788         * sysdeps/generic/libnss_db.abilist: New file.
43789         * sysdeps/generic/libnss_dns.abilist: New file.
43790         * sysdeps/generic/libnss_files.abilist: New file.
43791         * sysdeps/generic/libnss_hesiod.abilist: New file.
43792         * sysdeps/generic/libnss_nis.abilist: New file.
43793         * sysdeps/generic/libnss_nisplus.abilist: New file.
43794         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
43795         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
43796         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
43797         file.
43798         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
43799         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
43800         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
43801         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
43802         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
43803         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
43804         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
43805         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
43806         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
43807         file.
43808         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
43809         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
43810         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
43811         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
43812         file.
43813         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
43814         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
43815         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
43816         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
43817         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
43818         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
43819         file.
43820         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
43821         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
43822         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
43823         file.
43824         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
43825         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
43826         New file.
43827         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
43828         New file.
43829         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
43830         New file.
43831         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
43832         New file.
43833         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
43834         New file.
43835         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
43836         New file.
43837         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
43838         New file.
43839         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
43840         New file.
43841         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
43842         New file.
43843         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
43844         New file.
43845         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
43846         New file.
43847         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
43848         New file.
43849         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
43850         New file.
43851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
43852         file.
43853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
43854         New file.
43855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
43856         New file.
43857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
43858         file.
43859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
43860         New file.
43861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
43862         New file.
43863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
43864         file.
43865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
43866         New file.
43867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
43868         New file.
43869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
43870         New file.
43871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
43872         New file.
43873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
43874         New file.
43875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
43876         New file.
43877         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
43878         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
43879         file.
43880         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
43881         New file.
43882         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
43883         file.
43884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
43885         file.
43886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
43887         file.
43888         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
43889         file.
43890         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
43891         file.
43892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43893         New file.
43894         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
43895         file.
43896         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
43897         file.
43898         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
43899         New file.
43900         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
43901         file.
43902         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
43903         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
43904         file.
43905         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
43906         New file.
43907         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
43908         file.
43909         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
43910         file.
43911         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
43912         file.
43913         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
43914         file.
43915         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
43916         file.
43917         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43918         New file.
43919         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
43920         file.
43921         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
43922         file.
43923         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
43924         New file.
43925         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
43926         file.
43927         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
43928         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
43929         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
43930         file.
43931         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
43932         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
43933         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
43934         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
43935         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
43936         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
43937         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
43938         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
43939         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
43940         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
43941         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
43942         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
43943         file.
43944         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
43945         New file.
43946         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
43947         file.
43948         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
43949         file.
43950         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
43951         file.
43952         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
43953         file.
43954         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
43955         file.
43956         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
43957         New file.
43958         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
43959         New file.
43960         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
43961         file.
43962         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
43963         New file.
43964         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
43965         file.
43966         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
43967         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
43968         file.
43969         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
43970         New file.
43971         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
43972         file.
43973         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
43974         file.
43975         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
43976         file.
43977         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
43978         file.
43979         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
43980         file.
43981         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
43982         New file.
43983         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
43984         New file.
43985         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
43986         file.
43987         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
43988         New file.
43989         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
43990         file.
43992 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
43994         * conform/conformtest.pl: Fix typo in handling typed-constant from
43995         allow-header.
43997 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
43999         * README: Cut down references to pre-2.6 Linux kernels and
44000         Linuxthreads.  Update lists of configurations in libc and ports
44001         and sort alphabetically.  Say "or newer" with Linux kernel version
44002         requirements.
44004         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44006 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44008         [BZ #887]
44009         * math/libm-test.inc (logb_test_downward): New test to expose
44010         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44011         rounding mode.
44013 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44015         [BZ #14027]
44016         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44017         to be done.
44018         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44019         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44021 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44023         * sysdeps/unix/i386/brk.S: Remove file.
44024         * sysdeps/unix/i386/dl-brk.S: Likewise.
44025         * sysdeps/unix/i386/pipe.S: Likewise.
44026         * sysdeps/unix/i386/sigreturn.S: Likewise.
44027         * sysdeps/unix/i386/syscall.S: Likewise.
44028         * sysdeps/unix/i386/vfork.S: Likewise.
44029         * sysdeps/unix/i386/wait.S: Likewise.
44031         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44032         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44034         * configure.in (arm*-none*): Do not allow without
44035         --enable-hacker-mode.
44036         (netbsd*): Remove case setting base_os.
44037         (386bsd*): Likewise.
44038         (freebsd*): Likewise.
44039         (bsdi*): Likewise.
44040         (osf*): Likewise.
44041         (sunos*): Likewise.
44042         (ultrix*): Likewise.
44043         (newsos*): Likewise.
44044         (dynix*): Likewise.
44045         (*bsd*): Likewise.
44046         (sysv*): Likewise.
44047         (isc*): Likewise.
44048         (esix*): Likewise.
44049         (sco*): Likewise.
44050         (minix*): Likewise.
44051         (irix4*): Likewise.
44052         (irix6*): Likewise.
44053         (solaris[2-9]*): Likewise.
44054         (none): Likewise.
44055         * configure: Regenerated.
44057 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44059         [BZ #11521]
44060         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44061         overflow or cancellation in calculating denominator.
44062         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44063         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44064         down expression to avoid unexpected rounding in newer GCCs.
44065         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44067 2012-04-26  David S. Miller  <davem@davemloft.net>
44069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44070         long-double compat symbols.
44071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44076         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44077         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44078         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44079         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44080         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44081         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44082         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44083         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44085 2012-04-25  David S. Miller  <davem@davemloft.net>
44087         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44088         HWCAP_* values only after the memory barriers have been defined.
44089         (atomic_full_barrier): Define.
44090         (atomic_read_barrier): Define.
44091         (atomic_write_barrier): Define.
44093 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44095         * shlib-versions: Add libgcc_s version information.
44096         * sysdeps/generic/libgcc_s.h: Remove.
44097         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44098         libgcc_s.h.
44099         * sysdeps/gnu/unwind-resume.c: Likewise.
44100         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44102 2012-04-25  David S. Miller  <davem@davemloft.net>
44104         * sysdeps/unix/sparc/brk.S: Delete.
44105         * sysdeps/unix/sparc/dl-brk.S: Delete.
44106         * sysdeps/unix/sparc/pipe.S: Delete.
44107         * sysdeps/unix/sparc/sysdep.S: Delete.
44108         * sysdeps/unix/sparc/sysdep.h: Delete.
44109         * sysdeps/unix/sparc/vfork.S: Delete.
44110         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44111         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44112         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44113         (ret_ERRVAL, r0, r1, MOVE): Define.
44114         (JUMPTARGET): Remove.
44115         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44116         sysdeps/unix/sparc/sysdep.h
44117         (ENTRY, END): Remove.
44118         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44120 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44122         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44123         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44124         -DIS_IN_build.
44126         * timezone/README: Update upstream location and email address for
44127         tzcode and tzdata.
44128         * timezone/zdump.c: Update from tzcode 2012b.
44129         * timezone/zic.c: Likewise.
44131         * configure.in (libc_cv_as_needed): Remove test.
44132         * configure: Regenerated.
44133         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44134         conditional definition.
44135         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44136         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44137         * config.make.in (have-as-needed): Remove variable.
44139 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44140             Paul Pluzhnikov  <ppluzhnikov@google.com>
44142         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44143         strings correctly.
44145 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44147         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44148         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44149         * sysdeps/sh/strlen.S: Likewise.
44151 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44153         * sysdeps/unix/fork.S: Remove file.
44154         * sysdeps/unix/i386/fork.S: Likewise.
44155         * sysdeps/unix/sparc/fork.S: Likewise.
44157         * sysdeps/unix/system.c: Remove file.
44158         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44160         * sysdeps/unix/getegid.S: Remove file.
44161         * sysdeps/unix/geteuid.S: Likewise.
44163 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44165         * scripts/check-localplt.awk: New file.
44166         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44167         of diff.
44168         * scripts/data/localplt-generic.data: Add a comment.
44170         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44171         NODE when __dir_mkfile failed.
44172         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44173         Reported by Ludovic Courtès <ludo@gnu.org>.
44175 2012-04-24  Andreas Jaeger  <aj@suse.de>
44177         * Makerules (common-clean): Also remove gen-as-const-headers
44178         files.
44180 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44182         * Makerules (native-compile): Do not change working directory for
44183         build.  Use $(OUTPUT_OPTION) in command.
44184         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44186 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44188         [BZ #13886]
44189         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44190         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44191         * math/libm-test.inc (floor_test): Add more tests.
44192         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44194 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44196         * sysdeps/unix/getdents.c: Remove file.
44197         * sysdeps/unix/sysv/getdents.c: Likewise.
44198         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44200         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44201         sysdeps/unix/mman/syscalls.list.
44202         (mmap): Likewise.
44203         (mprotect): Likewise.
44204         (msync): Likewise.
44205         (munmap): Likewise.
44206         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44207         * sysdeps/unix/mman/syscalls.list: Remove.
44208         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44210         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44211         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44212         * configure: Regenerated.
44213         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44214         $(libgcc_s_suffix).
44215         * config.make.in (libgcc_s_suffix): Remove variable.
44217 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44219         * sysdeps/unix/sysv/gethostname.c: Move to ...
44220         * sysdeps/posix/gethostname.c: ... here.
44222         * sysdeps/unix/execve.S: Remove file.
44224         * sysdeps/unix/_exit.S: Remove file.
44226 2012-04-23  Andreas Jaeger  <aj@suse.de>
44228         [BZ #13739]
44229         * manual/Makefile: Remove make dist support, there's no
44230         need for a stand-alone documentation tar ball.
44231         (TEXI2DVI): Define always, it's not in Makeconfig.
44232         (dist): Removed.
44233         (tar-it): Removed.
44234         (edition): Removed.
44235         (glibc-doc-$(edition).tar): Removed
44236         (%.Z): Removed.
44237         (%.gz): Removed.
44238         (%.uu): Removed.
44239         (ETAGS): Remove, it's in Makeconfig.
44240         (move-if-change): Remove, it's in Makeconfig.
44242 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44244         [BZ #13970]
44245         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44246         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44247         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44248         (strtod_l, strtof_l, strtold_l): Remove __wur.
44249         It is not necessarily an error to ignore strtol's return value.
44250         One can reliably look at the stored endptr to decide whether
44251         the number had valid syntax.
44253 2012-04-21  Andreas Jaeger  <aj@suse.de>
44255         [BZ #13739]
44256         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44258 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44260         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44261         * sysdeps/unix/sysv/Versions: Remove file.
44263 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44265         [BZ #13927]
44266         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44268 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44270         [BZ #7064]
44271         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44272         version from __vm86.
44274 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44276         * sysdeps/unix/common/lxstat.c: Remove file.
44277         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44279         * sysdeps/unix/sysv/Makefile: Remove file.
44281         * sysdeps/unix/sysv/direct.h: Remove file.
44283         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44284         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44285         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44286         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44287         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44288         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44289         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44291         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44293         * sysdeps/unix/xmknod.c: Remove file.
44294         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44296         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44298         * sysdeps/unix/sysv/i386/time.S: Remove file.
44300         * sysdeps/unix/fxstat.c: Remove file.
44301         * sysdeps/unix/xstat.c: Likewise.
44302         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44304         * sysdeps/unix/sysv/sigaction.c: Remove file.
44306         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44307         (sysdep_headers): Remove variable.
44308         [termio.h not in sysdep_headers] (generated): Likewise.
44309         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44310         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44311         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44312         * sysdeps/unix/sysv/tcflow.c: Likewise.
44313         * sysdeps/unix/sysv/tcflush.c: Likewise.
44314         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44315         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44316         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44317         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44318         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44320         * sysdeps/unix/siglist.c: Remove file.
44322         * sysdeps/unix/getppid.S: Remove file.
44324         * sysdeps/unix/mkdir.c: Remove file.
44325         * sysdeps/unix/rmdir.c: Likewise.
44327 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44329         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44330         ERR_MAX value.
44331         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44332         errlist-compat value.
44334 2012-04-18  David S. Miller  <davem@davemloft.net>
44336         * sysdeps/generic/memcopy.h (reg_char): Delete.
44337         * debug/strcat_chk.c: Use char, not reg_char.
44338         * debug/strcpy_chk.c: Likewise.
44339         * debug/strncat_chk.c: Likewise.
44340         * debug/strncpy_chk.c: Likewise.
44341         * string/memchr.c: Likewise.
44342         * string/memrchr.c: Likewise.
44343         * string/rawmemchr.c: Likewise.
44344         * string/strcat.c: Likewise.
44345         * string/strchr.c: Likewise.
44346         * string/strchrnul.c: Likewise.
44347         * string/strcmp.c: Likewise.
44348         * string/strcpy.c: Likewise.
44349         * string/strncat.c: Likewise.
44350         * string/strncmp.c: Likewise.
44351         * string/strncpy.c: Likewise.
44353 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44355         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44356         __builtin_memcopy is called when src and dest ranges are known to not
44357         overlap.
44359 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44361         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44362         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44363         fwd_align_merge macro call.
44364         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44365         bwd_align_merge macro call.
44366         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44368 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44370         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44371         bwd_align_merge macros.
44372         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44373         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44374         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44376 2012-04-18  David S. Miller  <davem@davemloft.net>
44378         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44380 2012-04-18  Andreas Jaeger  <aj@suse.de>
44382         [BZ# 6794]
44383         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44384         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44385         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44387         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44388         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44389         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44391         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44392         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44393         Adjust for changed ldbl-128 files.
44395         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44396         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44397         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44399 2012-04-17  David S. Miller  <davem@davemloft.net>
44401         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44403 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44405         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44406         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44407         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44408         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44409         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44410         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44412 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44414         [BZ #6794]
44415         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44416         * math/libm-test.inc: Add ilogb errno and exception tests.
44417         * math/w_ilogb.c: New file: ilogb wrapper.
44418         * math/w_ilogbf.c: New file: ilogbf wrapper.
44419         * math/w_ilogbl.c: New file: ilogbl wrapper.
44420         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44421         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44422         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44423         exception being thrown with 0.0 as argument.
44424         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44425         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44426         exception being thrown with 0.0 as argument.
44427         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44428         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44429         exception being thrown with 0.0 as argument.
44430         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44431         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44432         exception being thrown with 0.0 as argument.
44433         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44434         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44435         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44436         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44437         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44438         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44439         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44440         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44441         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44443 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44445         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44446         with altivec.
44448 2012-04-16  Marek Polacek  <polacek@redhat.com>
44450         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44452 2012-04-16  Marek Polacek  <polacek@redhat.com>
44454         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44455         operands of fdivp instruction.
44457 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44459         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44460         * elf/tst-auditmod3b.c: Likewise.
44461         * elf/tst-auditmod4b.c: Likewise.
44462         * elf/tst-auditmod5b.c: Likewise.
44463         * elf/tst-auditmod6b.c: Likewise.
44464         * elf/tst-auditmod6c.c: Likewise.
44465         * elf/tst-auditmod7b.c: Likewise.
44466         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44467         * sysdeps/x86_64/preconfigure.in: Likewise.
44468         * sysdeps/x86_64/preconfigure: Regenerated.
44470 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44472         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44473         __ILP32__.
44475 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44477         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44478         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44480 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44482         [BZ #13973]
44483         * locale/iso-639.def: Fix gl language name. Spotted by
44484         Yaron Shahrabani.
44486 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44488         [BZ #2074]
44489         * libio/libio.h (__io_write_fn): Update comment.
44491 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44493         [BZ #2074]
44494         * stdio.texi (Hook Functions): The user provided writer function
44495         is not allowed to return -1.
44497 2012-04-11  David S. Miller  <davem@davemloft.net>
44499         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44501 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44503         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44504         Add a leading slash to rtkaio.
44506 2012-04-11  Jim Meyering  <meyering@redhat.com>
44508         [BZ #11959]
44509         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44510         It is not necessarily an error to ignore fwrite's return
44511         value.  One can reliably use ferror to test for errors after
44512         the fact.
44514 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44516         * bits/types.h (__snseconds_t): New type.
44517         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44519         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44520         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44521         (__SNSECONDS_T_TYPE): Likewise.
44522         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44523         (__SNSECONDS_T_TYPE): Likewise.
44524         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44525         (__SNSECONDS_T_TYPE): Likewise.
44527 2012-04-10  Andreas Jaeger  <aj@suse.de>
44529         [BZ #2636]
44530         * manual/time.texi (Processor Time): Return type of times is
44531         elapsed real time since an arbitrary point in the past.
44532         (CPU Time): Move CLK_TCK from here...
44533         (Processor Time): ...to here.  Correct description.
44534         * manual/conf.texi (Constants for Sysconf): Correct description of
44535         _SC_CLK_TCK.
44537 2012-04-10  David S. Miller  <davem@davemloft.net>
44539         [BZ #13967]
44540         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44541         where the is a gap between DT_REL(A) and DT_JMPREL.
44543 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44545         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44546         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44547         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44549 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44551         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44552         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44553         (dl_main): Handle --inhibit-cache.
44554         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44555         _dl_inhibit_cache.
44556         * elf/dl-load.c (_dl_map_object): Use it.
44557         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44559 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44561         [BZ #13872]
44562         * sysdeps/i386/fpu/e_powl.S (p78): New object.
44563         (__ieee754_powl): Saturate large exponents rather than testing for
44564         overflow of y*log2(x).
44565         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44566         * math/libm-test.inc (pow_test): Do not permit spurious overflow
44567         exceptions.
44569         [BZ #11521]
44570         * math/s_ctan.c: Include <float.h>.
44571         (__ctan): Avoid internal overflow or cancellation in calculating
44572         denominator.
44573         * math/s_ctanf.c: Likewise.
44574         * math/s_ctanl.c: Likewise.
44575         * math/s_ctanh.c: Likewise.
44576         * math/s_ctanhf.c: Likewise.
44577         * math/s_ctanhl.c: Likewise.
44578         * math/libm-test.inc (ctan_test): Add more tests.
44579         (ctanh_test): Likewise.
44580         * sysdeps/i386/fpu/libm-test-ulps: Update.
44581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44583 2012-04-09  Andreas Jaeger  <aj@suse.de>
44585         [BZ #6894]
44586         * manual/filesys.texi (Directory Entries): Mention that d_namlen
44587         is an optional BSD extension.
44589         [BZ #10254]
44590         * manual/stdio.texi (Opening Streams): Document additional fopen
44591         parameters.
44593 2012-04-09  Roland McGrath  <roland@hack.frob.com>
44595         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44596         %eax without telling the compiler.
44598 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
44600         [BZ # 13963]
44601         * manual/install.texi: Use sourceware.org.
44603 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44605         [BZ #13873]
44606         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
44607         (__ieee754_pow): Generate overflow and underflow using huge*huge
44608         and tiny*tiny rather than just returning constant infinity or zero
44609         for large exponents.
44610         * math/libm-test.inc (pow_test): Require overflow exceptions for
44611         applicable cases of large exponents.
44613         [BZ #706]
44614         * sysdeps/i386/fpu/e_pow.S (p10): New object.
44615         (__ieee754_pow): Use iterative multiplication algorithm only for
44616         integer exponents with absolute value below 1024.  Check for odd
44617         integer exponents when using algorithm for real exponents.
44618         * math/libm-test.inc (pow_test): Add more tests.
44619         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44621 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
44623         [BZ #13705]
44624         * math/libm-test.inc (exp_test): Do not allow overflow exception
44625         on underflow test.
44627 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
44629         [BZ #13705]
44630         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
44631         instead of __kernel_standard_f.
44633 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
44635         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
44636         * sysdeps/x86_64/memset_chk.S: Likewise.
44638 2012-04-08  Andreas Jaeger  <aj@suse.de>
44640         [BZ #10153]
44641         * manual/startup.texi (Environment Access): Describe return value
44642         for putenv and setenv.
44644         [BZ #6895]
44645         * manual/filesys.texi (Directory Entries): Add description for
44646         DT_LNK.
44648         [BZ #6890]
44649         * manual/filesys.texi (Directory Entries): Clarify that it's file
44650         system not operating system in the description of DT_UNKNOWN.
44652         [BZ #6578]
44653         * manual/syslog.texi (closelog): Fix reference, it's openlog.
44655 2012-04-08  Stephen Compall  <s11@member.fsf.org>
44657         [BZ #6649]
44658         * manual/llio.texi (Opening and Closing Files): Add cross
44659         reference to explain mode argument.
44661 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
44663         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
44664         * sysdeps/x86_64/memset_chk.S: Likewise.
44666 2012-04-07  David S. Miller  <davem@davemloft.net>
44668         * elf/elf.h (R_SPARC_WDISP10): Define.
44669         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
44670         R_SPARC_SIZE32.
44671         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
44672         R_SPARC_SIZE64 and R_SPARC_H34.
44674 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
44676         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
44677         conditions and remove no longer applicable assertion.
44679 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44681         * bits/byteswap.h: Include <features.h>.
44682         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44683         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44685 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
44687         * bits/byteswap.h (__bswap_16): Removed.
44688         Include <bits/byteswap-16.h> to get __bswap_16.
44689         * sysdeps/i386/bits/byteswap.h: Likewise.
44690         * sysdeps/s390/bits/byteswap.h: Likewise.
44691         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44692         * bits/byteswap-16.h: New file.
44693         * sysdeps/i386/bits/byteswap-16.h: Likewise.
44694         * sysdeps/s390/bits/byteswap-16.h: Likewise.
44695         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
44696         * string/Makefile (headers): Add bits/byteswap-16.h.
44698 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
44700         [BZ #13895]
44701         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
44702         extra indirection.
44703         * nss/Makefile (tests-static, tests): Add tst-nss-static.
44704         * nss/tst-nss-static.c: New.
44706 2012-04-06  Robert Millan  <rmh@gnu.org>
44708         [BZ #6486]
44709         * manual/llio.texi (File Position Primitive): lseek
44710         refers to WHENCE when it really means OFFSET.
44712 2012-04-06  Andreas Jaeger  <aj@suse.de>
44714         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
44715         strncmp declarations.
44717         * abilist/libc.abilist: Add __poll and __ppoll.
44719 2012-04-05  David S. Miller  <davem@davemloft.net>
44721         * scripts/check-local-headers.sh: Accept a host triplet in the
44722         path matched by the exclude regexp.
44724         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
44725         definition.
44726         * sysdeps/powerpc/powerpc32/dl-machine.h
44727         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
44728         * sysdeps/s390/s390-32/dl-machine.h
44729         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44730         * sysdeps/sparc/sparc32/dl-machine.h
44731         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44732         * sysdeps/sparc/sparc64/dl-machine.h
44733         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
44735         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
44736         lazy binding.
44737         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
44738         undefined symbol errors.
44740         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
44741         DT_NEEDED entries.
44743 2012-04-05  Michael Matz  <matz@suse.de>
44745         [BZ #13592]
44746         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
44748 2012-04-05  Andreas Jaeger  <aj@suse.de>
44750         [BZ #13908]
44751         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
44752         comment.
44754 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44756         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
44757         which ROUND is no valid rounding mode.
44759 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44761         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
44762         read again.
44763         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
44765 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44767         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
44768         an exception using FPU order intentionally.
44770 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44772         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
44773         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
44774         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
44775         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
44777 2012-04-05  Simon Josefsson  <simon@josefsson.org>
44779         [BZ #12340]
44780         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
44781         EINVAL when BUFLEN is too smal.
44783 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
44785         [BZ #13553]
44786         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
44787         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
44789 2012-04-03  Andreas Jaeger  <aj@suse.de>
44791         [BZ #13938]
44792         * manual/setjmp.texi (System V contexts): Fix sentence.
44794         [BZ #13926]
44795         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
44796         New macro for this case.
44797         [!__GNUC__] (__bswap_64): New inline function for this case.
44798         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44799         * bits/byteswap.h: Likewise.
44800         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
44801         ull, guard with __GLIBC_HAVE_LONG_LONG.
44803         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
44804         __GLIBC_HAVE_LONG_LONG.
44806         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
44807         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
44809 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
44811         [BZ #13691]
44812         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
44813         inptr and inend, rather than using last_ch.
44815 2012-04-02  David S. Miller  <davem@davemloft.net>
44817         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
44818         * stdio-common/printf-parse.h (read_int): Change return type to
44819         'int', return -1 on INT_MAX overflow.
44820         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
44821         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
44822         overflows INT_MAX.  Check for overflow of in-format-string precision
44823         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
44824         SIZE_MAX not INT_MAX for integer overflow test.
44825         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
44826         skip the construct in the format string but do not record anything.
44827         * stdio-common/bug22.c: Adjust to test both width/prevision
44828         INT_MAX overflow as well as total length INT_MAX overflow.  Check
44829         explicitly for proper errno values.
44831 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44833         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
44834         CHAR_MAX.
44835         * string/test-strcmp.c [! WIDE]: Likewise.
44836         * time/tst-mktime2.c: Likewise for INT_MAX.
44837         * string/test-string.h: #include <sys/param.h> for MIN.
44839         * csu/init-first.c (__libc_init_first): Call __ctype_init.
44840         * sysdeps/i386/init-first.c (init): Likewise.
44841         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
44842         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
44843         * sysdeps/sh/init-first.c (init): Likewise.
44845 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
44847         * po/ru.po: Update from translation team.
44848         * po/vi.po: Likewise.
44850 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
44852         * resolv/nss_dns/dns-host.c: Merge copyright years.
44854 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44856         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44857         Optimize memcpy with prefetch if
44858         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
44859         src, dst pointers have unequal 16 byte alignments.
44861 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
44863         [BZ #13928]
44864         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
44865         from a CNAME entry and return the minimum ttl for the query.
44866         (gaih_getanswer_slice): Likewise.
44868 2012-03-30  Jeff Law  <law@redhat.com>
44870         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
44871         due to long keys.
44872         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
44873         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
44875         * resolv/nss_dns/dns-host.c: Update copyright year.
44877 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
44879         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
44880         requests to save a system call.  Fix check that all bytes are sent.
44882         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
44883         comments for sendmmsg.
44885 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44887         [BZ #13691]
44888         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
44889         with only 1 character between 0x0041 and 0x01b0.
44890         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
44891         * wcsmbs/tst-mbsnrtowcs.c: New file.
44893 2012-03-29  David S. Miller  <davem@davemloft.net>
44895         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
44896         small copies by hand.
44898 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44900         [BZ #13761]
44901         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
44902         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
44903         group memberships.
44905 2012-03-28  David S. Miller  <davem@davemloft.net>
44907         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
44908         that branches into memcpy.
44909         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
44910         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
44911         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
44912         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
44913         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
44914         bits.
44915         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
44916         implementation too.
44917         * sysdeps/sparc/mempcpy.S: New file.
44919         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
44920         the IFUNC routine in the libc case.
44921         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
44923         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
44924         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
44925         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
44926         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
44927         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
44928         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
44929         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
44930         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
44932         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
44933         loop to 256 bytes instead of 64 bytes and fix test signedness.
44935         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
44936         * sysdeps/sparc/sparc32/Makefile: rather than here...
44937         * sysdeps/sparc/sparc64/Makefile: and here.
44939 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
44941         * malloc/mallocbug.c: Avoid warnings about unused variables.
44943 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
44945         [BZ #13760]
44946         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
44947         in the right place. Discard and retry query if response is
44948         larger than input buffer size.
44950 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
44952         [BZ #369]
44953         [BZ #2678]
44954         [BZ #3866]
44955         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
44956         x for large integer exponent.
44957         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
44958         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
44959         sign of result as needed afterwards.
44960         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
44961         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
44962         result for underflowing pow the same as for overflow.
44963         (__kernel_standard_l): Handle powl overflow and underflow here
44964         rather than calling __kernel_standard.
44965         * math/libm-test.inc (pow_test): Add more tests.
44967         [BZ #3868]
44968         [BZ #13879]
44969         [BZ #13910]
44970         [BZ #13911]
44971         [BZ #13912]
44972         [BZ #13913]
44973         [BZ #13915]
44974         [BZ #13916]
44975         [BZ #13917]
44976         [BZ #13918]
44977         [BZ #13919]
44978         [BZ #13920]
44979         [BZ #13921]
44980         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
44981         * sysdeps/ieee754/k_standard.c: Include <float.h>.
44982         (__kernel_standard_l): New function.
44983         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
44984         __kernel_standard.
44985         * math/w_acosl.c (__acosl): Likewise.
44986         * math/w_asinl.c (__asinl): Likewise.
44987         * math/w_atan2l.c (__atan2l): Likewise.
44988         * math/w_atanhl.c (__atanhl): Likewise.
44989         * math/w_coshl.c (__coshl): Likewise.
44990         * math/w_exp10l.c (__exp10l): Likewise.
44991         * math/w_exp2l.c (__exp2l): Likewise.
44992         * math/w_fmodl.c (__fmodl): Likewise.
44993         * math/w_hypotl.c (__hypotl): Likewise.
44994         * math/w_j0l.c (__j0l, __y0l): Likewise.
44995         * math/w_j1l.c (__j1l, __y1l): Likewise.
44996         * math/w_jnl.c (__jnl, __ynl): Likewise.
44997         * math/w_lgammal.c (__lgammal): Likewise.
44998         * math/w_log10l.c (__log10l): Likewise.
44999         * math/w_log2l.c (__log2l): Likewise.
45000         * math/w_logl.c (__logl): Likewise.
45001         * math/w_powl.c (__powl): Likewise.
45002         * math/w_remainderl.c (__remainderl): Likewise.
45003         * math/w_scalbl.c (sysv_scalbl): Likewise.
45004         * math/w_sinhl.c (__sinhl): Likewise.
45005         * math/w_sqrtl.c (__sqrtl): Likewise.
45006         * math/w_tgammal.c (__tgammal): Likewise.
45007         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45008         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45009         * math/libm-test.inc (acos_test): Add more tests.
45010         (acosh_test): Likewise.
45011         (asin_test): Likewise.
45012         (atanh_test): Likewise.
45013         (exp_test): Likewise.
45014         (exp10_test): Likewise.
45015         (exp2_test): Likewise.
45016         (expm1_test): Likewise.
45017         (lgamma_test): Likewise.
45018         (log_test): Likewise.
45019         (log10_test): Likewise.
45020         (log1p_test): Likewise.
45021         (log2_test): Likewise.
45022         (pow_test): Do not allow some spurious overflow exceptions.
45023         (sqrt_test): Add more tests.
45024         (tgamma_test): Likewise.
45025         (y0_test): Likewise.
45026         (y1_test): Likewise.
45027         (yn_test): Likewise.
45029 2012-03-27  Anton Blanchard  <anton@samba.org>
45031         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45032         MAP_HUGETLB.
45033         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45034         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45035         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45037 2012-03-27  David S. Miller  <davem@davemloft.net>
45039         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45041         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45042         have-as-vis3 check.
45044 2012-03-27  Andreas Jaeger  <aj@suse.de>
45046         * sysdeps/x86_64/elf/configure.in: Moved to ...
45047         * sysdeps/x86_64/configure.in: ... here.
45048         * sysdeps/x86_64/elf/start.S: Moved to ...
45049         * sysdeps/x86_64/start.S: ... here.
45050         * sysdeps/x86_64/elf/configure: Delete.
45052         * sysdeps/x86_64/configure.in: Merge contents from
45053         sysdeps/i386/configure.in (without i686 check).
45055         * sysdeps/i386/elf/Versions: Merge into ...
45056         * sysdeps/i386/Versions: ... this.
45057         * sysdeps/i386/elf/Versions: Delete file.
45058         * sysdeps/i386/elf/start.S: Moved to ...
45059         * sysdeps/i386/start.S: ...here.
45060         * sysdeps/i386/elf/configure.in: Merge into...
45061         * sysdeps/i386/configure.in: ...here.
45062         * sysdeps/i386/elf/configure.in: Delete file.
45063         * sysdeps/i386/elf/configure: Delete file.
45065         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45066         * debug/backtracesyms.c: ... here.
45067         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45068         * debug/backtracesymsfd.c: ... here.
45069         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45070         * sysdeps/generic/ifunc-sel.h: ... here.
45072         * sysdeps/unix/i386/start.c: Delete file.
45073         * sysdeps/unix/sparc/start.c: Delete file.
45074         * sysdeps/unix/start.c: Delete file.
45076         * sysdeps/sh/elf/configure.in: Moved to ...
45077         * sysdeps/sh/configure.in: ... here.
45078         * sysdeps/sh/elf/start.S: Moved to ...
45079         * sysdeps/sh/start.S: ... here.
45080         * sysdeps/sh/elf/configure: Delete file.
45082         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45083         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45084         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45085         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45086         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45087         * sysdeps/powerpc/powerpc64/start.S: here.
45088         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45089         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45090         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45091         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45092         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45094         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45095         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45096         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45097         * sysdeps/powerpc/powerpc32/start.S: ... here.
45098         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45099         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45100         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45102         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45103         * sysdeps/powerpc/ifunc-sel.h: ... here.
45104         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45105         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45107         * sysdeps/sparc/elf/configure.in: Moved to ...
45108         * sysdeps/sparc/configure.in: ... here.
45109         * sysdeps/sparc/elf/configure: Delete file.
45110         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45111         * sysdeps/sparc/sparc32/start.S: ... here.
45112         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45113         * sysdeps/sparc/sparc64/start.S: ... here.
45114         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45115         * sysdeps/sparc/sparc32/Makefile: ... this.
45116         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45117         * sysdeps/sparc/sparc64/Makefile: ... this.
45119         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45120         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45121         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45122         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45123         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45124         * sysdeps/s390/s390-32/setjmp.S: ... here.
45125         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45126         * sysdeps/s390/s390-32/configure.in: ... here.
45127         * sysdeps/s390/s390-32/elf/configure: Delete file.
45128         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45129         * sysdeps/s390/s390-32/start.S: ... here.
45131         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45132         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45133         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45134         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45135         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45136         * sysdeps/s390/s390-64/setjmp.S: ... here.
45137         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45138         * sysdeps/s390/s390-64/configure.in: ... here
45139         * sysdeps/s390/s390-64/elf/configure: Delete file.
45140         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45141         * sysdeps/s390/s390-64/start.S: ... here.
45142         * sysdeps/s390/s390-64/elf/configure: Delete.
45144         * configure.in: Remove support for elf directories in sysdeps.
45146         * configure: Regenerated.
45147         * sysdeps/i386/configure: Regenerated.
45148         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45149         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45150         * sysdeps/s390/s390-32/configure: Regenerated.
45151         * sysdeps/s390/s390-64/configure: Regenerated.
45152         * sysdeps/sh/configure: Regenerated.
45153         * sysdeps/sparc/configure: Regenerated.
45154         * sysdeps/x86_64/configure: Regenerated.
45156 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45158         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45160         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45161         denormal result into account.
45163 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45165         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45166         Reported by Allan McRae <allan@archlinux.org>.
45168 2012-03-23  Jeff Law  <law@redhat.com>
45170         * nss/getnssent.c (__nss_getent): Fix typo.
45172 2012-03-23  David S. Miller  <davem@davemloft.net>
45174         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45176 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45178         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45179         to pad to uint64_t for each field.
45180         (dl_tls_index): Replace unsigned long with uint64_t.
45182 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45183         Paul Pluzhnikov  <ppluzhnikov@google.com>
45185         [BZ #6528]
45186         * grp/Makefile (otherlibs): Don't set it.
45187         * inet/Makefile (otherlibs): Likewise.
45188         * login/Makefile (otherlibs): Likewise.
45189         * nscd/Makefile (otherlibs): Likewise.
45190         * posix/Makefile (otherlibs): Likewise.
45191         * pwd/Makefile (otherlibs): Likewise.
45192         * rt/Makefile (otherlibs): Likewise.
45193         * sunrpc/Makefile (otherlibs): Likewise.
45194         * nss/Makefile (otherlibs): Likewise.
45195         Add libnss_files to routines and static-only-routines.
45196         ($(objpfx)getent): Remove rule.
45197         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45198         static-only-routines.
45200 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45202         [BZ #13892]
45203         * math/s_cexp.c: Include <float.h>.
45204         (__cexp): Handle exp result overflowing not necessarily
45205         overflowing both real and imaginary parts of result.
45206         * math/s_cexpf.c: Likewise.
45207         * math/s_cexpl.c: Likewise.
45208         * math/libm-test.inc (cexp_test): Add more tests.
45209         * sysdeps/i386/fpu/libm-test-ulps: Update.
45210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45212 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45214         * include/link.h (ELFW): New macro.
45215         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45216         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45218 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45220         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45221         with uint64_t.
45223 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45225         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45226         declaration.
45227         (struct La_x32_retval): Likewise.
45229 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45231         * sysdeps/x86_64/preconfigure.in: New file.
45232         * sysdeps/x86_64/preconfigure: New generated file.
45234 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45236         [BZ #13824]
45237         * math/e_exp2l.c: Include <float.h>.
45238         (__ieee754_exp2l): Handle overflow and underflow cases
45239         separately.  Only pass fractional part of argument to
45240         __ieee754_expl.
45241         * math/libm-test.inc (exp2_test): Add more tests.
45243         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45244         negating x to take absolute value.
45245         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45246         Likewise.
45247         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45248         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45249         Likewise.
45250         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45251         computing low part if x was negated.
45252         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45254 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45256         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45257         la_x32_gnu_pltexit.
45258         (pltexit): Cast int_retval to ptrdiff_t.
45259         * elf/tst-auditmod3b.c: Likewise.
45260         * elf/tst-auditmod4b.c: Likewise.
45261         * elf/tst-auditmod5b.c: Likewise.
45262         * elf/tst-auditmod6b.c: Likewise.
45263         * elf/tst-auditmod6c.c: Likewise.
45264         * elf/tst-auditmod7b.c: Likewise.
45266         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45267         and x32_gnu_pltexit.
45269         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45270         __ELF_NATIVE_CLASS.
45271         (La_x32_regs): New macro.
45272         (La_x32_retval): Likewise.
45273         (la_x32_gnu_pltenter): New function prototype.
45274         (la_x32_gnu_pltexit): Likewise.
45276 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45278         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45279         exponent.
45281         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45283         * configure.in (libc_cv_cc_nofma): Check for option to disable
45284         generation of FMA instructions.
45285         * configure: Regenerate.
45286         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45287         * sysdeps/ieee754/dbl-64/Makefile: New file.
45288         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45289         Remove brandred-fma4.
45290         (CFLAGS-brandred-fma4.c): Remove.
45291         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45292         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45293         define.
45294         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45295         define.
45297 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45299         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45300         LLONG_MAX != LONG_MAX.
45301         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45302         (_fitoa_word): Likewise.
45303         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45304         LLONG_MAX != LONG_MAX.
45305         * stdio-common/_itowa.h: Include <_itoa.h>.
45306         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45307         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45308         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45309         only if not defined.
45310         (_ITOA_WORD_TYPE): Likewise.
45311         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45312         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45314 2012-03-21  David S. Miller  <davem@davemloft.net>
45316         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45318 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45320         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45321         of x86_64 when setting libc_cv_slibdir, libdir and
45322         libc_cv_localedir.
45323         * sysdeps/unix/sysv/linux/configure: Regenerated.
45325 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45327         * manual/lang.texi (Old Varargs): Remove section.
45328         (How Variadic): Update menu.
45329         (va_start): Do not mention varargs.h.
45331 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45332             Joseph Myers  <joseph@codesourcery.com>
45334         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45335         link test.
45336         * configure: Regenerated.
45338 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45340         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45341         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45342         conformtest.pl
45344 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45346         * NOTES: Remove.
45347         * Makefile (files-for-dist): Remove NOTES.
45348         (NOTES): Remove rule.
45349         * README: Don't refer to NOTES.
45350         * manual/creature.texi: Don't include macros.texi.
45351         * manual/intro.texi (creature.texi): Remove comment referring to
45352         NOTES.
45354         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45355         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45356         * configure: Regenerated.
45357         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45358         LIBC_TRY_CC_OPTION.
45359         (libc_cv_as_i686): Likewise.
45360         (libc_cv_cc_avx): Likewise.
45361         (libc_cv_cc_sse2avx): Likewise.
45362         (libc_cv_cc_fma4): Likewise.
45363         (libc_cv_cc_novzeroupper): Likewise.
45364         * sysdeps/i386/configure: Regenerated.
45366         [BZ #13883]
45367         * sysdeps/i386/fpu/s_cexp.S: Remove.
45368         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45369         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45370         * math/libm-test.inc (cexp_test): Add more tests.
45371         * sysdeps/i386/fpu/libm-test-ulps: Update.
45372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45374 2012-03-21  Allan McRae  <allan@archlinux.org>
45376         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45378 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45380         [BZ #13871]
45381         * math/w_exp2.c: Do not include <float.h>.
45382         (o_threshold, u_threshold): Remove.
45383         (__exp2): Calculate result before checking finiteness and calling
45384         __kernel_standard.
45385         * math/w_exp2f.c: Likewise.
45386         * math/w_exp2l.c: Likewise.
45387         * math/libm-test.inc (exp2_test): Require overflow exception for
45388         1e6 input.
45390         [BZ #3866]
45391         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45392         range of signed 64-bit integers before using fistpll.  Remove
45393         checks for whether integers fit in mantissa bits.
45394         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45395         the range of signed 32-bit integers before using fistpl.  Remove
45396         checks for whether integers fit in mantissa bits.
45397         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45398         (__ieee754_powl): Test for y outside the range of signed 64-bit
45399         integers before using fistpll.  Reduce 64-bit values to 63-bit
45400         ones as needed.
45401         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45402         divide-by-zero is raised for zero to large negative powers.
45403         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45404         (__ieee754_powl): Test for y outside the range of signed 64-bit
45405         integers before using fistpll.  Reduce 64-bit values to 63-bit
45406         ones as needed.
45407         * math/libm-test.inc (pow_test): Add more tests.
45409 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45411         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45412         <stdio-common/_itoa.h>.
45413         * debug/segfault.c: Likewise.
45414         * elf/dl-cache.c: Likewise.
45415         * elf/dl-minimal.c: Likewise.
45416         * elf/dl-misc.c: Likewise.
45417         * elf/dl-sysdep.c: Likewise.
45418         * elf/dl-version.c: Likewise.
45419         * elf/rtld.c: Likewise.
45420         * hurd/hurdsock.c: Likewise.
45421         * hurd/lookup-retry.c: Likewise.
45422         * malloc/malloc.c: Likewise.
45423         * malloc/mtrace.c: Likewise.
45424         * nscd/nscd_getgr_r.c: Likewise.
45425         * nscd/nscd_getpw_r.c: Likewise.
45426         * nscd/nscd_getserv_r.c: Likewise.
45427         * posix/getopt_init.c: Likewise.
45428         * posix/wordexp.c: Likewise.
45429         * stdio-common/_itoa.c: Likewise.
45430         * stdio-common/printf_fphex.c: Likewise.
45431         * stdio-common/vfprintf.c: Likewise.
45432         * string/_strerror.c: Likewise.
45433         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45434         * sysdeps/i386/i686/hp-timing.h: Likewise.
45435         * sysdeps/mach/_strerror.c: Likewise.
45436         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45437         * sysdeps/mach/hurd/sethostid.c: Likewise.
45438         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45439         * sysdeps/mach/xpg-strerror.c: Likewise.
45440         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45441         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45442         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45443         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45444         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45445         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45446         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45447         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45448         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45449         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45450         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45451         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45452         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45453         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45454         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45455         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45456         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45457         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45458         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45459         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45460         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45462         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45464         * stdio-common/_itoa.h: Moved to ...
45465         * sysdeps/generic/_itoa.h: Here.
45467         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45469         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45470         instead of "_itoa.h" and "_itowa.h".
45471         * stdio-common/vfprintf.: Likewise.
45473 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45475         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45476         <bits/wordsize.h>.
45477         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45478         (__signbit): Likwise.
45479         (llrintf): Likwise.
45480         (llrint): Likwise.
45482 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45484         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45485         __WORDSIZE != 64.
45487 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45489         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45490         OVERFLOW_EXCEPTION_OK.
45491         * math/libm-test.inc ("Philosophy"): Update comment about
45492         exception testing.
45493         (OVERFLOW_EXCEPTION): Define.
45494         (OVERFLOW_EXCEPTION_OK): Likewise.
45495         (INVALID_EXCEPTION_OK): Renumber.
45496         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45497         (IGNORE_ZERO_INF_SIGN): Likewise.
45498         (test_exceptions): Handle FE_OVERFLOW.
45499         (exp10_test): Expect overflow exceptions.
45500         (exp2_test): Likewise.
45501         (expm1_test): Likewise.
45502         (nextafter_test): Likewise.
45503         (pow_test): Likewise.
45504         (scalbn_test): Likewise.
45505         (scalbln_test): Likewise.
45507 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45509         * sysdeps/x86_64/bits/atomic.h
45510         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45511         64bit integer.
45512         (atomic_exchange_acq): Likewise.
45513         (__arch_exchange_and_add_body): Likewise.
45514         (__arch_add_body): Likewise.
45515         (atomic_add_negative): Likewise.
45516         (atomic_add_zero): Likewise.
45518 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45520         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45521         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45523 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45525         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45526         Check __x86_64__ instead of __WORDSIZE.
45528 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45530         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45532 2012-03-19  David S. Miller  <davem@davemloft.net>
45534         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45536         * sysdeps/sparc/fpu/fenv_private.h: New file.
45537         * sysdeps/sparc/fpu/math_private.h: Use it.
45538         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45539         Remove.
45540         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45541         (libc_feholdexcept_setroundl): Remove.
45542         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45543         Remove.
45544         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45545         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45547 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45549         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45550         int64_t instead of long int.
45551         (INSERT_WORDS64): Likwise.
45553 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45555         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45556         _Unwind_GetCFA return to _Unwind_Ptr first.
45558 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
45560         [BZ #13629]
45561         * math/s_clog.c: Include <float.h>.
45562         (__clog): Scale large or subnormal inputs.
45563         * math/s_clogf.c: Likewise.
45564         * math/s_clogl.c: Likewise.
45565         * math/s_clog10.c: Include <float.h>.
45566         (M_LOG10_2): Define.
45567         (__clog10): Scale large or subnormal inputs.
45568         * math/s_clog10f.c: Likewise.
45569         * math/s_clog10l.c: Likewise.
45570         * math/libm-test.inc (clog_test): Add more tests.
45571         (clog10_test): Likewise.
45572         * sysdeps/i386/fpu/libm-test-ulps: Update.
45573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45575         [BZ #11451]
45576         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45577         x and y.
45578         * math/libm-test.inc (atan2_test): Add another test.
45580         * Makerules (common-objdir-compile): Remove.
45581         * sysdeps/unix/Makefile (config-generated): Do not add
45582         $(unix-generated) to variable.
45583         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45584         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45585         Remove rule.
45586         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45587         Likewise.
45588         [generic bits/local_lim.h] (before-compile): Do not append to
45589         variable.
45590         [generic bits/local_lim.h] (common-generated): Likewise.
45591         [generic sys/param.h] (before-compile): Do not append to variable.
45592         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45593         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45594         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45595         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45596         include.
45597         [generic sys/param.h] (sys/param.h-includes): Remove variable.
45598         [generic sys/param.h] (sys/param.h-includes): Remove rule.
45599         [generic sys/param.h] ($(addprefix
45600         $(common-objpfx),$(sys/param.h-includes))): Likewise.
45601         [generic sys/param.h] (common-generated): Do not append to
45602         variable.
45603         [generic sys/param.h] (sysdep_headers): Likewise.
45604         [generic bits/errno.h] (before-compile): Do not append to
45605         variable.
45606         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
45607         rule.
45608         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
45609         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
45610         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
45611         [generic bits/errno.h] (common-generated): Do not append to
45612         variable.
45613         [generic bits/ioctls.h] (before-compile): Do not append to
45614         variable.
45615         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
45616         rule.
45617         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
45618         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
45619         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
45620         rule.
45621         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
45622         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
45623         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
45624         [generic bits/ioctls.h] (common-generated): Do not append to
45625         variable.
45626         [generic sys/syscall.h] (syscall.h): Remove variable.
45627         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
45628         rule.
45629         [generic sys/syscall.h] (before-compile): Do not append to
45630         variable.
45631         [generic sys/syscall.h] (common-generated): Likewise.
45632         * sysdeps/unix/errnos-tmpl.c: Remove file.
45633         * sysdeps/unix/errnos.awk: Likewise.
45634         * sysdeps/unix/ioctls-tmpl.c: Likewise.
45635         * sysdeps/unix/ioctls.awk: Likewise.
45636         * sysdeps/unix/mk-local_lim.c: Likewise.
45637         * sysdeps/unix/snarf-ioctls: Likewise.
45639 2012-03-19  Richard Henderson  <rth@twiddle.net>
45641         * sysdeps/i386/fpu/fenv_private.h: New file.
45642         * sysdeps/i386/fpu/math_private.h: Use it.
45643         (math_opt_barrier, math_force_eval): Remove.
45644         (libc_feholdexcept_setround_53bit): Remove.
45645         (libc_feupdateenv_53bit): Remove.
45646         * sysdeps/x86_64/fpu/math_private.h: Likewise.
45647         (math_opt_barrier, math_force_eval): Remove.
45648         (libc_feholdexcept): Remove.
45649         (libc_feholdexcept_setround): Remove.
45650         (libc_fetestexcept, libc_fesetenv): Remove.
45651         (libc_feupdateenv_test): Remove.
45652         (libc_feupdateenv, libc_feholdsetround): Remove.
45653         (libc_feresetround): Remove.
45655         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
45656         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
45658         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
45659         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
45660         (libc_feupdateenv_testl): New.
45661         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
45662         (libc_feupdateenv_testf): New.
45663         (libc_feupdateenv): Use libc_feupdateenv_test.
45664         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
45665         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
45667         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
45668         (libc_feholdsetroundf, libc_feholdsetroundl): New.
45669         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
45670         (libc_feresetround_noex): New.
45671         (libc_feresetround_noexf): New.
45672         (libc_feresetround_noexl): New.
45673         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
45674         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
45675         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
45676         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
45677         SET_RESTORE_ROUND.
45678         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
45679         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
45680         (__cos): Likewise.
45681         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
45682         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
45683         SET_RESTORE_ROUND_NOEX.
45684         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
45685         SET_RESTORE_ROUND_NOEXF.
45686         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
45687         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
45688         (libc_feholdsetroundf): New.
45689         (libc_feresetround, libc_feresetroundf): New.
45691         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
45692         (libc_feholdexcept_setround_53bit): Convert from macro to function.
45693         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
45695         * sysdeps/generic/math_private.h: Include <fenv.h>.
45696         (default_libc_feholdexcept): New.
45697         (default_libc_feholdexcept_setround): New.
45698         (default_libc_fesetenv, default_libc_feupdateenv): New.
45699         (libc_feholdexcept): Only define if undefined.
45700         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
45701         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
45702         (libc_feholdexcept_setroundl): Likewise.
45703         (libc_feholdexcept_setround_53bit): Likewise.
45704         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
45705         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
45706         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
45707         (libc_feupdateenv_53bit): Likewise.
45708         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
45709         (libc_feholdexcept): Convert from macro to inline function.
45710         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
45711         (libc_fesetenv, libc_feupdateenv): Likewise.
45713         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
45714         not previously defined.
45715         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
45716         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
45717         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
45718         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
45719         * sysdeps/ieee754/flt-32/math_private.h: New file.
45720         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
45721         math_private.h below SET_FLOAT_WORD.
45722         (__isnan, __isinf_ns, __finite): Remove.
45723         (__isnanf, __isinf_nsf, __finitef): Remove.
45725 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
45727         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45729 2012-03-17  David S. Miller  <davem@davemloft.net>
45731         [BZ #6471]
45732         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
45733         for 2.16.
45735 2012-03-16  David S. Miller  <davem@davemloft.net>
45737         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
45738         warnings.
45740         [BZ #6471]
45741         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
45742         properly.
45743         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
45744         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
45745         sysdep_routines when subdir is sysvipc.
45746         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
45747         __getshmlba helper.
45749         * sysdeps/sparc/fpu/libm-test/ulps: Update.
45751 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45753         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
45754         [__LP64__].
45756 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45758         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
45759         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
45760         (__lround): Renamed to ...
45761         (__llround): This.  Replace long int with long long int.
45762         Define lround functions as aliases of llround functions.
45763         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
45765 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45767         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
45768         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
45769         adresses to uintptr_t.  Replace "long int" and "unsigned long
45770         int" with "greg_t" on va_arg.
45772 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45774         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
45775         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
45777         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
45778         Move e_machine check before EI_CLASS check.  Handle x32
45779         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
45780         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
45781         SKIP_EM_IA_64 and include
45782         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
45784         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
45785         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
45786         (add_system_dir): New macro.
45788         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
45789         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
45791 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45793         [BZ #2551]
45794         [BZ #2552]
45795         [BZ #2553]
45796         [BZ #2554]
45797         [BZ #2562]
45798         [BZ #2563]
45799         [BZ #2565]
45800         [BZ #2566]
45801         [BZ #2576]
45802         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
45803         (y0): Likewise.
45804         * math/w_j0f.c (j0f): Likewise.
45805         (y0f): Likewise.
45806         * math/w_j0l.c (__j0l): Likewise.
45807         (__y0l): Likewise.
45808         * math/w_j1.c (j1): Likewise.
45809         (y1): Likewise.
45810         * math/w_j1f.c (j1f): Likewise.
45811         (y1f): Likewise.
45812         * math/w_j1l.c (__j1l): Likewise.
45813         (__y1l): Likewise.
45814         * math/w_jn.c (jn): Likewise.
45815         (yn): Likewise.
45816         * math/w_jnf.c (jnf): Likewise.
45817         (ynf): Likewise.
45818         * math/w_jnl.c (__jnl): Likewise.
45819         (__ynl): Likewise.
45820         * math/libm-test.inc (j0_test): Add more tests.
45821         (j1_test): Likewise.
45822         (jn_test): Likewise.  Add trailing semicolon to existing test.
45823         (y0_test): Likewise.
45824         (y1_test): Likewise.
45825         * sysdeps/i386/fpu/libm-test-ulps: Update.
45826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45828         [BZ #13851]
45829         [BZ #13854]
45830         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
45831         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
45832         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
45833         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
45834         (__tanl): Set errno for infinite argument.
45835         * sysdeps/i386/fpu/mptan.c: Remove.
45836         * sysdeps/i386/fpu/s_tan.S: Likewise.
45837         * sysdeps/i386/fpu/s_tanl.S: Likewise.
45838         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
45839         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
45840         * math/libm-test.inc (tan_test): Add more tests and enable more
45841         tests for double and long double.
45842         * sysdeps/i386/fpu/libm-test-ulps: Update.
45843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45845 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
45847         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
45848         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
45850 2012-03-16  Roland McGrath  <roland@hack.frob.com>
45852         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
45853         * configure.in: Use it for both main tree and add-ons.
45854         * configure: Regenerated.
45856 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
45858         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
45860 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
45862         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
45863         in comment.
45865         [BZ #13851]
45866         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
45867         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
45868         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
45869         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
45870         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
45871         infinite argument.
45872         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
45873         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
45874         != 0 for prec == 2.
45875         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
45876         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
45877         * sysdeps/i386/fpu/s_cosl.S: Likewise.
45878         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
45879         * sysdeps/i386/fpu/s_sinl.S: Likewise.
45880         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
45881         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
45882         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
45883         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
45884         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
45885         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
45886         * math/libm-test.inc (cos_test): Add more tests and enable more
45887         tests for long double.
45888         (sin_test): Likewise.
45889         (sincos_test): Likewise.
45890         * sysdeps/i386/fpu/libm-test-ulps: Update.
45891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45893 2012-03-16  David S. Miller  <davem@davemloft.net>
45895         * sysdeps/sparc/fpu/math_private.h: New file.
45897 2012-03-15  David S. Miller  <davem@davemloft.net>
45899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
45900         file.
45901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
45902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
45903         file.
45904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
45905         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
45906         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
45907         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
45908         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
45909         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
45910         sysdep routines.
45911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
45913         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
45914         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
45916         * sysdeps/sparc/sparc-ifunc.h: New file.
45917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
45918         sparc-ifunc.h
45919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
45920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
45921         Likewise.
45922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
45923         Likewise.
45924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
45925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
45926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
45928         Likewise.
45929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
45931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
45933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
45934         Likewise.
45935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
45936         Likewise.
45937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
45939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
45940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
45941         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
45942         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
45943         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
45944         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
45945         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
45946         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
45947         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
45948         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
45949         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
45950         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
45951         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
45952         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
45953         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
45954         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
45955         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
45956         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
45957         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
45958         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
45959         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
45960         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
45962 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
45964         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
45965         scaling.
45966         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45968 2012-03-15  Andreas Jaeger  <aj@suse.de>
45970         [BZ #13852]
45971         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
45972         ieee754/flt-32 implementation for sin, cos and sincos.
45973         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
45974         * sysdeps/i386/fpu/s_cosf.S: Likewise.
45975         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
45976         * sysdeps/i386/fpu/s_sinf.S: Likewise.
45977         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
45978         ieee754/flt-32 implementation for tan.
45980         * math/libm-test.inc (cos_test): Enable some large input tests for
45981         float as well
45982         (sin_test): Likewise.
45983         (sincos_test): Likewise.
45984         (tan_test): Add tests for large input.
45986         * sysdeps/i386/fpu/libm-test-ulps: Update.
45988 2012-03-15  Andreas Jaeger  <aj@suse.de>
45990         [BZ #13658]
45991         * math/libm-test.inc (cos_test): Add more test cases.
45992         (sin_test): Likewise.
45993         (sincos_test): Likewise.
45995 2012-03-15  Andreas Jaeger  <aj@suse.de>
45997         [BZ #13837]
45998         * math/libm-test.inc (cos_test): Add a test case for large input
45999         value.
46000         (sin_test): Likewise.
46001         (sincos_test): Likewise.
46003 2012-03-15  Andreas Jaeger  <aj@suse.de>
46004             Joseph Myers  <joseph@codesourcery.com>
46006         [BZ #13658]
46007         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46008         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46009         * sysdeps/i386/fpu/branred.c: Likewise.
46010         * sysdeps/i386/fpu/dosincos.c: Likewise.
46011         * sysdeps/i386/fpu/mpa.c: Likewise.
46012         * sysdeps/i386/fpu/s_cos.S: Likewise.
46013         * sysdeps/i386/fpu/s_sin.S: Likewise.
46014         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46015         * sysdeps/i386/fpu/sincos32.c: Likewise.
46017         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46018         Define.
46019         (libc_feupdateenv_53bit): Define.
46020         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46021         Define.
46022         (libc_feupdateenv_53bit): Define.
46024         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46025         53 bit (without extend i386 double precision).
46027         * math/libm-test.inc (sincos_test): Add tests for large input.
46028         (sin): Likewise.
46029         (cos): Likewise.
46031         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46033 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46035         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46037 2012-03-15  David S. Miller  <davem@davemloft.net>
46039         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46040         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46041         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46042         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46043         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46044         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46045         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46046         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46047         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46048         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46049         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46050         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46051         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46052         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46053         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46055         file.
46056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46058         file.
46059         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46061         file.
46062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46064         file.
46065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46066         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46067         fmin/fmax sysdep routines.
46068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46070 2012-03-14  David S. Miller  <davem@davemloft.net>
46072         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46073         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46074         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46075         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46076         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46077         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46078         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46079         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46080         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46081         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46082         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46083         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46084         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46085         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46086         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46087         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46088         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46089         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46090         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46091         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46092         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46093         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46094         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46095         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46096         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46097         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46098         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46099         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46100         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46101         routines.
46102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46103         file.
46104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46106         file.
46107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46109         file.
46110         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46112         file.
46113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46115         file.
46116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46118         file.
46119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46120         file.
46121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46122         file.
46123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46124         file.
46125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46126         New file.
46127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46128         file.
46129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46130         file.
46131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46133         file.
46134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46136         file.
46137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46139         file.
46140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46141         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46142         VIS3 routines.
46144         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46145         New file.
46147         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46149         * sysdeps/sparc/configure.in: New file.
46150         * sysdeps/sparc/configure: Generate.
46151         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46152         * configure: Regenerate.
46153         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46154         * config.make.in (have-as-vis3): New.
46155         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46156         available use -Av9d instead of -Av9a.
46157         * sysdeps/sparc/sparc64/Makefile: Likewise.
46158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46160         New file.
46161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46162         file.
46163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46164         New file.
46165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46166         file.
46167         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46168         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46169         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46170         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46171         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46173         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46174         fzeros/fnegs to load 0x80000000 into a float register instead of
46175         using the stack.
46176         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46178 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46180         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46181         bits/syscall.h.
46182         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46183         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46184         ($(inst_includedir)/bits/syscall.h): Remove rule.
46185         ($(objpfx)bits/syscall.d): Include instead of
46186         $(objpfx)syscall-list.d.
46187         (generated): Change syscall-list.h and syscall-list.d to
46188         bits/syscall.h and bits/syscall.d.
46190 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46192         [BZ #13846]
46193         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46195 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46197         [BZ #13841]
46198         * math/s_csqrt.c: Include <float.h>.
46199         (__csqrt): Scale large or subnormal inputs.
46200         * math/s_csqrtf.c: Likewise.
46201         * math/s_csqrtl.c: Likewise.
46202         * math/libm-test.inc (csqrt_test): Add more tests.
46203         * sysdeps/i386/fpu/libm-test-ulps: Update.
46204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46206         [BZ #13840]
46207         * math/libm-test.inc (hypot_test): Add more tests.
46209 2012-03-13  David S. Miller  <davem@davemloft.net>
46211         [BZ #13840]
46212         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46213         double-precision for the calculation instead of scaling.
46215 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46217         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46218         manipulate bits before adding and subtracting TWO52[sx].
46219         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46220         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46221         Likewise.
46222         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46224 2012-03-13  David S. Miller  <davem@davemloft.net>
46226         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46227         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46228         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46229         rtld-global-offsets.h
46230         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46232         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46233         large parameters.
46235         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46237         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46238         'err' in the ifdef scope in which it is actually used.
46240         * nss/nss_db/db-init.c: Include string.h
46242 2012-03-12  David S. Miller  <davem@davemloft.net>
46244         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46245         masking out of the most significant byte of random value used.
46246         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46247         Fix coding style in previous change.
46249         * sysdeps/unix/sysv/linux/kernel-features.h
46250         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46251         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46252         expression.
46253         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46254         later.
46256 2012-03-11  David S. Miller  <davem@davemloft.net>
46258         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46259         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46260         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46261         for 'resultvar' otherwise things get truncated on 64-bit.
46263         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46264         Fix masking out of the most significant byte of random value used.
46266         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46268 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46270         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46272 2012-03-09  David S. Miller  <davem@davemloft.net>
46274         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46275         variables with appropriate CPP guards.
46276         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46277         from the frame pointer, not the stack pointer.  Correct layout
46278         comments.  Fix test on resulting framesize and the management of
46279         the outregs buffer for pltexit.  Preserve floating point return
46280         values across _dl_call_pltexit call.
46281         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46282         framesize and the management of the outregs buffer for pltexit.
46283         Preserve floating point return values across _dl_call_pltexit
46284         call.
46285         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46286         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46287         (la_sparc64_gnu_pltexit): New functions.
46288         (print_exit): Fix format string for return register value.
46290 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46292         * sunrpc/Makefile (others): Add rpcgen.
46293         ($(objpfx)rpcgen): Remove special build rule and dependency on
46294         libc.
46295         * sunrpc/rpcgen.c: New file.
46297 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46299         [BZ #13673]
46300         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46301         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46302         * sysdeps/i386/crti.S: Likewise.
46303         * sysdeps/i386/crtn.S: Likewise.
46304         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46305         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46306         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46307         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46308         * sysdeps/sh/crti.S: Likewise.
46309         * sysdeps/sh/crtn.S: Likewise.
46310         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46312         [BZ #13673]
46313         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46314         with URL.
46315         * locale/programs/locfile-kw.gperf: Likewise.
46316         * locale/programs/charmap-kw.h: Regenerated.
46317         * locale/programs/locfile-kw.h: Likewise.
46319         [BZ #13673]
46320         * intl/plural.y: Replace FSF snail mail address with URL.
46321         * intl/plural.c: Regenerated.
46323 2012-03-09  Richard Henderson  <rth@twiddle.net>
46325         * include/math_private.h: Remove file.
46326         * math/math_private.h: Move file ...
46327         * sysdeps/generic/math_private.h: ... here.
46329         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46330         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46331         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46333         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46334         and <math_private.h>.
46335         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46336         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46337         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46338         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46339         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46340         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46341         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46342         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46343         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46344         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46345         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46346         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46347         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46348         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46349         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46350         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46351         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46352         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46353         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46354         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46355         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46356         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46357         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46358         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46359         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46360         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46361         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46362         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46363         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46364         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46365         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46366         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46367         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46368         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46369         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46370         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46371         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46372         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46373         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46374         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46375         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46376         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46377         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46378         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46379         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46380         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46381         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46382         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46383         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46384         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46385         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46386         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46387         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46388         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46389         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46390         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46391         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46392         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46393         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46394         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46395         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46396         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46397         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46398         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46399         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46400         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46401         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46402         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46403         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46404         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46405         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46406         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46407         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46408         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46409         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46410         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46411         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46412         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46413         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46414         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46415         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46416         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46417         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46418         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46419         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46420         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46421         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46422         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46423         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46424         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46425         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46426         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46427         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46428         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46429         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46430         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46431         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46432         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46433         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46434         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46435         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46436         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46437         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46438         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46439         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46440         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46441         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46442         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46443         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46444         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46445         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46446         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46447         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46448         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46449         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46450         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46451         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46452         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46453         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46454         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46455         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46456         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46457         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46458         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46459         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46460         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46461         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46462         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46463         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46464         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46465         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46466         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46467         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46468         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46469         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46470         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46471         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46472         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46473         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46474         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46475         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46476         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46477         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46478         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46479         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46480         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46481         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46482         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46483         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46484         * sysdeps/ieee754/k_standard.c: Likewise.
46485         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46486         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46487         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46488         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46489         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46490         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46491         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46492         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46493         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46494         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46495         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46496         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46497         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46498         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46499         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46500         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46501         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46502         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46503         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46504         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46505         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46506         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46507         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46508         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46509         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46510         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46511         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46512         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46513         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46514         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46515         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46516         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46517         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46518         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46519         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46520         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46521         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46522         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46523         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46524         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46525         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46526         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46527         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46528         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46529         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46530         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46531         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46532         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46533         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46534         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46535         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46536         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46537         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46538         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46539         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46540         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46541         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46542         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46543         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46544         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46545         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46546         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46547         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46548         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46549         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46550         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46551         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46552         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46553         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46554         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46555         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46556         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46557         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46558         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46559         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46560         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46561         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46562         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46563         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46564         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46565         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46566         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46567         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46568         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46569         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46570         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46571         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46572         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46573         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46574         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46575         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46576         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46577         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46578         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46579         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46580         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46581         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46582         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46583         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46584         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46585         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46586         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46587         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46588         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46589         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46590         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46591         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46592         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46593         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46594         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46595         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46596         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46597         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46598         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46599         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46600         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46601         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46602         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46603         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46604         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46605         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46606         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46607         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46608         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46609         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46610         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
46611         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46612         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46613         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46614         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46615         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46616         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46617         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46618         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
46619         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46620         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46621         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
46622         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
46623         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46624         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
46625         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
46626         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46627         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
46628         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
46629         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46630         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46631         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46632         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46633         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46634         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
46635         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46636         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
46637         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46638         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46639         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
46640         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
46641         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46642         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46643         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46644         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
46645         * sysdeps/ieee754/s_lib_version.c: Likewise.
46646         * sysdeps/ieee754/s_matherr.c: Likewise.
46647         * sysdeps/ieee754/s_signgam.c: Likewise.
46648         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46649         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46650         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
46651         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
46652         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
46653         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
46654         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
46655         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
46656         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
46657         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
46658         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
46659         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
46660         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46661         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46662         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
46663         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
46664         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
46665         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
46666         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
46667         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46668         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46670 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46672         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
46673         * sunrpc/rpc_main.c: Likewise.
46674         * sunrpc/rpc_svcout.c: Likewise.
46676 2012-03-09  David S. Miller  <davem@davemloft.net>
46678         * include/math_private.h: New file.
46680 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
46682         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
46683         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
46684         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
46685         from <bits/socket_type.h>.
46686         (enum __socket_type): Don't define here.
46687         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
46688         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46689         bits/socket_type.h.
46691         [BZ #13566]
46692         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
46693         checking __USE_GNU.
46695         * Makerules ($(inst_includedir)/%.h): New rule.
46696         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
46697         (install-others): Remove variable setting.
46698         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
46700 2012-03-08  Richard Henderson  <rth@twiddle.net>
46702         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
46703         from macro to inline function; merge with the
46704         !__LIBC_INTERNAL_MATH_INLINES version.
46705         (__ieee754_sqrtf): Likewise.
46707         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
46708         to inline function.
46709         (__rintf, __floor, __floorf): Likewise.
46711         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
46712         macro to inline function.
46713         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
46715         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
46716         not <math/math_private.h>.
46718 2012-03-08  David S. Miller  <davem@davemloft.net>
46720         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
46721         copyright year.
46722         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
46724 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
46726         * resolv/gai_misc.c (handle_requests): Fix struct timespec
46727         normalization.
46728         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
46729         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
46731 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
46733         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
46734         be defined individually, they must be defined as a block.  Define
46735         S for printing a string instead of hidint the different by using a
46736         macro for adding the 'l'.
46737         * stdio-common/tst-fphex-wide.c: Adjust.
46739 2012-03-07  Marek Polacek  <polacek@redhat.com>
46741         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
46743 2012-03-08  Marek Polacek  <polacek@redhat.com>
46745         [BZ #13806]
46746         * stdio-common/Makefile (tests): Add tst-fphex-wide.
46747         * stdio-common/tst-fphex.c: Define a few macros to make the
46748         test reusable.  Use them.
46749         * stdio-common/tst-fphex-wide.c: New file.
46751 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
46753         [BZ #6911]
46754         * manual/macros.texi (gnusystems): New macro.
46755         (nongnusystems): Likewise.
46756         (gnulinuxhurdsystems): Likewise.
46757         (gnuhurdsystems): Likewise..
46758         (gnulinuxsystems): Likewise.
46759         * manual/charset.texi: Use new macros or @theglibc{} to refer to
46760         variants of the GNU system, not "GNU system".
46761         * manual/conf.texi: Likewise.
46762         * manual/errno.texi: Likewise.  Update example of errno macro
46763         expansion.
46764         * manual/filesys.texi: Likewise.
46765         (getumask): Document as specific to GNU/Hurd.
46766         * manual/install.texi: Likewise.  Reword some references to
46767         GNU/Linux.
46768         * manual/intro.texi: Likewise.
46769         * manual/io.texi: Likewise.
46770         (File Name Portability): Detail which constraints are inapplicable
46771         to all GNU systems and which are only inapplicable to GNU/Hurd.
46772         * manual/job.texi: Likewise.
46773         * manual/llio.texi: Likewise.
46774         (O_NOCTTY): Document as present on GNU/Linux.
46775         * manual/maint.texi: Likewise.
46776         * manual/memory.texi: Likewise.
46777         * manual/pattern.texi: Likewise.
46778         * manual/pipe.texi: Likewise.
46779         * manual/process.texi: Likewise.
46780         * manual/resource.texi: Likewise.
46781         (RUSAGE_CHILDREN): Remove statement about specifying a particular
46782         child on GNU/Hurd.
46783         * manual/setjmp.texi: Likewise.
46784         * manual/signal.texi: Likewise.
46785         * manual/startup.texi: Likewise.
46786         * manual/stdio.texi: Likewise.
46787         * manual/terminal.texi: Likewise.
46788         (ONLCR): Document as POSIX.
46789         (OXTABS): Document availability on GNU/Linux as XTABS.
46790         (ONOEOT): Document availability separately from other bits.
46791         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
46792         * manual/time.texi: Likewise.
46793         * manual/users.texi: Likewise.
46794         * INSTALL: Regenerated.
46795         * sysdeps/gnu/errlist.c: Regenerated.
46797         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
46798         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
46799         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
46800         puts.
46801         * configure: Regenerated.
46803 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
46805         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
46806         default includes instead of AC_HEADER_CHECK.
46807         * sysdeps/i386/configure: Regenerated.
46809         [BZ #10716]
46810         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
46811         * math/s_cacoshf.c (__cacoshf): Likewise.
46812         * math/s_cacoshl.c (__cacoshl): Likewise.
46813         * math/s_casinh.c (__casinh): Set signs of result from argument.
46814         * math/s_casinhf.c (__casinhf): Likewise.
46815         * math/s_casinhl.c (__casinhl): Likewise.
46816         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
46817         (casinh_test): Add more tests.
46818         * sysdeps/i386/fpu/libm-test-ulps: Update.
46819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46821 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
46823         * po/zh_TW.po: Update from translation team.
46825         * login/Makefile (distribute): Remove variable.
46826         * catgets/Makefile: Likewise.
46827         * mach/Makefile: Likewise.
46828         * malloc/Makefile: Likewise.
46829         * misc/Makefile: Likewise.
46830         * iconv/Makefile: Likewise.
46831         * nscd/Makefile: Likewise.
46832         * hurd/Makefile: Likewise.
46833         * manual/Makefile: Likewise.
46834         * locale/Makefile: Likewise.
46835         * intl/Makefile: Likewise.
46836         * conform/Makefile: Likewise.
46837         * nss/Makefile: Likewise.
46838         * time/Makefile: Likewise.
46839         * soft-fp/Makefile: Likewise.
46840         * dirent/Makefile: Likewise.
46841         * gmon/Makefile: Likewise.
46842         * po/Makefile: Likewise.
46843         * rt/Makefile: Likewise.
46844         * socket/Makefile: Likewise.
46845         * math/Makefile: Likewise.
46846         * signal/Makefile: Likewise.
46847         * debug/Makefile: Likewise.
46848         * elf/Makefile: Likewise.
46849         * timezone/Makefile: Likewise.
46850         * stdlib/Makefile: Likewise.
46851         * iconvdata/Makefile: Likewise.
46852         * sunrpc/Makefile: Likewise.
46853         * io/Makefile: Likewise.
46854         * argp/Makefile: Likewise.
46855         * inet/Makefile: Likewise.
46856         * hesiod/Makefile: Likewise.
46857         * grp/Makefile: Likewise.
46858         * csu/Makefile: Likewise.
46859         * wctype/Makefile: Likewise.
46860         * crypt/Makefile: Likewise.
46861         * libio/Makefile: Likewise.
46862         * string/Makefile: Likewise.
46863         * nis/Makefile: Likewise.
46864         * resolv/Makefile: Likewise.
46865         * stdio-common/Makefile: Likewise.
46866         * wcsmbs/Makefile: Likewise.
46867         * dlfcn/Makefile: Likewise.
46868         * posix/Makefile: Likewise.
46870         [BZ #6959]
46871         * timezone/Makefile: Don't install timezone files, just the programs
46872         and scripts.
46874 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
46876         * nss/databases.def: Add missing gshadow entry.
46878         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
46880 2012-03-06  Marek Polacek  <polacek@redhat.com>
46882         [BZ #13726]
46883         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
46884         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
46885         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
46886         * stdio-common/tst-long-dbl-fphex.c: New file.
46888 2012-03-06  David S. Miller  <davem@davemloft.net>
46890         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46891         (set_obp_int): New function.
46892         (get_obp_int): New function.
46893         (__get_clockfreq_via_dev_openprom): Likewise.
46894         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
46895         Avoid unused variable warnings on 'val' and use builtin_expect.
46896         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
46897         __builtin_expect.
46898         (INLINE_CLONE_SYSCALL): Likewise.
46900 2012-03-05  David S. Miller  <davem@davemloft.net>
46902         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46904 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
46906         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46908         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
46909         only for |x| >= 40.
46910         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46912 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
46914         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
46915         Replace gettimeofday with __vdso_gettimeofday.
46917         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46918         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
46919         __vdso_clock_gettime and __vdso_getcpu.
46921         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
46922         time with __vdso_time.
46924 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46926         * manual/lang.texi (size_t): Note types to which size_t may be
46927         equivalent with the GNU C Library, but do not describe when
46928         differences between them are significant.
46930 2012-03-05  Andreas Jaeger  <aj@suse.de>
46932         * sysdeps/i386/fpu/libm-test-ulps: Update.
46934 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
46936         [BZ #3976]
46937         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
46938         (__ieee754_pow): Save and restore rounding mode and use
46939         round-to-nearest for main computations.
46940         * math/libm-test.inc (pow_test_tonearest): New function.
46941         (pow_test_towardzero): Likewise.
46942         (pow_test_downward): Likewise.
46943         (pow_test_upward): Likewise.
46944         (main): Call the new functions.
46945         * sysdeps/i386/fpu/libm-test-ulps: Update.
46946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46948         [BZ #3976]
46949         * math/libm-test.inc (cosh_test_tonearest): New function.
46950         (cosh_test_towardzero): Likewise.
46951         (cosh_test_downward): Likewise.
46952         (cosh_test_upward): Likewise.
46953         (sinh_test_tonearest): Likewise.
46954         (sinh_test_towardzero): Likewise.
46955         (sinh_test_downward): Likewise.
46956         (sinh_test_upward): Likewise.
46957         (main): Call the new functions.
46958         * sysdeps/i386/fpu/libm-test-ulps: Update.
46959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46961 2012-03-05  Tom de Vries  <tom@codesourcery.com>
46963         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
46964         default stack guard is set in last bytes.
46965         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
46967 2012-03-05  Kees Cook  <keescook@chromium.org>
46969         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
46971         [BZ #13656]
46972         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
46973         possibly allocate from heap instead of stack.
46974         * stdio-common/bug-vfprintf-nargs.c: New file.
46975         * stdio-common/Makefile (tests): Add nargs overflow test.
46977 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
46979         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46981 2012-03-03  Marek Polacek  <polacek@redhat.com>
46983         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
46984         * math/math_private.h: Likewise.
46985         * stdlib/tst-strtod.c: Likewise.
46986         * sysdeps/i386/i486/bits/atomic.h: Likewise.
46987         * sysdeps/x86_64/bits/atomic.h: Likewise.
46989 2012-03-02  David S. Miller  <davem@davemloft.net>
46991         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
46992         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
46993         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
46994         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
46995         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
46996         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
46997         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
46998         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47000 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47002         [BZ #13792]
47003         * manual/examples/README: New file, says the example source files
47004         can be used under GPL>=2.
47005         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47006         line containing just "*/".
47007         * manual/examples/add.c: Add copyright header (GPL>=2).
47008         * manual/examples/argp-ex1.c: Likewise.
47009         * manual/examples/argp-ex2.c: Likewise.
47010         * manual/examples/argp-ex3.c: Likewise.
47011         * manual/examples/argp-ex4.c: Likewise.
47012         * manual/examples/atexit.c: Likewise.
47013         * manual/examples/db.c: Likewise.
47014         * manual/examples/dir.c: Likewise.
47015         * manual/examples/dir2.c: Likewise.
47016         * manual/examples/execinfo.c: Likewise.
47017         * manual/examples/filecli.c: Likewise.
47018         * manual/examples/filesrv.c: Likewise.
47019         * manual/examples/fmtmsgexpl.c: Likewise.
47020         * manual/examples/genpass.c: Likewise.
47021         * manual/examples/inetcli.c: Likewise.
47022         * manual/examples/inetsrv.c: Likewise.
47023         * manual/examples/isockad.c: Likewise.
47024         * manual/examples/longopt.c: Likewise.
47025         * manual/examples/memopen.c: Likewise.
47026         * manual/examples/memstrm.c: Likewise.
47027         * manual/examples/mkfsock.c: Likewise.
47028         * manual/examples/mkisock.c: Likewise.
47029         * manual/examples/mygetpass.c: Likewise.
47030         * manual/examples/pipe.c: Likewise.
47031         * manual/examples/popen.c: Likewise.
47032         * manual/examples/rprintf.c: Likewise.
47033         * manual/examples/search.c: Likewise.
47034         * manual/examples/select.c: Likewise.
47035         * manual/examples/setjmp.c: Likewise.
47036         * manual/examples/sigh1.c: Likewise.
47037         * manual/examples/sigusr.c: Likewise.
47038         * manual/examples/stpcpy.c: Likewise.
47039         * manual/examples/strdupa.c: Likewise.
47040         * manual/examples/strftim.c: Likewise.
47041         * manual/examples/strncat.c: Likewise.
47042         * manual/examples/subopt.c: Likewise.
47043         * manual/examples/swapcontext.c: Likewise.
47044         * manual/examples/termios.c: Likewise.
47045         * manual/examples/testopt.c: Likewise.
47046         * manual/examples/testpass.c: Likewise.
47047         * manual/examples/timeval_subtract.c: Likewise.
47049         [BZ #13792]
47050         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47051         function to ...
47052         * manual/timeval_subtract.c.texi: ... here, new file.
47054 2012-03-02  David S. Miller  <davem@davemloft.net>
47056         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47058 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47060         [BZ #3976]
47061         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47062         (__sin): Save and restore rounding mode and use round-to-nearest
47063         for all computations.
47064         (__cos): Save and restore rounding mode and use round-to-nearest
47065         for all computations.
47066         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47067         <fenv.h>.
47068         (tan): Save and restore rounding mode and use round-to-nearest for
47069         all computations.
47070         * math/libm-test.inc (cos_test_tonearest): New function.
47071         (cos_test_towardzero): Likewise.
47072         (cos_test_downward): Likewise.
47073         (cos_test_upward): Likewise.
47074         (sin_test_tonearest): Likewise.
47075         (sin_test_towardzero): Likewise.
47076         (sin_test_downward): Likewise.
47077         (sin_test_upward): Likewise.
47078         (tan_test_tonearest): Likewise.
47079         (tan_test_towardzero): Likewise.
47080         (tan_test_downward): Likewise.
47081         (tan_test_upward): Likewise.
47082         (main): Call the new functions.
47083         * sysdeps/i386/fpu/libm-test-ulps: Update.
47084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47086         [BZ #10135]
47087         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47088         small n, then large n, before computing and testing k+n.
47089         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47090         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47091         Likewise.
47092         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47093         Likewise.
47094         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47095         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47096         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47097         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47098         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47099         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47100         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47101         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47102         * math/libm-test.inc (scalbn_test): Add more tests.
47103         (scalbln_test): Likewise.
47105         * manual/filesys.texi (mode_t): Describe constraints on size and
47106         signedness, not exact equivalence to a particular type.
47107         (ino_t): Likewise.
47108         (ino64_t): Likewise.
47109         (dev_t): Likewise.
47110         (nlink_t): Likewise.
47111         (blkcnt_t): Likewise.
47112         (blkcnt64_t): Likewise.
47113         * manual/llio.texi (off_t): Likewise.
47115         [BZ #3976]
47116         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47117         (__ieee754_exp): Save and restore rounding mode and use
47118         round-to-nearest for all computations.
47119         * math/libm-test.inc (exp_test_tonearest): New function.
47120         (exp_test_towardzero): Likewise.
47121         (exp_test_downward): Likewise.
47122         (exp_test_upward): Likewise.
47123         (main): Call the new functions.
47124         * sysdeps/i386/fpu/libm-test-ulps: Update.
47125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47127 2012-03-01  Chris Demetriou  <cgd@google.com>
47129         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47130         have predictable order.
47132 2012-03-01  David S. Miller  <davem@davemloft.net>
47134         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47136         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47137         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47138         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47139         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47141         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47142         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47143         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47144         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47145         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47146         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47147         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47148         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47149         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47151         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47153         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47154         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47155         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47157         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47158         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47159         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47160         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47161         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47162         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47163         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47164         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47165         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47166         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47167         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47168         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47169         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47170         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47171         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47172         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47173         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47174         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47175         * sysdeps/sparc/elf/configure: Regenerated.
47177 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47179         * configure.in (AS, LD): Require binutils 2.20 or later.
47180         * configure: Regenerated.
47181         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47182         as required minimum version.
47183         * INSTALL: Regenerated.
47185         [BZ #2541]
47186         [BZ #4108]
47187         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47188         before squaring exponent.
47189         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47190         bottom long double and 27 bits of top long double before squaring
47191         exponent.
47192         * math/libm-test.inc (erfc_test): Add more tests.
47193         * sysdeps/i386/fpu/libm-test-ulps: Update.
47194         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47195         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47197 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47199         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47200         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47201         containing bit-fields.
47202         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47203         * soft-fp/single.h (_FP_UNION_S): Likewise.
47204         * soft-fp/double.h (_FP_UNION_D): Likewise.
47206 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47208         [BZ #13786]
47209         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47210         not include ../strcmp.S.
47211         [USE_AS_STRNCASECMP_L]: Likewise.
47212         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47213         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47214         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47215         (__strncasecmp_l_ia32): Define as alias to
47216         __strncasecmp_l_nonascii.
47218         [BZ #5794]
47219         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47220         * sysdeps/i386/fpu/libm-test-ulps: Update.
47221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47223         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47226 2012-02-29  Jeff Law  <law@redhat.com>
47228         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47229         out of bounds read.
47231 2012-02-29  Marek Polacek  <polacek@redhat.com>
47233         [BZ #13706]
47234         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47235         * elf/Makefile: Add rules to run tst-unused-dep.out.
47237 2012-02-28  David S. Miller  <davem@davemloft.net>
47239         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47240         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47241         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47242         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47243         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47244         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47246 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47248         * math/libm-test.inc (llround_test): Move one test from
47249         lround_test.  Use TEST_f_L in moved test.
47250         (lround_test): Move misplaced test to llround_test.  Add testcase
47251         from bug 2561.
47253 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47255         * sysdeps/x86_64/fpu/e_expf.S: New file.
47256         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47258 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47260         [BZ #13637]
47261         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47262         of remain_len that may cause incomplete multi-byte character and
47263         false match.
47264         * posix/bug-regex33.c: New file.
47265         * posix/Makefile (tests): Add bug-regex33.
47267 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47269         * manual/macros.texi: New file.
47270         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47271         * manual/libc.texinfo: Include macros.texi.
47272         * manual/creatute.texi: Likewise.
47273         * manual/install.texi: Likewise.
47274         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47275         @glibcadj{} in references to the GNU C Library.
47276         * manual/charset.texi: Likewise.
47277         * manual/conf.texi: Likewise.
47278         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47279         when not using those macros.
47280         * manual/creature.texi: Likewise.
47281         * manual/crypt.texi: Likewise.
47282         * manual/errno.texi: Likewise.
47283         * manual/filesys.texi: Likewise.
47284         * manual/header.texi: Likewise.
47285         * manual/install.texi: Likewise.
47286         * manual/intro.texi: Likewise.
47287         * manual/io.texi: Likewise.
47288         * manual/job.texi: Likewise.
47289         * manual/lang.texi: Likewise.
47290         * manual/libc.texiinfo: Likewise.
47291         * manual/llio.texi: Likewise.
47292         * manual/locale.texi: Likewise.
47293         * manual/maint.texi: Likewise.
47294         * manual/math.texi: Likewise.
47295         * manual/memory.texi: Likewise.
47296         * manual/message.texi: Likewise.
47297         * manual/nss.texi: Likewise.
47298         * manual/pattern.texi: Likewise.
47299         * manual/process.texi: Likewise.
47300         * manual/resource.texi: Likewise.
47301         * manual/search.texi: Likewise.
47302         * manual/setjmp.texi: Likewise.
47303         * manual/signal.texi: Likewise.
47304         * manual/socket.texi: Likewise.
47305         * manual/startup.texi: Likewise.
47306         * manual/stdio.texi: Likewise.
47307         * manual/string.texi: Likewise.
47308         * manual/sysinfo.texi: Likewise.
47309         * manual/syslog.texi: Likewise.
47310         * manual/terminal.texi: Likewise.
47311         * manual/time.texi: Likewise.
47312         * manual/users.texi: Likewise.
47313         * INSTALL: Regenerated.
47314         * NOTES: Regenerated.
47315         * sysdeps/gnu/errlist.c: Regenerated.
47317 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47319         * include/dirent.h: Include <dirstream.h> before
47320         <dirent/dirent.h>.
47322 2012-02-28  David S. Miller  <davem@davemloft.net>
47324         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47325         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47326         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47327         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47329 2012-02-27  David S. Miller  <davem@davemloft.net>
47331         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47332         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47333         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47334         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47336         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47337         frame pointer instead of stack pointer relative arg slot.
47338         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47339         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47340         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47342 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47344         [BZ #3992]
47345         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47347 2012-02-27  David S. Miller  <davem@davemloft.net>
47349         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47350         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47351         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47352         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47353         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47354         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47355         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47356         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47358 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47360         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47361         later.  Allow versions 5-9.
47362         * configure: Regenerated.
47363         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47364         required minimum version and 4.6 as recommended version.  Do not
47365         mention bugs in GCC 2.7 and 2.8.
47366         * INSTALL: Regenerated.
47368 2012-02-27  David S. Miller  <davem@davemloft.net>
47370         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47371         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47372         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47373         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47374         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47375         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47376         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47377         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47379         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47380         manipulate bits before adding and subtracting TWO112[sx].
47381         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47383 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47385         [BZ #13775]
47386         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47387         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47388         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47389         being in POSIX, because they are in 1003.1-2008.
47391         * rt/tst-aio.c: Include <fcntl.h>.
47392         * rt/tst-aio7.c: Likewise.
47393         * rt/tst-aio64.c: Likewise.
47395         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47397 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47399         * manual/install.texi (--with-headers): Describe headers as
47400         interface headers, not private headers.
47401         (Specific advice for GNU/Linux systems): Describe use of headers
47402         from "make headers_install", not private headers from older
47403         kernels.
47404         * INSTALL: Regenerated.
47405         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47406         Change to 2.6.19.
47407         * sysdeps/unix/sysv/linux/configure: Regenerated.
47409         * manual/llio.texi (fclean): Remove documentation.
47411         * manual/Makefile (libc-texi-generated): New variable.  Include
47412         version.texi.
47413         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47414         $(libc-texi-generated), not duplicated list of files.
47415         (version.texi, stamp-version): New rules.
47416         (realclean): Remove $(libc-texi-generated), not individual files
47417         from that list.  Do not remove dir-add.texinfo.
47418         * manual/libc.texinfo: Comment out uses of edition numbers and
47419         references to printed manual.  Remove last-updated dates.
47420         (EDITION): Comment out.
47421         (ISBN): Likewise.
47422         (VERSION, UPDATED): Remove.
47423         (version.texi): Include.
47425 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47427         * sysdeps/posix/spawni.c: Include <signal.h>.
47428         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47429         * sysdeps/pthread/aio_fsync.c: Likewise.
47431 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47433         * conform/Makefile (tests): Run only when not cross-compiling and
47434         when fast-check is not defined.
47436         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47437         * conform/data/limits.h-data: Fixes for POSIX2008.
47438         * conform/run-conformtest.sh: Run all tests.
47439         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47440         headers.
47441         * include/bits/dlfcn.h: Likewise.
47442         * include/langinfo.h: Likewise.
47443         * include/monetary.h: Likewise.
47444         * include/sys/poll.h: Likewise.
47446         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47447         for __USE_GNU.
47448         * posix/spawn.h: Define __need_sigset_t.
47449         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47450         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47451         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47452         to get sigevent_t only.
47453         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47454         only for __USE_GNU.
47455         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47456         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47457         process_vm_writev only for __USE_GNU.
47458         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47460         * conform/Makefile: For now ignore errors from run-conformtest.
47461         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47462         POSIX to avoid namespace pollution.  Don't prepend headers.
47463         * conform/data/aio.h-data: Fixes for POSIX testing.
47464         * conform/data/fcntl.h-data: Likewise.
47465         * conform/data/glob.h-data: Likewise.
47466         * conform/data/grp.h-data: Likewise.
47467         * conform/data/pthread.h-data: Likewise.
47468         * conform/data/pwd.h-data: Likewise.
47469         * conform/data/signal.h-data: Likewise.
47470         * conform/data/spawn.h-data: Likewise.
47471         * conform/data/stdio.h-data: Likewise.
47472         * conform/data/stdlib.h-data: Likewise.
47473         * conform/data/stropts.h-data: Likewise.
47474         * conform/data/sys/mman.h-data: Likewise.
47475         * conform/data/sys/stat.h-data: Likewise.
47476         * conform/data/sys/types.h-data: Likewise.
47477         * conform/data/sys/wait.h-data: Likewise.
47478         * conform/data/time.h-data: Likewise.
47479         * conform/data/unistd.h-data: Likewise.
47480         * conform/data/utime.h-data: Likewise.
47482         * io/sys/stat.h: fchmod was always in POSIX.
47483         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47484         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47485         * rt/aio.h: Define __need_timespec before including <time.h>.
47486         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47487         struct.  Add forward declaration of pthread_attr_t and use it in
47488         sigevent.
47489         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47490         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47491         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47492         always remove CLK_TCK definition.
47494 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47496         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47498 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47500         * conform/run-conformtest.sh: New file.
47501         * conform/Makefile: Run run-conformtest for tests.
47502         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47503         support.
47505         * conform/data/uchar.h-data: New file.
47506         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47507         * conform/data/arpa/inet.h-data: Likewise.
47508         * conform/data/assert.h-data: Likewise.
47509         * conform/data/complex.h-data: Likewise.
47510         * conform/data/cpio.h-data: Likewise.
47511         * conform/data/ctype.h-data: Likewise.
47512         * conform/data/dirent.h-data: Likewise.
47513         * conform/data/dlfcn.h-data: Likewise.
47514         * conform/data/errno.h-data: Likewise.
47515         * conform/data/fcntl.h-data: Likewise.
47516         * conform/data/float.h-data: Likewise.
47517         * conform/data/fmtmsg.h-data: Likewise.
47518         * conform/data/fnmatch.h-data: Likewise.
47519         * conform/data/ftw.h-data: Likewise.
47520         * conform/data/glob.h-data: Likewise.
47521         * conform/data/grp.h-data: Likewise.
47522         * conform/data/iconv.h-data: Likewise.
47523         * conform/data/inttypes.h-data: Likewise.
47524         * conform/data/langinfo.h-data: Likewise.
47525         * conform/data/libgen.h-data: Likewise.
47526         * conform/data/limits.h-data: Likewise.
47527         * conform/data/locale.h-data: Likewise.
47528         * conform/data/math.h-data: Likewise.
47529         * conform/data/monetary.h-data: Likewise.
47530         * conform/data/mqueue.h-data: Likewise.
47531         * conform/data/ndbm.h-data: Likewise.
47532         * conform/data/net/if.h-data: Likewise.
47533         * conform/data/netdb.h-data: Likewise.
47534         * conform/data/netinet/in.h-data: Likewise.
47535         * conform/data/nl_types.h-data: Likewise.
47536         * conform/data/poll.h-data: Likewise.
47537         * conform/data/pthread.h-data: Likewise.
47538         * conform/data/pwd.h-data: Likewise.
47539         * conform/data/regex.h-data: Likewise.
47540         * conform/data/sched.h-data: Likewise.
47541         * conform/data/search.h-data: Likewise.
47542         * conform/data/semaphore.h-data: Likewise.
47543         * conform/data/setjmp.h-data: Likewise.
47544         * conform/data/signal.h-data: Likewise.
47545         * conform/data/spawn.h-data: Likewise.
47546         * conform/data/stdarg.h-data: Likewise.
47547         * conform/data/stdio.h-data: Likewise.
47548         * conform/data/stdlib.h-data: Likewise.
47549         * conform/data/string.h-data: Likewise.
47550         * conform/data/strings.h-data: Likewise.
47551         * conform/data/stropts.h-data: Likewise.
47552         * conform/data/sys/ipc.h-data: Likewise.
47553         * conform/data/sys/mman.h-data: Likewise.
47554         * conform/data/sys/msg.h-data: Likewise.
47555         * conform/data/sys/resource.h-data: Likewise.
47556         * conform/data/sys/select.h-data: Likewise.
47557         * conform/data/sys/sem.h-data: Likewise.
47558         * conform/data/sys/shm.h-data: Likewise.
47559         * conform/data/sys/socket.h-data: Likewise.
47560         * conform/data/sys/stat.h-data: Likewise.
47561         * conform/data/sys/statvfs.h-data: Likewise.
47562         * conform/data/sys/time.h-data: Likewise.
47563         * conform/data/sys/timeb.h-data: Likewise.
47564         * conform/data/sys/times.h-data: Likewise.
47565         * conform/data/sys/types.h-data: Likewise.
47566         * conform/data/sys/uio.h-data: Likewise.
47567         * conform/data/sys/un.h-data: Likewise.
47568         * conform/data/sys/utsname.h-data: Likewise.
47569         * conform/data/sys/wait.h-data: Likewise.
47570         * conform/data/syslog.h-data: Likewise.
47571         * conform/data/tar.h-data: Likewise.
47572         * conform/data/termios.h-data: Likewise.
47573         * conform/data/utime.h-data: Likewise.
47574         * conform/data/utmpx.h-data: Likewise.
47575         * conform/data/varargs.h-data: Likewise.
47576         * conform/data/wchar.h-data: Likewise.
47577         * conform/data/wctype.h-data: Likewise.
47578         * conform/data/wordexp.h-data: Likewise.
47580         * include/stropts.h: New file.
47581         * include/uchar.h: New file.
47582         * include/aio.h: Changes to allow conformtest.pl to use the headers.
47583         * include/assert.h: Likewise.
47584         * include/ctype.h: Likewise.
47585         * include/dirent.h: Likewise.
47586         * include/dlfcn.h: Likewise.
47587         * include/fcntl.h: Likewise.
47588         * include/fnmatch.h: Likewise.
47589         * include/glob.h: Likewise.
47590         * include/grp.h: Likewise.
47591         * include/libio.h: Likewise.
47592         * include/locale.h: Likewise.
47593         * include/math.h: Likewise.
47594         * include/net/if.h: Likewise.
47595         * include/netdb.h: Likewise.
47596         * include/netinet/in.h: Likewise.
47597         * include/pthread.h: Likewise.
47598         * include/pwd.h: Likewise.
47599         * include/regex.h: Likewise.
47600         * include/sched.h: Likewise.
47601         * include/search.h: Likewise.
47602         * include/setjmp.h: Likewise.
47603         * include/signal.h: Likewise.
47604         * include/stdio.h: Likewise.
47605         * include/stdlib.h: Likewise.
47606         * include/string.h: Likewise.
47607         * include/sys/cdefs.h: Likewise.
47608         * include/sys/mman.h: Likewise.
47609         * include/sys/msg.h: Likewise.
47610         * include/sys/resource.h: Likewise.
47611         * include/sys/select.h: Likewise.
47612         * include/sys/socket.h: Likewise.
47613         * include/sys/stat.h: Likewise.
47614         * include/sys/statvfs.h: Likewise.
47615         * include/sys/time.h: Likewise.
47616         * include/sys/times.h: Likewise.
47617         * include/sys/uio.h: Likewise.
47618         * include/sys/utsname.h: Likewise.
47619         * include/sys/wait.h: Likewise.
47620         * include/termios.h: Likewise.
47621         * include/time.h: Likewise.
47622         * include/ulimit.h: Likewise.
47623         * include/unistd.h: Likewise.
47624         * include/utime.h: Likewise.
47625         * include/wchar.h: Likewise.
47626         * include/wctype.h: Likewise.
47627         * include/wordexp.h: Likewise.
47629         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
47631         * time/time.h: TIME_UTC must be a macro.
47632         Make timespec_get available for ISO C11 only as well.
47634 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
47636         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
47637         Reported by Peng Haitao <penght@cn.fujitsu.com>.
47639 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47641         * configure.in: Use -o not -a in test for unsupported multi-arch.
47643 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47645         * manual/texinfo.tex: Update to version 2012-01-19.16.
47647 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
47649         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
47651 2012-02-24  Roland McGrath  <roland@hack.frob.com>
47653         [BZ #13738]
47654         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
47655         * manual/fdl-1.3.texi: New file.
47656         * manual/fdl-1.1.texi: File removed.
47658         [BZ #13738]
47659         * manual/libc.texinfo (FDL_VERSION): New @set.
47660         Use it for mention of FDL in cover text.
47661         (Documentation License): Use it in @include file name.
47663 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47664             Roland McGrath  <roland@hack.frob.com>
47666         [BZ #5461]
47667         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
47668         (not LONG_LONG_MAX and LONG_LONG_MIN.
47669         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
47670         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
47671         name.
47672         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
47674 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47676         [BZ #2547]
47677         [BZ #11365]
47678         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
47679         manipulate bits before adding and subtracting TWO23[sx].
47680         * math/libm-test.inc (nearbyint_test): Add more tests.
47682 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47684         [BZ #2548]
47685         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
47686         bits before adding and subtracting TWO23[sx].
47687         * math/libm-test.inc (rint_test): Add more tests.
47688         (rint_test_tonearest): Likewise.
47689         (rint_test_towardzero): Likewise.
47690         (rint_test_downward): Likewise.
47691         (rint_test_upward: Likewise.
47693 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47695         [BZ #10110]
47696         * include/stdc-predef.h: New file.  Extracted from features.h.
47697         * include/features.h: Include stdc-predef.h.
47698         * Makefile (headers): Add stdc-predef.h.
47699         * CONFORMANCE (Compiler limitations): Update.
47701 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
47703         * manual/libc.texinfo (VERSION, UPDATED): Revert.
47705 2012-02-21  David S. Miller  <davem@davemloft.net>
47707         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
47708         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47710 2012-02-20  David S. Miller  <davem@davemloft.net>
47712         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
47713         using a normal save/restore sequence, rather than allocating a
47714         dummy stack frame just to store a frame pointer and restore.
47715         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47717 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47719         * manual/install.texi: Fix stray word in line-wrapped comment.
47721 2012-02-20  David S. Miller  <davem@davemloft.net>
47723         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
47724         both binutils and gcc support GOTDATA.
47726         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
47727         "rd %pc" in the PIC register setup sequences.
47729         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
47730         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
47731         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47732         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
47733         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47734         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47735         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47736         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47737         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
47738         (SYSCALL_ERROR_HANDLER): Likewise.
47739         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47740         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47741         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
47742         (SYSCALL_ERROR_HANDLER): Likewise.
47744         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
47745         (HAVE_GCC_GOTDATA): New.
47746         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
47747         relocation support in both binutils and gcc.
47748         * sysdeps/sparc/elf/configure: Regenerate.
47750         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
47751         * sysdeps/sparc/sparc32/elf/configure: Delete.
47752         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
47753         * sysdeps/sparc/sparc64/elf/configure: Delete.
47754         * sysdeps/sparc/elf/configure.in: New file.
47755         * sysdeps/sparc/elf/configure: Generate.
47757         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
47758         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
47759         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47760         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
47761         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
47763 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47765         * manual/install.texi: Do not mention specific glibc version
47766         numbers.
47767         * manual/libc.texinfo (VERSION, UPDATED): Update.
47768         (@copying): Use @copyright{} and range of years.
47770 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
47772         [BZ #13695]
47773         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
47774         [crti.S not in sysdirs] (generated): Do not append.
47775         [crti.S not in sysdirs] (omit-deps): Likewise.
47776         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
47777         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
47778         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
47779         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
47780         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
47781         Likewise.
47782         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
47783         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
47784         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
47785         * csu/defs.awk: Remove file.
47786         * sysdeps/generic/initfini.c: Likewise.
47787         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
47788         variable.
47789         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
47790         Likewise.
47792 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47794         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
47795         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
47796         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
47797         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
47798         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47799         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
47800         <bits/epoll.h>.
47801         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
47802         (__EPOLL_PACKED): Define to empty if not defined by
47803         <bits/epoll.h>.
47804         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
47805         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47806         bits/epoll.h.
47808 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47810         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
47811         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
47812         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
47813         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
47814         <bits/timerfd.h>.
47815         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
47816         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47817         bits/timerfd.h.
47819 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
47821         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
47822         in C locale.
47823         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47824         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
47825         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
47826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47828 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
47830         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47831         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
47833 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
47835         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
47836         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
47837         defined.
47838         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
47839         Likewise.
47840         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
47841         entry for 2.16.
47843 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
47845         * math/w_acos.c: Use non-signaling floating-point comparisons.
47846         * math/w_acosf.c: Likewise.
47847         * math/w_acosh.c: Likewise.
47848         * math/w_acoshf.c: Likewise.
47849         * math/w_acoshl.c: Likewise.
47850         * math/w_acosl.c: Likewise.
47851         * math/w_asin.c: Likewise.
47852         * math/w_asinf.c: Likewise.
47853         * math/w_asinl.c: Likewise.
47854         * math/w_atanh.c: Likewise.
47855         * math/w_atanhf.c: Likewise.
47856         * math/w_atanhl.c: Likewise.
47857         * math/w_exp2.c: Likewise.
47858         * math/w_exp2f.c: Likewise.
47859         * math/w_exp2l.c: Likewise.
47860         * math/w_j0.c: Likewise.
47861         * math/w_j0f.c: Likewise.
47862         * math/w_j0l.c: Likewise.
47863         * math/w_j1.c: Likewise.
47864         * math/w_j1f.c: Likewise.
47865         * math/w_j1l.c: Likewise.
47866         * math/w_jn.c: Likewise.
47867         * math/w_jnf.c: Likewise.
47868         * math/w_log.c: Likewise.
47869         * math/w_log10.c: Likewise.
47870         * math/w_log10f.c: Likewise.
47871         * math/w_log10l.c: Likewise.
47872         * math/w_log2.c: Likewise.
47873         * math/w_log2f.c: Likewise.
47874         * math/w_log2l.c: Likewise.
47875         * math/w_logf.c: Likewise.
47876         * math/w_logl.c: Likewise.
47877         * math/w_sqrt.c: Likewise.
47878         * math/w_sqrtf.c: Likewise.
47879         * math/w_sqrtl.c: Likewise.
47880         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47881         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
47882         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47883         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
47884         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
47886 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47888         [BZ #9739]
47889         * manual/string.texi (strnlen): Use correct parameter name in
47890         equivalent expression.
47892 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47894         [BZ #11174]
47895         * manual/users.texi (seteuid): Consistently use neweuid for
47896         argument name.
47898 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
47900         [BZ #13704]
47901         * manual/nss.texi (Services in the NSS configuration): Correct
47902         list of services in example configuration file.
47904 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
47906         [BZ #11322]
47907         * manual/arith.texi: Remove statements about negative zero
47908         behaving identically to zero.
47910 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47912         [BZ #5993]
47913         * manual/install.texi: Do not document upgrading from libc5.
47915 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
47917         [BZ #4596]
47918         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
47920 2012-02-18  David S. Miller  <davem@davemloft.net>
47922         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
47923         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
47924         %o7 across the call.
47925         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
47926         instead.
47927         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
47928         SETUP_PIC_REG_LEAF.
47929         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47930         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
47931         * sysdeps/sparc/crtn.S: Likewise.
47933 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
47935         * aout/Makefile: Remove.
47937 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
47939         [BZ #13058]
47940         * manual/examples/argp-ex1.c (main): Format definition in GNU
47941         style.
47942         * manual/examples/argp-ex2.c (main): Likewise.
47943         * manual/examples/argp-ex3.c (main): Likewise.
47944         * manual/examples/argp-ex4.c (main): Likewise.
47945         * manual/examples/longopt.c (main): Use new-style prototype
47946         definition.
47947         * manual/examples/strncat.c (main): Specify return type and use
47948         (void) for arguments.
47949         * manual/examples/subopt.c (main): Use char **argv argument.
47951 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47953         [BZ #5077]
47954         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
47955         rounding modes.
47957 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
47959         [BZ #6907]
47960         * manual/string.texi (strchr): Change when strchrnul is
47961         recommended.
47963 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
47965         [BZ #174]
47966         * manual/locale.texi (setlocale): Document LOCPATH.
47968 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
47970         [BZ #10210]
47971         * manual/process.texi (execle): Move @dots{} before last argument.
47973 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
47975         [BZ #12047]
47976         * manual/charset.texi (Generic Charset Conversion): Fix typo
47977         (LC_TYPE -> LC_CTYPE).
47979 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
47981         [BZ #5805]
47982         * manual/arith.texi (scalbn): Use @var{} on parameter names.
47983         (scalbnf): Likewise.
47984         (scalbnl): Likewise.
47985         (scalbln): Likewise.
47986         (scalblnf): Likewise.
47987         (scalblnl): Likewise.
47988         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
47989         (vwarnx): Likewise.
47990         (verr): Likewise.
47991         (verrx): Likewise.
47992         * manual/filesys.texi (telldir): Use braces around return type.
47993         * manual/llio.texi (mmap): Add space after comma.
47994         (mmap64): Likewise.
47995         * manual/math.texi (jn): Use @var{} on parameter names.
47996         (jnf): Likewise.
47997         (jnl): Likewise.
47998         (yn): Likewise.
47999         (ynf): Likewise.
48000         (ynl): Likewise.
48001         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48002         line.
48003         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48004         "...".
48005         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48006         (sched_get_priority_max): Likewise.
48007         * manual/signal.texi (sigvec): Add space after comma.
48008         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48009         names.
48010         (if_indextoname): Likewise.
48011         (if_freenameindex): Likewise.
48012         (sendto): Use ',' instead of '.' in prototype.
48013         * manual/startup.texi (syscall): Use @dots{} instead of literal
48014         "...".
48015         * manual/stdio.texi (__fpending): Separate initial words of
48016         paragraph from @deftypefun line.
48017         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48018         "...".
48019         (vsyslog): Use @var{} on parameter names.
48020         * manual/terminal.texi (stty): Use @var{} on parameter names.
48021         * manual/users.texi (getutmp): Use @var{} on parameter names.
48022         (getutmpx): Likewise.
48024 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48026         [BZ #6884]
48027         * manual/stdio.texi (fopen): Fix typos in description of
48028         ",ccs=STRING".
48030 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48032         [BZ #4026]
48033         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48034         get clock_id definition.
48036 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48038         [BZ #4822]
48039         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48040         (madvise): Cast every argument to void on its own.
48042 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48044         [BZ #9902]
48045         * manual/startup.texi (Exit Status): Fix typo.
48047 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48049         [BZ #10140]
48050         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48051         * manual/examples/argp-ex2.c: Likewise.
48052         * manual/examples/argp-ex3.c: Likewise.
48054 2012-02-16  Richard Henderson  <rth@redhat.com>
48056         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48057         * sysdeps/s390/s390-32/initfini.c: Remove.
48058         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48059         * sysdeps/s390/s390-64/initfini.c: Remove.
48061 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48063         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48064         compiler output for sysdeps/generic/initfini.c.
48065         * sysdeps/sh/elf/initfini.c: Remove file.
48067 2012-02-16  David S. Miller  <davem@davemloft.net>
48069         [BZ #11494]
48070         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48072         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48073         * sysdeps/sparc/crti.S: New file.
48074         * sysdeps/sparc/crtn.S: New file.
48075         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48076         * sysdeps/sparc/sparc64/Makefile: Likewise.
48078 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48080         [BZ #3335]
48081         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48083 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48085         [BZ #4822]
48086         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48088         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48089         (write, read, close): Likewise.
48090         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48092 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48094         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48095         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48096         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48097         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48098         <bits/signalfd.h>.
48099         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48100         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48101         bits/signalfd.h.
48103 2012-02-14  Marek Polacek  <polacek@redhat.com>
48105         * sysdeps/x86_64/crti.S: New file.
48106         * sysdeps/x86_64/crtn.S: New file.
48107         * sysdeps/x86_64/elf/initfini.c: Remove file.
48109 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48111         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48112         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48113         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48114         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48115         <bits/inotify.h>.
48116         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48117         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48118         bits/inotify.h.
48120 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48122         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48123         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48124         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48125         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48126         <bits/eventfd.h>.
48127         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48128         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48129         bits/eventfd.h.
48131 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48133         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48134         __feraiseexcept instead of feraiseexcept.
48136         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48137         nanosleep invocations.
48138         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48139         strings, and add error checking for a nanosleep invocations.
48141 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48143         Replace FSF snail mail address with URLs, as per GNU coding standards.
48144         Most of the snail mail addresses were wrong anyway, and omitting
48145         them makes the source code easier to maintain.  Almost all of the
48146         changes are to license notices and to locale LC_IDENTIFICATION
48147         addresses, except for this one:
48148         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48149         not its snail mail address.
48151 2012-02-09  Richard Henderson  <rth@twiddle.net>
48153         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48154         of kernel-features.h.
48156         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48158 2012-02-08  Marek Polacek  <polacek@redhat.com>
48160         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48161         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48162         * sysdeps/gnu/_G_config.h: Likewise.
48163         * sysdeps/generic/_G_config.h: Likewise.
48165 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48167         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48168         tests.
48169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48171         * sysdeps/powerpc/powerpc32/crti.S: New file.
48172         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48173         * sysdeps/powerpc/powerpc64/crti.S: New file.
48174         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48176         * Makeconfig (have-initfini): Don't set.
48177         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48178         * configure.in (nopic_initfini): Don't substitute.
48179         * config.h.in (HAVE_INITFINI): Don't #undef.
48180         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48181         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48183 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48185         Support crti.S and crtn.S provided directly by architectures.
48186         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48187         [crti.S in sysdirs] (omit-deps): Likewise.
48188         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48189         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48190         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48191         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48192         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48193         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48194         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48195         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48196         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48197         compiler output for sysdeps/generic/initfini.c.
48198         * sysdeps/i386/elf/Makefile: Remove file.
48199         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48201 2012-02-07  Marek Polacek  <polacek@redhat.com>
48203         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48204         * sysdeps/gnu/_G_config.h: Likewise.
48205         * sysdeps/mach/hurd/_G_config.h: Likewise.
48207 2012-02-07  Marek Polacek  <polacek@redhat.com>
48209         * math/Makefile (tests): Add tst-CMPLX2.
48210         * math/tst-CMPLX2.c: New file.
48212 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48214         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48216         * math/libm-test.inc (jn_test): Add missing L suffix.
48218 2012-02-06  Marek Polacek  <polacek@redhat.com>
48220         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48221         * sysdeps/i386/fpu/e_powf.S: Likewise.
48222         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48223         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48224         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48225         * sysdeps/i386/fpu/e_pow.S: Likewise.
48226         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48227         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48228         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48229         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48230         * sysdeps/i386/fpu/e_log2.S: Likewise.
48231         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48232         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48233         * sysdeps/i386/fpu/e_powl.S: Likewise.
48234         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48235         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48236         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48237         * sysdeps/i386/fpu/e_logl.S: Likewise.
48238         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48239         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48240         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48241         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48242         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48243         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48244         * sysdeps/i386/fpu/e_log.S: Likewise.
48245         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48246         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48247         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48248         * sysdeps/i386/fpu/e_logf.S: Likewise.
48249         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48250         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48251         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48252         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48253         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48254         * sysdeps/i386/fpu/e_log10.S: Likewise.
48255         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48256         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48257         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48258         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48259         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48260         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48261         * sysdeps/i386/asm-syntax.h: Likewise.
48262         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48263         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48264         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48265         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48266         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48267         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48268         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48269         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48270         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48271         * sysdeps/powerpc/sysdep.h: Likewise.
48272         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48273         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48275 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48277         [BZ #411]
48278         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48280 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48282         * sysdeps/i386/sysdep.h: Include <features.h>.
48283         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48284         version.
48286 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48288         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48289         Define.
48290         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48291         LOAD_PIC_REG_STR.
48293 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48295         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48296         (SETUP_PIC_REG): Use GET_PC_THUNK.
48297         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48298         macro.
48300 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48302         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48303         for non-PIC compilation.
48304         (SETUP_PIC_REG): Add .p2align directive.
48305         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48306         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48307         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48308         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48309         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48310         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48311         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48312         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48313         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48314         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48315         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48316         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48317         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48318         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48319         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48320         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48321         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48322         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48323         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48324         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48325         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48326         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48327         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48328         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48329         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48330         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48331         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48332         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48333         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48334         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48335         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48336         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48337         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48338         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48339         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48340         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48341         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48342         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48343         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48344         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48345         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48347 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48349         * math/tst-CMPLX.c: Include <stdio.h>.
48351 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48353         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48354         float.
48355         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48356         * sysdeps/sparc/bits/mathdef.h: Likewise.
48358 2012-01-31  Marek Polacek  <polacek@redhat.com>
48360         * libio/libio.h: Don't define _PARAMS.
48361         * locale/programs/config.h: Don't define PARAMS.
48362         * stdlib/strtol_l.c: Likewise.
48363         (__strtol_l): Remove PARAMS from the prototype.
48365 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48367         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48368         names.  Just use the correct names.  Remove unnecessary wrapper
48369         functions.
48370         * malloc/arena.c: Likewise.
48371         * malloc/hooks.c: Likewise.
48373         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48374         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48375         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48377 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48379         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48380         into tail calls.
48381         (update_get_addr): New function.
48382         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48383         GET_ADDR_MODULE parameter.
48385 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48387         * crypt/cert.c: Remove __STDC__ conditionals.
48388         * crypt/crypt-entry.c: Likewise.
48389         * crypt/crypt_util.c: Likewise.
48390         * libio/filedoalloc.c: Likewise.
48391         * libio/fileops.c: Likewise.
48392         * libio/genops.c: Likewise.
48393         * libio/iofclose.c: Likewise.
48394         * libio/iofdopen.c: Likewise.
48395         * libio/iofopen.c: Likewise.
48396         * libio/iofopen64.c: Likewise.
48397         * libio/iogetdelim.c: Likewise.
48398         * libio/iopopen.c: Likewise.
48399         * libio/obprintf.c: Likewise.
48400         * libio/oldfileops.c: Likewise.
48401         * libio/oldiofclose.c: Likewise.
48402         * libio/oldiofdopen.c: Likewise.
48403         * libio/oldiofopen.c: Likewise.
48404         * libio/oldiopopen.c: Likewise.
48405         * libio/wfiledoalloc.c: Likewise.
48406         * libio/wgenops.c: Likewise.
48407         * locale/programs/xmalloc.c: Likewise.
48408         * misc/syslog.c: Likewise.
48409         * stdio-common/xbug.c: Likewise.
48410         * string/memchr.c: Likewise.
48411         * string/memcmp.c: Likewise.
48412         * string/memrchr.c: Likewise.
48413         * string/rawmemchr.c: Likewise.
48414         * sysdeps/posix/getcwd.c: Likewise.
48415         * time/strftime_l.c: Likewise.
48417 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48419         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48420         * config.make.in (config-cflags-sse2avx): Define.
48421         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48422         Fix typo.
48424 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48426         * scripts/config.guess: Update from upstream config git repository.
48427         * scripts/config.sub: Likewise.
48429 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48431         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48432         (EM_NUM): Update.
48433         (R_TILEPRO_*, R_TILEGX_*): New macros.
48435         * scripts/firstversions.awk: Fix bug in version range handling.
48437         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48439         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48441         * include/sys/epoll.h: New file.
48442         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48443         libc_hidden_def.
48445 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48447         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48448         Avoid unnecessary __WORDSIZE == 64 test.
48449         (fmaxf): Use VEX format if possible.
48450         (fmax): Likewise.
48451         (fminf): Likewise.
48452         (fmin): Likewise.
48454         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48455         * math/math_private.h: Remove libc_fegetround* and
48456         libc_fesetround*.
48457         * sysdeps/i386/configure.in: Check for -msse2avx.
48458         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48459         also if SSE2AVX is defined.
48460         Remove libc_fegetround* and libc_fesetround*.
48461         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48462         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48463         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48464         of HAS_YMM_USABLE.
48465         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48466         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48467         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48468         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48469         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48471         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48473 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48475         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48476         size is not set.
48477         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48479 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48481         [BZ #13618]
48482         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48483         relocation.
48484         * Makeconfig (libm): Define.
48485         * elf/Makefile: Add rules to build and run tst-relsort1.
48486         * elf/tst-relsort1.c: New file.
48487         * elf/tst-relsort1mod1.c: New file.
48488         * elf/tst-relsort1mod2.c: New file.
48490 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48492         * math/s_ldexp.c: Remove __STDC__ conditionals.
48493         * math/s_ldexpf.c: Likewise.
48494         * math/s_ldexpl.c: Likewise.
48495         * math/s_nextafter.c: Likewise.
48496         * math/s_nexttowardf.c: Likewise.
48497         * math/s_significand.c: Likewise.
48498         * math/s_significandf.c: Likewise.
48499         * math/s_significandl.c: Likewise.
48500         * math/w_jnl.c: Likewise.
48501         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48502         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48503         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48504         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48505         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48506         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48507         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48508         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48511         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48512         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48513         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48514         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48515         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48516         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48517         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48518         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48519         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48520         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48521         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48522         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48523         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48524         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48525         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48526         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48527         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48528         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48529         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48530         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48531         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48532         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48533         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48534         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48535         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48536         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48537         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48538         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48539         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48540         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48541         * sysdeps/ieee754/k_standard.c: Likewise.
48542         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48543         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48544         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48545         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48546         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48547         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48548         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48549         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48550         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48551         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48552         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48553         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48554         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48555         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48556         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48557         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48558         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48559         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48560         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48561         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48562         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48563         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48564         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48565         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48566         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48567         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48568         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48569         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48570         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48571         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48572         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48573         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48574         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48575         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48576         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48577         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48578         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48579         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48580         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48581         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48582         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48583         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48584         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48585         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48586         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48587         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48588         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48589         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48590         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48591         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48592         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48593         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48594         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48595         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48596         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48597         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48598         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48599         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48600         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48601         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48602         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48603         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48604         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48605         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48606         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48607         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48608         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48609         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48610         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48611         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48612         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48613         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48614         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48615         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48616         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48617         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48618         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48619         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48620         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48621         * sysdeps/ieee754/s_matherr.c: Likewise.
48622         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48623         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48624         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48625         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48627 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48629         * crypt/md5.h: Remove __STDC__ conditionals.
48630         * libio/libioP.h: Likewise.
48631         * locale/programs/config.h: Likewise.
48632         * sysdeps/generic/sysdep.h: Likewise.
48633         * sysdeps/i386/asm-syntax.h: Likewise.
48634         * sysdeps/s390/asm-syntax.h: Likewise.
48635         * sysdeps/unix/sysdep.h: Likewise.
48636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
48637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48639 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
48641         * libio/libio.h: Remove __STDC__ conditionals.
48642         * malloc/obstack.h: Likewise.
48643         * math/complex.h: Likewise.
48644         * math/math.h: Likewise.
48645         * sysdeps/generic/_G_config.h: Likewise.
48646         * sysdeps/gnu/_G_config.h: Likewise.
48647         * sysdeps/mach/hurd/_G_config.h: Likewise.
48648         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48649         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48650         * sysdeps/sparc/bits/mathdef.h: Likewise.
48652 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
48654         [BZ #13583]
48655         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
48656         Clean up HAS_* macros.
48657         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
48658         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
48659         possible.
48660         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
48661         HAS_AVX.
48662         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48663         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48664         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48665         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48666         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48668 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
48670         * elf/tst-unique3.cc (gets): Remove declaration.
48671         * elf/tst-unique3lib.cc (gets): Likewise.
48672         * elf/tst-unique3lib2.cc (gets): Likewise.
48673         * elf/tst-unique4.cc (gets): Likewise.
48675 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
48677         * include/stdio.h: Add C++ protection.  Add gets declarations and
48678         definitions.
48679         * debug/tst-chk1.c: Don't declare gets here.
48680         * stdio-common/tst-gets.c: Likewise.
48682 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48684         * posix/glob: Remove directory.
48686 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
48688         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
48690 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
48692         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
48693         of the non-standard EPFNOSUPPORT.
48695 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48697         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
48698         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
48699         ANYWHERE set to 1 only on KERN_NO_SPACE error.
48701 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
48703         * wcsmbs/uchar.h: Test __STDC_VERSION__.
48705 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
48707         * nscd/aicache.c (addhstaiX): Do not cache negative results of
48708         transient errors.
48709         * nscd/grpcache.c (cache_addgr): Likewise.
48710         * nscd/hstcache.c (cache_addhst): Likewise.
48711         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48712         * nscd/pwdcache.c (cache_addpw): Likewise.
48713         * nscd/servicescache.c (cache_addserv): Likewise.
48715 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
48717         * malloc/malloc.c: Various cleanups.
48718         * malloc/hooks.c: Likewise.
48720         * stdlib/Makefile (tests): Add bug-fmtmsg1.
48721         * stdlib/bug-fmtmsg1.c: New file.
48723         * stdlib/fmtmsg.c (init): Add missing unlock.
48724         Patch by Peng Haitao <penght@cn.fujitsu.com>.
48726 2012-01-12  Marek Polacek  <polacek@redhat.com>
48728         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
48729         and _GNU_SOURCE.
48731 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
48733         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
48734         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
48735         macro to ensure uniqueness of label name.
48736         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48737         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48739 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
48741         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
48743         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
48744         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48745         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48746         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
48748 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
48750         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
48752         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
48753         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48754         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48756         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
48758         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
48759         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48760         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48761         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
48763         * math/bits/math-finite.h: Add ldexp support.
48765 2012-01-10  Marek Polacek  <polacek@redhat.com>
48767         * locale/programs/localedef.h (show_archive_content): Add noreturn
48768         attribute.
48770 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
48772         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
48774 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48776         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
48778         * io/Makefile (headers): Add bits/poll2.h.
48780 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
48782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
48783         typo #include statement.
48785 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48787         * include/sys/cdefs.h: Define __attribute_alloc_size.
48788         * catgets/gencat.c: Add alloc_size attribute and apply consistently
48789         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
48790         * elf/pldd.c: Likewise.
48791         * iconv/iconv_charmap.c: Likewise.
48792         * iconv/iconvconfig.c: Likewise.
48793         * iconv/strtab.c: Likewise.
48794         * locale/programs/locale.c: Likewise.
48795         * locale/programs/localedef.h: Likewise.
48796         * locale/programs/simple-hash.c: Likewise.
48797         * nscd/nscd.h: Likewise.
48798         * nss/makedb.c: Likewise.
48799         * sysdeps/generic/ldconfig.h: Likewise.
48800         * locale/programs/localedef.c: Remove xmalloc prototype.
48801         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
48803 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48805         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
48806         appropriate.
48808 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
48810         * math/Makefile (tests): Add tst-CMPLX.
48811         * math/tst-CMPLX.c: New file.
48813         * math/complex.h (CMPLXL): Fix typo.
48815         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
48816         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
48817         GLIBC_2.16.
48818         * debug/tst-chk1.c: Add poll and ppoll tests.
48819         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
48820         * include/sys/poll.h: Add hidden proto for ppoll.
48821         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
48822         * sysdeps/mach/hurd/ppoll.c: Likewise.
48823         * io/ppoll.c: Likewise.
48824         * debug/poll_chk.c: New file.
48825         * debug/ppoll_chk.c: New file.
48826         * include/bits/poll2.h: New file.
48827         * io/bits/poll2.h: New file.
48829         [BZ #1350]
48830         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
48832         * configure.in: static is always set to yes.  Remove.
48833         * config.make.in: Don't set build-static.
48834         * Makeconfig: Remove use of build-static.
48835         * dlfcn/Makefile: Likewise.
48836         * elf/Makefile: Likewise.
48837         * math/Makefile: Likewise.
48838         * misc/Makefile: Likewise.
48839         * nptl/Makefile: Likewise.
48840         * sysdeps/mach/hurd/Makefile: Likewise.
48842         * configure.in: PWD_P is not used anymore.
48843         * config.make.in: Remove PWD_P entry.
48845         * configure.in: Remove last remnants of RANLIB.
48846         No need to check for signed size_t anymore.
48847         Don't set libc_commonpagesize and libc_relro_required here for Alpha
48848         and IA-64.
48849         Remove __builtin_expect test because we require at least gcc 3.4.
48850         * aclocal.m4: Likewise.
48852         * wcsmbs/mbrtoc16.c: Implement using towc function.
48853         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
48854         * wcsmbs/wcsmbsload.c: Likewise.
48855         * iconv/gconv_simple.c: Likewise.
48856         * iconv/gconv_int.h: Likewise.
48857         * iconv/gconv_builtin.h: Likewise.
48858         * iconv/iconv_prog.c: Remove CHAR16 handling.
48860         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
48862         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
48864         * configure.in: Remove --with-elf and --enable-bounded options.
48865         Dont set base_machine for ia64.  More non-ELF conditions removed.
48866         Remove testing and setting of leading underscore information.
48867         * config.make.in (build-bounded): Set to no.
48868         * config.h.in: Remove NO_UNDERSCORES entry.
48869         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
48870         them.
48871         * csu/start.c: Remove !NO_UNDERSCORE code.
48872         * locale/localeinfo.h: Likewise.
48873         * sysdeps/generic/machine-gmon.h: Likewise.
48874         * sysdeps/generic/sysdep.h: Likewise.
48875         * sysdeps/i386/sysdep.h: Likewise.
48876         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
48877         * sysdeps/mach/sysdep.h: Likewise.
48878         * sysdeps/s390/s390-32/sysdep.h: Likewise.
48879         * sysdeps/s390/s390-64/sysdep.h: Likewise.
48880         * sysdeps/sh/sysdep.h: Likewise.
48881         * sysdeps/sparc/sparc32/alloca.S: Likewise.
48882         * sysdeps/unix/i386/sysdep.S: Likewise.
48883         * sysdeps/unix/sparc/start.c: Likewise.
48884         * sysdeps/unix/sparc/sysdep.S: Likewise.
48885         * sysdeps/unix/sparc/sysdep.h: Likewise.
48886         * sysdeps/unix/start.c: Likewise.
48887         * sysdeps/unix/x86_64/sysdep.S: Likewise.
48888         * sysdeps/x86_64/sysdep.h: Likewise.
48890 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
48892         [BZ #13553]
48893         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
48894         for non-gcc.
48895         * argp/argp-fmtstream.h: Use const instead __const.
48896         * argp/argp.h: Likewise.
48897         * assert/assert.h: Likewise.
48898         * bits/fenv.h: Likewise.
48899         * bits/sched.h: Likewise.
48900         * bits/sigset.h: Likewise.
48901         * bits/sigthread.h: Likewise.
48902         * catgets/nl_types.h: Likewise.
48903         * conform/data/pthread.h-data: Likewise.
48904         * crypt/crypt-private.h: Likewise.
48905         * crypt/crypt.h: Likewise.
48906         * crypt/crypt_util.c: Likewise.
48907         * ctype/ctype.h: Likewise.
48908         * debug/execinfo.h: Likewise.
48909         * debug/mbsnrtowcs_chk.c: Likewise.
48910         * debug/mbsrtowcs_chk.c: Likewise.
48911         * debug/wcsnrtombs_chk.c: Likewise.
48912         * debug/wcsrtombs_chk.c: Likewise.
48913         * debug/wcstombs_chk.c: Likewise.
48914         * dirent/dirent.h: Likewise.
48915         * dlfcn/dlfcn.h: Likewise.
48916         * elf/neededtest4.c: Likewise.
48917         * grp/grp.h: Likewise.
48918         * gshadow/gshadow.h: Likewise.
48919         * iconv/gconv.h: Likewise.
48920         * iconv/gconv_int.h: Likewise.
48921         * iconv/gconv_simple.c: Likewise.
48922         * iconv/iconv.h: Likewise.
48923         * iconv/loop.c: Likewise.
48924         * iconv/skeleton.c: Likewise.
48925         * include/aio.h: Likewise.
48926         * include/aliases.h: Likewise.
48927         * include/argz.h: Likewise.
48928         * include/arpa/inet.h: Likewise.
48929         * include/assert.h: Likewise.
48930         * include/dirent.h: Likewise.
48931         * include/dlfcn.h: Likewise.
48932         * include/execinfo.h: Likewise.
48933         * include/fcntl.h: Likewise.
48934         * include/fenv.h: Likewise.
48935         * include/glob.h: Likewise.
48936         * include/grp.h: Likewise.
48937         * include/libintl.h: Likewise.
48938         * include/mntent.h: Likewise.
48939         * include/netdb.h: Likewise.
48940         * include/pwd.h: Likewise.
48941         * include/rpc/netdb.h: Likewise.
48942         * include/sched.h: Likewise.
48943         * include/search.h: Likewise.
48944         * include/shadow.h: Likewise.
48945         * include/signal.h: Likewise.
48946         * include/stdio.h: Likewise.
48947         * include/stdlib.h: Likewise.
48948         * include/string.h: Likewise.
48949         * include/sys/socket.h: Likewise.
48950         * include/sys/stat.h: Likewise.
48951         * include/sys/statfs.h: Likewise.
48952         * include/sys/statvfs.h: Likewise.
48953         * include/sys/syslog.h: Likewise.
48954         * include/sys/time.h: Likewise.
48955         * include/sys/uio.h: Likewise.
48956         * include/time.h: Likewise.
48957         * include/unistd.h: Likewise.
48958         * include/utmp.h: Likewise.
48959         * include/wchar.h: Likewise.
48960         * include/wctype.h: Likewise.
48961         * inet/aliases.h: Likewise.
48962         * inet/arpa/inet.h: Likewise.
48963         * inet/netinet/ether.h: Likewise.
48964         * inet/netinet/in.h: Likewise.
48965         * intl/libintl.h: Likewise.
48966         * io/bits/fcntl2.h: Likewise.
48967         * io/fcntl.h: Likewise.
48968         * io/ftw.h: Likewise.
48969         * io/sys/poll.h: Likewise.
48970         * io/sys/stat.h: Likewise.
48971         * io/sys/statfs.h: Likewise.
48972         * io/sys/statvfs.h: Likewise.
48973         * io/utime.h: Likewise.
48974         * libio/bits/stdio.h: Likewise.
48975         * libio/bits/stdio2.h: Likewise.
48976         * libio/libio.h: Likewise.
48977         * libio/libioP.h: Likewise.
48978         * libio/stdio.h: Likewise.
48979         * locale/lc-ctype.c: Likewise.
48980         * locale/locale.h: Likewise.
48981         * login/utmp.h: Likewise.
48982         * malloc/arena.c: Likewise.
48983         * malloc/malloc.c: Likewise.
48984         * malloc/malloc.h: Likewise.
48985         * malloc/mcheck.c: Likewise.
48986         * malloc/mtrace.c: Likewise.
48987         * math/bits/mathcalls.h: Likewise.
48988         * math/fenv.h: Likewise.
48989         * math/math_private.h: Likewise.
48990         * misc/bits/error.h: Likewise.
48991         * misc/bits/syslog.h: Likewise.
48992         * misc/err.h: Likewise.
48993         * misc/error.h: Likewise.
48994         * misc/fstab.h: Likewise.
48995         * misc/mntent.h: Likewise.
48996         * misc/regexp.h: Likewise.
48997         * misc/search.h: Likewise.
48998         * misc/sgtty.h: Likewise.
48999         * misc/sys/mman.h: Likewise.
49000         * misc/sys/syslog.h: Likewise.
49001         * misc/sys/uio.h: Likewise.
49002         * misc/sys/xattr.h: Likewise.
49003         * misc/ttyent.h: Likewise.
49004         * nis/rpcsvc/ypclnt.h: Likewise.
49005         * nss/nss.h: Likewise.
49006         * posix/bits/unistd.h: Likewise.
49007         * posix/fnmatch.h: Likewise.
49008         * posix/glob.h: Likewise.
49009         * posix/sched.h: Likewise.
49010         * posix/spawn.h: Likewise.
49011         * posix/sys/wait.h: Likewise.
49012         * posix/unistd.h: Likewise.
49013         * posix/wordexp.h: Likewise.
49014         * pwd/pwd.h: Likewise.
49015         * resolv/netdb.h: Likewise.
49016         * resource/sys/resource.h: Likewise.
49017         * rt/aio.h: Likewise.
49018         * rt/bits/mqueue2.h: Likewise.
49019         * rt/mqueue.h: Likewise.
49020         * shadow/shadow.h: Likewise.
49021         * signal/signal.h: Likewise.
49022         * socket/send.c: Likewise.
49023         * socket/sendto.c: Likewise.
49024         * socket/sys/socket.h: Likewise.
49025         * stdio-common/printf.h: Likewise.
49026         * stdlib/bits/stdlib.h: Likewise.
49027         * stdlib/fmtmsg.h: Likewise.
49028         * stdlib/monetary.h: Likewise.
49029         * stdlib/stdlib.h: Likewise.
49030         * stdlib/ucontext.h: Likewise.
49031         * streams/stropts.h: Likewise.
49032         * string/argz.h: Likewise.
49033         * string/bits/string2.h: Likewise.
49034         * string/string.h: Likewise.
49035         * string/strings.h: Likewise.
49036         * sunrpc/rpc/auth.h: Likewise.
49037         * sunrpc/rpc/auth_des.h: Likewise.
49038         * sunrpc/rpc/clnt.h: Likewise.
49039         * sunrpc/rpc/netdb.h: Likewise.
49040         * sunrpc/rpc/pmap_clnt.h: Likewise.
49041         * sunrpc/rpc/xdr.h: Likewise.
49042         * sysdeps/generic/inttypes.h: Likewise.
49043         * sysdeps/generic/net/if.h: Likewise.
49044         * sysdeps/generic/sys/swap.h: Likewise.
49045         * sysdeps/gnu/net/if.h: Likewise.
49046         * sysdeps/gnu/utmpx.h: Likewise.
49047         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49048         * sysdeps/i386/i486/bits/string.h: Likewise.
49049         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49050         * sysdeps/s390/bits/string.h: Likewise.
49051         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49052         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49053         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49054         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49055         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49056         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49057         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49058         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49059         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49060         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49061         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49062         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49063         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49064         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49065         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49066         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49067         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49068         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49069         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49070         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49071         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49072         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49073         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49074         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49075         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49076         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49077         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49078         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49079         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49080         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49081         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49082         * sysvipc/sys/ipc.h: Likewise.
49083         * sysvipc/sys/msg.h: Likewise.
49084         * sysvipc/sys/sem.h: Likewise.
49085         * sysvipc/sys/shm.h: Likewise.
49086         * termios/termios.h: Likewise.
49087         * time/sys/time.h: Likewise.
49088         * time/time.h: Likewise.
49089         * wcsmbs/bits/wchar2.h: Likewise.
49090         * wcsmbs/uchar.h: Likewise.
49091         * wcsmbs/wchar.h: Likewise.
49092         * wctype/wctype.h: Likewise.
49094         [BZ #13551]
49095         * Makeconfig: Remove all but ELF support including AIX support.
49096         * Makerules: Likewise.
49097         * config.h.in: Likewise.
49098         * config.make.in: Likewise.
49099         * configure: Likewise.
49100         * configure.in: Likewise.
49101         * csu/Makefile: Likewise.
49102         * csu/version.c: Likewise.
49103         * debug/Makefile: Likewise.
49104         * dlfcn/Makefile: Likewise.
49105         * elf/Makefile: Likewise.
49106         * extra-lib.mk: Likewise.
49107         * iconv/Makefile: Likewise.
49108         * include/libc-symbols.h: Likewise.
49109         * include/shlib-compat.h: Likewise.
49110         * resolv/Makefile: Likewise.
49111         * resolv/res_libc.c: Likewise.
49112         * rt/Makefile: Likewise.
49113         * sysdeps/i386/asm-syntax.h: Likewise.
49114         * sysdeps/i386/sysdep.h: Likewise.
49115         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49116         * sysdeps/mach/sysdep.h: Likewise.
49117         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49118         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49119         * sysdeps/s390/asm-syntax.h: Likewise.
49120         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49121         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49122         * sysdeps/sh/sysdep.h: Likewise.
49123         * sysdeps/unix/sparc/sysdep.h: Likewise.
49124         * sysdeps/wordsize-32/divdi3.c: Likewise.
49125         * sysdeps/x86_64/sysdep.h: Likewise.
49127         * argp/Versions: Remove _argp_unlock_xxx.
49129         [BZ #13559]
49130         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49131         * abilist/libBrokenLocale.abilist: Likewise.
49132         * abilist/libanl.abilist: Likewise.
49133         * abilist/libc.abilist: Likewise.
49134         * abilist/libcrypt.abilist: Likewise.
49135         * abilist/libdl.abilist: Likewise.
49136         * abilist/libm.abilist: Likewise.
49137         * abilist/libnsl.abilist: Likewise.
49138         * abilist/libpthread.abilist: Likewise.
49139         * abilist/libresolv.abilist: Likewise.
49140         * abilist/librt.abilist: Likewise.
49141         * abilist/libthread_db.abilist: Likewise.
49142         * abilist/libutil.abilist: Likewise.
49143         * abilist/libnss_db.abilist: New file.
49145         * scripts/abilist.awk: Add support for indirect functions.
49147         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49149         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49151         * shlib-versions: Remove entries for ports architectures.
49153         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49154         files in ports.
49155         * elf/stackguard-macros.h: Remove support for IA-64.
49156         * elf/tst-auditmod1.c: Likewise.
49157         * sysdeps/generic/ldsodefs.h: Likewise.
49159         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49160         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49161         configure files.
49163         [BZ #13552]
49164         * configure.in: Remove --enable-omitfp support.
49165         * FAQ.in: Adjust.
49166         * config.make.in: Likewise.
49167         * Makeconfig: Likewise.
49168         * manual/install.texi: Likewise.
49170         In case anyone cares, the IA-64 architecture could move to ports.
49171         * sysdeps/ia64/*: Removed.
49172         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49173         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49175         [BZ #13555]
49176         * configure.in: Remove entries for unsupported architectures.
49178         [BZ #13533]
49179         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49180         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49181         routines.
49182         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49183         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49184         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49185         fall back to using wcrtomb.
49186         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49187         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49188         renaming.
49189         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49190         * wcsmbs/tst-c16c32-1.c: New file.
49192         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49193         local variable.
49195         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49197         * elf/tst-unique3.cc: Add explicit declaration of gets.
49198         * elf/tst-unique3lib.cc: Likewise.
49199         * elf/tst-unique3lib2.cc: Likewise.
49200         * elf/tst-unique4.cc: Likewise.
49202         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49204 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49206         [BZ #13566]
49207         * assert/assert.h (static_assert): Don't define for C++.
49208         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49209         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49211 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49213         * iconv/loop.c (single loop): Fix assertion in storing of
49214         remaining bytes.
49216         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49218 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49220         * posix/getconf.c: Update copyright year.
49221         * nss/getent.c: Likewise.
49222         * nss/makedb.c: Likewise.
49223         * iconv/iconvconfig.c: Likewise.
49224         * iconv/iconv_prog.c: Likewise.
49225         * elf/ldconfig.c: Likewise.
49226         * elf/pldd.c: Likewise.
49227         * elf/sotruss.ksh: Likewise.
49228         * catgets/gencat.c: Likewise.
49229         * csu/version.c: Likewise.
49230         * elf/ldd.bash.in: Likewise.
49231         * elf/sprof.c (print_version): Likewise.
49232         * locale/programs/locale.c: Likewise.
49233         * locale/programs/localedef.c: Likewise.
49234         * login/programs/pt_chown.c: Likewise.
49235         * nscd/nscd.c (print_version): Likewise.
49236         * debug/xtrace.sh: Likewise.
49237         * malloc/memusage.sh: Likewise.
49238         * malloc/mtrace.pl: Likewise.
49239         * debug/catchsegv.sh: Likewise.
49241 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49243         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49244         pure attribute.
49246 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49248         [BZ #13533]
49249         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49250         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49251         transformations.
49252         * iconv/gconv_int.h: Likewise.
49253         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49254         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49255         from libc for GLIBC_2.16.
49256         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49257         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49258         * wcsmbs/uchar.h: Really define mbstate_t.
49259         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49260         * wcsmbs/c16rtomb.c: New file.
49261         * wcsmbs/mbrtoc16.c: New file.
49262         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49263         for C/POSIX locale.
49264         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49265         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49267         * wcsmbs/wchar.h: Add missing __restrict.
49269 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49271         [BZ #13532]
49272         * time/Makefile (routines): Add timespec_get.
49273         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49274         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49275         timespec for ISO C11.
49276         * time/timespec_get.c: New file.
49277         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49278         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49280         [BZ #13531]
49281         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49282         * stdlib/stdlib.h: Declare aligned_alloc.
49283         * Versions.def: Add GLIBC_2.16 for libc.
49284         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49286         [BZ 13527]
49287         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49288         ISO C11.
49290         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49291         code.
49293         [BZ #13528]
49294         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49296         [BZ #13529]
49297         * assert/assert.h (static_assert): Define.
49299         * version.h: Update for 2.16 development version.
49301         [BZ #13526]
49302         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49303         _ISOC11_SOURCE.
49305         * version.h (RELEASE): Bump for 2.15 release.
49306         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49308         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49309         Patch by Marek Polacek <mpolacek@redhat.com>.
49311         * bits/byteswap.h: Protect long long constants with __extension__.
49312         * sysdeps/i386/bits/byteswap.h: Likewise.
49313         * sysdeps/ia64/bits/byteswap.h: Likewise.
49314         * sysdeps/s390/bits/byteswap.h: Likewise.
49315         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49317 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49319         [BZ #13540]
49320         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49321         destination buffer.
49322         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49324 2011-12-23  Marek Polacek  <polacek@redhat.com>
49326         * elf/dl-addr.c (determine_info): Add inline keyword.
49327         * elf/tst-auditmod4b.c (check_avx): Likewise.
49328         * elf/tst-auditmod6b.c (check_avx): Likewise.
49329         * elf/tst-auditmod6c.c (check_avx): Likewise.
49330         * elf/tst-auditmod7b.c (check_avx): Likewise.
49332 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49334         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49335         !__SSE_MATH__.
49337 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49339         [BZ #13540]
49340         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49341         processing for last bytes.
49343 2011-08-06  Bruno Haible  <bruno@clisp.org>
49345         [BZ #13061]
49346         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49347         U+0385, not to U+1FEE.
49349         [BZ #13062]
49350         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49351         entry for U+00A5 U+0301.
49353 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49355         [BZ #13166]
49356         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49357         buffer for the output is too small.
49359         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49360         optimization.
49362         [BZ #13185]
49363         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49364         SSE flags if possible.
49366 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49368         [BZ #13540]
49369         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49370         processing for last bytes.
49372 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49374         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49375         (syscall-list-default-options, syscall-list-default-condition)
49376         (syscall-list-includes): Define.
49377         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49378         list of ABIs and options and #if conditions for each ABI.  Do not
49379         handle common syscalls between ABIs specially.
49380         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49381         Remove.
49382         (syscall-list-variants, syscall-list-32bit-options)
49383         (syscall-list-32bit-condition, syscall-list-64bit-options)
49384         (syscall-list-64bit-condition): Define.
49385         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49386         (syscall-list-variants, syscall-list-32bit-options)
49387         (syscall-list-32bit-condition, syscall-list-64bit-options)
49388         (syscall-list-64bit-condition): Define.
49389         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49390         Remove.
49391         (syscall-list-variants, syscall-list-32bit-options)
49392         (syscall-list-32bit-condition, syscall-list-64bit-options)
49393         (syscall-list-64bit-condition): Define.
49394         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49395         Remove.
49396         (syscall-list-variants, syscall-list-32bit-options)
49397         (syscall-list-32bit-condition, syscall-list-64bit-options)
49398         (syscall-list-64bit-condition): Define.
49400 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49402         * locale/iso-639.def: Add brx entry.
49404         [BZ #13328]
49405         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49406         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49408         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49409         __feraiseexcept_renamed.
49411 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49413         [BZ #13538]
49414         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49415         EPOLLET with unsigned values.
49416         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49417         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49419         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49420         to large cancellation.
49421         * math/s_cacoshf.c: Likewise.
49422         * math/s_cacoshl.c: Likewise.
49424 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49426         [BZ #13305]
49427         [BZ #12786]
49428         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49429         * math/s_cacoshf.c: Likewise.
49430         * math/s_cacoshl.c: Likewise.
49432 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49434         [BZ #13439]
49435         * iconv/gconv.h: Define __GCONV_SWAP.
49436         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49437         * iconvdata/utf-16.c: Likewise.
49438         * iconvdata/utf-32.c: Likewise.
49440 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49442         [BZ #13524]
49443         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49444         numerator after shifting it by one limb.
49446 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49448         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49449         under [__USE_EXTERN_INLINES].
49451 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49453         [BZ #13446]
49454         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49456 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49458         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49459         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49460         optimized code.
49461         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49462         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49463         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49464         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49465         for strncasecmp/strncasecmp_l compilation.
49466         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49467         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49469 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49471         [BZ #13484]
49472         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49473         of __asm__.
49475 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49477         [BZ #13506]
49478         * time/tzfile.c (__tzfile_read): Check values from file header.
49480 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49482         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49483         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49484         * powerpc/powerpc32/dl-start.S: Likewise.
49485         * powerpc/powerpc32/elf/start.S: Likewise.
49486         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49487         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49488         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49489         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49490         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49491         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49492         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49493         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49494         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49495         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49496         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49497         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49498         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49499         * powerpc/powerpc32/memset.S: Likewise.
49500         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49501         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49502         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49503         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49504         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49505         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49506         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49507         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49508         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49509         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49510         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49511         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49512         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49514 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49516         * math/libm-test.inc: Added more nearbyint tests.
49517         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49518         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49519         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49520         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49522 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49524         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49525         FD_CLOEXEC.
49527 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49529         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49530         Add wcscpy-ssse3 wcscpy-c.
49531         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49532         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49533         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49534         * sysdeps/x86_64/wcschr.S: New file.
49535         * sysdeps/x86_64/wcsrchr.S: New file.
49536         * string/test-strcmp.c: Remove checking of wcscmp function for
49537         wrong alignments.
49538         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49539         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49540         wcsrchr-sse2 wcsrchr-c.
49541         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49542         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49543         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49544         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49545         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49546         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49547         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49548         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49549         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49550         * wcsmbc/wcschr.c (WCSCHR): New macro.
49552 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49554         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49555         * wcsmbs/test-wcsrchr.c: New file.
49556         * string/test-strrchr.c: Add wcsrchr support.
49557         (WIDE): New macro.
49558         * wcsmbs/test-wcscpy.c: New file.
49559         * string/test-strcpy.c: Add wcscpy support.
49560         (WIDE): New macro.
49562 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
49564         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49565         the inner loop.
49567 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
49569         [BZ #13472]
49570         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49572 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
49574         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49575         Minor optimizations.
49577         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49578         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49579         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49581 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
49583         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49584         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49585         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49586         for gcc to avoid warnings.
49587         * inet/Makefile (tests): Add tst-checks.
49588         * inet/tst-checks.c: New file.
49590         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49591         warning.
49593         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49594         __wmemcmp_sse2.
49596         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49597         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49599         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49601 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
49603         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49604         problem.
49606         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
49608 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
49610         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
49611         conditional on GCC version.
49612         (__arch_compare_and_exchange_val_8_acq)
49613         (__arch_compare_and_exchange_val_16_acq)
49614         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
49615         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
49616         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
49618 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
49620         * sysdeps/sh/backtrace.c: New file.
49622 2011-12-02  Andreas Schwab  <schwab@redhat.com>
49624         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
49625         parenthesis.
49627 2011-12-01  Andreas Schwab  <schwab@redhat.com>
49629         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
49630         falling back to utime.
49632 2011-11-30  Andreas Schwab  <schwab@redhat.com>
49634         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
49635         expectations for float.
49637 2011-11-29  Andreas Schwab  <schwab@redhat.com>
49639         * locale/weight.h (findidx): Add parameter len.
49640         * locale/weightwc.h (findidx): Likewise.
49641         * posix/fnmatch_loop.c (FCT): Adjust caller.
49642         * posix/regcomp.c (build_equiv_class): Likewise.
49643         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
49644         * posix/regexec.c (check_node_accept_bytes): Likewise.
49645         * string/strcoll_l.c (STRCOLL): Likewise.
49646         * string/strxfrm_l.c (STRXFRM): Likewise.
49648 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
49650         * Makefile.in: Remove CVSOPT handling.
49651         * configure.in: Remove use of AC_REVISION.
49652         * iconvdata/Makefile (distribute): No need to filter out CVS.
49653         * scripts/list-sources.sh: Remove CVS, subversion and monotone
49654         handling.
49656 2011-11-16  Andreas Schwab  <schwab@redhat.com>
49658         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
49659         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
49660         [USE_AS_STRNCASECMP_L]: Likewise.
49661         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
49662         NO_TLS_DIRECT_SEG_REFS.
49663         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
49664         Fix argument offsets for non-PIC.
49665         [USE_AS_STRNCASECMP_L]: Likewise.
49666         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
49667         NO_TLS_DIRECT_SEG_REFS.
49669 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49671         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
49672         O_CLOEXEC.
49673         * locale/loadlocale.c (_nl_load_locale): Likewise.
49675 2011-11-15  Andreas Schwab  <schwab@redhat.com>
49677         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
49678         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
49679         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
49680         (SYSCALL_GETTIME): Set errno on error.
49682         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
49683         count references to noai6ai_cached.
49685 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
49687         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
49689         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
49690         FD_CLOEXEC for /proc/self/maps.
49692         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
49693         FD_CLOEXEC for /proc/meminfo.
49695         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
49696         gai.conf.
49698         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
49699         FD_CLOEXEC for given file.
49701         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
49703         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
49704         FD_CLOEXEC for /etc/hosts.
49705         (_gethtent): Likewise.
49707         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
49709         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
49710         cancellation and set FD_CLOEXEC for /etc/netgroup.
49712         * nss/nss_files/files-key.c (search): Don't allow cancellation when
49713         reading /etc/publickey.
49715         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
49716         allow cancellation when reading /etc/group.
49718         * nss/nss_files/files-alias.c (internal_setent): Don't allow
49719         cancellation.
49720         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
49722         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
49723         when using data file.
49725         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
49727         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
49728         (write_nis_obj): Use "c" and "e" in fopen.
49730         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
49732         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
49734         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
49736         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
49738         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
49739         locale.alias.
49741         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
49743         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
49745         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
49747         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
49748         file parsing and set FD_CLOEXEC.
49750 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49752         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
49754 2011-11-14  Andreas Schwab  <schwab@redhat.com>
49756         * malloc/arena.c (arena_get2): Don't call reused_arena when
49757         _int_new_arena failed.
49759 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
49761         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
49762         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
49763         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
49764         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49765         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49766         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
49767         to compile strcasecmp and strncasecmp.
49768         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
49769         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
49771         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
49773 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
49775         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
49776         locale-defines.sym to gen-as-const-headers.
49777         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
49778         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
49779         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
49780         to compile strcasecmp and strncasecmp.
49781         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
49782         strcasecmp_l and strncasecmp_l.
49783         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
49784         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
49785         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
49786         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
49787         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
49788         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
49789         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
49790         * sysdeps/i386/i686/multiarch/strncase.S: New file.
49791         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
49792         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
49793         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
49795 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
49797         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
49798         result of SYSDEP_GETTIME_CPU to retval.
49799         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
49800         parameter list to macro.  Remove trailing semicolon.  Adjust users.
49802         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
49803         variable.
49805         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
49806         mantissa words.
49807         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
49809         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
49810         from unused variable.
49812         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
49813         DWARF definitions.
49814         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
49815         for assembling.
49817         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
49818         over namespaces.
49820         * sunrpc/rpc_prot.c (rejected): Fix case value.
49822         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
49823         unsigned long long int to avoid warnings in shift.
49825         * posix/regex_internal.c (re_string_reconstruct): Actually use result
49826         of use of trans.
49827         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
49828         variable tmp.
49830         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
49831         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
49832         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
49834         * nis/nis_table.c (nis_list): Use variable of correct type for
49835         result of __follow_path call.
49837 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49839         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
49840         of math functions ceil, trunc, floor, round, and sqrt, when
49841         avaliable on the platform.
49842         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
49843         name clash.
49844         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49845         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49846         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49848 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
49850         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
49851         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
49853 2011-11-11  Roland McGrath  <roland@hack.frob.com>
49855         * include/unistd.h: Fix __readlink return type.
49856         Reported by Chris Metcalf <cmetcalf@tilera.com>.
49858 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
49860         * stdlib/ucontext.h: Undo last change for makecontext.
49862 2011-11-11  Andreas Schwab  <schwab@redhat.com>
49864         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
49866         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
49867         * setjmp/setjmp.h: Mark functions as non-leaf.
49868         * setjmp/bits/setjmp2.h: Likewise.
49869         * stdlib/ucontext.h: Likewise.
49871 2011-11-10  Andreas Schwab  <schwab@redhat.com>
49873         * malloc/arena.c (_int_new_arena): Don't increment narenas.
49874         (reused_arena): Don't check arena limit.
49875         (arena_get2): Atomically check arena limit.
49877 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
49879         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
49880         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
49882         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
49883         instructions.
49885 2011-11-07  Andreas Schwab  <schwab@redhat.com>
49887         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
49888         handler when locking.
49890         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49891         Fix size of allocated buffer.
49893 2011-11-04  Andreas Schwab  <schwab@redhat.com>
49895         [BZ #10103]
49896         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
49897         declarations for long double functions.
49898         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
49900         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
49902 2011-11-03  Andreas Schwab  <schwab@redhat.com>
49904         * nscd/nscd.c (main): Don't start AVC thread until credentials are
49905         installed.
49907         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
49908         is disabled.
49910 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49912         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
49914 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
49916         * include/alloca.h (stackinfo_alloca_round): Define.
49917         (extend_alloca): Use it.
49918         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
49919         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
49920         here.
49922         * scripts/check-local-headers.sh: Ignore libaudit.h.
49924         * nscd/Makefile (extra-objs): Make recursively expanded.
49926 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
49928         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
49929         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
49931         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
49932         * posix/tst-rfc3484-2.c: Likewise.
49933         * posix/tst-rfc3484-3.c: Likewise.
49935         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49936         process_vm_writev.
49937         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
49938         process_vm_writev.
49939         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
49940         process_vm_writev from libc using GLIBC_2.15 version.
49942         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
49944 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
49946         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
49947         stack usage.
49949 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
49951         [BZ #13367]
49952         * nss/getent.c (initgroups_keys): Show error message in case no group
49953         names are given.
49955         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
49956         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
49957         __bump_nl_timestamp.
49958         * nscd/connections (nscd_init): When host database is served open
49959         netlink socket and request notification about configuration changes.
49960         (main_loop_poll): Track netlink file descriptor and bump timestamp
49961         in case data becomes available.
49962         (main_loop_epoll): Likewise.
49963         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
49964         (database_pers_head): Add extra_data fileds.
49965         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
49966         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
49967         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
49968         Adjust caller.
49969         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
49970         in6ai data, call __free_in6ai.
49971         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
49972         Add -DHAVE_NETLINK.
49973         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
49974         interface information.  Reuse previous data if netlink timestamp
49975         is not changed.
49976         (__bump_nl_timestamp): New function.
49977         (__free_in6ai): New function.
49979 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
49981         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
49982         close_not_cancel_no_status here.
49983         (__check_pf): Reorganize code a bit to not call close twice if OOM.
49985 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
49987         [BZ #13276]
49988         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
49989         return value.
49991         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
49992         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
49993         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
49995 2011-07-03  Andreas Jaeger  <aj@suse.de>
49997         [BZ #10709]
49998         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
49999         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50000         * math/libm-test.inc (sin_test): Add test case.
50002 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50004         [BZ #13337]
50005         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50006         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50008         * elf/chroot_canon.c (chroot_canon): Cleanups.
50010         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50012         [BZ #13335]
50013         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50014         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50016         * string/test-strchr.c: Make usable for strchrnul testing.
50017         * string/test-strchrnul.c: New file.
50018         * string/Makefile (strop-tests): Add strchrnul.
50020         * po/it.po: Update from translation team.
50021         * po/es.po: Likewise.
50023 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50025         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50026         the three constants needed as parameters.  Drop the others.
50027         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50028         __m128i_strloadu_tolower.
50029         Create and initialize variable zero and use it in all the places
50030         where _mm_setzero_si128 was used.
50032         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50033         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50034         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50035         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50036         anymore.
50037         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50038         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50039         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50040         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50041         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50042         __mpranred, __mptan.
50043         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50044         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50045         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50046         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50047         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50048         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50049         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50050         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50051         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50053 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50055         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50056         redefine if SHARED.
50057         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50059         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50060         wide char related routines to wcsmbs subdir.
50062 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50064         [BZ #13344]
50065         * misc/sys/cdefs.h (__THROWNL): Define.
50066         * posix/unistd.h: Use __THREADNL instead of __THREAD
50067         for memory synchronization functions.
50069 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50071         [BZ #13349]
50072         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50073         doesn't exist.
50074         * manual/stdio.texi (Obstack Streams): Node removed.
50076 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50078         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50079         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50080         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50082         * math/math_private.h (math_force_eval): Allow non-addressable
50083         arguments.
50084         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50086 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50088         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50089         file is not needed.
50091         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50092         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50093         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50094         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50095         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50096         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50097         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50098         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50099         Add AVX variants.
50100         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50101         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50102         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50103         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50104         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50105         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50106         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50107         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50108         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50109         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50110         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50111         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50112         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50113         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50114         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50115         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50116         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50117         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50118         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50120         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50121         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50123         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50124         place.  Use VEX encoding when compiling for AVX.
50126 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50128         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50129         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50131         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50133 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50135         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50136         useless if() expression.
50137         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50138         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50139         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50140         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50141         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50142         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50143         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50144         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50145         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50146         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50147         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50148         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50149         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50150         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50151         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50152         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50153         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50154         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50155         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50157         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50159 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50161         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50162         condition.
50163         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50165 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50167         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50168         .text section.  Avoid duplicate constants.
50169         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50170         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50171         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50172         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50173         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50174         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50175         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50176         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50177         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50178         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50179         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50180         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50181         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50182         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50183         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50184         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50185         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50186         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50187         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50188         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50189         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50190         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50191         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50192         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50193         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50194         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50195         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50196         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50197         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50198         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50199         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50200         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50201         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50202         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50203         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50204         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50205         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50206         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50207         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50208         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50209         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50210         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50211         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50212         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50213         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50215 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50217         * sysdeps/x86_64/dla.h: Move to ...
50218         * sysdeps/x86_64/fpu/dla.h: ...here.
50219         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50220         situations.  Use __builtin_fma only for gcc 4.6 and up.
50222         * config.make.in: Add have-mfma4 entry.
50223         * configure.in: Substitute libc_cv_cc_fma4.
50224         * math/Makefile (dbl-only-routines): Add sincostab.
50225         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50226         Use __sincostab not sincos.
50227         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50228         name is a macro.
50229         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50230         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50231         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50232         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50233         using __copysign.
50234         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50235         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50236         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50237         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50238         and __inv.
50239         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50240         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50241         __copysign.
50242         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50243         define aliases when function name is a macro.
50244         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50245         sysdeps/ieee754/dbl-64/sincos.tbl.
50246         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50247         fma4-enabled routines.
50248         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50249         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50250         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50251         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50252         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50253         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50254         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50255         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50256         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50257         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50258         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50259         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50260         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50261         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50262         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50263         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50264         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50265         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50266         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50267         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50268         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50269         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50270         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50271         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50272         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50273         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50274         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50275         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50276         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50277         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50279         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50280         rename.
50281         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50282         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50283         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50284         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50285         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50286         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50287         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50288         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50290 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50292         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50294 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50296         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50298         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50299         prediction.
50300         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50302         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50303         Remove unused variable magic_bits.
50304         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50306         * string/strnlen.c: Define and use STRNLEN macro.
50307         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50308         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50309         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50310         * wcsmbs/wcslen.c: Define and use WCSLEN.
50311         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50312         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50313         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50314         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50315         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50316         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50317         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50319 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50321         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50322         strnlen-sse2-no-bsf.
50323         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50324         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50325         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50326         Add strnlen support.
50327         (USE_AS_STRNLEN): New macro.
50328         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50329         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50330         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50331         * sysdeps/x86_64/wcslen.S: New file.
50333 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50335         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50336         XMM-moves are used for copying on small sizes.
50338 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50340         * wcsmbs/Makefile (strop-tests): Add wcschr.
50341         * wcsmbs/test-wcschr.c: New file.
50342         * string/test-strchr.c: Update.
50343         Add wcschr support.
50344         (WIDE): New macro.
50346 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50348         * wcsmbs/Makefile (strop-tests): Add wcslen.
50349         * wcsmbs/test-wcslen.c: New file.
50350         * string/test-strlen.c: Update.
50351         Add wcslen support.
50352         (WIDE): New macro.
50354 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50356         * po/it.po: Update from translation team.
50358 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50360         * sysdeps/x86_64/wcscmp.S: Update.
50361         Fix wrong comparison semantics.
50362         wcscmp shall use signed comparison not unsigned.
50363         Don't use substraction to avoid overflow bug.
50364         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50365         * wcsmbc/wcscmp.c: Likewise.
50366         * string/test-strcmp.c: Likewise.
50367         Add new tests to check cases with negative values.
50369 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50371         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50372         * sysdeps/x86_64/dla.h: ...here.  New file.
50373         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50374         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50375         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50376         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50377         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50378         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50379         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50380         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50381         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50383 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50385         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50386         __ynl_finite aliases.
50388 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50390         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50392         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50393         define DLA_FMA.
50394         [DLA_FMA] (EMULV): Use DLA_FMA.
50395         [DLA_FMA] (MUL12): Use EMULV.
50396         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50397         that are not needed.
50398         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50399         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50400         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50401         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50402         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50403         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50404         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50406 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50408         * math/s_nan.c: Undef __nan.
50409         * math/s_nanf.c: Undef __nanf.
50410         * math/s_nanl.c: Undef __nanl.
50411         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50412         "math_private.h".
50414 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50416         * math/s_catan.c: Add branch predictions.
50417         * math/s_catanf.c: Likewise.
50418         * math/s_catanh.c: Likewise.
50419         * math/s_catanhf.c: Likewise.
50420         * math/s_catanhl.c: Likewise.
50421         * math/s_catanl.c: Likewise.
50422         * math/s_cexp.c: Likewise.
50423         * math/s_cexpf.c: Likewise.
50424         * math/s_cexpl.c: Likewise.
50425         * math/s_clog.c: Likewise.
50426         * math/s_clog10.c: Likewise.
50427         * math/s_clog10f.c: Likewise.
50428         * math/s_clog10l.c: Likewise.
50429         * math/s_clogf.c: Likewise.
50430         * math/s_clogl.c: Likewise.
50431         * math/s_csqrt.c: Likewise.
50432         * math/s_csqrtf.c: Likewise.
50433         * math/s_csqrtl.c: Likewise.
50434         * math/s_ctanf.c: Likewise.
50435         * math/s_ctanh.c: Likewise.
50436         * math/s_ctanhf.c: Likewise.
50437         * math/s_ctanhl.c: Likewise.
50438         * math/s_ctanl.c: Likewise.
50440         * math/math_private.h: Define __nan, __nanf, __nanl.
50441         * math/s_cacosh.c: Include <math_private.h>.
50442         * math/s_cacoshl.c: Likewise.
50443         * math/s_casinh.c: Likewise.
50444         * math/s_casinhf.c: Likewise.
50445         * math/s_casinhl.c: Likewise.
50446         * math/s_ccos.c: Rely entire on ccosh.
50447         * math/s_ccosf.c: Rely entire on ccoshf.
50448         * math/s_ccosl.c: Rely entirely on ccoshl.
50449         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50450         Remove tests for FE_INVALID.
50451         * math/s_ccoshf.c: Likewise.
50452         * math/s_ccoshl.c: Likewise.
50453         * math/s_csin.c: Likewise.
50454         * math/s_csinf.c: Likewise.
50455         * math/s_csinh.c Likewise.
50456         * math/s_csinhf.c: Likewise.
50457         * math/s_csinhl.c: Likewise.
50458         * math/s_csinl.c: Likewise.
50459         * math/s_ctan.c: Likewise.
50460         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50461         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50462         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50464 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50466         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50467         compilation problems.
50469         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50470         __builtin_expect.
50472 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50474         * sysdeps/i386/configure.in: Test for -mfma4 option.
50475         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50476         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50477         COMMON_CPUID_INDEX_80000001.
50478         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50479         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50480         use it if FMA3 is not supported.
50481         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50483         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50484         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50486 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50488         [BZ #12892]
50489         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50490         it would create a cycle with a link time dependency.
50492 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50494         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50495         instruction.
50496         * string/Makefile (strop-tests): Add rawmemchr.
50497         * string/test-rawmemchr.c: New file.
50499         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50500         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50501         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50502         when compiling str{,n}casecmp and when AVX is available.  Hook up
50503         new optimized code in initializers.
50505 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50507         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50508         __feraiseexcept instead of feraiseexcept.
50510 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50512         * math/math_private.h: Define defaults for libc_fetestexcept and
50513         libc_feupdateenv.
50514         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50515         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50516         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50517         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50518         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50519         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50520         libc_fetestexcept and libc_feupdateenv.
50522         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50523         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50524         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50525         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50526         libc_feholdexcept_setround.
50528         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50529         Add s_nearbyint-c and s_nearbyintf-c.
50530         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50531         nearbyintf inlines.
50532         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50533         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50534         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50535         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50537         * math/math_private.h: Define defaults for libc_fegetround,
50538         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50539         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50540         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50541         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50542         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50543         standard functions.
50544         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50545         Remove comments and hacks for old compiler versions.
50546         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50547         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50548         libc_feholdexceptl.
50550 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50552         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50553         (__feraiseexcept_renamed): Add __NTH.
50554         (feraiseexcept): Add __NTH.  Rename local variables to fix
50555         namespace violations.
50557 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50559         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50561         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50563         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50564         recently added interfaces.
50565         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50567         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50568         about macro parameter expansion.
50570         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50571         __NO_MATH_INLINES is defined.  Cleanups.
50573         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50574         and __floorf is target has SSE4.1.
50575         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50576         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50577         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50578         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50580         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50581         name.
50582         (floorf): Likewise.
50584         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50586 2011-10-17  Andreas Schwab  <schwab@redhat.com>
50588         * misc/sys/cdefs.h: Fix last change.
50590         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50591         database lookup.
50593 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
50595         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50597         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50598         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50599         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50600         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50601         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50602         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50603         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50604         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50605         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
50606         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
50607         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
50608         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
50609         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
50610         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
50611         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
50612         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
50613         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
50614         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
50615         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
50616         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
50617         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
50618         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
50620         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
50621         ceil, ceilf, floor, floorf.
50623         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
50624         Perform IRELATIVE relocations last.
50626         * elf/do-rel.h: Add another parameter nrelative, replacing the
50627         local variable with the same name.  Change name of the function
50628         to end in Rel or Rela (uppercase).
50629         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
50630         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
50631         elf_dynamic_do_##reloc function.
50633 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50635         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
50636         is sufficient, at least on modern CPUs.
50638         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
50640         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
50641         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
50643         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
50644         __expl_finite.
50645         * math/bits/math-finite.h: Add entries for exp.
50646         * math/e_expl.c: Add __*_finite alias.
50647         * sysdeps/i386/fpu/e_exp.S: Likewise.
50648         * sysdeps/i386/fpu/e_expf.S: Likewise.
50649         * sysdeps/i386/fpu/e_expl.c: Likewise.
50650         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50651         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50652         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
50653         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
50654         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
50655         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50656         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50658         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
50659         is sufficient, at least on modern CPUs.
50661         * ctype/ctype-info.c (__ctype_init): Define.
50662         * include/ctype.h (__ctype_init): Declare.
50663         (__ctype_b_loc): The variable is always initialized.
50664         (__ctype_toupper_loc): Likewise.
50665         (__ctype_tolower_loc): Likewise.
50666         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
50667         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
50669 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
50671         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
50673         * configure.in: Also look in $cxxmachine/include for C++ system
50674         headers.
50676 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50678         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
50679         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
50680         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
50681         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
50682         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
50683         (USE_AS_WMEMCMP): New macro.
50684         Fixing indents.
50685         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
50686         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
50687         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
50688         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
50689         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50690         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
50691         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
50692         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
50693         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
50694         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
50695         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
50696         (USE_AS_WMEMCMP): New macro.
50697         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
50698         * sysdeps/string/test-memcmp.c: Update.
50699         Fix simple_wmemcmp.
50700         Add new tests.
50701         * wcsmbs/wmemcmp.c: Update.
50702         (WMEMCMP): New macro.
50703         Fix overflow bug.
50705 2011-10-12  Andreas Jaeger  <aj@suse.de>
50707         [BZ #13268]
50708         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
50710 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
50712         * libio/iofwide.c (do_length): Avoid warning.
50714         * ctype/ctype.h (__isctype_f): Add missing __THROW.
50716 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
50718         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
50720         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
50721         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
50722         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
50723         * sysdeps/i386/i686/fpu/e_log.S: New file.
50724         * sysdeps/i386/i686/fpu/e_logf.S: New file.
50725         * sysdeps/i386/i686/fpu/e_logl.S: New file.
50727         * ctype/ctype.h: Add support for inlined isXXX functions when
50728         compiling C++ code.
50730 2011-10-14  Andreas Schwab  <schwab@redhat.com>
50732         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50734         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
50736 2011-10-13  Roland McGrath  <roland@hack.frob.com>
50738         [BZ #13291]
50739         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
50741 2011-10-13  Andreas Schwab  <schwab@redhat.com>
50743         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
50744         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
50745         feraiseexcept.
50747         * sysdeps/x86_64/memrchr.S: Check for zero size.
50749         * string/stratcliff.c: Add memrchr tests.
50751 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50753         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50754         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
50755         rawmemchr-sse2 rawmemchr-sse2-bsf.
50756         * sysdeps/i386/i686/multiarch/memchr.S: New file.
50757         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
50758         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
50759         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
50760         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
50761         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
50762         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
50763         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
50764         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
50765         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
50766         * string/memrchr.c (MEMRCHR): New macro.
50768 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
50770         Add integration with gcc's -ffinite-math-only and optimize wrapper
50771         functions in libm.
50772         * Versions.def: Define GLIBC_2.15 version for libm.
50773         * math/Makefile (headers): Add bits/math-finite.h.
50774         * math/bits/math-finite.h: New file.
50775         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
50776         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
50777         * math/e_acoshl.c: Add __*_finite alias.
50778         * math/e_acosl.c: Likewise.
50779         * math/e_asinl.c: Likewise.
50780         * math/e_atan2l.c: Likewise.
50781         * math/e_atanhl.c: Likewise.
50782         * math/e_coshl.c: Likewise.
50783         * math/e_exp10.c: Likewise.
50784         * math/e_exp10f.c: Likewise.
50785         * math/e_exp10l.c: Likewise.
50786         * math/e_exp2l.c: Likewise.
50787         * math/e_fmodl.c: Likewise.
50788         * math/e_gammal_r.c: Likewise.
50789         * math/e_hypotl.c: Likewise.
50790         * math/e_j0l.c: Likewise.
50791         * math/e_j1l.c: Likewise.
50792         * math/e_jnl.c: Likewise.
50793         * math/e_lgammal_r.c: Likewise.
50794         * math/e_log10l.c: Likewise.
50795         * math/e_log2l.c: Likewise.
50796         * math/e_logl.c: Likewise.
50797         * math/e_powl.c: Likewise.
50798         * math/e_sinhl.c: Likewise.
50799         * math/e_sqrtl.c: Likewise.
50800         * math/e_scalb.c: Completely rewritten and optimized.
50801         * math/e_scalbf.c: Likewise.
50802         * math/e_scalbl.c: Likewise.
50803         * math/w_acos.c: Likewise.
50804         * math/w_acosf.c: Likewise.
50805         * math/w_acosl.c: Likewise.
50806         * math/w_acosh.c: Likewise.
50807         * math/w_acoshf.c: Likewise.
50808         * math/w_acoshl.c: Likewise.
50809         * math/w_asin.c: Likewise.
50810         * math/w_asinf.c: Likewise.
50811         * math/w_asinl.c: Likewise.
50812         * math/w_atan2.c: Likewise.
50813         * math/w_atan2f.c: Likewise.
50814         * math/w_atan2l.c: Likewise.
50815         * math/w_atanh.c: Likewise.
50816         * math/w_atanhf.c: Likewise.
50817         * math/w_atanhl.c: Likewise.
50818         * math/w_exp10.c: Likewise.
50819         * math/w_exp10f.c: Likewise.
50820         * math/w_exp10l.c: Likewise.
50821         * math/w_fmod.c: Likewise.
50822         * math/w_fmodf.c: Likewise.
50823         * math/w_fmodl.c: Likewise.
50824         * math/w_j0.c: Likewise.
50825         * math/w_j0f.c: Likewise.
50826         * math/w_j0l.c: Likewise.
50827         * math/w_j1.c: Likewise.
50828         * math/w_j1f.c: Likewise.
50829         * math/w_j1l.c: Likewise.
50830         * math/w_jn.c: Likewise.
50831         * math/w_jnf.c: Likewise.
50832         * math/w_log.c: Likewise.
50833         * math/w_logf.c: Likewise.
50834         * math/w_logl.c: Likewise.
50835         * math/w_log10.c: Likewise.
50836         * math/w_log10f.c: Likewise.
50837         * math/w_log10l.c: Likewise.
50838         * math/w_log2.c: Likewise.
50839         * math/w_log2f.c: Likewise.
50840         * math/w_log2l.c: Likewise.
50841         * math/w_pow.c: Likewise.
50842         * math/w_powf.c: Likewise.
50843         * math/w_powl.c: Likewise.
50844         * math/w_remainder.c: Likewise.
50845         * math/w_remainderf.c: Likewise.
50846         * math/w_remainderl.c: Likewise.
50847         * math/w_scalb.c: Likewise.
50848         * math/w_scalbf.c: Likewise.
50849         * math/w_scalbl.c: Likewise.
50850         * math/w_sqrt.c: Likewise.
50851         * math/w_sqrtf.c: Likewise.
50852         * math/w_sqrtl.c: Likewise.
50853         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
50854         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
50855         used.
50856         * math/math_private.h: Declare __kernel_standard_f.
50857         * math/w_cosh.c: Remove cruft and optimize a bit.
50858         * math/w_coshf.c: Likewise.
50859         * math/w_coshl.c: Likewise.
50860         * math/w_exp2.c: Likewise.
50861         * math/w_exp2f.c: Likewise.
50862         * math/w_exp2l.c: Likewise.
50863         * math/w_hypot.c: Likewise.
50864         * math/w_hypotf.c: Likewise.
50865         * math/w_hypotl.c: Likewise.
50866         * math/w_lgamma.c: Likewise.
50867         * math/w_lgamma_r.c: Likewise.
50868         * math/w_lgammaf.c: Likewise.
50869         * math/w_lgammaf_r.c: Likewise.
50870         * math/w_lgammal.c: Likewise.
50871         * math/w_lgammal_r.c: Likewise.
50872         * math/w_sinh.c: Likewise.
50873         * math/w_sinhf.c: Likewise.
50874         * math/w_sinhl.c: Likewise.
50875         * math/w_tgamma.c: Likewise.
50876         * math/w_tgammaf.c: Likewise.
50877         * math/w_tgammal.c: Likewise.
50878         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50879         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50880         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
50881         Minor optimizations.  Pretty printing.  Remove cruft.
50882         * sysdeps/i386/fpu/e_acosf.S: Likewise.
50883         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50884         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50885         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50886         * sysdeps/i386/fpu/e_acosl.c: Likewise.
50887         * sysdeps/i386/fpu/e_asin.S: Likewise.
50888         * sysdeps/i386/fpu/e_asinf.S: Likewise.
50889         * sysdeps/i386/fpu/e_atan2.S: Likewise.
50890         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
50891         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
50892         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50893         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50894         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50895         * sysdeps/i386/fpu/e_exp10.S: Likewise.
50896         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
50897         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
50898         * sysdeps/i386/fpu/e_exp2.S: Likewise.
50899         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
50900         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
50901         * sysdeps/i386/fpu/e_fmod.S: Likewise.
50902         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
50903         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
50904         * sysdeps/i386/fpu/e_hypot.S: Likewise.
50905         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
50906         * sysdeps/i386/fpu/e_log.S: Likewise.
50907         * sysdeps/i386/fpu/e_log10.S: Likewise.
50908         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50909         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50910         * sysdeps/i386/fpu/e_log2.S: Likewise.
50911         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50912         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50913         * sysdeps/i386/fpu/e_logf.S: Likewise.
50914         * sysdeps/i386/fpu/e_logl.S: Likewise.
50915         * sysdeps/i386/fpu/e_pow.S: Likewise.
50916         * sysdeps/i386/fpu/e_powf.S: Likewise.
50917         * sysdeps/i386/fpu/e_powl.S: Likewise.
50918         * sysdeps/i386/fpu/e_remainder.S: Likewise.
50919         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
50920         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
50921         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50922         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50923         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50924         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
50925         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
50926         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
50927         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
50928         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50929         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50930         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
50931         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50932         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
50933         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
50934         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
50935         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50936         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
50937         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
50938         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
50939         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50940         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
50941         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
50942         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50943         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
50944         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
50945         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50946         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50947         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
50948         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
50949         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50950         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50951         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
50952         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
50953         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50954         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
50955         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
50956         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
50957         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50958         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
50959         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50960         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
50961         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
50962         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
50963         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
50964         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
50965         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
50966         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
50967         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
50968         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
50969         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
50970         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
50971         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50972         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
50973         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
50974         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
50975         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
50976         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
50977         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
50978         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
50979         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
50980         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50981         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
50982         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
50983         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
50984         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
50985         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
50986         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
50987         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
50988         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
50989         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50990         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50991         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
50992         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
50993         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
50994         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
50995         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
50996         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
50997         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
50998         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
50999         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51000         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51001         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51002         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51003         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51004         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51005         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51006         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51007         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51008         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51009         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51010         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51011         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51012         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51013         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51014         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51015         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51016         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51017         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51018         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51019         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51020         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51021         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51022         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51023         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51024         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51025         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51026         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51027         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51028         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51029         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51030         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51031         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51032         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51033         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51034         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51035         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51036         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51037         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51038         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51039         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51040         (__isnanf): Likewise.
51041         (__isinf_ns): Likewise.
51042         (__isinf_nsf): Likewise.
51043         (__finite): Likewise.
51044         (__finitef): Likewise.
51045         (__ieee754_sqrt): Define as macro.
51046         (__ieee754_sqrtf): Define as macro.
51047         (__ieee754_sqrtl): Define as macro.
51048         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51049         inlined copy.
51050         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51051         __FINITE_MATH_ONLY__ consistent.
51052         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51054 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51056         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51057         of rawmemchr.
51059         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51061 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51063         * po/ja.po: Update from translation team.
51065 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51067         * locale/programs/locarchive.c (prepare_address_space): New function.
51068         (create_archive, enlarge_archive, open_archive): Use it.
51070         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51071         inside [SHARED], where it is used.
51073         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51075         * nss/getent.c (netgroup_keys): Remove unused variable.
51076         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51078 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51080         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51081         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51082         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51083         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51084         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51085         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51086         * math/Makefile (libm-calls): Add s_isinf_ns.
51087         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51088         * math/multc3.c: Likewise.
51089         * math/s_casin.c: Likewise.
51090         * math/s_casinf.c: Likewise.
51091         * math/s_casinl.c: Likewise.
51092         * math/s_ccos.c: Likewise.
51093         * math/s_ccosf.c: Likewise.
51094         * math/s_ccosl.c: Likewise.
51095         * math/s_ctan.c: Likewise.
51096         * math/s_ctanf.c: Likewise.
51097         * math/s_ctanh.c: Likewise.
51098         * math/s_ctanhf.c: Likewise.
51099         * math/s_ctanhl.c: Likewise.
51100         * math/s_ctanl.c: Likewise.
51101         * math/w_fmod.c: Likewise.
51102         * math/w_fmodf.c: Likewise.
51103         * math/w_fmodl.c: Likewise.
51104         * math/w_remainder.c: Likewise.
51105         * math/w_remainderf.c: Likewise.
51106         * math/w_remainderl.c: Likewise.
51107         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51108         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51109         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51110         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51111         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51112         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51113         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51114         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51116         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51117         of the number.
51118         * stdio-common/printf_fphex.c: Likewise.
51119         * stdio-common/printf_size.c: Likewise.
51121         * math/e_exp10.c: Include math_private.h using <...> not "...".
51122         * math/e_exp10f.c: Likewise.
51123         * math/e_exp10l.c: Likewise.
51124         * math/e_exp2l.c: Likewise.
51125         * math/e_j0l.c: Likewise.
51126         * math/e_j1l.c: Likewise.
51127         * math/e_jnl.c: Likewise.
51128         * math/e_lgammal_r.c: Likewise.
51129         * math/e_rem_pio2l.c: Likewise.
51130         * math/e_scalb.c: Likewise.
51131         * math/e_scalbf.c: Likewise.
51132         * math/e_scalbl.c: Likewise.
51133         * math/k_cosl.c: Likewise.
51134         * math/k_sinl.c: Likewise.
51135         * math/k_tanl.c: Likewise.
51136         * math/s_cacoshf.c: Likewise.
51137         * math/s_catan.c: Likewise.
51138         * math/s_catanf.c: Likewise.
51139         * math/s_catanh.c: Likewise.
51140         * math/s_catanhf.c: Likewise.
51141         * math/s_catanhl.c: Likewise.
51142         * math/s_catanl.c: Likewise.
51143         * math/s_ccosh.c: Likewise.
51144         * math/s_ccoshf.c: Likewise.
51145         * math/s_ccoshl.c: Likewise.
51146         * math/s_cexp.c: Likewise.
51147         * math/s_cexpf.c: Likewise.
51148         * math/s_cexpl.c: Likewise.
51149         * math/s_clog.c: Likewise.
51150         * math/s_clog10.c: Likewise.
51151         * math/s_clog10f.c: Likewise.
51152         * math/s_clog10l.c: Likewise.
51153         * math/s_clogf.c: Likewise.
51154         * math/s_clogl.c: Likewise.
51155         * math/s_csin.c: Likewise.
51156         * math/s_csinf.c: Likewise.
51157         * math/s_csinh.c: Likewise.
51158         * math/s_csinhf.c: Likewise.
51159         * math/s_csinhl.c: Likewise.
51160         * math/s_csinl.c: Likewise.
51161         * math/s_csqrt.c: Likewise.
51162         * math/s_csqrtf.c: Likewise.
51163         * math/s_csqrtl.c: Likewise.
51164         * math/s_ctan.c: Likewise.
51165         * math/s_ctanf.c: Likewise.
51166         * math/s_ctanh.c: Likewise.
51167         * math/s_ctanhf.c: Likewise.
51168         * math/s_ctanhl.c: Likewise.
51169         * math/s_ctanl.c: Likewise.
51170         * math/s_ldexp.c: Likewise.
51171         * math/s_ldexpf.c: Likewise.
51172         * math/s_ldexpl.c: Likewise.
51173         * math/s_significand.c: Likewise.
51174         * math/s_significandf.c: Likewise.
51175         * math/s_significandl.c: Likewise.
51176         * math/w_acos.c: Likewise.
51177         * math/w_acosf.c: Likewise.
51178         * math/w_acosh.c: Likewise.
51179         * math/w_acoshf.c: Likewise.
51180         * math/w_acoshl.c: Likewise.
51181         * math/w_acosl.c: Likewise.
51182         * math/w_asin.c: Likewise.
51183         * math/w_asinf.c: Likewise.
51184         * math/w_asinl.c: Likewise.
51185         * math/w_atan2.c: Likewise.
51186         * math/w_atan2f.c: Likewise.
51187         * math/w_atan2l.c: Likewise.
51188         * math/w_atanh.c: Likewise.
51189         * math/w_atanhf.c: Likewise.
51190         * math/w_atanhl.c: Likewise.
51191         * math/w_cosh.c: Likewise.
51192         * math/w_coshf.c: Likewise.
51193         * math/w_coshl.c: Likewise.
51194         * math/w_dremf.c: Likewise.
51195         * math/w_exp10.c: Likewise.
51196         * math/w_exp10f.c: Likewise.
51197         * math/w_exp10l.c: Likewise.
51198         * math/w_exp2.c: Likewise.
51199         * math/w_exp2f.c: Likewise.
51200         * math/w_fmod.c: Likewise.
51201         * math/w_fmodf.c: Likewise.
51202         * math/w_fmodl.c: Likewise.
51203         * math/w_hypot.c: Likewise.
51204         * math/w_hypotf.c: Likewise.
51205         * math/w_hypotl.c: Likewise.
51206         * math/w_j0.c: Likewise.
51207         * math/w_j0f.c: Likewise.
51208         * math/w_j0l.c: Likewise.
51209         * math/w_j1.c: Likewise.
51210         * math/w_j1f.c: Likewise.
51211         * math/w_j1l.c: Likewise.
51212         * math/w_jn.c: Likewise.
51213         * math/w_jnf.c: Likewise.
51214         * math/w_jnl.c: Likewise.
51215         * math/w_lgamma.c: Likewise.
51216         * math/w_lgamma_r.c: Likewise.
51217         * math/w_lgammaf.c: Likewise.
51218         * math/w_lgammaf_r.c: Likewise.
51219         * math/w_lgammal.c: Likewise.
51220         * math/w_lgammal_r.c: Likewise.
51221         * math/w_log.c: Likewise.
51222         * math/w_log10.c: Likewise.
51223         * math/w_log10f.c: Likewise.
51224         * math/w_log10l.c: Likewise.
51225         * math/w_log2.c: Likewise.
51226         * math/w_log2f.c: Likewise.
51227         * math/w_log2l.c: Likewise.
51228         * math/w_logf.c: Likewise.
51229         * math/w_logl.c: Likewise.
51230         * math/w_pow.c: Likewise.
51231         * math/w_powf.c: Likewise.
51232         * math/w_powl.c: Likewise.
51233         * math/w_remainder.c: Likewise.
51234         * math/w_remainderf.c: Likewise.
51235         * math/w_remainderl.c: Likewise.
51236         * math/w_scalb.c: Likewise.
51237         * math/w_scalbf.c: Likewise.
51238         * math/w_scalbl.c: Likewise.
51239         * math/w_sinh.c: Likewise.
51240         * math/w_sinhf.c: Likewise.
51241         * math/w_sinhl.c: Likewise.
51242         * math/w_sqrt.c: Likewise.
51243         * math/w_sqrtf.c: Likewise.
51244         * math/w_sqrtl.c: Likewise.
51245         * math/w_tgamma.c: Likewise.
51246         * math/w_tgammaf.c: Likewise.
51247         * math/w_tgammal.c: Likewise.
51249         * po/ja.po: Update from translation team.
51251 2011-09-29  Andreas Jaeger  <aj@suse.de>
51253         [BZ #13179]
51254         * sunrpc/netname.c (netname2host): Fix logic.
51256         [BZ #6779]
51257         [BZ #6783]
51258         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51259         correctly.
51260         * math/w_remainder.c (__remainder): Likewise.
51261         * math/w_remainderf.c (__remainderf): Likewise.
51262         * math/libm-test.inc (remainder_test): Add test cases.
51264 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51266         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51267         sdiv_qrnnd.
51269 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51271         * string/test-memcmp.c: Avoid unncessary #defines.
51272         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51274 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51276         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51277         Use new sse2 version for core i3 - i7 as it's faster
51278         than sse42 version.
51279         (bit_Prefer_PMINUB_for_stringop): New.
51280         * sysdeps/x86_64/rawmemchr.S: Update.
51281         Replace with faster SSE2 version.
51282         * sysdeps/x86_64/memrchr.S: New file.
51283         * sysdeps/x86_64/memchr.S: Update.
51284         Replace with faster SSE2 version.
51286 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51288         * elf/dl-load.c (lose): Add cast to avoid warning.
51290 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51292         * po/ca.po: Update from translation team.
51294         * inet/getnetgrent_r.c: Hook up nscd.
51295         * nscd/Makefile (routines): Add nscd_netgroup.
51296         (nscd-modules): Add netgroupcache.
51297         (CFLAGS-netgroupcache.c): Define.
51298         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51299         (cache_search): Add const to second parameter.
51300         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51301         INNETGR.
51302         (dbs): Add netgrdb entry.
51303         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51304         (verify_persistent_db): Handle netgrdb.
51305         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51306         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51307         GETFDNETGR.
51308         (netgroup_response_header): Define.
51309         (innetgroup_response_header): Define.
51310         (datahead): Add netgroup_response_header and innetgroup_response_header
51311         elements.
51312         * nscd/nscd.conf: Add entries for netgroup cache.
51313         * nscd/nscd.h (dbtype): Add netgrdb.
51314         (_PATH_NSCD_NETGROUP_DB): Define.
51315         (netgroup_iov_disabled): Declare.
51316         (xmalloc, xcalloc, xrealloc): Move declarations here.
51317         (cache_search): Adjust prototype.
51318         Add netgroup-related prototypes.
51319         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51320         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51321         (__nscd_innetgr): Declare.
51322         * nscd/selinux.c (perms): Use access_vector_t as element type and
51323         add netgroup-related initializers.
51324         * nscd/netgroupcache.c: New file.
51325         * nscd/nscd_netgroup.c: New file.
51326         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51327         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51328         For four parameters use innetgr.
51329         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51330         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51331         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51332         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51334         * nscd/connections.c (register_traced_file): Don't register file
51335         for disabled databases.
51337 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51339         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51341         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51342         from tree and freeing node.
51344 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51346         * nss/nsswitch.c (__nss_database_lookup): Handle
51347         nss_parse_service_list out of memory case.
51349 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51351         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51352         out of memory case.
51354 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51356         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51357         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51358         pass it down.
51359         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51360         elf_machine_rela, elf_machine_lazy_rel.
51361         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51362         (ELF_DYNAMIC_DO_REL): Likewise.
51363         (ELF_DYNAMIC_DO_RELA): Likewise.
51364         (ELF_DYNAMIC_RELOCATE): Likewise.
51365         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51366         to ELF_DYNAMIC_DO_REL.
51367         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51368         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51369         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51370         elf_machine_rela.
51371         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51372         skip_ifunc, don't call ifunc function if non-zero.
51373         (elf_machine_rela): Likewise.
51374         (elf_machine_lazy_rel): Likewise.
51375         (elf_machine_lazy_rela): Likewise.
51376         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51377         (elf_machine_lazy_rel): Likewise.
51378         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51379         Likewise.
51380         (elf_machine_lazy_rel): Likewise.
51381         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51382         Likewise.
51383         (elf_machine_lazy_rel): Likewise.
51384         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51385         (elf_machine_lazy_rel): Likewise.
51386         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51387         (elf_machine_lazy_rel): Likewise.
51388         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51389         (elf_machine_lazy_rel): Likewise.
51390         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51391         (elf_machine_lazy_rel): Likewise.
51392         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51393         (elf_machine_lazy_rel): Likewise.
51394         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51395         (elf_machine_lazy_rel): Likewise.
51397 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51399         * nss/nss_files/files-init.c (_nss_files_init): Use static
51400         initialization for all the *_traced_file variables.
51402 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51404         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51406 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51408         [BZ #13226]
51409         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51411 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51413         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51414         Reread the line before reparsing it.
51416 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51418         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51420 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51421             Maxim Kuvyrkov  <maxim@codesourcery.com>
51422             Joseph Myers  <joseph@codesourcery.com>
51424         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51425         if needed for __stack_chk_guard.
51427 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51429         * sysdeps/posix/spawni.c (script_execute): Always define it.
51430         It will be optimized away if unused.
51431         (maybe_script_execute): New function.
51432         (__spawni): Call it.
51434         * Makerules: Don't include tls.make.
51435         (config-tls): Always set to thread.
51436         * tls.make.c: File removed.
51438 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51440         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51441         * config.make.in (CPPFLAGS-config): New substituted variable.
51443 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51445         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51447         [BZ #13192]
51448         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51449         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51451 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51453         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51454         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51455         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51456         (CALL_FAIL): Likewise.
51457         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51458         (CALL_FAIL): Macro removed.
51459         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51461 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51463         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51464         for __FINITE_MATH_ONLY__ == 1.
51466 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51468         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51469         __ieee754_sqrt instead of sqrt.
51470         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51471         __ieee754_sqrtf instead of sqrtf.
51472         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51473         __floorf instead of floorf.
51474         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51475         __floorf, __truncf instead of floorf, truncf.
51477 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51479         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51481         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51482         __extern_always_inline.
51483         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51484         32-bit.
51486 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51488         * elf/rtld.c (dl_main): Also relocate in dependency order when
51489         doing symbol dependency testing.
51491 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51493         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51494         Always define `refsym'.
51496 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51498         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51499         (__FD_ELT): Renamed from __FDELT.
51500         * misc/bits/select2.h (__FD_ELT): Likewise.
51501         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51502         __FD_MASK instead of __FDELT, __FDMASK.
51503         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51504         Likewise.
51505         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51506         Likewise.
51508         * elf/Makefile (gen-ldd): Fix pattern.
51510         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51511         (init_tls): Likewise.
51513 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51515         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51517 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51519         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51520         `struct cmsghdr *' instead of `void *'.
51521         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51522         Likewise.
51524 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51526         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51527         if non-absolute.
51528         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51529         ldd_rewrite_script.
51531 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51533         * configure.in: Remove --with-tls option.
51534         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51535         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51536         out in case it is missing.
51537         * sysdeps/ia64/elf/configure.in: Likewise.
51538         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51539         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51540         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51541         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51542         * sysdeps/sh/elf/configure.in: Likewise.
51543         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51544         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51545         * sysdeps/x86_64/elf/configure.in: Likewise.
51546         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51547         * sysdeps/mach/hurd/tls.h: Likewise.
51549         [BZ #13067]
51550         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51552         [BZ #13090]
51553         * configure.in: Fix use of AC_INIT.
51555         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51557 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51559         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51560         __set_errno.
51561         * malloc/hooks.c: Likewise.
51563         [BZ #11929]
51564         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
51565         variables statically.
51566         (narenas): Initialize.
51567         (list_lock): Initialize.
51568         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
51569         initializtion of main_arena and list_lock.  Small cleanups.
51570         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51571         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
51572         Add initializers to main_arena and mp_.
51573         (malloc_state): Remove pagesize member.  Change all users to use
51574         GLRO(dl_pagesize).
51576         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51577         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
51578         is always initialized.
51580         * malloc/malloc.c: Removed unused configurations and dead code.
51581         * malloc/arena.c: Likewise.
51582         * malloc/hooks.c: Likewise.
51583         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
51585         * include/tls.h: Removed.  USE___THREAD must always be defined.
51586         * bits/libc-tsd.h: Don't handle !USE___THREAD.
51587         * elf/dl-libc.c: Likewise.
51588         * elf/dl-tsd.c: Likewise.
51589         * include/errno.h: Likewise.
51590         * include/netdb.h: Likewise.
51591         * include/resolv.h: Likewise.
51592         * inet/herrno-loc.c: Likewise.
51593         * inet/herrno.c: Likewise.
51594         * malloc/arena.c: Likewise.
51595         * malloc/hooks.c: Likewise.
51596         * malloc/malloc.c: Likewise.
51597         * resolv/res-state.c: Likewise.
51598         * resolv/res_libc.c: Likewise.
51599         * sysdeps/i386/dl-machine.h: Likewise.
51600         * sysdeps/ia64/dl-machine.h: Likewise.
51601         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51602         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51603         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51604         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
51605         * sysdeps/sh/dl-machine.h: Likewise.
51606         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
51607         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
51608         * sysdeps/unix/i386/sysdep.S: Likewise.
51609         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
51610         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
51611         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
51612         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
51613         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
51614         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
51615         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
51616         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
51617         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51618         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
51619         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51620         * sysdeps/x86_64/dl-machine.h: Likewise.
51621         * tls.make.c: Likewise.
51623         * configure.in: Remove --with-__thread option.  Make tests for
51624         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
51625         tls_model attribute fail if no support is available.  Remove
51626         USE_IN_LIBIO.
51627         * Makeconfig: Adjust for dropped configure option.  All features are
51628         now mandatory.
51629         * Makerules: Likewise.
51630         * Versions.def: Likewise.
51631         * argp/argp-fmtstream.c: Likewise.
51632         * argp/argp-fmtstream.h: Likewise.
51633         * argp/argp-help.c: Likewise.
51634         * assert/assert.c: Likewise.
51635         * config.h.in: Likewise.
51636         * config.make.in: Likewise.
51637         * configure: Likewise.
51638         * configure.in: Likewise.
51639         * csu/Versions: Likewise.
51640         * csu/init.c: Likewise.
51641         * elf/tst-audit2.c: Likewise.
51642         * elf/tst-tls10.c: Likewise.
51643         * elf/tst-tls10.h: Likewise.
51644         * elf/tst-tls11.c: Likewise.
51645         * elf/tst-tls12.c: Likewise.
51646         * elf/tst-tls14.c: Likewise.
51647         * elf/tst-tlsmod11.c: Likewise.
51648         * elf/tst-tlsmod12.c: Likewise.
51649         * elf/tst-tlsmod13.c: Likewise.
51650         * elf/tst-tlsmod13a.c: Likewise.
51651         * elf/tst-tlsmod14a.c: Likewise.
51652         * elf/tst-tlsmod15b.c: Likewise.
51653         * elf/tst-tlsmod16a.c: Likewise.
51654         * elf/tst-tlsmod16b.c: Likewise.
51655         * elf/tst-tlsmod7.c: Likewise.
51656         * elf/tst-tlsmod8.c: Likewise.
51657         * elf/tst-tlsmod9.c: Likewise.
51658         * gmon/gmon.c: Likewise.
51659         * grp/fgetgrent_r.c: Likewise.
51660         * grp/putgrent.c: Likewise.
51661         * hurd/fopenport.c: Likewise.
51662         * include/libc-symbols.h: Likewise.
51663         * include/tls.h: Likewise.
51664         * intl/gettextP.h: Likewise.
51665         * intl/loadinfo.h: Likewise.
51666         * locale/global-locale.c: Likewise.
51667         * locale/localeinfo.h: Likewise.
51668         * mach/devstream.c: Likewise.
51669         * malloc/arena.c: Likewise.
51670         * malloc/set-freeres.c: Likewise.
51671         * misc/err.c: Likewise.
51672         * misc/getttyent.c: Likewise.
51673         * misc/mntent_r.c: Likewise.
51674         * posix/getopt.c: Likewise.
51675         * posix/wordexp.c: Likewise.
51676         * pwd/fgetpwent_r.c: Likewise.
51677         * resolv/Versions: Likewise.
51678         * resolv/res_hconf.c: Likewise.
51679         * shadow/fgetspent_r.c: Likewise.
51680         * shadow/putspent.c: Likewise.
51681         * stdio-common/printf_fphex.c: Likewise.
51682         * stdio-common/tmpfile.c: Likewise.
51683         * stdlib/abort.c: Likewise.
51684         * stdlib/fmtmsg.c: Likewise.
51685         * sunrpc/auth_unix.c: Likewise.
51686         * sunrpc/clnt_perr.c: Likewise.
51687         * sunrpc/clnt_tcp.c: Likewise.
51688         * sunrpc/clnt_udp.c: Likewise.
51689         * sunrpc/clnt_unix.c: Likewise.
51690         * sunrpc/openchild.c: Likewise.
51691         * sunrpc/svc_simple.c: Likewise.
51692         * sunrpc/svc_tcp.c: Likewise.
51693         * sunrpc/svc_udp.c: Likewise.
51694         * sunrpc/svc_unix.c: Likewise.
51695         * sunrpc/xdr.c: Likewise.
51696         * sunrpc/xdr_array.c: Likewise.
51697         * sunrpc/xdr_rec.c: Likewise.
51698         * sunrpc/xdr_ref.c: Likewise.
51699         * sunrpc/xdr_stdio.c: Likewise.
51701 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51703         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51705 2011-07-03  Andreas Jaeger  <aj@suse.de>
51707         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
51708         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
51709         regenerate with gen-libm-tests.pl.
51711 2010-05-12  Petr Baudis  <pasky@suse.cz>
51713         [BZ #11589]
51714         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
51715         around j0() zero points by switching to j1().
51716         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51717         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51718         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51719         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51721 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51723         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
51724         instead of 0.
51725         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
51726         instead of 0.
51727         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51728         Patch in part by Pavel Roskin <proski@gnu.org>.
51730         [BZ #13138]
51731         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
51732         realloc.
51733         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
51734         Free memory block if necessary.
51736         [BZ #12847]
51737         * libio/genops.c (INTDEF): For string streams the _lock pointer can
51738         be NULL.  Don't lock in this case.
51740 2011-09-09  Roland McGrath  <roland@hack.frob.com>
51742         * elf/elf.h (ELFOSABI_GNU): New macro.
51743         (ELFOSABI_LINUX): Define to that.
51745 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
51747         * string/strncat.c (strncat): Undef the symbol in case it has been
51748         defined in bits/string.h.
51750 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
51752         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
51754         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
51755         link map.
51757 2011-08-17  Andreas Jaeger  <aj@suse.de>
51759         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
51761 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
51762             Ian Lance Taylor  <iant@google.com>
51764         * math/libm-test.inc (lround_test): New testcase.
51765         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
51767 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
51769         * Makefile: Remove support for automatic cvs check-ins.
51770         * Makerules: Likewise.
51771         * config.make.in: Likewise.
51772         * configure.in: Likewise.
51773         * intl/Makefile: Likewise.
51774         * locale/Makefile: Likewise.
51775         * po/Makefile: Likewise.
51776         * posix/Makefile: Likewise.
51777         * sysdeps/gnu/Makefile: Likewise.
51778         * sysdeps/mach/hurd/Makefile: Likewise.
51779         * sysdeps/sparc/sparc32/Makefile: Likewise.
51781         [BZ #13118]
51782         * posix/Makefile (bug-regex32-ENV): Define.
51783         Patch by John Stanley <jpsinthemix@verizon.net>.
51785         * misc/Makefile (headers): Add bits/select2.h.
51786         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
51787         * misc/bits/select2.h: New file.
51788         * include/bits/select2.h: New file.
51789         * debug/Makefile (routines): Add fdelt_chk.
51790         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
51791         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
51792         FD_ISSET.
51793         * debug/fdelt_chk.c: New file.
51795         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
51796         * wcsmbs/test-wmemcmp.c: Likewise.
51797         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
51798         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
51800 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51802         * string/Makefile (strop-tests): Add memcmp.
51803         * string/test-wmemcmp.c: New file.
51804         * string/test-memcmp.c: Add wmemcmp support.
51806 2011-09-08  Roland McGrath  <roland@hack.frob.com>
51808         [BZ #13153]
51809         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
51810         2011-07-19 change.
51812         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
51813         garbage value in a __mach_port_mod_refs call in the cases of the
51814         task-self and thread-self ports.
51816 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51818         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
51820 2011-09-08  Andreas Schwab  <schwab@redhat.com>
51822         * elf/dl-load.c (lose): Check for non-null L.
51824 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51826         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
51828         * elf/dl-libc.c (dlerror_run): Pass back error code from
51829         dl_catch_error.
51831         [BZ #13123]
51832         * elf/dl-load.c (lose): Free l_origin if it is valid.
51834         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
51835         names.
51836         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
51837         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51838         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
51839         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51840         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
51841         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
51843 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51845         * sysdeps/powerpc/fpu/e_hypot.c: New file.
51846         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
51847         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
51848         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
51849         * sysdeps/powerpc/fpu/k_cosf.c: New file.
51850         * sysdeps/powerpc/fpu/k_sinf.c: New file.
51851         * sysdeps/powerpc/fpu/s_cosf.c: New file.
51852         * sysdeps/powerpc/fpu/s_sinf.c: New file.
51853         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
51854         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
51856 2011-08-15  Alan Modra  <amodra@gmail.com>
51858         [BZ #13092]
51859         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
51860         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
51861         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
51862         ppc_mcount to static-only-routines.
51863         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
51864         __mcount_internal.
51865         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
51866         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
51868 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
51870         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
51871         for finite and infinity parameters.
51873 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51875         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
51876         and add nop instructions for throughput optimization.
51877         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51879 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
51881         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
51882         aligned copy for power7 with vector-scalar instructions.
51883         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
51885 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
51887         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
51888         AVX check.
51890 2011-09-07  Andreas Schwab  <schwab@redhat.com>
51892         [BZ #13144]
51893         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
51894         last change.
51896 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
51898         * sysdeps/unix/sysv/linux/x86_64/init-first.c
51899         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
51900         syscall wrapper around clock_gettime in __vdso_clock_gettime.
51901         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
51902         clock_gettime.
51904 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51906         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
51907         Forgot to demangle the pointer.
51909         * sysdeps/i386/sysdep.h: Define atom_text_section.
51910         * sysdeps/x86_64/sysdep.h: Likewise.
51911         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
51912         section with atom_text_section.
51913         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
51914         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
51915         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
51916         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51917         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
51919         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
51920         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
51921         already be defined.  Change to take two parameters and don't assign
51922         result to variable.  Adjust all users.
51923         Define INTERNAL_GETTIME if not already defined.
51924         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
51925         call.
51926         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
51927         HAVE_CLOCK_GETTIME_VSYSCALL.
51928         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
51930         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
51931         gettimeofday vsyscall, just use time.
51933 2011-09-06  Andreas Schwab  <schwab@redhat.com>
51935         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
51936         <errno.h>.
51938 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
51940         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
51941         syscall on x86-64.
51942         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
51943         syscall.
51944         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
51945         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
51946         syscall if possible.
51948 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51950         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
51951         e_ident.  Don't pass to find_mapsXX.
51952         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
51954 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51956         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51957         strchr-sse2-no-bsf strrchr-sse2-no-bsf
51958         * sysdeps/x86_64/multiarch/strchr.S: Update.
51959         Check bit_slow_BSF bit.
51960         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
51961         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
51962         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
51964 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
51966         [BZ #13134]
51967         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
51968         before glibc 2.15.
51969         (tryshell): Define.
51970         (__spawni): Change last parameter to be flag.  Test
51971         SPAWN_XFLAGS_USE_PATH flag to use path or not.
51972         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
51973         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
51974         * posix/spawni.c: Likewise.
51975         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
51976         * posix/spawnp.c: Likewise.  Change normal version to use
51977         SPAWN_XFLAGS_USE_PATH.
51978         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
51979         SPAWN_XFLAGS_TRY_SHELL.
51981         [BZ #13150]
51982         * posix/glob.h: Remove gcc 1.x support.
51984         [BZ #13068]
51985         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
51987 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51989         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51990         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
51991         strrchr-sse2-bsf
51992         * sysdeps/i386/i686/multiarch/strchr.S: New file.
51993         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
51994         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
51995         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
51996         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
51997         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
51999 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52001         * sysdeps/x86_64/wcscmp.S: New file.
52003         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52004         wcscmp-c wcscmp-sse2
52005         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52006         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52007         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52008         * wcsmbs/wcscmp.c: Allow renaming.
52010 2011-09-05  David S. Miller  <davem@davemloft.net>
52012         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52013         stack slot, rather than the struct return pointer slot.
52014         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52015         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52016         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52017         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52019 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52021         * po/ja.po: Update from translation team.
52023         [BZ #13144]
52024         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52025         kernel in 64-bit binaries.
52027 2011-09-01  David S. Miller  <davem@davemloft.net>
52029         * elf/elf.h (HWCAP_SPARC_*): Move to..
52030         * sysdeps/sparc/sysdep.h: this new file and add new values.
52031         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52032         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52033         _DL_HWCAP_COUNT to 24.
52034         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52035         entries.
52036         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52037         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52038         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52039         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52040         instead of magic constants.
52041         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52043 2011-08-31  David S. Miller  <davem@davemloft.net>
52045         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52046         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52047         Reimplement to do errno handling inline.
52048         (SYSCALL_ERROR_HANDLER): New macro.
52049         (__SYSCALL_STRING): Do not do errno handling in asm.
52050         (__CLONE_SYSCALL_STRING): Delete.
52051         (__INTERNAL_SYSCALL_STRING): Delete.
52052         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52053         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52054         (PSEUDO): Reimplement to do errno handling inline.
52055         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52056         (SYSCALL_ERROR_HANDLER): New macro.
52057         (__SYSCALL_STRING): Do not do errno handling in asm.
52058         (__CLONE_SYSCALL_STRING): Delete.
52059         (__INTERNAL_SYSCALL_STRING): Delete.
52060         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52061         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52062         i386.
52063         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52064         (inline_syscall*): Add 'err' argument.
52065         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52066         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52067         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52068         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52070         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52071         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52073 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52075         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52077 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52079         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52080         directive.
52082 2011-08-24  David S. Miller  <davem@davemloft.net>
52084         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52086 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52088         * elf/Makefile: Add rules to build and run unload8 test.
52089         * elf/unload8.c: New file.
52090         * elf/unload8mod1.c: New file.
52091         * elf/unload8mod1x.c: New file.
52092         * elf/unload8mod2.c: New file.
52093         * elf/unload8mod3.c: New file.
52095         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52096         it wasn't used.
52098 2011-08-23  David S. Miller  <davem@davemloft.net>
52100         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52101         subtract stack bias.
52102         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52103         %sp not %fp in calculations.
52104         (_JMPBUF_UNWINDS_ADJ): Likewise.
52106         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52107         (aio_suspend): Call it to force an exception region around the
52108         AIO_MISC_WAIT() invocation.
52110 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52112         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52113         backslash.
52115 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52117         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52118         protection macro.
52119         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52120         and <dl-machine.h>.
52121         (Elf64_FuncDesc): Remove.
52123 2011-08-22  David S. Miller  <davem@davemloft.net>
52125         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52126         sigaltstack check, add missing cfi directives.
52127         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52128         missing cfi directives, and sigaltstack handling.
52130 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52132         [BZ #11724]
52133         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52134         object is seen twice.
52135         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52137         * elf/Makefile (distribute): Add tst-initorder2.c.
52138         (tests): Add tst-initorder2.
52139         (modules-names): Add tst-initorder2a tst-initorder2b
52140         tst-initorder2c tst-initorder2d.  Add rules to build them.
52141         ($(objpfx)tst-initorder2.out): New rule.
52142         * elf/tst-initorder2.c: New file.
52143         * elf/tst-initorder2.exp: New file.
52145 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52147         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52149         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52150         dependencies back to end of function.
52152         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52153         $(elfobjdir)/ld.so.
52155 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52157         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52158         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52159         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52160         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52161         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52162         of __vdso_gettimeofday.
52163         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52164         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52165         attribute_hidden.
52166         (_libc_vdso_platform_setup): Remove initialization of
52167         __vdso_gettimeofday and __vdso_time.
52169 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52171         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52172         and fgetc_unlocked.
52173         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52174         getc_unlocked.
52176         * elf/dl-open.c (add_to_global): Report additions to the global scope
52177         for LD_DEBUG=scopes.
52178         (dl_open_worker): Also print scope of newly loaded dependencies.
52179         (_dl_show_scope): Indicate if there is no scope.
52181         [BZ #13114]
52182         * stdio-common/Makefile (tests): Add bug24.
52183         * stdio-common/bug24.c: New file.
52185 2011-08-19  Andreas Jaeger  <aj@suse.de>
52187         [BZ #13114]
52188         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52189         non-existant file when using close-on-exec mode.
52191 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52193         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52194         the very first instruction.
52196         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52197         the CFI state in the end.
52198         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52199         inclusion of dl-trampoline.h.
52200         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52202 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52204         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52205         expectations for long double.
52207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52208         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52210 2011-08-14  David S. Miller  <davem@davemloft.net>
52212         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52213         artificual limit depends upon the system page size.
52215 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52217         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52218         * resolv/Makefile: Define CFLAGS-libresolv.
52220 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52222         * nss/makedb.c (compute_tables): Make variables used in nested
52223         function static.
52225 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52227         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52228         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52229         if buffer was too small.
52231         * elf/pldd.c (main): Attach to all threads in the process.
52232         Rewrite /proc handling to use *at functions.
52234 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52236         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52237         specifies first scope to show.
52238         (dl_open_worker): Update callers.  Move printing scope of new
52239         object to before the relocation.
52240         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52241         * sysdeps/generic/ldsodefs.h: Update declaration.
52243         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52244         string for the scope number.
52246 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52248         * nscd/servicescache.c (cache_addserv): Make sure written is always
52249         initialized.
52251 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52253         * sysdeps/i386/i486/bits/atomic.h
52254         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52255         statement expression, so as to suppress "set but not used" warning.
52256         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52258         * string/strncat.c (STRNCAT): Use prototype definition.
52260         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52261         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52262         -Iprograms here.
52263         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52264         (localedef-modules): Add localedef.
52265         (locale-modules): Add locale.
52267         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52268         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52269         to avoid a warning.
52271 2011-08-14  David S. Miller  <davem@davemloft.net>
52273         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52274         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52276 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52278         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52279         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52280         * elf/rtld.c (dl_main): Set l_name of vDSO.
52281         Call _dl_show_scope when DL_DEBUG_SCOPES.
52282         (process_dl_debug): Recognize scopes flag and also set it for all.
52283         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52284         Declare _dl_show_scope.
52286         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52287         (do_dlopen): Pass caller_dlopen to dl_open.
52288         (__libc_dlopen_mode): Initialize caller_dlopen.
52290         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52291         of libc.  Make tolower call locale-independent.  Optimize a bit by
52292         using isdigit instead of isalnum.
52293         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52295 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52297         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52298         was a dependency or dynamically loaded.
52300 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52302         * intl/l10nflist.c: Allow architecture-specific pop function.
52303         * sysdeps/x86_64/l10nflist.c: New file.
52305         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52306         classification.
52308 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52310         * include/dirent.h: Add libc_hidden_proto for scandirat and
52311         scandirat64.  Don't declare __scandirat64.
52312         * dirent/scandirat.c: Add libc_hidden_def.
52313         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52314         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52316 2011-08-10  David S. Miller  <davem@davemloft.net>
52318         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52319         enum.
52320         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52321         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52322         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52324 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52326         * Versions.def [libc]: Add GLIBC_2.15.
52327         * dirent/Makefile (routines): Add scandirat and scandirat64.
52328         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52329         GLIBC_2.15.
52330         * dirent/dirent.h: Declare scandirat and scandirat64.
52331         * dirent/scandirat.c: New file.
52332         * dirent/scandirat64.c: New file.
52333         * sysdeps/wordsize-64/scandirat.c: New file.
52334         * sysdeps/wordsize-64/scandirat64.c: New file.
52335         * dirent/opendir.c: Define opendirat.
52336         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52337         using scandirat.
52338         * dirent/scandir64.c: Adjust for scandir.c change.
52339         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52340         __scandirat64, and __scandir_cancel_handler.
52341         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52342         additional parameter and use openat instead of open (outside of ld.so).
52343         Add new __opendir as wrapper around __opendirat.
52344         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52345         here without requiring old scandirat implementation.
52347 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52349         * dirent/scandir.c (cancel_handler): Renamed to
52350         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52351         defined.  Adjust users.
52352         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52353         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52355 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52357         * string/test-string.h (IMPL): Use __STRING to expand name and then
52358         stringify it.
52360         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52361         of cleanups.
52363 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52365         * string/Makefile: Update.
52366         (strop-tests): Append strncat.
52367         * string/test-wcscmp.c: New file.
52368         New comprehensive test for wcscmp.
52369         * string/test-strcmp.c: Update.
52370         (WIDE): New define.
52372 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52374         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52375         line.
52377 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52379         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52380         encoding to ACE if AI_IDN.
52382 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52384         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52385         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52387 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52389         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52390         Fix overflow bug in strncat.
52391         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52393         * string/test-strncat.c: Update.
52394         Add new tests for checking overflow bugs.
52396 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52398         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52399         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52400         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52401         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52402         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52403         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52404         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52405         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52406         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52408         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52409         (USE_AS_STRCAT): Define.
52410         Add strcat and strncat support.
52411         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52413 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52415         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52416         __n bigger than INT_MAX+1.
52417         (__strncmp_g): Likewise.
52419 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52421         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52422         * libio/stido.h: Likewise.
52424         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52425         (AF_NFC): Define.
52426         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52427         (AF_NFC): Define.
52429         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52430         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52431         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52432         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52433         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52435         [BZ #13021]
52436         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52437         installed.
52439         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52440         typo.
52441         (_dl_x86_64_save_sse): Likewise.
52443 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52445         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52446         OSXSAVE.
52447         (_dl_x86_64_save_sse): Likewise.
52449         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52451         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52453 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52455         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52456         change.
52457         (_dl_x86_64_save_sse): Use correct AVX check.
52459 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52461         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52462         bug in strncpy/strncat.
52463         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52465 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52467         * string/tester.c (test_strcat): Add tests for different alignments
52468         of source and destination.
52469         (test_strncat): Likewise.
52471 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52473         [BZ #12852]
52474         * posix/glob.c (glob): Check passed in values before using them in
52475         expressions to avoid some overflows.
52476         (glob_in_dir): Likewise.
52478         [BZ #13007]
52479         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52480         check for AVX enablement so that we don't crash with old kernels and
52481         new hardware.
52482         * elf/tst-audit4.c: Add same checks here.
52483         * elf/tst-audit6.c: Likewise.
52485         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52487 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52489         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52491 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52493         * po/cs.po: Update from translation team.
52494         * po/bg.po: Likewise.
52496 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52498         * misc/sys/cdefs.h: Add support for const attribute.
52499         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52500         to gnu_dev_{major,minor,makedev} functions.
52502 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52504         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52506 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52508         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52509         strlen results.
52511 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52513         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52514         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52515         register in order to avoid conflicts with the soft frame pointer
52516         being held in r11 when necessary.
52517         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52518         (INTERNAL_VSYSCALL_NCS): Likewise.
52520 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52522         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52523         * elf/dl-fini.c (_dl_fini): Adjust caller.
52524         * elf/dl-close.c (_dl_close_worker): Likewise.
52525         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52527 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52529         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52530         "aux_cache->nlibs < 0".
52532         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52533         in the reload-count case.
52535 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52537         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52538         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52539         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52540         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52541         * sysdeps/x86_64/multiarch/strcat.S: New file.
52542         * sysdeps/x86_64/multiarch/strncat.S: New file.
52543         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52544         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52545         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52546         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52547         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52548         (USE_AS_STRCAT): Define.
52549         Add strcat and strncat support.
52550         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52551         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52552         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52553         * string/strncat.c: Update.
52554         (USE_AS_STRNCAT): Define.
52555         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52556         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52557         and i7.
52558         * sysdeps/x86_64/multiarch/init-arch.h
52559         (bit_Prefer_PMINUB_for_stringop): New.
52560         (index_Prefer_PMINUB_for_stringop): Likewise.
52561         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52562         bit_Prefer_PMINUB_for_stringop.
52564 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52566         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52567         buffer64.
52568         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52569         of casting of buffer.
52570         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52571         buffer32 and buffer64.
52572         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52573         writes instead of casting of buffer.
52574         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52575         buffer32.
52576         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52577         casting of buffer.
52579 2011-07-19  Andreas Schwab  <schwab@redhat.com>
52581         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52583 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52585         * nscd/nscd.c (termination_handler): Don't do anything for a database
52586         if it has not yet been initialized.
52588 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52590         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52592 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52594         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52596 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52598         * po/nl.po: Update from translation team.
52599         * po/sv.po: Likewise.
52601 2011-07-16  Roland McGrath  <roland@hack.frob.com>
52603         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52604         now disallowed by GCC.
52606         * configure.in (use-default-link): Default to yes if a test -shared
52607         link meets our qualifications.
52608         * configure: Regenerated.
52610         * config.make.in (output-format): New variable.
52611         * configure.in: Check for ld --print-output-format support.
52612         * configure: Regenerated.
52613         * Makerules ($(common-objpfx)format.lds)
52614         [$(output-format) != unknown]: Just use $(output-format),
52615         instead of the linker-script munging.
52617 2011-07-14  Roland McGrath  <roland@hack.frob.com>
52619         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
52620         of $(common-objpfx)shlib.lds.
52621         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
52623         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
52624         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
52626         * configure.in (-z relro check): Adjust test code to add a large
52627         writable data section after it.
52628         * configure: Regenerated.
52630 2011-07-11  Roland McGrath  <roland@hack.frob.com>
52632         * configure.in (-z relro check): Fix test code to make the variable
52633         truly const.
52634         * configure: Regenerated.
52636 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
52638         * nscd/nscd.h (struct traced_file): Define.
52639         (struct database_dyn): Remove inotify_descr, reset_res, and filename
52640         elements.  Add traced_files.
52641         (inotify_fd): Declare.
52642         (register_traced_file): Declare.
52643         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
52644         (inotify_fd): Export.
52645         (resolv_conf_descr): Remove.
52646         (nscd_init): Move inotify descriptor creation to main.
52647         Don't register files for notification here.
52648         (register_traced_file): New function.
52649         (invalidate_cache): Don't use reset_res to determine whether to call
52650         res_init, go through the list of registered files.
52651         (main_loop_poll): The inotify descriptors are now stored in the
52652         structures for the traced files.
52653         (main_loop_epoll): Likewise
52654         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
52655         to __nss_disable_nscd.
52656         * nscd/cache.c (prune_cache): There is no single inotify descriptor
52657         for a database anymore.  Check the records for all the registered
52658         files instead.
52659         * nss/Makefile (libnss_files-routines): Add files-init.
52660         (libnss_db-routines): Add db-init.
52661         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
52662         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
52663         * nss/nss_db/db-init.c: New file.
52664         * nss/nss_files/files-init.c: New file.
52665         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
52666         __nss_lookup_function.
52667         (__nss_lookup_function): Call nss_load_library.
52668         (nss_load_all_libraries): New function.
52669         (__nss_disable_nscd): Take parameter with callback function for files
52670         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
52671         used for the cached services.
52672         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
52673         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
52674         options for features to all the files in nscd.
52676         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
52678 2011-07-10  Roland McGrath  <roland@hack.frob.com>
52680         * csu/elf-init.c (__libc_csu_init): Comment typo.
52682 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
52684         * po/pl.po: Update from translation team.
52685         * po/ja.po: Likewise.
52686         * po/ru.po: Likewise.
52687         * po/ko.po: Likewise.
52688         * po/fr.po: Likewise.
52690 2011-07-09  Roland McGrath  <roland@hack.frob.com>
52692         * configure.in (.ctors/.dtors header and trailer check):
52693         Use an empirical test on a built program.
52694         * configure: Regenerated.
52696         * configure.in (-z relro check): Use an empirical test on a built DSO.
52697         Detect, but do not require, on ia64.
52698         * configure: Regenerated.
52700         * configure.in (READELF): Find it with AC_CHECK_TOOL.
52701         Update tests that use readelf to use $READELF instead.
52702         * configure: Regenerated.
52704 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
52706         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
52707         if the result is not used.
52709 2011-07-05  Andreas Jaeger  <aj@suse.de>
52711         [BZ#9696]
52712         * stdlib/tst-strtod.c: Add testcase.
52714 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
52716         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
52717         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
52718         The latter has a higher limit.  Take additional parameter to pass to
52719         the new function.
52720         (__pathconf): Pass file to __statfs_link_max.
52721         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
52722         __statfs_link_max.
52723         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
52724         __statfs_link_max.
52726         [BZ #12868]
52727         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
52728         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52729         Handle Lustre.
52730         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
52731         (__statfs_filesize_max): Likewise.
52732         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
52734 2011-07-05  Andreas Jaeger  <aj@suse.de>
52736         * resolv/res_comp.c (dn_skipname): Remove unused variable.
52738 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
52740         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
52741         `status' variable.
52742         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
52743         Likewise.
52745 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
52747         * Makefile (strop-tests): Add strncat.
52748         * string/test-strncat.c: New file.
52750 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
52752         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
52754 2011-06-21  Andreas Jaeger  <aj@suse.de>
52756         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
52757         Copy rule from iconvdata/Makefile.
52759 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52761         [BZ #12922]
52762         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
52763         but no long options are defined, just return 'W'.
52765 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
52767         [BZ #9696]
52768         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
52770 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
52772         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
52773         netgroups to read.
52774         (innetgr): Likewise.
52776 2011-07-05  Roland McGrath  <roland@hack.frob.com>
52778         * config.make.in (install_root): Default to $(DESTDIR).
52780 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
52782         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
52784 2011-07-02  Roland McGrath  <roland@hack.frob.com>
52786         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
52788         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
52789         containing directory rather than embedding absolute directory names.
52791         * scripts/check-local-headers.sh: Rewritten using awk.
52792         Match by word, not by line.  Print error messages for matches.
52793         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
52795         * Makerules [shlib-lds-flags empty]:
52796         ($(common-objpfx)libc_pic.opts): New target.
52797         ($(common-objpfx)libc_pic.os.clean): New target.
52798         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
52800         * config.make.in (OBJCOPY): New variable.
52801         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
52802         * configure: Regenerated.
52804         * config.make.in (use-default-link): New variable.
52805         * configure.in (use_default_link): Grok --with-default-link to set it.
52806         * configure: Regenerated.
52807         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
52808         (shlib-lds, shlib-lds-flags): Define to empty.
52810         * Makerules (shlib-lds): New variable.
52811         (shlib-lds-flags): New variable.
52812         (build-shlib, build-moduile, build-module-asneeded): Use it.
52813         ($(common-objpfx)libc.so): Use $(shlib-lds).
52814         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
52815         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
52817         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
52818         DT_FLAGS/DT_FLAGS_1 with zero flags.
52820         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
52821         linker script munging.
52823 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
52825         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
52826         as 128-bit value.
52827         * crypt/sha512.c (sha512_process_block): Perform total addition using
52828         128-bit if possible.
52829         (__sha512_finish_ctx): Likewise.
52830         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
52831         as 64-bit value.
52832         * crypt/sha256.c (SWAP64): Define.
52833         (sha256_process_block): Perform total addition using 64-bit if
52834         possible.
52835         (__sha256_finish_ctx): Likewise.
52837 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
52839         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
52840         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52841         * nscd/hstcache.c (cache_addhst): Likewise.
52842         * nscd/grpcache.c (cache_addgr): Likewise.
52843         * nscd/aicache.c (addhstaiX): Likewise
52844         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
52846 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
52848         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
52849         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52850         * nscd/hstcache.c (cache_addhst): Likewise.
52851         * nscd/grpcache.c (cache_addgr): Likewise.
52852         * nscd/aicache.c (addhstaiX): Likewise
52854 2011-07-01  Andreas Schwab  <schwab@redhat.com>
52856         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
52857         domain only when needed.
52859 2011-06-30  Andreas Schwab  <schwab@redhat.com>
52861         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
52862         is always restored.
52864 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
52866         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
52867         are re-adding the entry.
52868         * nscd/servicescache.c (cache_addserv): Likewise.
52870 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
52872         * sysdeps/generic/dl-irel.h: fix protection against multiple
52873         inclusions.
52874         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
52876 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
52878         [BZ #12935]
52879         * malloc/memusage.sh: Fix quoting in message.
52880         * debug/xtrace.sh: Likewise.
52882         * configure.in: Remove support for --experimental-malloc option, make
52883         it the default.
52884         * config.make.in: Likewise.
52885         * malloc/Makefile: Likewise.
52887 2011-06-27  Andreas Schwab  <schwab@redhat.com>
52889         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
52890         two-byte characters.
52892 2011-06-27  Roland McGrath  <roland@hack.frob.com>
52894         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
52895         AC_CACHE_CHECK invocation.
52896         * configure: Regenerated.
52898         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
52900 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
52902         [BZ #12350]
52903         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
52904         bit from old_res_options.
52906         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
52908         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
52909         value type for setfct.
52911 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
52913         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
52914         __gettimeofday instead of gettimeofday.
52916 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
52918         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
52920 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
52922         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
52924         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
52925         info.
52927 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52929         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52930         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52931         strcpy-sse2-unaligned strncpy-sse2-unaligned
52932         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
52933         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
52934         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
52935         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
52936         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
52937         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
52938         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
52939         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
52940         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
52941         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
52942         (STRCPY): Support SSE2 and SSSE3 versions.
52944 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
52946         [BZ #12874]
52947         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
52948         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
52949         kernels which artificially limit size of requests.
52951 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
52953         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52954         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
52955         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
52956         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
52957         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
52958         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
52959         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
52960         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
52961         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
52962         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
52963         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
52964         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
52965         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
52966         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
52967         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
52968         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52969         Enable unaligned load optimization for Intel Core i3, i5 and i7
52970         processors.
52971         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
52972         Define.
52973         (index_Fast_Unaligned_Load): Define.
52974         (HAS_FAST_UNALIGNED_LOAD): Define.
52976 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
52978         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
52980 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
52982         [BZ #12907]
52983         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
52984         until it is clear that the information is realy needed.
52985         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
52987 2011-06-22  Andreas Schwab  <schwab@redhat.com>
52989         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
52991 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
52993         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
52994         /sys/devices/system/cpu/online if it is usable.
52996         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
52997         reading the information from the /proc filesystem to once a second.
52999 2011-06-21  Andreas Jaeger  <aj@suse.de>
53001         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53002         NULL after inclusion of kernel headers.
53004 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53006         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53007         calls to internal_setent.
53009         [BZ #12885]
53010         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53011         addresses using gethostbyname4_r ignore IPv4 addresses.
53013         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53014         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53016         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53018 2011-06-20  David S. Miller  <davem@davemloft.net>
53020         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53021         inclusions.
53022         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53024         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53025         (elf_irel): Use it.
53026         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53027         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53028         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53029         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53030         * sysdeps/x86_64/dl-irel.h: Likewise.
53032         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53033         * elf/dl-sym.c: Likewise.
53035 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53037         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53038         need to dereference resplen2.
53040 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53042         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53044 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53046         * Makeconfig: Define vardbdir and inst_vardbdir.
53047         * nss/Makefile: Add rules to install db-Makefile.
53049         * nss/nss_db/db-XXX.c: Cleanup.
53051         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53052         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53053         GLIBC_PRIVATE.
53054         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53055         * nss/makedb.c: Implement -g option to specify that value strings
53056         are generated and should not be added to table iterated over for
53057         get*ent calls.
53058         * nss/nss_db/db-initgroups.c: New file.
53060         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53061         interface.
53063         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53064         (internal_getgrouplist): Adjust to name change.
53065         Update use_initgroups_entry if this is not the first call.
53066         * nss/databases.def: Add initgroups entry.
53068         * nss/makedb.c (compute_tables): Check result of multiple hash table
53069         sizes to minimize maximum chain length.
53071 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53073         * Versions.def: Add entry for libnss_db.
53074         * shlib-versions: Likewise.
53075         * nss/Makefile: Add rules to build libnss_db.
53076         * nss/Versions: Add libnss_db information.  Organize libnss_files
53077         entries better.
53078         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53079         makedb progra.  Some minor improvements to generate smaller files.
53080         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53081         here from...
53082         * nss/makedb.c: ...here.
53083         Improve database format to be smaller and require less memory at
53084         runtime.
53085         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53086         db anymore.
53087         * nss/nss_db/db-netgrp.c: Likewise.
53088         * nss/nss_db/db-open.c: Likewise.
53089         * nss/nss_files/flies-XXX.x: Adjust comments.
53090         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53091         * nss/nss_files/files-grp.c: Likewise.
53092         * nss/nss_files/files-hosts.c: Likewise.
53093         * nss/nss_files/files-network.c: Likewise.
53094         * nss/nss_files/files-proto.c: Likewise.
53095         * nss/nss_files/files-pwd.c: Likewise.
53096         * nss/nss_files/files-rpc.c: Likewise.
53097         * nss/nss_files/files-service.c: Likewise.
53098         * nss/nss_files/files-sgrp.c: Likewise.
53099         * nss/nss_files/files-spwd.c: Likewise.
53100         * nss/nss_db/db-alias.c: Removed.
53101         * nss/nss_db/dummy-db.h: Removed.
53103 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53105         * nss/makedb.c: Rewritten to not use database library.
53106         * nss/Makefile: Update to build new makedb program.
53108 2011-06-14  Andreas Jaeger  <aj@suse.de>
53110         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53111         memset declaration.
53113 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53115         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53116         tmpbuf.
53118 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53120         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53121         * elf/Makefile ($(objpfx)ld.so): Likewise.
53123         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53124         Don't list ld.so twice in dependencies.
53126         * posix/bug-regex31.c: Include <stdlib.h>.
53128         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53130         * nis/nss_compat/compat-spwd.c
53131         (getspent_next_nss_netgr): Remove unused variable.
53132         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53134         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53135         nonmembers" output to use the right array.
53137         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53139         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53141         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53142         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53143         * catgets/gencat.c (read_input_file): Likewise.
53144         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53146         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53147         variable definition inside #if's controlling its use.
53149         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53151         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53153         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53155         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53156         unreachable code.
53158         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53160         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53161         * configure: Regenerated.
53163         * Makerules: Revert last change.
53164         * elf/Makefile: Likewise.
53166 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53168         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53169         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53170         (reloc-link): Likewise.
53172 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53174         * elf/Makefile: Add rules to build pldd.
53175         * elf/pldd.c: New file.
53176         * elf/pldd-xx.c: New file.
53178 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53180         * version.h: Update for 2.15 development version.
53182 2011-06-07  David S. Miller  <davem@davemloft.net>
53184         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53185         ifuncs.
53186         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53187         elf_machine_lazy_rel): Likewise.
53188         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53189         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53190         elf_machine_lazy_rel): Likewise.
53191         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53192         dl_hwcap via passed in argument.
53193         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53194         Likewise.
53196 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53198         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53200 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53202         [BZ #12849]
53203         * manual/fdl-1.1.texi: New file, verbatim from:
53204         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53205         * manual/lgpl-2.1.texi: New file, verbatim from:
53206         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53207         * manual/Makefile (licenses): New variable, list those new file names.
53208         (texis): Use it.
53209         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53211         * manual/fdl.texi: File removed.
53212         * manual/lesser.texi: File removed.
53213         * manual/libc.texinfo (Copying, Documentation License):
53214         Use new @include file names, put @appendix directive before @include.
53216 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53218         [BZ #12841]
53219         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53220         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53221         (mq_open): Add __NTH.
53223 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53225         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53226         Assume Intel Core i3/i5/i7 processor if AVX is available.
53228 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53230         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53231         typo.
53233 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53235         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53236         memory.  Use alloca_account.  Fix memory leak when retrying.
53238 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53240         * version.h (RELEASE): Bump for 2.14 release.
53241         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53243         * config.make.in (RANLIB): Remove entry.
53245 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53247         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53248         (libc.pot): Work around missing support for .ksh extension in xgettext.
53250         [BZ #12684]
53251         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53252         if both request failed.
53253         (send_dg): In case of server errors clear resplen or *resplen2.
53255         [BZ #12454]
53256         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53257         when there are multiple maps.
53258         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53259         (_dl_fini): Remove test here.
53261         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53263 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53265         [BZ #12350]
53266         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53267         bit from old_res_options.
53268         (gaih_inet): Likewise.
53270         [BZ #11099]
53271         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53272         as signed.
53274         * resolv/res_init.c (res_setoptions): Make the code more compact.
53276         [BZ #11558]
53277         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53278         set RES_USEVC.
53280         [BZ #11634]
53281         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53283         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53285         [BZ #11781]
53286         * malloc/malloc.h: Declare malloc hook variables as volatile.
53288         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53289         in last patch.
53291         [BZ #11799]
53292         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53293         raise in the comment.
53294         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53295         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53296         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53298 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53300         [BZ #12811]
53301         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53302         grow the buffers more if it already has to be sufficient.
53303         (build_wcs_upper_buffer): Likewise.
53304         * posix/regexec.c (check_matching): Likewise.
53305         (clean_state_log_if_needed): Likewise.
53306         (extend_buffers): Don't enlarge buffers beyond size of the input
53307         buffer.
53308         Patches mostly by Emil Wojak <emil@wojak.eu>.
53309         * posix/bug-regex32.c: New file.
53310         * posix/Makefile (tests): Add bug-regex32.
53312         * locale/findlocale.c (_nl_find_locale): Return right away if
53313         _nl_explode_name failed.
53314         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53316         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53318         * debug/xtrace.sh: Unify messages.
53319         * malloc/memusage.sh: Likewise.
53321         [BZ #12813]
53322         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53323         time symbol from vDSO.  Substitute with vsyscall if not available.
53324         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53325         __vdso_time.
53327         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53328         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53329         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53330         Add sendmmsg and internal_sendmmsg.
53331         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53332         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53333         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53335         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53336         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53337         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53339 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53341         [BZ #12813]
53342         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53343         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53344         available.
53345         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53346         __vdso_getcpu.
53348         [BZ #12814]
53349         * iconvdata/Makefile (tests): Add bug-iconv9.
53350         * iconvdata/bug-iconv9.c: New file.
53352 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53354         [BZ #12814]
53355         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53357 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53359         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53360         (struct user_regs_struct): Change intcs field back to cs.
53362 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53364         * po/ja.po: Update from translation team.
53366 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53368         [BZ #12795]
53369         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53370         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53372 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53374         * stdlib/longlong.h: Update from GCC.
53376 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53378         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53379         parameter name.
53380         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53381         Add parameter name.
53382         (__sysconf): Pass it down.
53384 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53386         [BZ #12671]
53387         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53388         some situations.
53389         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53390         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53391         add in in __libc_use_alloca calls.  Adjust callers.
53392         (glob): Use malloc in some situations.
53394         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53395         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53396         pltexit.
53398 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53400         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53401         and CLOCK_BOOTTIME_ALARM.
53403         [BZ #12782]
53404         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53405         is returned.
53407         * string/_strerror.c (__strerror_r): Print negative errors as signed
53408         numbers.
53410         [BZ #12777]
53411         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53412         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53413         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53415         * configure.in: Fix typo in redirection and correct removal of test
53416         files in two cases.
53418         [BZ #12788]
53419         * locale/setlocale.c (new_composite_name): Fix test to check for
53420         identical name of all categories.
53422         [BZ #12792]
53423         * libio/filedoalloc.c (local_isatty): New function.
53424         (_IO_file_doallocate): Use local_isatty.
53425         * stdio-common/perror.c (perror): In case a new stream is used
53426         forward the stream error.
53427         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53428         error flag.
53430 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53432         [BZ #11869]
53433         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53434         alloca.
53435         * include/alloca.h (extend_alloca_account): Define.
53437         [BZ #11857]
53438         * posix/regex.h: Fix comments with documentation of user-accessible
53439         fields after compilation and describe correct free'ing of pattern
53440         after re_compile_pattern.
53441         Patch by Reuben Thomas <rrt@sc3d.org>.
53443 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53445         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53446         and -mno-altivec to prevent the compiler from using Altivec and/or
53447         VSX instructions when the corresponding registers are not available.
53449 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53451         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53453 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53455         * libio/freopen.c (freopen): Use __dup2, not dup2.
53456         * libio/freopen64.c (freopen64): Likewise.
53458 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53460         [BZ #12775]
53461         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53462         * math/Makefile (tests): Add test-powl.
53463         (CFLAGS-test-powl.c): Define.
53464         * math/test-powl.c: New file.
53466 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53468         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53470 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53472         [BZ #11837]
53473         * iconvdata/gb18030.c: Update to GB18020-2005.
53475 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53477         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53478         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53479         Patch by Aharon Robbins <arnold@skeeve.com>.
53481         [BZ #11892]
53482         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53483         on the stack.
53485         [BZ #11895]
53486         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53487         through underflows.
53489         [BZ #12766]
53490         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53491         point to strings before performing equality test for error_one_per_line
53492         mode.
53494         [BZ #11697]
53495         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53497         [BZ #11820]
53498         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53499         (struct user_fpregs_struct): Avoid __uint*_t types.
53501         [BZ #6420]
53502         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53503         symbol info.  Use it instead of calling _dl_addr locally.
53504         (lock_and_info): New function.
53505         (tr_freehook): Call lock_and_info and pass symbol info as additional
53506         parameter to tr_where.
53507         (tr_mallochook): Likewise.
53508         (tr_reallochook): Likewise.
53509         (tr_memalignhook): Likewise.
53511         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53512         used and couldn't be at all thread-safe.
53514 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53516         * libio/freopen.c (freopen): Don't close old file descriptor
53517         before the new one is opened.  Instead dup the new file descriptor
53518         to the old one after the new stream is created.
53519         * libio/freopen64.c (freopen64): Likewise.
53520         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53521         * libio/fileops.c (_IO_new_file_close_it): Handle new
53522         _IO_FLAGS2_NOCLOSE flag.
53523         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53524         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53525         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53526         _IO_FLAGS2_NOCLOSE flag.
53527         * include/unistd.h: Add hidden_proto for dup3.
53528         Define __have_dup3.
53529         * io/dup3.c: Define hidden symbol.
53530         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53532         [BZ #7101]
53533         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53534         when an incomplete long option is used.
53535         * posix/tst-getopt_long1.c: New file.
53536         * posix/Makefile (tests): Add tst-getopt_long1.
53538         [BZ #10138]
53539         * scripts/config.guess: Update from autoconf-2.68.
53540         * scripts/config.sub: Likewise.
53542         [BZ #10157]
53543         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53544         tests into ...
53545         (has_cpuclock): ...this.  New function.
53546         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53547         macro here based on has_cpuclock code.
53549         [BZ #10149]
53550         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53551         First byte (not low byte) is now always NUL.
53552         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53554         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53555         Use non-cancelable interfaces.
53557         [BZ #9809]
53558         * locale/iso-639.def: Add entry for Sorani.
53560         [BZ #11901]
53561         * include/stdlib.h: Move include protection to the right place.
53562         Define abort_msg_s.  Declare __abort_msg with it.
53563         * stdlib/abort.c (__abort_msg): Adjust type.
53564         * assert/assert.c (__assert_fail_base): New function.  Majority
53565         of code from __assert_fail.  Allocate memory for __abort_msg with
53566         mmap.
53567         (__assert_fail): Now call __assert_fail_base.
53568         * assert/assert-perr.c: Remove bulk of implementation.  Use
53569         __assert_fail_base.
53570         * include/assert.hL Declare __assert_fail_base.
53571         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53572         mmap.
53573         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53575 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
53577         [BZ #11952]
53578         [BZ #12453]
53579         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53580         until all modules are registered in the DTV.
53581         * elf/Makefile: Add rules to build and run tst-tls19.
53582         * elf/tst-tls19.c: New file.
53583         * elf/tst-tls19mod1.c: New file.
53584         * elf/tst-tls19mod2.c: New file.
53585         * elf/tst-tls19mod3.c: New file.
53586         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53588         [BZ #12083]
53589         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53590         correctly.
53592         [BZ #12601]
53593         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53594         two-byte sequence errors.
53595         * iconvdata/Makefile (tests): Add bug-iconv8.
53596         * iconvdata/bug-iconv8.c: New file.
53598         [BZ #12626]
53599         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53600         buf2 definition.
53602         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53604         [BZ #12432]
53605         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
53606         (dummy_getcfa): New function.
53607         (init): Get _Unwind_GetCFA address, use dummy if not found.
53608         (backtrace_helper): In recursion check, also check whether CFA changes.
53609         (__backtrace): Completely initialize arg.
53611         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
53612         storing incomplete byte sequence in state object.  Avoid testing for
53613         guaranteed too small input if we know there is enough data available.
53615 2011-05-11  Andreas Schwab  <schwab@redhat.com>
53617         * Makeconfig (+link-pie): Indent.
53618         * Rules (binaries-pie): Define if $(have-fpie) and
53619         $(build-shared).
53620         (binaries-shared): Also filter out $(binaries-pie).
53621         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
53622         * nscd/Makefile (others-pie): Add nscd.
53623         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
53624         ($(objpfx)nscd): Remove command override.
53625         * login/Makefile (others-pie): Add pt_chown.
53626         ($(objpfx)pt_chown): Remove command override.
53627         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
53628         remove command overrides.
53630 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
53632         * libio/tst_putwc.c: Fix error messages.
53634         [BZ #12724]
53635         * libio/fileops.c (_IO_new_file_close_it): Always flush when
53636         currently writing and seek to current position when not.
53637         * libio/Makefile (tests): Add bug-fclose1.
53638         * libio/bug-fclose1.c: New file.
53640 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
53642         [BZ #12511]
53643         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
53644         don't set DF_1_NODELETE here.
53645         (do_lookup_x): When entering new entry test for copy relocation
53646         and if necessary set DF_1_NODELETE flag.
53647         * elf/tst-unique4.cc: New file.
53648         * elf/tst-unique4.h: New file.
53649         * elf/tst-unique4lib.cc: New file.
53650         * elf/Makefile: Add rules to build and run tst-unique4.
53651         Patch by Piotr Bury <pbury@goahead.com>.
53653 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
53655         [BZ #12052]
53656         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
53658         [BZ #12625]
53659         * misc/mntent_r.c (addmntent): Flush the stream after the output
53661         [BZ #12393]
53662         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
53663         (is_trusted_path_normalize): Skip initial colon.  Append slash
53664         to empty buffer.  Duplicate is_trusted_path code but allow
53665         constructed patch to be prefix.
53666         (is_dst): Allow $ORIGIN followed by /.
53667         (_dl_dst_substitute): Correct clearing of check_for_trusted.
53668         Correct testing of result of is_trusted_path_normalize
53669         (decompose_rpath): Fix warning.
53671 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
53673         [BZ #11257]
53674         * grp/initgroups.c (internal_getgrouplist): When we found the service
53675         list through the initgroups entry in nsswitch.conf do not always
53676         continue on a successful lookup.  Don't always use the
53677         __nss_group_database value if it is set.
53678         * nss/nsswitch.conf (initgroups): Change action for successful db
53679         lookup to continue for compatibility.
53681 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
53683         [BZ #11532]
53684         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
53685         and CP774 modules.
53686         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
53687         and CP774 modules.
53688         * iconvdata/tst-tables.sh: Likewise.
53689         * iconvdata/cp770.c: New file.
53690         * iconvdata/cp771.c: New file.
53691         * iconvdata/cp772.c: New file.
53692         * iconvdata/cp773.c: New file.
53693         * iconvdata/cp774.c: New file.
53694         * iconvdata/testdata/CP770: New file.
53695         * iconvdata/testdata/CP770..UTF8: New file.
53696         * iconvdata/testdata/CP771: New file.
53697         * iconvdata/testdata/CP771..UTF8: New file.
53698         * iconvdata/testdata/CP772: New file.
53699         * iconvdata/testdata/CP772..UTF8: New file.
53700         * iconvdata/testdata/CP773: New file.
53701         * iconvdata/testdata/CP773..UTF8: New file.
53702         * iconvdata/testdata/CP774: New file.
53703         * iconvdata/testdata/CP774..UTF8: New file.
53705         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
53706         END CHARMAP line.
53707         * iconvdata/gen-8bit-gap.sh: Likewise.
53708         * iconvdata/gen-8bit.sh: Likewise.
53710         * locale/iso-639.def: Add ary entry.
53712         [BZ #11258]
53713         * locale/C-translit.h.in: Add U20A1 transliteration.
53715         [BZ #12178]
53716         * locale/iso-639.def: Add wae entry.
53717         Patch by Kevin Bortis <bortis@translate-wae.ch>.
53719         [BZ #12545]
53720         * locale/programs/localedef.c (construct_output_path): Use ssize_t
53721         for n.
53723         [BZ #12711]
53724         * locale/C-translit.h.in: Add entry for U20B9.
53725         Patch by pravin.d.s@gmail.com.
53727 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
53729         [BZ #12713]
53730         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
53731         ENAMETOOLONG use generic getcwd.
53732         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
53733         in rtld.  Use *stat64.
53734         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
53735         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
53736         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
53737         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
53738         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
53739         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
53740         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
53741         __fstatat64 macros.
53742         * include/dirent.h: Add libc_hidden_proto for rewinddir.
53743         * dirent/rewinddir.c: Add libc_hidden_def.
53744         * sysdeps/mach/hurd/rewinddir.c: Likewise.
53745         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
53747         * include/dirent.h (__alloc_dir): Add flags parameter.
53748         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
53749         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
53750         __alloc_dir.
53751         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
53752         from fdopendir if O_CLOEXEC is already set.
53754 2011-03-15  Alan Modra  <amodra@gmail.com>
53756         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
53757         l_tls_firstbyte_offset non-zero.  Save padding offset in
53758         l_tls_firstbyte_offset for later use.
53759         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
53760         freeing static tls block.
53762 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
53764         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
53765         where #ifdef was intended.  The intent is to prevent ARG_MAX from
53766         being defined by the kernel headers.
53768 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
53770         [BZ #12734]
53771         * resolv/resolv.h: Define RES_NOTLDQUERY.
53772         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
53773         no-tld-query and set RES_NOTLDQUERY.
53774         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
53775         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
53776         modern BIND to search name as TLD unless forbidden.
53778 2011-05-07  Petr Baudis  <pasky@suse.cz>
53779             Ulrich Drepper  <drepper@gmail.com>
53781         [BZ #12393]
53782         * elf/dl-load.c (fillin_rpath): Move trusted path check...
53783         (is_trusted_path): ...to here.
53784         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
53785         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
53786         using is_trusted_path_normalize() in setuid scripts.
53788 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
53790         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
53791         __BEGIN/__END_DECLS.
53793 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
53795         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
53796         NSS_STATUS_NOTFOUND if no record was found.
53798 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53800         * sunrpc/Makefile (headers): Add rpc/netdb.h.
53801         (headers-not-in-tirpc): Remove rpc/netdb.h
53802         * resolv/netdb.h: Revert last change.
53804 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
53806         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
53807         circular dependency between libgcc.a and libc.a.
53809 2011-05-05  Andreas Schwab  <schwab@redhat.com>
53811         * resolv/netdb.h: Don't include <rpc/netdb.h>.
53812         * nis/Makefile: Don't install rpcsvc/*.
53813         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
53814         instead of <rpc/types.h>.
53815         (MAXHOSTNAMELEN): Define.
53817 2011-05-03  Andreas Schwab  <schwab@redhat.com>
53819         * elf/ldconfig.c (add_dir): Don't crash on empty path.
53821 2011-04-28  Maciej Babinski  <mbabinski@google.com>
53823         [BZ #12714]
53824         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
53825         gethostbyname4_r when IPv6 results are possible.
53827 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
53829         [BZ #12723]
53830         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
53831         _PC_PIPE_BUF handling.
53833 2011-04-30  Bruno Haible  <bruno@clisp.org>
53835         [BZ #12717]
53836         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
53837         * resolv/netdb.h (getnameinfo): Change type of flags parameter
53838         to 'int'.
53839         * inet/getnameinfo.c (getnameinfo): Likewise.
53841 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
53843         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
53844         to groups setting in database lookup.
53845         * nss/nsswitch.conf: Add initgroups entry.
53847 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
53849         [BZ #12685]
53850         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
53851         mode string.
53852         Patch by Eric Blake <eblake@redhat.com>.
53854 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
53856         * sunrpc/Makefile (need-export-routines): Add svc_run.
53857         (routines): Remove svc_run.
53858         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
53859         * sunrpc/clnt_perr.c (clnt_perrno): Export.
53860         * sunrpc/svc_run.c (svc_run): Likewise.
53861         * sunrpc/svc_udp.c (svcudp_create): Likewise.
53863 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
53865         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
53866         problem in reallocation in last patch.
53868 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
53870         * sunrpc/Makefile: Move inclusion of Rules.
53872 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53874         * nss/nss_files/files-initgroups.c: New file.
53875         * nss/Makefile (libnss_files-routines): Add files-initgroups.
53876         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
53877         _nss_files_initgroups_dyn.
53879 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
53881         * elf/elf.h (R_ARM_IRELATIVE): Define.
53883 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
53885         * po/ru.po: Update from translation team.
53887 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53889         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
53890         dependencies.
53892 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
53894         [BZ #12653]
53895         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
53896         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
53897         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
53898         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
53899         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
53901 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
53903         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
53904         differing bytes.
53905         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
53906         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
53907         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53909 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
53911         [BZ #12420]
53912         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
53913         storing it.
53914         * stdlib/bug-getcontext.c: New file.
53915         * stdlib/Makefile: Add rules to build and run bug-getcontext.
53917 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53919         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
53920         instructions into .machine "z9-109".
53921         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
53922         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
53924 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53926         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
53927         between environment variables and auxiliary vector.
53929 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
53931         * Makefile: Add rules to build linkobj/libc.so.
53932         * include/libc-symbols.h: Define libc_hidden_nolink.
53933         * include/rpc/auth.h: Mark functions which are to be hidden.
53934         * include/rpc/auth_des.h: Likewise.
53935         * include/rpc/auth_unix.h: Likewise.
53936         * include/rpc/clnt.h: Likewise.
53937         * include/rpc/des_crypt.h: Likewise.
53938         * include/rpc/key_prot.h: Likewise.
53939         * include/rpc/pmap_clnt.h: Likewise.
53940         * include/rpc/pmap_prot.h: Likewise.
53941         * include/rpc/pmap_rmt.h: Likewise.
53942         * include/rpc/rpc_msg.h: Likewise.
53943         * include/rpc/svc.h: Likewise.
53944         * include/rpc/svc_auth.h: Likewise.
53945         * include/rpc/xdr.h: Likewise.
53946         * nis/Makefile: Link all DSOs against linkobj/libc.so.
53947         * nss/Makefile: Likewise.
53948         * sunrpc/Makefile: Don't install headers.  Build library with normal
53949         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
53950         * sunrpc/auth_des.c: Hide exported symbols by default, export some
53951         for the compat linking library.  Remove use of INTDEF/INTUSE.
53952         * sunrpc/auth_none.c: Likewise.
53953         * sunrpc/auth_unix.c: Likewise.
53954         * sunrpc/authdes_prot.c: Likewise.
53955         * sunrpc/authuxprot.c: Likewise.
53956         * sunrpc/clnt_gen.c: Likewise.
53957         * sunrpc/clnt_perr.c: Likewise.
53958         * sunrpc/clnt_raw.c: Likewise.
53959         * sunrpc/clnt_simp.c: Likewise.
53960         * sunrpc/clnt_tcp.c: Likewise.
53961         * sunrpc/clnt_udp.c: Likewise.
53962         * sunrpc/clnt_unix.c: Likewise.
53963         * sunrpc/des_crypt.c: Likewise.
53964         * sunrpc/des_soft.c: Likewise.
53965         * sunrpc/get_myaddr.c: Likewise.
53966         * sunrpc/key_call.c: Likewise.
53967         * sunrpc/key_prot.c: Likewise.
53968         * sunrpc/netname.c: Likewise.
53969         * sunrpc/pm_getmaps.c: Likewise.
53970         * sunrpc/pm_getport.c: Likewise.
53971         * sunrpc/pmap_clnt.c: Likewise.
53972         * sunrpc/pmap_prot.c: Likewise.
53973         * sunrpc/pmap_prot2.c: Likewise.
53974         * sunrpc/pmap_rmt.c: Likewise.
53975         * sunrpc/publickey.c: Likewise.
53976         * sunrpc/rpc_cmsg.c: Likewise.
53977         * sunrpc/rpc_common.c: Likewise.
53978         * sunrpc/rpc_dtable.c: Likewise.
53979         * sunrpc/rpc_prot.c: Likewise.
53980         * sunrpc/rpc_thread.c: Likewise.
53981         * sunrpc/rtime.c: Likewise.
53982         * sunrpc/svc.c: Likewise.
53983         * sunrpc/svc_auth.c: Likewise.
53984         * sunrpc/svc_authux.c: Likewise.
53985         * sunrpc/svc_raw.c: Likewise.
53986         * sunrpc/svc_run.c: Likewise.
53987         * sunrpc/svc_simple.c: Likewise.
53988         * sunrpc/svc_tcp.c: Likewise.
53989         * sunrpc/svc_udp.c: Likewise.
53990         * sunrpc/svc_unix.c: Likewise.
53991         * sunrpc/svcauth_des.c: Likewise.
53992         * sunrpc/xcrypt.c: Likewise.
53993         * sunrpc/xdr.c: Likewise.
53994         * sunrpc/xdr_array.c: Likewise.
53995         * sunrpc/xdr_float.c: Likewise.
53996         * sunrpc/xdr_intXX_t.c: Likewise.
53997         * sunrpc/xdr_mem.c: Likewise.
53998         * sunrpc/xdr_rec.c: Likewise.
53999         * sunrpc/xdr_ref.c: Likewise.
54000         * sunrpc/xdr_sizeof.c: Likewise.
54001         * sunrpc/xdr_stdio.c: Likewise.
54003 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54005         [BZ #12650]
54006         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54007         * sysdeps/ia64/dl-tls.h: Likewise.
54008         * sysdeps/powerpc/dl-tls.h: Likewise.
54009         * sysdeps/s390/dl-tls.h: Likewise.
54010         * sysdeps/sh/dl-tls.h: Likewise.
54011         * sysdeps/sparc/dl-tls.h: Likewise.
54012         * sysdeps/x86_64/dl-tls.h: Likewise.
54013         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54015 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54017         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54018         rpath element also skip the following colon.
54019         (expand_dynamic_string_token): Add is_path parameter and pass
54020         down to DL_DST_REQUIRED and _dl_dst_substitute.
54021         (decompose_rpath): Call expand_dynamic_string_token with
54022         non-zero is_path.  Ignore empty rpaths.
54023         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54024         with zero is_path.
54026 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54029         Make cancelable.
54031 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54033         [BZ #12655]
54034         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54035         Patch by Filipe David Manana <fdmanana@apache.org>.
54037 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54039         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54040         Maintain aligned stack.
54041         (CHECK_RSP): Remove unused macro.
54043 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54045         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54046         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54048 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54050         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54052         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54054 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54056         [BZ #12518]
54057         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54058         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54059         * sysdeps/x86_64/memmove.c: New file.
54060         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54061         (memcpy): Renamed to ...
54062         (__new_memcpy): This.
54063         (memcpy): Provide GLIBC_2_14 memcpy.
54064         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54065         (memcpy): Provide GLIBC_2_2_5 memcpy.
54067 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54069         [BZ #12631]
54070         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54072 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54074         * misc/syncfs.c: New file.
54075         * misc/Makefile (routines): Add syncfs.
54076         * posix/unistd.h: Declare syncfs.
54077         * sysdeps/unix/syscalls.list: Add syncfs.
54079 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54081         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54082         open_by_handle_at.
54083         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54084         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54085         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54086         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54087         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54088         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54089         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54091 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54093         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54094         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54095         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54096         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54097         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54098         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54099         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54101         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54102         sync_file_range.c with -fexceptions.
54103         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54104         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54105         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54106         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54107         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54108         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54109         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54110         sync_file_range as cancellation point
54111         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54112         now a wrapper around __call_sync_file_range with cancellation handling.
54113         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54114         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54115         function name to __call_sync_file_range.
54116         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54117         Add call_sync_file_range.
54119 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54121         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54122         bits/timex.h.
54124 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54126         * iconv/iconv.h: Fix typo in comment.
54127         * io/fcntl.h: Likewise.
54128         * libio/stdio.h: Likewise.
54129         * posix/spawn.h: Likewise.
54130         * posix/unistd.h: Likewise.
54131         * stdlib/stdlib.h: Likewise.
54132         * time/time.h: Likewise.
54133         * wcsmbs/wchar.h: Likewise.
54135         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54136         open_by_handle): Add.
54137         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54138         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54139         Augment a few comments.
54140         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54141         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54142         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54143         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54144         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54145         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54146         open_by_handle.
54148         * io/fcntl.h (AT_EMPTY_PATH): Define.
54150 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54152         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54153         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54154         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54155         to...
54156         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54157         * Versions.def: Add GLIBC_2.14.
54158         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54159         Export.
54161 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54163         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54164         round counter.
54165         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54167 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54169         [BZ #12597]
54170         * string/test-strncmp.c (do_page_test): New function.
54171         (check2): Likewise.
54172         (test_main): Call check2.
54173         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54175 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54177         [BZ #12587]
54178         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54179         Handle cache information in CPU leaf 4.
54180         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54182 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54184         [BZ #12583]
54185         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54186         character representation.
54187         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54189 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54191         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54192         END(__isnan) to END(__isnanf) to match function entry point/label
54193         EALIGN(__isnanf,...).
54195 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54197         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54199 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54201         [BZ #12510]
54202         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54203         copy from the symbol referenced in the relocation to initialize the
54204         used variable.
54205         Patch by Piotr Bury <pbury@goahead.com>.
54206         * elf/Makefile: Add rules to build and tst-unique3.
54207         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54208         * elf/tst-unique3.cc: New file.
54209         * elf/tst-unique3.h: New file.
54210         * elf/tst-unique3lib.cc: New file.
54211         * elf/tst-unique3lib2.cc: New file.
54213         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54215 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54217         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54218         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54219         to _start.
54221 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54223         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54224         to-be-loaded object along a path to loader is ld.so.
54226 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54227             Ulrich Drepper  <drepper@gmail.com>
54229         * sysdeps/x86_64/memset.S: After aligning destination, code
54230         branches to different locations depending on the value of
54231         misalignment, when multiarch is enabled. Fix this.
54233 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54235         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54236         Set _x86_64_preferred_memory_instruction for AMD processsors.
54237         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54238         Set bit_Prefer_SSE_for_memop for AMD processors.
54240 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54242         * libio/fmemopen.c (fmemopen): Optimize a bit.
54244 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54246         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54248 2011-03-03  Roland McGrath  <roland@redhat.com>
54250         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54252 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54254         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54255         __bzero_ultra1 instead of __memset_ultra1.
54257 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54258             Ulrich Drepper  <drepper@gmail.com>
54260         [BZ #12509]
54261         * include/link.h (struct link_map): Add l_orig_initfini.
54262         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54263         returning unsuccessfully.
54264         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54265         close of a file loaded at startup, restore the original l_initfini
54266         list.
54267         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54268         list, store the pointer.
54269         * elf/Makefile ($(objpfx)noload-mem): New rule.
54270         (noload-ENV): Define.
54271         (tests): Add $(objpfx)noload-mem.
54272         * elf/noload.c: Include <memcheck.h>.
54273         (main): Call mtrace.  Close all opened handles.
54275 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54277         [BZ #12454]
54278         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54279         dependencies are missing.
54281 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54283         Fix __if_freereq crash: Unlike the generic version which uses free,
54284         Hurd needs munmap.
54285         * sysdeps/mach/hurd/ifreq.h: New file.
54287 2011-01-27  Petr Baudis  <pasky@suse.cz>
54288             Ulrich Drepper  <drepper@gmail.com>
54290         [BZ 12445]#
54291         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54292         to extend_alloca().
54293         * stdio-common/bug23.c: New file.
54294         * stdio-common/Makefile (tests): Add bug23.
54296 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54297             Ulrich Drepper  <drepper@gmail.com>
54299         [BZ #12489]
54300         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54301         before performing relro protection.  At old place add assertion
54302         to make sure nothing changed.
54304 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54305             Glauber de Oliveira Costa  <glommer@gmail.com>
54307         * elf/elf.h: Add new ARM TLS relocs.
54309 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54312         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54313         cast from r3.
54314         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54315         'tests' variable.
54316         * sysdeps/wordsize-64/tst-writev.c: New file.
54318 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54320         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54321         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54322         insns in _dl_start to prevent a TOC reference before relocs are
54323         resolved.
54325 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54327         [BZ #12469]
54328         * Makeconfig: Remove RANLIB definition.
54329         * Makerules: Don't use RANLIB.
54330         * aclocal.m4: Remove ranlib test.
54331         * configure.in: No need to check for ranlib.
54332         * elf/rtld-Rules: Don't use RANLIB.
54334 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54336         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54337         protection macro.
54338         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54339         inclusion protection macro.
54341         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54342         SIGRTMIN and SIGRTMAX and print information in that case only when
54343         SIGRTMIN is defined.
54345 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54347         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54348         arginfo fn returning -1.
54350         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54351         and thousands string is zero terminated.
54353 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54355         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54356         sysdeps/unix/sysv/linux/bits/socket.h.
54358 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54360         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54361         (__CPU_COUNT): Remove old macros.
54362         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54363         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54364         (__CPU_ALLOC, __CPU_FREE): Add macros.
54365         (__sched_cpualloc, __sched_cpufree): Add declarations.
54367 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54369         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54370         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54371         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54372         (readdhstai): Return value of addhstaiX call.
54373         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54374         (addgrbyX): Return value returned by cache_addgr.
54375         (readdgrbyname): Return value returned by addgrbyX.
54376         (readdgrbygid): Likewise.
54377         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54378         (addpwbyX): Return value returned by cache_addpw.
54379         (readdpwbyname): Return value returned by addhstbyX.
54380         (readdpwbyuid): Likewise.
54381         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54382         (addservbyX): Return value returned by cache_addserv.
54383         (readdservbyname): Return value returned by addservbyX:
54384         (readdservbyport): Likewise.
54385         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54386         (addhstbyX): Return value returned by cache_addhst.
54387         (readdhstbyname): Return value returned by addhstbyX.
54388         (readdhstbyaddr): Likewise.
54389         (readdhstbynamev6): Likewise.
54390         (readdhstbyaddrv6): Likewise.
54391         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54392         (readdinitgroups): Return value returned by addinitgroupsX.
54393         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54394         (prune_cache): Keep track of timeout value of re-added entries.
54395         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54396         * nscd/nscd.h: Adjust prototypes of readd* functions.
54398 2011-02-04  Roland McGrath  <roland@redhat.com>
54400         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54401         (nis_stats): Likewise.
54402         * nis/nis_modify.c (nis_modify): Likewise.
54403         * nis/nis_remove.c (nis_remove): Likewise.
54404         * nis/nis_add.c (nis_add): Likewise.
54406         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54408         * posix/fnmatch_loop.c: Add some consts.
54410         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54412 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54414         [BZ #12460]
54415         * config.make.in (config-cflags-novzeroupper): Define.
54416         * configure.in: Substitute libc_cv_cc_novzeroupper.
54417         * elf/Makefile (AVX-CFLAGS): Define.
54418         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54419         (CFLAGS-tst-auditmod4a.c): Likewise.
54420         (CFLAGS-tst-auditmod4b.c): Likewise.
54421         (CFLAGS-tst-auditmod6b.c): Likewise.
54422         (CFLAGS-tst-auditmod6c.c): Likewise.
54423         (CFLAGS-tst-auditmod7b.c): Likewise.
54424         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54426 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54428         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54429         function to the callback.
54430         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54432 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54434         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54435         of errno.
54437 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54439         [BZ #11724]
54440         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54441         of constructors.
54442         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54443         of destructors.
54444         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54446         [BZ #11724]
54447         * elf/Makefile: Add rules to build and run new test.
54448         * elf/tst-initorder.c: New file.
54449         * elf/tst-initorder.exp: New file.
54450         * elf/tst-initordera1.c: New file.
54451         * elf/tst-initordera2.c: New file.
54452         * elf/tst-initordera3.c: New file.
54453         * elf/tst-initordera4.c: New file.
54454         * elf/tst-initorderb1.c: New file.
54455         * elf/tst-initorderb2.c: New file.
54456         * elf/tst-order-a1.c: New file.
54457         * elf/tst-order-a2.c: New file.
54458         * elf/tst-order-a3.c: New file.
54459         * elf/tst-order-a4.c: New file.
54460         * elf/tst-order-b1.c: New file.
54461         * elf/tst-order-b2.c: New file.
54462         * elf/tst-order-main.c: New file.
54463         New test case by George Gensure <werkt0@gmail.com>.
54465 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54467         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54468         decoding ACE if AI_CANONIDN.
54470 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54472         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54474 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54476         * version.h (RELEASE): Bump for 2.13 release.
54477         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54479         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54481         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54482         MADV_NOHUGEPAGE.
54483         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54484         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54485         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54486         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54487         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54488         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54490         * posix/getconf.c: Update copyright year.
54491         * catgets/gencat.c: Likewise.
54492         * csu/version.c: Likewise.
54493         * debug/catchsegv.sh: Likewise.
54494         * debug/xtrace.sh: Likewise.
54495         * elf/ldconfig.c: Likewise.
54496         * elf/ldd.bash.in: Likewise.
54497         * elf/sprof.c (print_version): Likewise.
54498         * iconv/iconv_prog.c: Likewise.
54499         * iconv/iconvconfig.c: Likewise.
54500         * locale/programs/locale.c: Likewise.
54501         * locale/programs/localedef.c: Likewise.
54502         * malloc/memusage.sh: Likewise.
54503         * malloc/mtrace.pl: Likewise.
54504         * nscd/nscd.c (print_version): Likewise.
54505         * nss/getent.c: Likewise.
54507         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54508         PF_CAIF, and PF_ALG.
54509         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54511 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54513         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54514         (modules-names): Use them.
54515         (ifunc-test-modules, ifunc-pie-tests): Define.
54516         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54517         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54518         (test-extras): Likewise.
54519         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54520         $(compile-command.c).
54521         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54522         (all-built-dso): Define.
54523         (check-textrel.out, check-execstack.out): Depend on it.
54525         * configure.in: Don't override --enable-multi-arch.
54527 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54529         [BZ #6812]
54530         * nscd/hstcache.c (tryagain): Define.
54531         (cache_addhst): Return tryagain not notfound for temporary errors.
54532         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54533         failed.
54535 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54537         [BZ #10563]
54538         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54539         to make the syscall.
54540         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54542         [BZ #12378]
54543         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54544         and fall back to matching as normal character if the string ends before
54545         the matching ']' is found.  This is what POSIX requires.
54546         * posix/testfnm.c: Adjust test result.
54547         * posix/globtest.sh: Adjust test result.  Add new test.
54548         * posix/tst-fnmatch.input: Likewise.
54549         * posix/tst-fnmatch2.c: Add new test.
54551 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54553         * elf/Makefile (check-execstack): Revert last change.  Depend on
54554         check-execstack.h.
54555         (check-execstack.h): New target.
54556         (generated): Add check-execstack.h.
54557         * elf/check-execstack.c: Include "check-execstack.h".
54558         (main): Revert last change.
54559         (handle_file): Return zero if GNU_STACK is absent and
54560         DEFAULT_STACK_PERMS doesn't include PF_X.
54562 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
54564         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54565         in child fails because the descriptor is already closed.
54566         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54567         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54568         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54570         [BZ #12397]
54571         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54572         syscall.
54574         [BZ #10484]
54575         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54576         temporary buffer used to handle multi lookups locally.
54577         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54579 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54581         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54582         loader is ld.so.
54584 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
54586         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54587         alignment for SSE2.
54589 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54591         [BZ #12394]
54592         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54593         characters.  When rounding increased number of integer digits recompute
54594         number of groups.
54595         * stdio-common/tst-grouping.c: New file.
54596         * stdio-common/Makefile: Add rules to build and run tst-grouping.
54598 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
54600         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54601         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
54603         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54604         void.
54605         * bits/select.h: Likewise.
54607 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
54609         * po/ja.po: Update from translation team.
54611 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
54613         [BZ #11155]
54614         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
54615         implementation just like for lxstat, fxstatat, et al.
54617 2010-12-27  Jim Meyering  <meyering@redhat.com>
54619         [BZ #12348]
54620         * posix/regexec.c (build_trtable): Return failure indication upon
54621         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
54623 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
54625         [BZ #12201]
54626         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
54627         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
54628         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
54629         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
54631         [BZ #12207]
54632         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
54634         [BZ #12204]
54635         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
54636         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
54638 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
54640         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
54641         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
54642         script has SORT_BY_INIT_PRIORITY.
54643         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
54644         NO_CTORS_DTORS_SECTIONS is defined.
54645         * elf/soinit.c: Likewise.
54646         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
54647         NO_CTORS_DTORS_SECTIONS is defined.
54648         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
54649         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
54650         * sysdeps/sh/init-first.c: Likewise.
54651         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
54653 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
54655         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
54656         always use the slow path.
54658 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
54660         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
54661         similar rule which adds the sysdep directories to the header search in
54662         order to pick up the correct platform stackinfo.h.
54663         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
54664         perform test if it is, otherwise return successfully without testing.
54665         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
54666         DEFAULT_STACK_PERMS define in stackinfo.h.
54667         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
54668         defined in stackinfo.h.
54669         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
54670         DEFAULT_STACK_PERMS defined in stackinfo.h.
54671         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
54672         * sysdeps/ia64/stackinfo.h: Likewise.
54673         * sysdeps/s390/stackinfo.h: Likewise.
54674         * sysdeps/sh/stackinfo.h: Likewise.
54675         * sysdeps/sparc/stackinfo.h: Likewise.
54676         * sysdeps/x86_64/stackinfo.h: Likewise.
54677         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
54678         PF_X for powerpc64.  Retain PF_X for powerpc32.
54680 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
54682         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
54683         accurately.
54684         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
54685         GETDENTS_64BIT_ALIGNED.
54687 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
54689         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
54691 2010-12-10  Andreas Schwab  <schwab@redhat.com>
54693         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
54694         _GNU_SOURCE.
54696         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
54697         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
54698         Remove __restrict.
54699         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
54700         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
54702 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
54704         [BZ #11655]
54705         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
54706         are initialized.
54708 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
54710         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
54712 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
54714         * po/it.po: Update from translation team.
54716 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
54718         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
54719         unused codes.
54721 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
54723         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
54725 2010-11-24  Andreas Schwab  <schwab@redhat.com>
54727         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
54728         specially.
54729         (gaih_getanswer_slice): Likewise.
54731 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
54733         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
54735 2010-05-31  Petr Baudis  <pasky@suse.cz>
54737         [BZ #11149]
54738         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
54739         silently even in the chroot mode.
54741 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
54743         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
54744         last patch a bit.  Pretty printing
54746 2010-05-31  Petr Baudis <pasky@suse.cz>
54748         [BZ #10085]
54749         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
54750         initialization of skip_initgroups_dyn.
54752 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
54754         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
54755         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54757 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
54759         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
54761 2010-11-11  Andreas Schwab  <schwab@redhat.com>
54763         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
54764         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
54765         (tst-fnmatch-ENV): Set MALLOC_TRACE.
54766         ($(objpfx)tst-fnmatch-mem): New rule.
54767         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
54768         * posix/tst-fnmatch.c (main): Call mtrace.
54770 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
54772         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54773         Support Intel processor model 6 and model 0x2c.
54775 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
54777         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
54778           signed comparison.
54780 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
54782         [BZ #12205]
54783         * string/test-strncasecmp.c (check_result): New function.
54784         (do_one_test): Use it.
54785         (check1): New function.
54786         (test_main): Use it.
54787         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
54788         Support strcasecmp and strncasecmp.
54790 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
54792         [BZ #12194]
54793         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
54794         * sysdeps/x86_64/bits/byteswap.h: Likewise.
54796 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
54798         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
54799         IFUNC support.
54800         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54801         memset-x86-64.
54802         * sysdeps/x86_64/multiarch/bzero.S: New file.
54803         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
54804         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
54805         * sysdeps/x86_64/multiarch/memset.S: New file.
54806         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
54807         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54808         Set bit_Prefer_SSE_for_memop for Intel processors.
54809         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
54810         Define.
54811         (index_Prefer_SSE_for_memop): Define.
54812         (HAS_PREFER_SSE_FOR_MEMOP): Define.
54814 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
54816         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
54817         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
54819 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
54821         [BZ #12191]
54822         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54823         (__x86_64_raw_data_cache_size_half): Likewise.
54824         (__x86_64_raw_shared_cache_size): Likewise.
54825         (__x86_64_raw_shared_cache_size_half): Likewise.
54827         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
54828         (__x86_64_raw_data_cache_size_half): Likewise.
54829         (__x86_64_raw_shared_cache_size): Likewise.
54830         (__x86_64_raw_shared_cache_size_half): Likewise.
54831         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
54832         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
54833         and __x86_64_raw_shared_cache_size_half.  Round
54834         __x86_64_data_cache_size_half, __x86_64_data_cache_size
54835         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
54836         to multiple of 256 bytes.
54838 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
54840         [BZ #12167]
54841         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
54842         of inacessible symlinks.  Verify result of symlink before returning it.
54843         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
54844         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
54846 2010-10-28  Erich Ritz  <erichritz@gmail.com>
54848         * math/math.h (isinf): Fix typo in comment.
54850 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
54852         * po/da.po: Update from translation team.
54854 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
54856         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
54857         is added to the list.
54859 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54860             Ulrich Drepper  <drepper@gmail.com>
54862         * elf/dl-object.c (_dl_new_object): Don't append the new object to
54863         the global list here.  Move code to...
54864         (_dl_add_to_namespace_list): ...here.  New function.
54865         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
54866         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
54867         * elf/dl-load.c (lose): Don't remove the element from the list.
54868         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
54869         (_dl_map_object): Likewise.
54871 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
54873         [BZ #12159]
54874         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
54875         into all bytes of SSE register.
54876         Patch by Richard Li <richardpku@gmail.com>.
54878 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
54880         [BZ #12140]
54881         * malloc/malloc.c (_int_free): Fill correct number of bytes when
54882         perturbing.
54884 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
54886         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
54887         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
54888         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
54889         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
54890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
54891         submachine.
54892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
54894 2010-10-22  Andreas Schwab  <schwab@redhat.com>
54896         * include/dlfcn.h (__RTLD_SECURE): Define.
54897         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
54898         mode & __RTLD_SECURE instead.
54899         (open_path): Rename preloaded parameter to secure.
54900         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
54901         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
54902         * elf/dl-deps.c (openaux): Likewise.
54903         * elf/rtld.c (struct map_args): Remove is_preloaded.
54904         (map_doit): Don't use it.
54905         (dl_main): Likewise.
54906         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
54907         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
54909 2010-09-09  Andreas Schwab  <schwab@redhat.com>
54911         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
54912         (sysd-rules-targets): Remove duplicates.
54913         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
54914         rtld-%.$o dependency.
54916 2010-10-18  Andreas Schwab  <schwab@redhat.com>
54918         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
54919         _dl_map_object do it.
54921 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
54923         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
54924         fast fma builtins, define the macros in the C99 standard.
54925         (FP_FAST_FMAF): Likewise.
54926         (FP_FAST_FMAL): Likewise.
54927         * sysdeps/x86_64/bits/mathdef.h: Likewise.
54929         * bits/mathdef.h: Update copyright year.
54930         * sysdeps/powerpc/bits/mathdef.h: Likewise.
54932 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
54934         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
54935         builtins, define the macros in the C99 standard.
54936         (FP_FAST_FMAF): Likewise.
54937         (FP_FAST_FMAL): Likewise.
54938         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
54939         multiply/add.
54940         (FP_FAST_FMAF): Likewise.
54942 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
54944         [BZ #3268]
54945         * math/libm-test.inc (fma_test): Some new testcases.
54946         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
54947         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
54948         y and infinite z.  Do multiplication by C already in long double.
54949         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
54950         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
54951         y and infinite z.  Do bitwise or of inexact bit into u.d.
54952         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
54953         * sysdeps/i386/fpu/s_fmaf.S: Removed.
54954         * sysdeps/i386/fpu/s_fma.S: Removed.
54955         * sysdeps/i386/fpu/s_fmal.S: Removed.
54957 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
54959         [BZ #3268]
54960         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
54961         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
54962         computation is not scheduled after fetestexcept.  Fix value
54963         of minimum denormal long double.
54965 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
54967         [BZ #3268]
54968         * math/libm-test.inc (fma_test): Add some more tests.
54969         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
54970         correctly.
54972 2010-10-15  Andreas Schwab  <schwab@redhat.com>
54974         * scripts/data/localplt-s390-linux-gnu.data: New file.
54975         * scripts/data/localplt-s390x-linux-gnu.data: New file.
54977 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
54979         [BZ #3268]
54980         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
54981         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
54982         instead of dbl-64.
54983         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
54984         inlines.
54985         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
54986         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
54987         if one of x and y is very large and the other is subnormal.
54988         * sysdeps/s390/fpu/s_fmaf.c: New file.
54989         * sysdeps/s390/fpu/s_fma.c: New file.
54990         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
54991         * sysdeps/powerpc/fpu/s_fma.S: New file.
54992         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
54993         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
54994         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
54996 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
54998         [BZ #3268]
54999         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55000         fma tests.
55001         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55002         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55003         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55004         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55005         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55006         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55007         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55009 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55011         [BZ #12078]
55012         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55013         * posix/bug-regex31.input: Add test case.
55015 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55017         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55018         * posix/bug-regex31.input: New file.
55020         [BZ #12078]
55021         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55022         (parse_sub_exp): Fix last change, use postorder.
55024         * posix/bug-regex31.c: New file.
55025         * posix/Makefile: Add rules to build and run bug-regex31.
55027         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55029         [BZ #12078]
55030         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55032         [BZ #12108]
55033         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55034         to have entries in sys_siglist.
55036         [BZ #12093]
55037         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55038         be NULL.
55040 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55042         [BZ #3268]
55043         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55044         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55045         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55046         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55047         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55048         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55049         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55050         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55051         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55052         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55053         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55054         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55055         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55056         * math/ftestexcept.c (fetestexcept): Likewise.
55057         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55058         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55059         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55060         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55061         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55062         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55063         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55065 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55067         [BZ #12107]
55068         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55069         newline.
55071 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55073         * string/bug-strstr1.c: New file.
55074         * string/Makefile: Add rules to build and run bug-strstr1.
55076 2010-10-05  Eric Blake  <eblake@redhat.com>
55078         [BZ #12092]
55079         * string/str-two-way.h (two_way_long_needle): Always clear memory
55080         when skipping input due to the shift table.
55082 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55084         [BZ #12005]
55085         * malloc/mcheck.c: Handle large requests.
55087         [BZ #12077]
55088         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55089         for strncmp and strncasecmp.
55090         * string/stratcliff.c: Add tests for strcmp and strncmp.
55091         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55093 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55095         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55096         __set_fpscr.
55098 2010-09-30  Andreas Jaeger  <aj@suse.de>
55100         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55101         (CGROUP_SUPER_MAGIC): Define.
55102         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55103         Handle btrfs and cgroup file systems.
55104         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55105         Likewise.
55107 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55109         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55110         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55112 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55114         [BZ #12067]
55115         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55116         trying to locate the ELF header.
55118 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55120         [BZ #11611]
55121         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55122         Mask out sign-bit copies when constructing f_fsid.
55124 2010-09-24  Petr Baudis <pasky@suse.cz>
55126         * debug/stack_chk_fail_local.c: Add missing licence exception.
55127         * debug/warning-nop.c: Likewise.
55129 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55131         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55132         implementing getdents64 using getdents syscall, set d_type if
55133         __ASSUME_GETDENTS32_D_TYPE.
55135 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55137         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55138         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55140 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55142         [BZ #12037]
55143         * posix/unistd.h: Undo change of feature selection for ftruncate from
55144         2010-01-11.
55146 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55148         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55149         detection.
55151 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55153         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55154         fanotify_mark.
55155         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55157 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55159         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55160         variables after CHECK_SP call.
55161         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55163 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55164             Ulrich Drepper  <drepper@redhat.com>
55166         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55167         re-relocationg ld.so.
55168         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55169         _dl_init_paths call.
55170         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55171         here anymore.
55173 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55175         * resolv/res_init.c (__res_vinit): Count the default server we added.
55177 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55178             Ulrich Drepper  <drepper@redhat.com>
55180         [BZ #11968]
55181         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55182         (____longjmp_chk): Use %ebx for saving value across system call.
55183         Add unwind info.
55185 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55187         * manual/Makefile: Don't mix pattern rules with normal rules.
55189 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55191         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55192         operation.
55193         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55194         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55195         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55196         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55197         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55198         Likewise.
55200 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55202         [BZ #11979]
55203         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55204         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55206 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55208         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55209         * sysdeps/x86_64/addmul_1.S: Likewise.
55210         * sysdeps/x86_64/lshift.S: Likewise.
55211         * sysdeps/x86_64/mul_1.S: Likewise.
55212         * sysdeps/x86_64/rshift.S: Likewise.
55213         * sysdeps/x86_64/sub_n.S: Likewise.
55214         * sysdeps/x86_64/submul_1.S: Likewise.
55216 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55218         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55219         Define __sched_param instead of SCHED_* and sched_param when
55220         <bits/sched.h> is included with __need_schedparam defined.
55221         * bits/sched.h [__need_schedparam]
55222         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55223         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55224         (__defined_schedparam): Define to 1.
55225         (__sched_param): New structure, identical to sched_param.
55226         (__need_schedparam): Undefine.
55228 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55230         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55231         (epoll_create1): Declare.
55233         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55235 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55237         [BZ #7066]
55238         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55239         shifting retval into place.
55241 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55243         * nis/rpcsvc/nis.h: Update copyright notice.
55244         * nis/rpcsvc/nis.x: Likewise.
55245         * nis/rpcsvc/nis_callback.h: Likewise.
55246         * nis/rpcsvc/nis_callback.x: Likewise.
55247         * nis/rpcsvc/nis_object.x: Likewise.
55248         * nis/rpcsvc/nis_tags.h: Likewise.
55249         * nis/rpcsvc/yp.h: Likewise.
55250         * nis/rpcsvc/yp.x: Likewise.
55251         * nis/rpcsvc/ypupd.h: Likewise.
55252         * nis/yp_xdr.c: Likewise.
55253         * nis/ypupdate_xdr.c: Likewise.
55255         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55256         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55257         (pmap_getport): Use __libc_rpc_getport.
55258         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55259         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55260         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55262 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55265         fanotify_mark.
55267 2010-08-27  Roland McGrath  <roland@redhat.com>
55269         * sysdeps/i386/i686/multiarch/Makefile
55270         (CFLAGS-varshift.c): New variable.
55272 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55274         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55275         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55277         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55279         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55281 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55283         * sysdeps/x86_64/strlen.S: Unroll the loop.
55284         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55285         strlen-sse2 strlen-sse2-bsf.
55286         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55287         __strlen_no_bsf if bit_Slow_BSF is set.
55288         (__strlen_sse42): Removed.
55289         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55290         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55292 2010-08-25  Roland McGrath  <roland@redhat.com>
55294         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55295         * sysdeps/x86_64/multiarch/varshift.c: New file.
55296         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55297         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55298         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55299         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55301 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55303         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55304         strlen-sse2 strlen-sse2-bsf.
55305         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55306         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55307         (__strlen_sse2): Removed.
55308         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55309         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55310         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55311         bit_Slow_BSF for Atom.
55312         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55313         (index_Slow_BSF): Define.
55314         (HAS_SLOW_BSF): Define.
55316 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55318         [BZ #10851]
55319         * resolv/res_init.c (__res_vinit): When no server address at all
55320         is given default to loopback.
55322 2010-08-24  Roland McGrath  <roland@redhat.com>
55324         * configure.in: Remove config-name.h generation.
55325         * configure: Regenerated.
55326         * config-name.in: File removed.
55327         * scripts/config-uname.sh: New file.
55328         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55329         ($(objdir)config-name.h): New target.
55331         * sunrpc/rpc_parse.h: Avoid nested comment.
55333 2010-08-24  Richard Henderson  <rth@redhat.com>
55334             Ulrich Drepper  <drepper@redhat.com>
55335             H.J. Lu  <hongjiu.lu@intel.com>
55337         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55338         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55339         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55340         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55341         _mm_alignr_epi8 with _mm_loadu_si128.
55342         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55343         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55344         (__m128i_shift_right): Removed.
55345         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55346         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55347         * sysdeps/x86_64/multiarch/varshift.h: New file.
55348         * sysdeps/x86_64/multiarch/varshift.S: New file.
55350 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55352         * configure.in: Move assembler checks to before sysdep dir checking.
55354 2010-08-20  Petr Baudis  <pasky@suse.cz>
55356         * LICENSES: Sync the sunrpc license.
55358 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55360         * sunrpc/auth_des.c: Update copyright notice once again.
55361         * sunrpc/auth_none.c: Likewise.
55362         * sunrpc/auth_unix.c: Likewise.
55363         * sunrpc/authdes_prot.c: Likewise.
55364         * sunrpc/authuxprot.c: Likewise.
55365         * sunrpc/bindrsvprt.c: Likewise.
55366         * sunrpc/clnt_gen.c: Likewise.
55367         * sunrpc/clnt_perr.c: Likewise.
55368         * sunrpc/clnt_raw.c: Likewise.
55369         * sunrpc/clnt_simp.c: Likewise.
55370         * sunrpc/clnt_tcp.c: Likewise.
55371         * sunrpc/clnt_udp.c: Likewise.
55372         * sunrpc/clnt_unix.c: Likewise.
55373         * sunrpc/des_crypt.c: Likewise.
55374         * sunrpc/des_soft.c: Likewise.
55375         * sunrpc/get_myaddr.c: Likewise.
55376         * sunrpc/getrpcport.c: Likewise.
55377         * sunrpc/key_call.c: Likewise.
55378         * sunrpc/key_prot.c: Likewise.
55379         * sunrpc/openchild.c: Likewise.
55380         * sunrpc/pm_getmaps.c: Likewise.
55381         * sunrpc/pm_getport.c: Likewise.
55382         * sunrpc/pmap_clnt.c: Likewise.
55383         * sunrpc/pmap_prot.c: Likewise.
55384         * sunrpc/pmap_prot2.c: Likewise.
55385         * sunrpc/pmap_rmt.c: Likewise.
55386         * sunrpc/rpc/auth.h: Likewise.
55387         * sunrpc/rpc/auth_unix.h: Likewise.
55388         * sunrpc/rpc/clnt.h: Likewise.
55389         * sunrpc/rpc/des_crypt.h: Likewise.
55390         * sunrpc/rpc/key_prot.h: Likewise.
55391         * sunrpc/rpc/netdb.h: Likewise.
55392         * sunrpc/rpc/pmap_clnt.h: Likewise.
55393         * sunrpc/rpc/pmap_prot.h: Likewise.
55394         * sunrpc/rpc/pmap_rmt.h: Likewise.
55395         * sunrpc/rpc/rpc.h: Likewise.
55396         * sunrpc/rpc/rpc_des.h: Likewise.
55397         * sunrpc/rpc/rpc_msg.h: Likewise.
55398         * sunrpc/rpc/svc.h: Likewise.
55399         * sunrpc/rpc/svc_auth.h: Likewise.
55400         * sunrpc/rpc/types.h: Likewise.
55401         * sunrpc/rpc/xdr.h: Likewise.
55402         * sunrpc/rpc_clntout.c: Likewise.
55403         * sunrpc/rpc_cmsg.c: Likewise.
55404         * sunrpc/rpc_common.c: Likewise.
55405         * sunrpc/rpc_cout.c: Likewise.
55406         * sunrpc/rpc_dtable.c: Likewise.
55407         * sunrpc/rpc_hout.c: Likewise.
55408         * sunrpc/rpc_main.c: Likewise.
55409         * sunrpc/rpc_parse.c: Likewise.
55410         * sunrpc/rpc_parse.h: Likewise.
55411         * sunrpc/rpc_prot.c: Likewise.
55412         * sunrpc/rpc_sample.c: Likewise.
55413         * sunrpc/rpc_scan.c: Likewise.
55414         * sunrpc/rpc_scan.h: Likewise.
55415         * sunrpc/rpc_svcout.c: Likewise.
55416         * sunrpc/rpc_tblout.c: Likewise.
55417         * sunrpc/rpc_util.c: Likewise.
55418         * sunrpc/rpc_util.h: Likewise.
55419         * sunrpc/rpcinfo.c: Likewise.
55420         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55421         * sunrpc/rpcsvc/key_prot.x: Likewise.
55422         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55423         * sunrpc/rpcsvc/mount.x: Likewise.
55424         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55425         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55426         * sunrpc/rpcsvc/rex.x: Likewise.
55427         * sunrpc/rpcsvc/rstat.x: Likewise.
55428         * sunrpc/rpcsvc/rusers.x: Likewise.
55429         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55430         * sunrpc/rpcsvc/spray.x: Likewise.
55431         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55432         * sunrpc/rtime.c: Likewise.
55433         * sunrpc/svc.c: Likewise.
55434         * sunrpc/svc_auth.c: Likewise.
55435         * sunrpc/svc_authux.c: Likewise.
55436         * sunrpc/svc_raw.c: Likewise.
55437         * sunrpc/svc_run.c: Likewise.
55438         * sunrpc/svc_simple.c: Likewise.
55439         * sunrpc/svc_tcp.c: Likewise.
55440         * sunrpc/svc_udp.c: Likewise.
55441         * sunrpc/svc_unix.c: Likewise.
55442         * sunrpc/svcauth_des.c: Likewise.
55443         * sunrpc/xcrypt.c: Likewise.
55444         * sunrpc/xdr.c: Likewise.
55445         * sunrpc/xdr_array.c: Likewise.
55446         * sunrpc/xdr_float.c: Likewise.
55447         * sunrpc/xdr_mem.c: Likewise.
55448         * sunrpc/xdr_rec.c: Likewise.
55449         * sunrpc/xdr_ref.c: Likewise.
55450         * sunrpc/xdr_sizeof.c: Likewise.
55451         * sunrpc/xdr_stdio.c: Likewise.
55453         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55454         handling.
55456 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55458         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55460 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55462         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55463         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55464         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55465         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55466         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55467         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55468         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55469         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55470         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55471         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55472         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55473         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55474         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55475         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55477 2010-07-26  Anton Blanchard  <anton@samba.org>
55479         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55480         * malloc/arena.c (heap_trim): Likewise.
55482 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55484         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55485         here.  Not...
55486         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55487         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55489 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55491         * sysdeps/i386/elf/Makefile: New file.
55493 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55495         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55496         from fanotify_init.
55497         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55498         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55500 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55502         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55503         of strncasecmp_l.
55504         * sysdeps/multiarch/strcmp.S: Likewise.
55506 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55508         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55509         strncase_l-nonascii.
55510         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55511         Add strncase_l-ssse3.
55512         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55513         * sysdeps/x86_64/strcmp.S: Likewise.
55514         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55515         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55516         * sysdeps/x86_64/strncase.S: New file.
55517         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55518         * sysdeps/x86_64/strncase_l.S: New file.
55519         * string/Makefile (strop-tests): Add strncasecmp.
55520         * string/test-strncasecmp.c: New file.
55522         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55523         warning.
55525         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55526         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55528 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55530         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55532 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55534         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55535         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55536         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55538 2010-05-01  Alan Modra  <amodra@gmail.com>
55540         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55541         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55542         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55543         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55544         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55545         tidying.  Don't tail-call __sigjmp_save for static lib.
55546         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55547         save location.
55548         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55549         (CALL_MCOUNT): Add eh info, and nop after bl.
55550         (TAIL_CALL_SYSCALL_ERROR): New macro.
55551         (PSEUDO_RET): Use it.
55552         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55553         Correct save location of integer regs and cr.
55554         (_dl_profile_resolve): Correct cr save location.  Delete nops
55555         after bl when SHARED.  Reduce cfi size a little by better
55556         placement of cfi directives.
55557         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55558         make a stack frame.  Instead use parm save area as a temp.
55559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55560         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
55561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55562         Don't make a stack frame for parent, use parm save area.
55563         Increase child stack frame to 112 bytes.  Don't save unused reg,
55564         and adjust reg usage.  Set up cfi on error recovery and
55565         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55567         (__makecontext): Add dummy nop after jump to exit.
55568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55569         Use correct parm save area and cr save, reduce stack frame.
55570         Correct cfi for possible PSEUDO_RET frame setup.
55571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55572         Branch to local label emitted by PSEUDO_RET rather than
55573         __syscall_error.
55575 2010-08-12  Andreas Schwab  <schwab@redhat.com>
55577         [BZ #11904]
55578         * locale/programs/locale.c (print_assignment): New function.
55579         (show_locale_vars): Use it.
55581 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
55583         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55584         field.
55585         (struct statfs64): Likewise.
55586         (_STATFS_F_FLAGS): Define.
55587         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55588         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55589         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55590         (ST_VALID): Define locally.
55591         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55592         __statvfs_getflags, use the provided value.
55593         * sysdeps/unix/sysv/linux/kernel-features.h: Define
55594         __ASSUME_STATFS_F_FLAGS.
55596         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55598         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55599         Add sys/fanotify.h.
55600         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55601         fanotify_mask for GLIBC_2.13.
55602         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55603         fanotify_init and fanotify_mark.
55604         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55605         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
55607         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
55608         Add prlimit.
55609         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
55610         prlimit64 for GLIBC_2.13.
55611         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
55612         prlimit64.
55613         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
55614         syscall.
55615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
55616         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55617         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
55618         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
55619         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
55620         add prlimit alias.
55621         * sysdeps/unix/sysv/linux/prlimit.c: New file.
55623         [BZ #11903]
55624         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
55625         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
55627         * nss/Makefile: Add rules to build and run tst-nss-test1.
55628         * shlib-versions: Add entry for libnss_test1.
55629         * nss/nss_test1.c: New file.
55630         * nss/tst-nss-test1.c: New file.
55632         * nss/nsswitch.c (__nss_database_custom): Define new variable.
55633         (__nss_configure_lookup): Set appropriate entry in
55634         __nss_configure_lookup to true.
55635         * nss/nsswitch.h: Define enum with indeces of databases in
55636         databases and __nss_database_custom arrays.  Declare
55637         __nss_database_custom.
55638         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
55639         to avoid using nscd when custom rules are installed.
55640         * nss/getXXbyYY_r.c: Likewise.
55641         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
55643         * nss/nss_files/files-parse.c: Whitespace fixes.
55645 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
55647         [BZ #11883]
55648         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
55649         * posix/fnmatch_loop.c: Likewise.
55651 2010-07-17  Andi Kleen  <ak@linux.intel.com>
55653         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
55654         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
55655         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
55656         * Versions.def [GLIBC_2.13]: Add.
55658 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
55660         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55661         Also fail if tpwd after pwuid call is NULL.
55663 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55665         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
55666         when converting to ms.
55668 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55670         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
55671         EOPNOTSUPP errors with ENOTTY.
55672         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
55673         EOPNOTSUPP errors with ENOTTY.
55675 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
55677         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55678         Add strcasecmp_l-ssse3.
55679         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
55680         strcasecmp.
55681         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
55682         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
55683         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
55685 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
55687         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
55689         * string/Makefile (strop-tests): Add strcasecmp.
55690         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55691         strcasecmp_l-nonascii.
55692         (gen-as-const-headers): Add locale-defines.sym.
55693         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
55694         * sysdeps/x86_64/strcasecmp.S: New file.
55695         * sysdeps/x86_64/strcasecmp_l.S: New file.
55696         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
55697         * sysdeps/x86_64/locale-defines.sym: New file.
55698         * string/test-strcasecmp.c: New file.
55700         * string/test-strcasestr.c: Test both ends of the range of characters.
55701         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
55703 2010-07-29  Roland McGrath  <roland@redhat.com>
55705         [BZ #11856]
55706         * manual/locale.texi (Yes-or-No Questions): Fix example code.
55708 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
55710         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
55711         for ld.so.
55713 2010-07-27  Andreas Schwab  <schwab@redhat.com>
55715         * manual/memory.texi (Malloc Tunable Parameters): Document
55716         M_PERTURB.
55718 2010-07-26  Roland McGrath  <roland@redhat.com>
55720         [BZ #11840]
55721         * configure.in (-fgnu89-inline check): Set and substitute
55722         gnu89_inline, not libc_cv_gnu89_inline.
55723         * configure: Regenerated.
55724         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
55726 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
55728         * string/test-strnlen.c: New file.
55729         * string/Makefile (strop-tests): Add strnlen.
55730         * string/tester.c (test_strnlen): Add a few more test cases.
55731         * string/tst-strlen.c: Better error reporting.
55733         * sysdeps/x86_64/strnlen.S: New file.
55735 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
55737         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
55738         lower-latency instructions.
55740 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
55742         * string/test-strcasestr.c: New file.
55743         * string/test-strstr.c: New file.
55744         * string/Makefile (strop-tests): Add strstr and strcasestr.
55745         * string/str-two-way.h: Don't undefine MAX.
55746         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
55748 2010-07-21  Andreas Schwab  <schwab@redhat.com>
55750         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55751         strcasestr-nonascii.
55752         (CFLAGS-strcasestr-nonascii.c): Define.
55753         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
55754         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
55755         Remove unused attribute.
55757 2010-07-20  Roland McGrath  <roland@redhat.com>
55759         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
55760         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
55761         ld.so.cache was broken.  With it, there is no way to disable dsocaps
55762         like LD_HWCAP_MASK can disable hwcaps.
55764 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55766         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
55768 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
55770         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
55771         call in strcasestr.
55772         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
55773         __strcasestr_sse42_nonascii.
55774         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
55775         strcasestr-nonascii.c.
55776         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
55778 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
55780         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
55781         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
55782         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
55783         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
55785 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
55787         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
55788         fcntl.
55790 2010-07-06  Andreas Schwab  <schwab@redhat.com>
55792         [BZ #11577]
55793         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
55794         dl_signal_cerror.
55796 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
55798         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
55799         _PC_PIPE_BUF using F_GETPIPE_SZ.
55801 2010-07-05  Roland McGrath  <roland@redhat.com>
55803         * manual/arith.texi (Rounding Functions): Fix rint description
55804         implicit in round description.
55806 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
55808         * elf/Makefile: Fix linking for a few tests to make recent linker
55809         happy.
55811 2010-06-30  Andreas Schwab  <schwab@redhat.com>
55813         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
55814         $(common-objpfx)libc_nonshared.a.
55816 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
55818         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
55819         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
55820         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55821         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55822         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
55823         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
55824         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55825         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
55827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
55828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
55829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
55830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
55831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
55832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
55833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
55834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
55835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
55836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
55837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
55838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
55839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
55840         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
55841         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
55842         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
55843         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
55844         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
55845         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
55846         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
55847         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
55848         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
55849         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
55850         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
55851         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
55852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
55853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
55854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
55855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
55856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
55857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
55858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
55859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
55860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
55861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
55862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
55863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
55864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
55865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
55867 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
55869         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
55870         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
55871         * string/memmove.c (memmove): Renamed to ...
55872         (MEMMOVE): ...this.  Default to memmove.
55873         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
55874         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
55875         (END_CHK): Define.
55876         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55877         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
55878         mempcpy-ssse3-back memmove-ssse3-back.
55879         * sysdeps/x86_64/multiarch/bcopy.S: New file .
55880         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
55881         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
55882         * sysdeps/x86_64/multiarch/memcpy.S: New file.
55883         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
55884         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
55885         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
55886         * sysdeps/x86_64/multiarch/memmove.c: New file.
55887         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
55888         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
55889         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
55890         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
55891         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
55892         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
55893         Define.
55894         (index_Fast_Copy_Backward): Define.
55895         (HAS_ARCH_FEATURE): Define.
55896         (HAS_FAST_REP_STRING): Define.
55897         (HAS_FAST_COPY_BACKWARD): Define.
55899 2010-06-21  Andreas Schwab  <schwab@redhat.com>
55901         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
55902         Restore proper fallback handling.
55904 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
55906         [BZ #11701]
55907         * posix/group_member.c (__group_member): Correct checking loop.
55909         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
55910         OOM in getpwuid_r correctly.  Return error number when the caller
55911         should return, otherwise -1.
55912         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
55913         call returning > 0 value.
55914         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
55916 2010-06-07  Andreas Schwab  <schwab@redhat.com>
55918         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
55919         libc_nonshared.a from targets in modules-names.
55921 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
55923         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
55924         requires it.
55926 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
55928         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
55929         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
55930         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
55931         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
55933 2010-06-02  Andreas Schwab  <schwab@redhat.com>
55935         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
55937 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
55939         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
55940         and F_GETPIPE_SZ.
55941         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55942         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55943         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55944         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55945         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55946         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
55948 2010-06-14  Roland McGrath  <roland@redhat.com>
55950         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
55952 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
55954         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
55955         __REDIRECT followed by __THROW.
55956         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
55957         * posix/getopt.h (getopt): Likewise.
55959 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
55961         * hurd/lookup-at.c (__file_name_lookup_at): Accept
55962         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
55963         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
55964         in AT_FLAGS.
55965         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
55966         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
55968 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
55970         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
55972 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
55974         [BZ #11640]
55975         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55976         Properly check family and model.
55978 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
55980         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
55982 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
55984         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
55986 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
55988         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
55989         symbol reference.
55991 2010-05-19  Andreas Schwab  <schwab@redhat.com>
55993         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
55994         symbol reference.
55996 2010-05-21  Andreas Schwab  <schwab@redhat.com>
55998         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
55999         and internal_recvmmsg.
56000         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56001         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56002         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56003         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56005         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56006         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56007         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56009 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56011         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56013 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56015         POWER7 optimizations.
56016         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56017         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56019 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56021         * version.h: Update for 2.13 development version.
56023 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56025         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56026         exceptions.  Return 0.
56028 2010-05-07  Roland McGrath  <roland@redhat.com>
56030         * elf/ldconfig.c (main): Add a const.
56032 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56034         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56035         (args_options): Add no-idn option.
56036         (ahosts_keys_int): Add idn_flags to ai_flags.
56037         (parse_option): Handle 'i' option to clear idn_flags.
56039         * malloc/malloc.c (_int_free): Possible race in the most recently
56040         added check.  Only act on the data if no current modification
56041         happened.
56043 See ChangeLog.17 for earlier changes.